Lines Matching refs:aTextAreaIter

187 	std::vector< FWTextArea >::iterator aTextAreaIter = rFWData.vTextAreas.begin();  in CalculateHorizontalScalingFactor()  local
189 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() local
468 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()
480 double fScale = (double)aTextAreaIter->aBoundRect.GetWidth() / nParaWidth; in GetFontWorkOutline()
506 std::vector< FWParagraphData >::iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() ); in GetFontWorkOutline()
507 std::vector< FWParagraphData >::iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in GetFontWorkOutline()
512 … nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ) / 2; in GetFontWorkOutline()
514 nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ); in GetFontWorkOutline()
540 aTextAreaIter++; in GetFontWorkOutline()
662 std::vector< FWTextArea >::iterator aTextAreaIter = rFWData.vTextAreas.begin(); in FitTextOutlinesToShapeOutlines() local
666 while( aTextAreaIter != aTextAreaIEnd ) in FitTextOutlinesToShapeOutlines()
668 Rectangle rTextAreaBoundRect = aTextAreaIter->aBoundRect; in FitTextOutlinesToShapeOutlines()
686 std::vector< FWParagraphData >::iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() ); in FitTextOutlinesToShapeOutlines()
687 std::vector< FWParagraphData >::iterator aParagraphIEnd( aTextAreaIter->vParagraphs.end() ); in FitTextOutlinesToShapeOutlines()
718 …fL = (double)( aTextAreaIter->aBoundRect.GetHeight() / 2.0 + aTextAreaIter->aBoundRect.Top() ) - a… in FitTextOutlinesToShapeOutlines()
749 std::vector< FWParagraphData >::iterator aParagraphIter = aTextAreaIter->vParagraphs.begin(); in FitTextOutlinesToShapeOutlines()
750 std::vector< FWParagraphData >::iterator aParagraphIEnd = aTextAreaIter->vParagraphs.end(); in FitTextOutlinesToShapeOutlines()
808 aTextAreaIter++; in FitTextOutlinesToShapeOutlines()
820 std::vector< FWTextArea >::const_iterator aTextAreaIter = rFWData.vTextAreas.begin(); in CreateSdrObjectFromParagraphOutlines() local
822 while ( aTextAreaIter != aTextAreaIEnd ) in CreateSdrObjectFromParagraphOutlines()
824 …std::vector< FWParagraphData >::const_iterator aParagraphIter = aTextAreaIter->vParagraphs.begin(); in CreateSdrObjectFromParagraphOutlines()
825 std::vector< FWParagraphData >::const_iterator aParagraphIEnd = aTextAreaIter->vParagraphs.end(); in CreateSdrObjectFromParagraphOutlines()
846 aTextAreaIter++; in CreateSdrObjectFromParagraphOutlines()