LibreOffice Module sc (master) 1
|
Contains all information about a header/footer portion. More...
Public Types | |
typedef std::shared_ptr< EditTextObject > | EditTextObjectRef |
Public Member Functions | |
XclImpHFPortionInfo () | |
Maximum font height for the current text line. More... | |
Public Attributes | |
EditTextObjectRef | mxObj |
ESelection | maSel |
Edit engine text object. More... | |
sal_Int32 | mnHeight |
Edit engine selection. More... | |
sal_uInt16 | mnMaxLineHt |
Height of previous lines in twips. More... | |
Contains all information about a header/footer portion.
Definition at line 189 of file xihelper.hxx.
typedef std::shared_ptr< EditTextObject > XclImpHFConverter::XclImpHFPortionInfo::EditTextObjectRef |
Definition at line 191 of file xihelper.hxx.
|
explicit |
Maximum font height for the current text line.
Definition at line 262 of file xihelper.cxx.
References maSel, mnHeight, ESelection::nEndPara, ESelection::nEndPos, ESelection::nStartPara, and ESelection::nStartPos.
ESelection XclImpHFConverter::XclImpHFPortionInfo::maSel |
Edit engine text object.
Definition at line 193 of file xihelper.hxx.
Referenced by XclImpHFConverter::GetCurrSel(), and XclImpHFPortionInfo().
sal_Int32 XclImpHFConverter::XclImpHFPortionInfo::mnHeight |
Edit engine selection.
Definition at line 194 of file xihelper.hxx.
Referenced by XclImpHFConverter::InsertLineBreak().
sal_uInt16 XclImpHFConverter::XclImpHFPortionInfo::mnMaxLineHt |
Height of previous lines in twips.
Definition at line 195 of file xihelper.hxx.
Referenced by XclImpHFConverter::InsertLineBreak().
EditTextObjectRef XclImpHFConverter::XclImpHFPortionInfo::mxObj |
Definition at line 192 of file xihelper.hxx.
Referenced by XclImpHFConverter::GetCurrObj().