Searched refs:maInfos (Results 1 – 2 of 2) sorted by relevance
304 maInfos.clear(); in ParseString()305 maInfos.resize( EXC_HF_PORTION_COUNT ); in ParseString()500 if( maInfos[ EXC_HF_LEFT ].mxObj.get() ) in FillToItemSet()501 aHFItem.SetLeftArea( *maInfos[ EXC_HF_LEFT ].mxObj ); in FillToItemSet()502 if( maInfos[ EXC_HF_CENTER ].mxObj.get() ) in FillToItemSet()504 if( maInfos[ EXC_HF_RIGHT ].mxObj.get() ) in FillToItemSet()505 aHFItem.SetRightArea( *maInfos[ EXC_HF_RIGHT ].mxObj ); in FillToItemSet()511 return ::std::max( maInfos[ EXC_HF_LEFT ].mnHeight, in GetTotalHeight()512 ::std::max( maInfos[ EXC_HF_CENTER ].mnHeight, maInfos[ EXC_HF_RIGHT ].mnHeight ) ); in GetTotalHeight()519 sal_uInt16 nMaxHt = maInfos[ ePortion ].mnMaxLineHt; in GetMaxLineHeight()[all …]
220 inline XclImpHFPortionInfo& GetCurrInfo() { return maInfos[ meCurrObj ]; } in GetCurrInfo()260 XclImpHFPortionInfoVec maInfos; /// Edit engine text objects for all portions. member in XclImpHFConverter
Completed in 22 milliseconds