#include "editor.h"
#include "rtf.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (richedit_lists) |
| static ME_DisplayItem * | ME_InsertEndParaFromCursor (ME_TextEditor *editor, int nCursor, ME_String *eol_str, int paraFlags) |
| ME_DisplayItem * | ME_InsertTableRowStartFromCursor (ME_TextEditor *editor) |
| ME_DisplayItem * | ME_InsertTableRowStartAtParagraph (ME_TextEditor *editor, ME_DisplayItem *para) |
| ME_DisplayItem * | ME_InsertTableCellFromCursor (ME_TextEditor *editor) |
| ME_DisplayItem * | ME_InsertTableRowEndFromCursor (ME_TextEditor *editor) |
| ME_DisplayItem * | ME_GetTableRowEnd (ME_DisplayItem *para) |
| ME_DisplayItem * | ME_GetTableRowStart (ME_DisplayItem *para) |
| void | ME_CheckTablesForCorruption (ME_TextEditor *editor) |
| BOOL | ME_IsInTable (ME_DisplayItem *pItem) |
| void | ME_ProtectPartialTableDeletion (ME_TextEditor *editor, ME_Cursor *c, int *nChars) |
| ME_DisplayItem * | ME_AppendTableRow (ME_TextEditor *editor, ME_DisplayItem *table_row) |
| static void | ME_SelectOrInsertNextCell (ME_TextEditor *editor, ME_DisplayItem *run) |
| void | ME_TabPressedInTable (ME_TextEditor *editor, BOOL bSelectedRow) |
| void | ME_MoveCursorFromTableRowStartParagraph (ME_TextEditor *editor) |
| struct RTFTable * | ME_MakeTableDef (ME_TextEditor *editor) |
| void | ME_InitTableDef (ME_TextEditor *editor, struct RTFTable *tableDef) |