Lines Matching refs:aParagraphIter

198 …std::vector< FWParagraphData >::const_iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() …  in CalculateHorizontalScalingFactor()  local
200 while( aParagraphIter != aParagraphIEnd ) in CalculateHorizontalScalingFactor()
202 double fTextWidth = aVirDev.GetTextWidth( aParagraphIter->aString ); in CalculateHorizontalScalingFactor()
217 aParagraphIter++; in CalculateHorizontalScalingFactor()
230 std::vector< FWParagraphData >::iterator aParagraphIter( rTextArea.vParagraphs.begin() ); in GetTextAreaOutline() local
232 while( aParagraphIter != aParagraphIEnd ) in GetTextAreaOutline()
234 const rtl::OUString& rText = aParagraphIter->aString; in GetTextAreaOutline()
280 if ( aParagraphIter->nFrameDirection == FRMDIR_HORI_RIGHT_TOP ) in GetTextAreaOutline()
330 aParagraphIter->vCharacters.push_back( aCharacterData ); in GetTextAreaOutline()
332 std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in GetTextAreaOutline()
333 std::vector< FWCharacterData >::iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in GetTextAreaOutline()
359 aParagraphIter->vCharacters.push_back( aCharacterData ); in GetTextAreaOutline()
384 std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in GetTextAreaOutline()
385 std::vector< FWCharacterData >::iterator aCharacterIEnd ( aParagraphIter->vCharacters.end() ); in GetTextAreaOutline()
400 aParagraphIter->aBoundRect.Union( aBoundRect ); in GetTextAreaOutline()
406 if ( aParagraphIter->aBoundRect.IsEmpty() ) in GetTextAreaOutline()
415 Rectangle& rParagraphBoundRect = aParagraphIter->aBoundRect; in GetTextAreaOutline()
420 std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in GetTextAreaOutline()
421 std::vector< FWCharacterData >::iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in GetTextAreaOutline()
445 aParagraphIter++; in GetTextAreaOutline()
473 std::vector< FWParagraphData >::iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() ); in GetFontWorkOutline() local
475 while ( aParagraphIter != aParagraphIEnd ) in GetFontWorkOutline()
477 sal_Int32 nParaWidth = aParagraphIter->aBoundRect.GetWidth(); in GetFontWorkOutline()
482 std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in GetFontWorkOutline()
483 std::vector< FWCharacterData >::iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in GetFontWorkOutline()
496 aParagraphIter++; in GetFontWorkOutline()
506 std::vector< FWParagraphData >::iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() ); in GetFontWorkOutline() local
508 while ( aParagraphIter != aParagraphIEnd ) in GetFontWorkOutline()
512 … nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ) / 2; in GetFontWorkOutline()
514 nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ); in GetFontWorkOutline()
517 … std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in GetFontWorkOutline()
518 std::vector< FWCharacterData >::iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in GetFontWorkOutline()
531 aParagraphIter++; in GetFontWorkOutline()
686 std::vector< FWParagraphData >::iterator aParagraphIter( aTextAreaIter->vParagraphs.begin() ); in FitTextOutlinesToShapeOutlines() local
688 while( aParagraphIter != aParagraphIEnd ) in FitTextOutlinesToShapeOutlines()
690 … std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in FitTextOutlinesToShapeOutlines()
691 std::vector< FWCharacterData >::iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in FitTextOutlinesToShapeOutlines()
718 …->aBoundRect.GetHeight() / 2.0 + aTextAreaIter->aBoundRect.Top() ) - aParagraphIter->aBoundRect.Ce… in FitTextOutlinesToShapeOutlines()
721 …rPolyPoly.Rotate( Point( aBoundRect.Center().X(), aParagraphIter->aBoundRect.Center().Y() ), sin( … in FitTextOutlinesToShapeOutlines()
722 …fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) - aParagraphIter->aBoundRect.Ce… in FitTextOutlinesToShapeOutlines()
728 aParagraphIter++; in FitTextOutlinesToShapeOutlines()
749 std::vector< FWParagraphData >::iterator aParagraphIter = aTextAreaIter->vParagraphs.begin(); in FitTextOutlinesToShapeOutlines() local
751 while( aParagraphIter != aParagraphIEnd ) in FitTextOutlinesToShapeOutlines()
753 std::vector< FWCharacterData >::iterator aCharacterIter( aParagraphIter->vCharacters.begin() ); in FitTextOutlinesToShapeOutlines()
754 std::vector< FWCharacterData >::iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in FitTextOutlinesToShapeOutlines()
804 aParagraphIter++; in FitTextOutlinesToShapeOutlines()
824 …std::vector< FWParagraphData >::const_iterator aParagraphIter = aTextAreaIter->vParagraphs.begin(); in CreateSdrObjectFromParagraphOutlines() local
826 while ( aParagraphIter != aParagraphIEnd ) in CreateSdrObjectFromParagraphOutlines()
828 …std::vector< FWCharacterData >::const_iterator aCharacterIter( aParagraphIter->vCharacters.begin()… in CreateSdrObjectFromParagraphOutlines()
829 …std::vector< FWCharacterData >::const_iterator aCharacterIEnd( aParagraphIter->vCharacters.end() ); in CreateSdrObjectFromParagraphOutlines()
844 aParagraphIter++; in CreateSdrObjectFromParagraphOutlines()