|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <editstr.h>

Public Attributes | |
| int | nNestingLevel |
| int | nRightBoundary |
| ME_BorderRect | border |
| POINT | pt |
| int | nHeight |
| int | nWidth |
| int | yTextOffset |
| struct tagME_Cell * | prev_cell |
| struct tagME_Cell * | next_cell |
| struct tagME_Cell * | parent_cell |
| ME_BorderRect tagME_Cell::border |
Definition at line 225 of file editstr.h.
Referenced by add_undo_split_para(), adjust_para_y(), draw_table_borders(), ME_PlayUndoItem(), ME_RTFSpecialCharHook(), stream_out_font_and_colour_tbls(), stream_out_table_props(), and table_append_row().
| struct tagME_Cell * tagME_Cell::next_cell |
Definition at line 229 of file editstr.h.
Referenced by cell_next(), ME_DumpDocument(), para_join(), and para_split().
| int tagME_Cell::nHeight |
Definition at line 227 of file editstr.h.
Referenced by adjust_para_y(), draw_paragraph(), draw_table_borders(), and editor_draw().
| int tagME_Cell::nNestingLevel |
Definition at line 223 of file editstr.h.
Referenced by ME_DumpDocument(), and para_split().
| int tagME_Cell::nRightBoundary |
Definition at line 224 of file editstr.h.
Referenced by add_undo_split_para(), ME_BeginRow(), ME_PlayUndoItem(), ME_RTFSpecialCharHook(), stream_out_table_props(), and table_append_row().
| int tagME_Cell::nWidth |
Definition at line 227 of file editstr.h.
Referenced by adjust_para_y(), draw_paragraph(), draw_table_borders(), and ME_BeginRow().
| struct tagME_Cell * tagME_Cell::parent_cell |
Definition at line 229 of file editstr.h.
Referenced by para_split().
| struct tagME_Cell* tagME_Cell::prev_cell |
Definition at line 229 of file editstr.h.
Referenced by cell_prev(), ME_DumpDocument(), para_join(), and para_split().
| POINT tagME_Cell::pt |
Definition at line 226 of file editstr.h.
Referenced by adjust_para_y(), draw_paragraph(), draw_table_borders(), and editor_draw().
| int tagME_Cell::yTextOffset |
Definition at line 228 of file editstr.h.
Referenced by adjust_para_y(), draw_table_borders(), and editor_draw().