Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpagesettings.cxx498 double getCurrHeight( HFPortionId ePortion ) const;
500 double getCurrHeight() const;
831 maPortions[ HF_LEFT ].mfTotalHeight += getCurrHeight( HF_LEFT ); in parse()
832 maPortions[ HF_CENTER ].mfTotalHeight += getCurrHeight( HF_CENTER ); in parse()
833 maPortions[ HF_RIGHT ].mfTotalHeight += getCurrHeight( HF_RIGHT ); in parse()
841 double HeaderFooterParser::getCurrHeight( HFPortionId ePortion ) const in getCurrHeight() function in oox::xls::HeaderFooterParser
847 double HeaderFooterParser::getCurrHeight() const in getCurrHeight() function in oox::xls::HeaderFooterParser
849 return getCurrHeight( meCurrPortion ); in getCurrHeight()
893 getPortion().mfTotalHeight += getCurrHeight(); in appendLineBreak()

Completed in 23 milliseconds