Searched refs:ePortion (Results 1 – 3 of 3) sorted by relevance
498 double getCurrHeight( HFPortionId ePortion ) const;503 void updateCurrHeight( HFPortionId ePortion );529 void setNewPortion( HFPortionId ePortion );841 double HeaderFooterParser::getCurrHeight( HFPortionId ePortion ) const in getCurrHeight()843 double fMaxHt = maPortions[ ePortion ].mfCurrHeight; in getCurrHeight()852 void HeaderFooterParser::updateCurrHeight( HFPortionId ePortion ) in updateCurrHeight() argument854 double& rfMaxHt = maPortions[ ePortion ].mfCurrHeight; in updateCurrHeight()977 void HeaderFooterParser::setNewPortion( HFPortionId ePortion ) in setNewPortion() argument979 if( ePortion != meCurrPortion ) in setNewPortion()982 meCurrPortion = ePortion; in setNewPortion()
517 sal_uInt16 XclImpHFConverter::GetMaxLineHeight( XclImpHFPortion ePortion ) const in GetMaxLineHeight()519 sal_uInt16 nMaxHt = maInfos[ ePortion ].mnMaxLineHt; in GetMaxLineHeight()528 void XclImpHFConverter::UpdateMaxLineHeight( XclImpHFPortion ePortion ) in UpdateMaxLineHeight() argument530 sal_uInt16& rnMaxHt = maInfos[ ePortion ].mnMaxLineHt; in UpdateMaxLineHeight()
227 sal_uInt16 GetMaxLineHeight( XclImpHFPortion ePortion ) const;232 void UpdateMaxLineHeight( XclImpHFPortion ePortion );
Completed in 26 milliseconds