ReactOS 0.4.16-dev-109-gf4cb10f
|
#include "editor.h"
Go to the source code of this file.
Macros | |
#define | COPY_STYLE_ITEM(mask, member) |
#define | COPY_STYLE_ITEM_MEMCPY(mask, member) |
Variables | |
static int | all_refs = 0 |
BOOL cf2w_to_cfany | ( | CHARFORMAT2W * | to, |
const CHARFORMAT2W * | from | ||
) |
Definition at line 79 of file style.c.
Referenced by ME_HandleMessage().
BOOL cfany_to_cf2w | ( | CHARFORMAT2W * | to, |
const CHARFORMAT2W * | from | ||
) |
Definition at line 36 of file style.c.
Referenced by handle_EM_SETCHARFORMAT(), and ME_MakeFirstParagraph().
Definition at line 454 of file style.c.
Referenced by add_undo_insert_run(), ME_ApplyStyle(), ME_GetInsertStyle(), ME_HandleMessage(), ME_MakeRun(), ME_RTFReadHook(), ME_SaveTempStyle(), ME_StreamIn(), para_num_init(), and RTFUngetToken().
ME_Style * ME_ApplyStyle | ( | ME_TextEditor * | editor, |
ME_Style * | sSrc, | ||
CHARFORMAT2W * | mod | ||
) |
Definition at line 156 of file style.c.
Referenced by ME_RTFCharAttrHook(), ME_SetCharFormat(), ME_SetDefaultCharFormat(), ME_SetSelectionCharFormat(), and para_num_init().
void ME_CharFormatFromLogFont | ( | HDC | hDC, |
const LOGFONTW * | lf, | ||
CHARFORMAT2W * | fmt | ||
) |
Definition at line 331 of file style.c.
Referenced by ME_HandleMessage().
void ME_ClearTempStyle | ( | ME_TextEditor * | editor | ) |
Definition at line 523 of file style.c.
Referenced by ME_DestroyEditor(), ME_HandleMessage(), ME_ReplaceSel(), ME_SendSelChange(), and ME_StreamIn().
void ME_CopyCharFormat | ( | CHARFORMAT2W * | pDest, |
const CHARFORMAT2W * | pSrc | ||
) |
Definition at line 230 of file style.c.
Referenced by ME_GetDefaultCharFormat(), ME_GetRunCharFormat(), and ME_GetSelectionCharFormat().
Definition at line 442 of file style.c.
Referenced by ME_DestroyEditor(), and ME_ReleaseStyle().
|
static |
void ME_DumpStyleToBuf | ( | CHARFORMAT2W * | pFmt, |
char | buf[2048] | ||
) |
Definition at line 250 of file style.c.
Referenced by ME_DumpStyle(), and ME_KeyDown().
ME_Style * ME_GetInsertStyle | ( | ME_TextEditor * | editor, |
int | nCursor | ||
) |
Definition at line 476 of file style.c.
Referenced by handle_enter(), ITextRange_fnSetText(), ME_Char(), ME_GetSelectionInsertStyle(), ME_HandleMessage(), ME_InsertEndParaFromCursor(), ME_InsertEndRowFromCursor(), ME_InsertOLEFromCursor(), and ME_SetSelectionCharFormat().
void ME_InitCharFormat2W | ( | CHARFORMAT2W * | pFmt | ) |
Definition at line 150 of file style.c.
Referenced by ME_CharFormatFromLogFont(), and ME_JoinParagraphs().
Definition at line 351 of file style.c.
Referenced by select_style().
|
static |
Definition at line 302 of file style.c.
Referenced by select_style().
ME_Style * ME_MakeStyle | ( | CHARFORMAT2W * | style | ) |
Definition at line 121 of file style.c.
Referenced by ME_ApplyStyle(), and ME_MakeFirstParagraph().
Definition at line 462 of file style.c.
Referenced by destroy_undo_item(), handle_enter(), ITextRange_fnSetText(), ME_Char(), ME_ClearTempStyle(), ME_DestroyDisplayItem(), ME_DestroyEditor(), ME_HandleMessage(), ME_InsertEndParaFromCursor(), ME_InsertEndRowFromCursor(), ME_InsertOLEFromCursor(), ME_ReplaceSel(), ME_RTFCharAttrHook(), ME_RTFReadHook(), ME_SaveTempStyle(), ME_SetCharFormat(), ME_SetDefaultCharFormat(), ME_SetSelectionCharFormat(), ME_StreamIn(), and para_num_clear().
void ME_SaveTempStyle | ( | ME_TextEditor * | editor, |
ME_Style * | style | ||
) |
Definition at line 514 of file style.c.
Referenced by handle_enter(), and ME_HandleMessage().
void ME_SetDefaultCharFormat | ( | ME_TextEditor * | editor, |
CHARFORMAT2W * | mod | ||
) |
Definition at line 540 of file style.c.
Referenced by handle_EM_SETCHARFORMAT(), ME_HandleMessage(), and ME_MakeFirstParagraph().
|
static |
Definition at line 360 of file style.c.
Referenced by ME_DestroyStyle(), ME_SetDefaultCharFormat(), and select_style().
void select_style | ( | ME_Context * | c, |
ME_Style * | s | ||
) |
Definition at line 369 of file style.c.
Referenced by draw_para_number(), draw_space(), ME_CharFromPointContext(), ME_DestroyContext(), ME_DrawTextWithStyle(), ME_GetTextExtent(), para_num_init(), and shape_run().
WINE_DECLARE_DEBUG_CHANNEL | ( | richedit_style | ) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit | ) |
|
static |
Definition at line 26 of file style.c.
Referenced by ME_AddRefStyle(), ME_MakeStyle(), and ME_ReleaseStyle().