Searched refs:maPortions (Results 1 – 3 of 3) sorted by relevance
58 maPortions.push_back( TextPortionModel( rFont, rText ) ); in appendPortion()63 return maPortions.empty() ? 0 : &maPortions.front().maFont; in getFirstFont()69 …for( PortionVector::const_iterator aIt = maPortions.begin(), aEnd = maPortions.end(); aIt != aEnd;… in getText()
542 HFPortionInfoVec maPortions; member in oox::xls::HeaderFooterParser586 maPortions( static_cast< size_t >( HF_COUNT ) ), in HeaderFooterParser()594 !maPortions[ HF_LEFT ].initialize( rxContext->getLeftText() ) || in parse()596 !maPortions[ HF_RIGHT ].initialize( rxContext->getRightText() ) ) in parse()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()835 return ::std::max( maPortions[ HF_LEFT ].mfTotalHeight, in parse()836 ::std::max( maPortions[ HF_CENTER ].mfTotalHeight, maPortions[ HF_RIGHT ].mfTotalHeight ) ); in parse()843 double fMaxHt = maPortions[ ePortion ].mfCurrHeight; in getCurrHeight()[all …]
74 inline size_t getPortionCount() const { return maPortions.size(); } in getPortionCount()83 PortionVector maPortions; member in oox::vml::TextBox
Completed in 21 milliseconds