LibreOffice Module sc (master) 1
Public Types | Public Member Functions | Public Attributes | List of all members
XclImpHFConverter::XclImpHFPortionInfo Struct Reference

Contains all information about a header/footer portion. More...

Collaboration diagram for XclImpHFConverter::XclImpHFPortionInfo:
[legend]

Public Types

typedef std::shared_ptr< EditTextObjectEditTextObjectRef
 

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...
 

Detailed Description

Contains all information about a header/footer portion.

Definition at line 189 of file xihelper.hxx.

Member Typedef Documentation

◆ EditTextObjectRef

Definition at line 191 of file xihelper.hxx.

Constructor & Destructor Documentation

◆ XclImpHFPortionInfo()

XclImpHFConverter::XclImpHFPortionInfo::XclImpHFPortionInfo ( )
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.

Member Data Documentation

◆ maSel

ESelection XclImpHFConverter::XclImpHFPortionInfo::maSel

Edit engine text object.

Definition at line 193 of file xihelper.hxx.

Referenced by XclImpHFConverter::GetCurrSel(), and XclImpHFPortionInfo().

◆ mnHeight

sal_Int32 XclImpHFConverter::XclImpHFPortionInfo::mnHeight

Edit engine selection.

Definition at line 194 of file xihelper.hxx.

Referenced by XclImpHFConverter::InsertLineBreak().

◆ mnMaxLineHt

sal_uInt16 XclImpHFConverter::XclImpHFPortionInfo::mnMaxLineHt

Height of previous lines in twips.

Definition at line 195 of file xihelper.hxx.

Referenced by XclImpHFConverter::InsertLineBreak().

◆ mxObj

EditTextObjectRef XclImpHFConverter::XclImpHFPortionInfo::mxObj

Definition at line 192 of file xihelper.hxx.

Referenced by XclImpHFConverter::GetCurrObj().


The documentation for this struct was generated from the following files: