Home
last modified time | relevance | path

Searched refs:aPolyPolyBoundRect (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx428 Rectangle aPolyPolyBoundRect( aOutlineIter->GetBoundRect() ); in GetTextAreaOutline() local
429 if ( aPolyPolyBoundRect.GetHeight() != rParagraphBoundRect.GetHeight() ) in GetTextAreaOutline()
430 …aOutlineIter->Scale( 1.0, (double)rParagraphBoundRect.GetHeight() / aPolyPolyBoundRect.GetHeight()… in GetTextAreaOutline()
431 aPolyPolyBoundRect = aOutlineIter->GetBoundRect(); in GetTextAreaOutline()
432 sal_Int32 nMove = aPolyPolyBoundRect.Top() - rParagraphBoundRect.Top(); in GetTextAreaOutline()

Completed in 23 milliseconds