Searched refs:aPolyBoundRect (Results 1 – 2 of 2) sorted by relevance
4621 Rectangle aPolyBoundRect; in ImportShape() local4638 aPolyBoundRect = Rectangle( aXP.GetBoundRect() ); in ImportShape()4646 aPolyBoundRect = Rectangle( -21600, 0, 21600, 43200 ); // defaulting in ImportShape()4669 Point cent = aPolyBoundRect.Center(); in ImportShape()4703 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape()4718 if ( aPolyBoundRect.GetWidth() && aPolyPieRect.GetWidth() ) in ImportShape()4726 if ( aPolyBoundRect.GetHeight() && aPolyPieRect.GetHeight() ) in ImportShape()4735 fXScale = (double)aPolyBoundRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()4736 fYScale = (double)aPolyBoundRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()4743 double fTextFrameScaleX = (double)21600 / (double)aPolyBoundRect.GetWidth(); in ImportShape()[all …]
4330 Rectangle aPolyBoundRect; in ImplWritePage() local
Completed in 92 milliseconds