Searched refs:aTextAreaIter (Results 1 – 1 of 1) sorted by relevance
187 std::vector< FWTextArea >::iterator aTextAreaIter = rFWData.vTextAreas.begin(); in CalculateHorizontalScalingFactor() local189 while( aTextAreaIter != aTextAreaIEnd ) in CalculateHorizontalScalingFactor()198 …std::vector< FWParagraphData >::const_iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() … in CalculateHorizontalScalingFactor()199 … std::vector< FWParagraphData >::const_iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in CalculateHorizontalScalingFactor()219 aTextAreaIter++; in CalculateHorizontalScalingFactor()454 std::vector< FWTextArea >::iterator aTextAreaIter = rFWData.vTextAreas.begin(); in GetFontWorkOutline() local468 while ( aTextAreaIter != aTextAreaIEnd ) in GetFontWorkOutline()470 GetTextAreaOutline( rFWData, pCustomShape, *aTextAreaIter, bSameLetterHeights ); in GetFontWorkOutline()473 … std::vector< FWParagraphData >::iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() ); in GetFontWorkOutline()474 … std::vector< FWParagraphData >::iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in GetFontWorkOutline()[all …]