|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 editor_handle_message().
| 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(), editor_handle_message(), ME_ApplyStyle(), ME_RTFReadHook(), ME_SaveTempStyle(), ME_StreamIn(), para_num_init(), RTFUngetToken(), run_create(), and style_get_insert_style().
| 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 editor_handle_message().
| void ME_ClearTempStyle | ( | ME_TextEditor * | editor | ) |
Definition at line 507 of file style.c.
Referenced by editor_handle_message(), ME_DestroyEditor(), 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_GetSelectionCharFormat(), and run_copy_char_fmt().
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().
| void ME_InitCharFormat2W | ( | CHARFORMAT2W * | pFmt | ) |
Definition at line 150 of file style.c.
Referenced by ME_CharFormatFromLogFont(), and para_join().
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(), editor_handle_message(), editor_insert_oleobj(), handle_enter(), handle_wm_char(), ITextRange_fnSetText(), ME_ClearTempStyle(), ME_DestroyDisplayItem(), ME_DestroyEditor(), ME_InsertEndRowFromCursor(), ME_ReplaceSel(), ME_RTFCharAttrHook(), ME_RTFReadHook(), ME_SaveTempStyle(), ME_SetCharFormat(), ME_SetDefaultCharFormat(), ME_SetSelectionCharFormat(), ME_StreamIn(), para_num_clear(), and table_insert_end_para().
| void ME_SaveTempStyle | ( | ME_TextEditor * | editor, |
| ME_Style * | style | ||
| ) |
Definition at line 498 of file style.c.
Referenced by editor_handle_message(), and handle_enter().
| void ME_SetDefaultCharFormat | ( | ME_TextEditor * | editor, |
| CHARFORMAT2W * | mod | ||
| ) |
Definition at line 524 of file style.c.
Referenced by editor_handle_message(), handle_EM_SETCHARFORMAT(), 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(), draw_text_with_style(), ME_CharFromPointContext(), ME_DestroyContext(), ME_GetTextExtent(), para_num_init(), and shape_run().
| ME_Style * style_get_insert_style | ( | ME_TextEditor * | editor, |
| ME_Cursor * | cursor | ||
| ) |
Definition at line 476 of file style.c.
Referenced by editor_handle_message(), editor_insert_oleobj(), handle_enter(), handle_wm_char(), ITextRange_fnSetText(), ME_GetSelectionInsertStyle(), ME_InsertEndRowFromCursor(), ME_SetSelectionCharFormat(), and table_insert_end_para().
| 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().