Lines Matching refs:aBoundRect

75 	Rectangle							aBoundRect;  member
81 Rectangle aBoundRect; member
87 Rectangle aBoundRect; member
314 aCharacterData.aBoundRect.Union( aOutlineIter->GetBoundRect() ); in GetTextAreaOutline()
321 sal_Int32 nM = - aCharacterData.aBoundRect.Left() + nHeight; in GetTextAreaOutline()
323 aCharacterData.aBoundRect.Move( nM, 0 ); in GetTextAreaOutline()
326 nHeight += aCharacterData.aBoundRect.GetWidth() + ( rFWData.nSingleLineHeight / 5 ); in GetTextAreaOutline()
327 aSingleCharacterUnion.Union( aCharacterData.aBoundRect ); in GetTextAreaOutline()
340 …aOutlineIter->Move( ( aSingleCharacterUnion.GetWidth() - aCharacterIter->aBoundRect.GetWidth() ) /… in GetTextAreaOutline()
399 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in GetTextAreaOutline() local
400 aParagraphIter->aBoundRect.Union( aBoundRect ); in GetTextAreaOutline()
406 if ( aParagraphIter->aBoundRect.IsEmpty() ) in GetTextAreaOutline()
408 if ( rTextArea.aBoundRect.IsEmpty() ) in GetTextAreaOutline()
409 rTextArea.aBoundRect = Rectangle( Point( 0, 0 ), Size( 1, rFWData.nSingleLineHeight ) ); in GetTextAreaOutline()
411 rTextArea.aBoundRect.Bottom() += rFWData.nSingleLineHeight; in GetTextAreaOutline()
415 Rectangle& rParagraphBoundRect = aParagraphIter->aBoundRect; in GetTextAreaOutline()
416 rTextArea.aBoundRect.Union( rParagraphBoundRect ); in GetTextAreaOutline()
477 sal_Int32 nParaWidth = aParagraphIter->aBoundRect.GetWidth(); in GetFontWorkOutline()
480 double fScale = (double)aTextAreaIter->aBoundRect.GetWidth() / nParaWidth; in GetFontWorkOutline()
512 … nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ) / 2; in GetFontWorkOutline()
514 nHorzDiff = ( aTextAreaIter->aBoundRect.GetWidth() - aParagraphIter->aBoundRect.GetWidth() ); in GetFontWorkOutline()
668 Rectangle rTextAreaBoundRect = aTextAreaIter->aBoundRect; in FitTextOutlinesToShapeOutlines()
699 Rectangle aBoundRect( rPolyPoly.GetBoundRect() ); in FitTextOutlinesToShapeOutlines() local
700 double fx1 = aBoundRect.Left() - nLeft; in FitTextOutlinesToShapeOutlines()
701 double fx2 = aBoundRect.Right() - nLeft; in FitTextOutlinesToShapeOutlines()
718 …fL = (double)( aTextAreaIter->aBoundRect.GetHeight() / 2.0 + aTextAreaIter->aBoundRect.Top() ) - a… in FitTextOutlinesToShapeOutlines()
721 …rPolyPoly.Rotate( Point( aBoundRect.Center().X(), aParagraphIter->aBoundRect.Center().Y() ), sin( … in FitTextOutlinesToShapeOutlines()
722 ….Move( (sal_Int32)( ( fx1 + fvx )- aBoundRect.Center().X() ), (sal_Int32)( ( fy1 + fvy ) - aParagr… in FitTextOutlinesToShapeOutlines()