ReactOS 0.4.16-dev-927-g467dec4
|
#include "editor.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (richedit_lists) | |
void | ME_InsertBefore (ME_DisplayItem *diWhere, ME_DisplayItem *diWhat) |
void | ME_Remove (ME_DisplayItem *diWhere) |
static BOOL | ME_DITypesEqual (ME_DIType type, ME_DIType nTypeOrClass) |
ME_DisplayItem * | ME_FindItemBack (ME_DisplayItem *di, ME_DIType nTypeOrClass) |
ME_DisplayItem * | ME_FindItemBackOrHere (ME_DisplayItem *di, ME_DIType nTypeOrClass) |
ME_DisplayItem * | ME_FindItemFwd (ME_DisplayItem *di, ME_DIType nTypeOrClass) |
static const char * | ME_GetDITypeName (ME_DIType type) |
void | ME_DestroyDisplayItem (ME_DisplayItem *item) |
ME_DisplayItem * | ME_MakeDI (ME_DIType type) |
void | ME_DumpDocument (ME_TextBuffer *buffer) |
void ME_DestroyDisplayItem | ( | ME_DisplayItem * | item | ) |
Definition at line 115 of file list.c.
Referenced by ME_DestroyEditor(), ME_InternalDeleteText(), ME_PrepareParagraphForWrapping(), para_destroy(), para_join(), and run_join().
Definition at line 45 of file list.c.
Referenced by ME_FindItemBack(), ME_FindItemBackOrHere(), and ME_FindItemFwd().
void ME_DumpDocument | ( | ME_TextBuffer * | buffer | ) |
Definition at line 142 of file list.c.
Referenced by ME_CheckCharOffsets().
ME_DisplayItem * ME_FindItemBack | ( | ME_DisplayItem * | di, |
ME_DIType | nTypeOrClass | ||
) |
Definition at line 66 of file list.c.
Referenced by cell_end_para(), para_end_row(), row_end_cursor(), row_from_cursor(), row_next_run(), row_prev_all_paras(), table_outer_para(), and table_row_start().
ME_DisplayItem * ME_FindItemBackOrHere | ( | ME_DisplayItem * | di, |
ME_DIType | nTypeOrClass | ||
) |
ME_DisplayItem * ME_FindItemFwd | ( | ME_DisplayItem * | di, |
ME_DIType | nTypeOrClass | ||
) |
Definition at line 89 of file list.c.
Referenced by cell_first_para(), ME_CheckCharOffsets(), para_first_row(), row_end_cursor(), row_first_cursor(), row_first_run(), row_next(), row_next_all_paras(), row_next_run(), and table_row_end().
Definition at line 101 of file list.c.
Referenced by ME_DestroyDisplayItem().
void ME_InsertBefore | ( | ME_DisplayItem * | diWhere, |
ME_DisplayItem * | diWhat | ||
) |
Definition at line 26 of file list.c.
Referenced by ME_InsertRowStart(), ME_MakeFirstParagraph(), para_split(), run_insert(), and run_split().
ME_DisplayItem * ME_MakeDI | ( | ME_DIType | type | ) |
Definition at line 133 of file list.c.
Referenced by cell_create(), ME_MakeText(), para_create(), row_create(), and run_create().
void ME_Remove | ( | ME_DisplayItem * | diWhere | ) |
Definition at line 35 of file list.c.
Referenced by ME_InternalDeleteText(), ME_PrepareParagraphForWrapping(), para_join(), and run_join().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit_lists | ) |