ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Variables | |
static const WCHAR | cr_lf [] = {'\r', '\n', 0} |
ME_DisplayItem * ME_AppendTableRow | ( | ME_TextEditor * | editor, |
ME_DisplayItem * | table_row | ||
) |
Definition at line 407 of file table.c.
Referenced by handle_enter(), and ME_SelectOrInsertNextCell().
void ME_CheckTablesForCorruption | ( | ME_TextEditor * | editor | ) |
Definition at line 192 of file table.c.
Referenced by handle_enter(), ME_Redo(), ME_StreamIn(), and ME_Undo().
ME_DisplayItem * ME_GetOuterParagraph | ( | ME_DisplayItem * | para | ) |
Definition at line 172 of file table.c.
Referenced by ME_InvalidateParagraphRange().
ME_DisplayItem * ME_GetTableRowEnd | ( | ME_DisplayItem * | para | ) |
Definition at line 136 of file table.c.
Referenced by ME_AppendTableRow(), ME_BeginRow(), ME_DrawTableBorders(), ME_FindPixelPos(), ME_MoveCursorLines(), ME_ProtectPartialTableDeletion(), ME_SelectOrInsertNextCell(), ME_StreamOutRTFTableProps(), and ME_WrapTextParagraph().
ME_DisplayItem * ME_GetTableRowStart | ( | ME_DisplayItem * | para | ) |
Definition at line 154 of file table.c.
Referenced by ME_AppendTableRow(), ME_GetOuterParagraph(), ME_MoveCursorLines(), ME_SelectOrInsertNextCell(), and ME_StreamOutRTFTableProps().
void ME_InitTableDef | ( | ME_TextEditor * | editor, |
struct RTFTable * | tableDef | ||
) |
Definition at line 646 of file table.c.
Referenced by ME_RTFTblAttrHook().
|
static |
Definition at line 61 of file table.c.
Referenced by ME_InsertTableCellFromCursor(), ME_InsertTableRowEndFromCursor(), and ME_InsertTableRowStartFromCursor().
ME_DisplayItem * ME_InsertTableCellFromCursor | ( | ME_TextEditor * | editor | ) |
Definition at line 121 of file table.c.
Referenced by ME_AppendTableRow(), and ME_RTFSpecialCharHook().
ME_DisplayItem * ME_InsertTableRowEndFromCursor | ( | ME_TextEditor * | editor | ) |
Definition at line 129 of file table.c.
Referenced by ME_AppendTableRow(), and ME_RTFSpecialCharHook().
ME_DisplayItem * ME_InsertTableRowStartAtParagraph | ( | ME_TextEditor * | editor, |
ME_DisplayItem * | para | ||
) |
Definition at line 86 of file table.c.
Referenced by ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().
ME_DisplayItem * ME_InsertTableRowStartFromCursor | ( | ME_TextEditor * | editor | ) |
Definition at line 79 of file table.c.
Referenced by ME_AppendTableRow(), ME_InsertTableRowStartAtParagraph(), and ME_RTFParAttrHook().
BOOL ME_IsInTable | ( | ME_DisplayItem * | pItem | ) |
Definition at line 273 of file table.c.
Referenced by handle_enter(), ME_Char(), ME_SelectOrInsertNextCell(), ME_StreamIn(), and ME_TabPressedInTable().
struct RTFTable * ME_MakeTableDef | ( | ME_TextEditor * | editor | ) |
Definition at line 637 of file table.c.
Referenced by ME_RTFTblAttrHook().
void ME_MoveCursorFromTableRowStartParagraph | ( | ME_TextEditor * | editor | ) |
Definition at line 622 of file table.c.
Referenced by ME_KeyDown(), ME_Redo(), and ME_Undo().
void ME_ProtectPartialTableDeletion | ( | ME_TextEditor * | editor, |
ME_Cursor * | c, | ||
int * | nChars | ||
) |
Definition at line 287 of file table.c.
Referenced by ME_InternalDeleteText().
|
static |
Definition at line 462 of file table.c.
Referenced by ME_TabPressedInTable().
void ME_TabPressedInTable | ( | ME_TextEditor * | editor, |
BOOL | bSelectedRow | ||
) |
Definition at line 562 of file table.c.
Referenced by ME_Char().
WINE_DEFAULT_DEBUG_CHANNEL | ( | richedit_lists | ) |
Definition at line 59 of file table.c.
Referenced by ME_GetTextW(), ME_InsertTableRowEndFromCursor(), ME_InsertTableRowStartFromCursor(), and ME_MakeFirstParagraph().