ReactOS 0.4.16-dev-937-g7afcd2a
|
#include "editor.h"
Go to the source code of this file.
Classes | |
struct | tagME_WrapContext |
struct | repaint_range |
Typedefs | |
typedef struct tagME_WrapContext | ME_WrapContext |
typedef struct tagME_WrapContext ME_WrapContext |
|
static |
Definition at line 919 of file wrap.c.
Referenced by wrap_marked_paras_dc().
|
static |
Definition at line 114 of file wrap.c.
Referenced by ME_WrapHandleRun(), ME_WrapSizeRun(), and split_run_extents().
Definition at line 395 of file wrap.c.
Referenced by ME_WrapHandleRun().
|
static |
Definition at line 170 of file wrap.c.
Referenced by ME_SplitByBacktracking().
Definition at line 51 of file wrap.c.
Referenced by shape_run().
|
static |
Definition at line 724 of file wrap.c.
Referenced by ME_WrapTextParagraph().
Definition at line 233 of file wrap.c.
Referenced by ME_InsertRowStart().
|
static |
Definition at line 186 of file wrap.c.
Referenced by ME_InsertRowStart(), and ME_WrapTextParagraph().
|
static |
Definition at line 669 of file wrap.c.
Referenced by ME_WrapTextParagraph().
|
static |
Definition at line 284 of file wrap.c.
Referenced by ME_WrapEndParagraph(), and ME_WrapHandleRun().
|
static |
Definition at line 427 of file wrap.c.
Referenced by ME_SplitByBacktracking().
|
static |
Definition at line 692 of file wrap.c.
Referenced by ME_WrapTextParagraph().
void ME_SendRequestResize | ( | ME_TextEditor * | editor, |
BOOL | force | ||
) |
Definition at line 1128 of file wrap.c.
Referenced by editor_draw(), editor_handle_message(), ME_KeyDown(), and ME_StreamIn().
|
static |
Definition at line 470 of file wrap.c.
Referenced by ME_WrapHandleRun().
|
static |
Definition at line 371 of file wrap.c.
Referenced by ME_WrapTextParagraph().
|
static |
Definition at line 542 of file wrap.c.
Referenced by ME_WrapTextParagraph().
BOOL ME_WrapMarkedParagraphs | ( | ME_TextEditor * | editor | ) |
Definition at line 1094 of file wrap.c.
Referenced by editor_handle_message(), handle_EM_SETCHARFORMAT(), ME_InvalidateSelection(), ME_Repaint(), ME_RewrapRepaint(), ME_UpdateRepaint(), ME_UpdateScrollBar(), and table_select_next_cell_or_append().
|
static |
Definition at line 384 of file wrap.c.
Referenced by ME_WrapHandleRun().
|
static |
Definition at line 817 of file wrap.c.
Referenced by wrap_marked_paras_dc().
void para_range_invalidate | ( | ME_TextEditor * | editor, |
ME_Paragraph * | start_para, | ||
ME_Paragraph * | last_para | ||
) |
Definition at line 1102 of file wrap.c.
Referenced by ME_InvalidateSelection(), and wrap_marked_paras_dc().
Definition at line 408 of file wrap.c.
Referenced by ME_MaximizeSplit(), ME_SplitByBacktracking(), and ME_WrapHandleRun().
Definition at line 176 of file wrap.c.
Referenced by ME_InsertRowStart().
|
static |
Definition at line 800 of file wrap.c.
Referenced by ME_WrapTextParagraph().
|
static |
Definition at line 64 of file wrap.c.
Referenced by shape_para(), and split_run_extents().
|
static |
Definition at line 130 of file wrap.c.
Referenced by ME_MaximizeSplit(), ME_SplitByBacktracking(), and ME_WrapHandleRun().
|
static |
Definition at line 913 of file wrap.c.
Referenced by adjust_para_y(), and wrap_marked_paras_dc().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit | ) |
BOOL wrap_marked_paras_dc | ( | ME_TextEditor * | editor, |
HDC | hdc, | ||
BOOL | invalidate | ||
) |
Definition at line 1023 of file wrap.c.
Referenced by fnTextSrv_TxDraw(), fnTextSrv_TxGetNaturalSize(), and ME_WrapMarkedParagraphs().