ReactOS 0.4.16-dev-847-g386fccd
|
#include <editstr.h>
Public Attributes | |
ME_DIType | type |
struct tagME_DisplayItem * | prev |
struct tagME_DisplayItem * | next |
union { | |
ME_Run run | |
ME_Row row | |
ME_Cell cell | |
ME_Paragraph para | |
} | member |
ME_Cell tagME_DisplayItem::cell |
Definition at line 260 of file editstr.h.
Referenced by ME_DumpDocument().
union { ... } tagME_DisplayItem::member |
struct tagME_DisplayItem * tagME_DisplayItem::next |
Definition at line 256 of file editstr.h.
Referenced by cursor_next_run(), get_total_width(), ME_DumpDocument(), ME_FindItemFwd(), ME_InsertBefore(), ME_MakeText(), ME_Remove(), and para_first_run().
ME_Paragraph tagME_DisplayItem::para |
Definition at line 261 of file editstr.h.
Referenced by cell_end_para(), cell_first_para(), editor_end_para(), editor_first_para(), get_total_width(), ME_DumpDocument(), ME_MakeText(), para_num_get_num(), table_outer_para(), table_row_end(), table_row_start(), and wrap_marked_paras_dc().
struct tagME_DisplayItem* tagME_DisplayItem::prev |
Definition at line 256 of file editstr.h.
Referenced by cursor_prev_run(), ME_FindItemBack(), ME_FindItemBackOrHere(), ME_InsertBefore(), ME_MakeText(), and ME_Remove().
ME_Run tagME_DisplayItem::run |
Definition at line 258 of file editstr.h.
Referenced by ME_DumpDocument(), para_first_run(), and row_end_cursor().
ME_DIType tagME_DisplayItem::type |
Definition at line 255 of file editstr.h.
Referenced by ME_DumpDocument(), ME_FindItemBack(), ME_FindItemBackOrHere(), ME_FindItemFwd(), para_first_run(), and para_num_get_num().