Home
last modified time | relevance | path

Searched refs:ePortion (Results 1 – 3 of 3) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpagesettings.cxx498 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() argument
854 double& rfMaxHt = maPortions[ ePortion ].mfCurrHeight; in updateCurrHeight()
977 void HeaderFooterParser::setNewPortion( HFPortionId ePortion ) in setNewPortion() argument
979 if( ePortion != meCurrPortion ) in setNewPortion()
982 meCurrPortion = ePortion; in setNewPortion()
/trunk/main/sc/source/filter/excel/
H A Dxihelper.cxx517 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() argument
530 sal_uInt16& rnMaxHt = maInfos[ ePortion ].mnMaxLineHt; in UpdateMaxLineHeight()
/trunk/main/sc/source/filter/inc/
H A Dxihelper.hxx227 sal_uInt16 GetMaxLineHeight( XclImpHFPortion ePortion ) const;
232 void UpdateMaxLineHeight( XclImpHFPortion ePortion );

Completed in 59 milliseconds