ReactOS 0.4.15-dev-8614-gbc76250
|
#include <editstr.h>
ME_BorderRect tagME_Cell::border |
Definition at line 225 of file editstr.h.
Referenced by add_undo_split_para(), adjust_para_y(), ME_AppendTableRow(), ME_DrawTableBorders(), ME_PlayUndoItem(), ME_RTFSpecialCharHook(), ME_StreamOutRTFFontAndColorTbl(), and ME_StreamOutRTFTableProps().
struct tagME_DisplayItem * tagME_Cell::next_cell |
Definition at line 229 of file editstr.h.
Referenced by adjust_para_y(), ME_AppendTableRow(), ME_DrawTableBorders(), ME_DumpDocument(), ME_FindPixelPosInTableRow(), ME_GetTableRowEnd(), ME_JoinParagraphs(), ME_MoveCursorLines(), ME_RTFSpecialCharHook(), ME_SelectOrInsertNextCell(), ME_SplitParagraph(), and ME_StreamOutRTFTableProps().
int tagME_Cell::nHeight |
Definition at line 227 of file editstr.h.
Referenced by adjust_para_y(), ME_DrawTableBorders(), and ME_PaintContent().
int tagME_Cell::nNestingLevel |
Definition at line 223 of file editstr.h.
Referenced by ME_DumpDocument(), and ME_SplitParagraph().
int tagME_Cell::nRightBoundary |
Definition at line 224 of file editstr.h.
Referenced by add_undo_split_para(), ME_AppendTableRow(), ME_BeginRow(), ME_PlayUndoItem(), ME_RTFSpecialCharHook(), and ME_StreamOutRTFTableProps().
int tagME_Cell::nWidth |
Definition at line 227 of file editstr.h.
Referenced by adjust_para_y(), ME_BeginRow(), ME_DrawParagraph(), and ME_DrawTableBorders().
struct tagME_DisplayItem * tagME_Cell::parent_cell |
Definition at line 229 of file editstr.h.
Referenced by ME_SplitParagraph().
struct tagME_DisplayItem* tagME_Cell::prev_cell |
Definition at line 229 of file editstr.h.
Referenced by adjust_para_y(), ME_BeginRow(), ME_DumpDocument(), ME_GetTableRowStart(), ME_JoinParagraphs(), ME_MoveCursorLines(), ME_RTFSpecialCharHook(), and ME_SplitParagraph().
POINT tagME_Cell::pt |
Definition at line 226 of file editstr.h.
Referenced by adjust_para_y(), ME_DrawParagraph(), ME_DrawTableBorders(), and ME_PaintContent().
int tagME_Cell::yTextOffset |
Definition at line 228 of file editstr.h.
Referenced by adjust_para_y(), and ME_DrawTableBorders().