ReactOS 0.4.16-dev-736-g28b802b
|
Public Attributes | |
ME_Style * | style |
ME_Context * | context |
int | nLeftMargin |
int | nRightMargin |
int | nFirstMargin |
int | nParaNumOffset |
int | nAvailWidth |
int | nRow |
POINT | pt |
BOOL | bOverflown |
BOOL | bWordWrap |
ME_DisplayItem * | pPara |
ME_DisplayItem * | pRowStart |
ME_DisplayItem * | pLastSplittableRun |
BOOL tagME_WrapContext::bOverflown |
Definition at line 45 of file wrap.c.
Referenced by ME_BeginRow(), ME_MaximizeSplit(), ME_SplitByBacktracking(), and ME_WrapHandleRun().
BOOL tagME_WrapContext::bWordWrap |
Definition at line 45 of file wrap.c.
Referenced by ME_BeginRow(), and ME_WrapHandleRun().
ME_Context* tagME_WrapContext::context |
Definition at line 38 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_SplitByBacktracking(), ME_WrapEndParagraph(), ME_WrapHandleRun(), ME_WrapSizeRun(), ME_WrapTextParagraph(), and split_run_extents().
int tagME_WrapContext::nAvailWidth |
Definition at line 42 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), and ME_WrapHandleRun().
int tagME_WrapContext::nFirstMargin |
Definition at line 40 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_WrapHandleRun(), ME_WrapSizeRun(), ME_WrapTextParagraph(), and split_run_extents().
int tagME_WrapContext::nLeftMargin |
Definition at line 39 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_WrapHandleRun(), ME_WrapSizeRun(), ME_WrapTextParagraph(), and split_run_extents().
int tagME_WrapContext::nParaNumOffset |
Definition at line 41 of file wrap.c.
Referenced by ME_InsertRowStart(), and ME_WrapTextParagraph().
int tagME_WrapContext::nRightMargin |
Definition at line 39 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), and ME_WrapTextParagraph().
int tagME_WrapContext::nRow |
Definition at line 43 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_WrapHandleRun(), ME_WrapSizeRun(), ME_WrapTextParagraph(), and split_run_extents().
ME_DisplayItem* tagME_WrapContext::pLastSplittableRun |
Definition at line 49 of file wrap.c.
Referenced by ME_BeginRow(), ME_SplitByBacktracking(), and ME_WrapHandleRun().
ME_DisplayItem* tagME_WrapContext::pPara |
Definition at line 46 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_WrapEndParagraph(), ME_WrapHandleRun(), ME_WrapSizeRun(), ME_WrapTextParagraph(), and split_run_extents().
ME_DisplayItem* tagME_WrapContext::pRowStart |
Definition at line 47 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_MaximizeSplit(), ME_SplitByBacktracking(), ME_WrapEndParagraph(), ME_WrapHandleRun(), and ME_WrapTextParagraph().
POINT tagME_WrapContext::pt |
Definition at line 44 of file wrap.c.
Referenced by ME_BeginRow(), ME_InsertRowStart(), ME_MaximizeSplit(), ME_SplitByBacktracking(), ME_WrapEndParagraph(), ME_WrapHandleRun(), and ME_WrapTextParagraph().
ME_Style* tagME_WrapContext::style |
Definition at line 37 of file wrap.c.
Referenced by ME_WrapTextParagraph().