ReactOS 0.4.16-dev-91-g764881a
|
#include <rtf.h>
Public Attributes | |
RTFCell | cells [MAX_TABLE_CELLS] |
int | numCellsDefined |
int | gapH |
int | leftEdge |
RTFBorder | border [6] |
int | numCellsInserted |
ME_DisplayItem * | tableRowStart |
RTFTable * | parent |
RTFBorder RTFTable::border[6] |
Definition at line 1032 of file rtf.h.
Referenced by ME_InitTableDef(), ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().
RTFCell RTFTable::cells[MAX_TABLE_CELLS] |
Definition at line 1027 of file rtf.h.
Referenced by ME_InitTableDef(), ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().
int RTFTable::gapH |
Definition at line 1030 of file rtf.h.
Referenced by ME_InitTableDef(), and ME_MakeTableDef().
int RTFTable::leftEdge |
Definition at line 1030 of file rtf.h.
Referenced by ME_InitTableDef().
int RTFTable::numCellsDefined |
Definition at line 1028 of file rtf.h.
Referenced by ME_InitTableDef(), ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().
int RTFTable::numCellsInserted |
Definition at line 1035 of file rtf.h.
Referenced by ME_RTFSpecialCharHook().
RTFTable* RTFTable::parent |
Definition at line 1044 of file rtf.h.
Referenced by ME_RTFParAttrHook(), ME_RTFSpecialCharHook(), and RTFDestroy().
ME_DisplayItem* RTFTable::tableRowStart |
Definition at line 1041 of file rtf.h.
Referenced by ME_RTFParAttrHook(), and ME_RTFSpecialCharHook().