Searched refs:getCurrHeight (Results 1 – 1 of 1) sorted by relevance
498 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::HeaderFooterParser847 double HeaderFooterParser::getCurrHeight() const in getCurrHeight() function in oox::xls::HeaderFooterParser849 return getCurrHeight( meCurrPortion ); in getCurrHeight()893 getPortion().mfTotalHeight += getCurrHeight(); in appendLineBreak()
Completed in 14 milliseconds