LibreOffice Module sw (master) 1
|
#include <crstate.hxx>
Public Member Functions | |
SwFillCursorPos (SwFillMode eMd) | |
Public Attributes | |
SwRect | aCursor |
position and size of the ShadowCursor More... | |
sal_uInt16 | nParaCnt |
number of paragraphs to insert More... | |
sal_uInt16 | nTabCnt |
number of tabs respectively size of indentation More... | |
sal_uInt16 | nSpaceCnt |
number of spaces to insert More... | |
sal_uInt16 | nSpaceOnlyCnt |
number of spaces to insert ("only spaces, no tabs" mode) More... | |
sal_uInt16 | nColumnCnt |
number of necessary column breaks More... | |
sal_Int16 | eOrient |
paragraph alignment More... | |
SwFillMode | eMode |
desired fill-up rule More... | |
Definition at line 37 of file crstate.hxx.
|
inline |
Definition at line 47 of file crstate.hxx.
SwRect SwFillCursorPos::aCursor |
position and size of the ShadowCursor
Definition at line 39 of file crstate.hxx.
Referenced by SwTextFrame::FillCursorPos(), and SwCursorShell::GetShadowCursorPos().
SwFillMode SwFillCursorPos::eMode |
desired fill-up rule
Definition at line 46 of file crstate.hxx.
Referenced by SwFillData::Mode(), and SwCursorShell::SetShadowCursorPos().
sal_Int16 SwFillCursorPos::eOrient |
paragraph alignment
Definition at line 45 of file crstate.hxx.
Referenced by SwCursorShell::GetShadowCursorPos(), SwFillData::SetOrient(), and SwCursorShell::SetShadowCursorPos().
sal_uInt16 SwFillCursorPos::nColumnCnt |
number of necessary column breaks
Definition at line 44 of file crstate.hxx.
Referenced by SwTextFrame::FillCursorPos(), and SwCursorShell::SetShadowCursorPos().
sal_uInt16 SwFillCursorPos::nParaCnt |
number of paragraphs to insert
Definition at line 40 of file crstate.hxx.
Referenced by SwTextFrame::FillCursorPos(), and SwCursorShell::SetShadowCursorPos().
sal_uInt16 SwFillCursorPos::nSpaceCnt |
number of spaces to insert
Definition at line 42 of file crstate.hxx.
Referenced by SwCursorShell::SetShadowCursorPos(), and SwFillData::SetSpace().
sal_uInt16 SwFillCursorPos::nSpaceOnlyCnt |
number of spaces to insert ("only spaces, no tabs" mode)
Definition at line 43 of file crstate.hxx.
Referenced by SwCursorShell::SetShadowCursorPos(), and SwFillData::SetSpaceOnly().
sal_uInt16 SwFillCursorPos::nTabCnt |
number of tabs respectively size of indentation
Definition at line 41 of file crstate.hxx.
Referenced by SwCursorShell::SetShadowCursorPos(), and SwFillData::SetTab().