Searched refs:aPolyBoundRect (Results 1 – 2 of 2) sorted by relevance
4602 Rectangle aPolyBoundRect; in ImportShape() local4619 aPolyBoundRect = Rectangle( aXP.GetBoundRect() ); in ImportShape()4627 aPolyBoundRect = Rectangle( -21600, 0, 21600, 43200 ); // defaulting in ImportShape()4650 Point cent = aPolyBoundRect.Center(); in ImportShape()4684 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape()4699 if ( aPolyBoundRect.GetWidth() && aPolyPieRect.GetWidth() ) in ImportShape()4707 if ( aPolyBoundRect.GetHeight() && aPolyPieRect.GetHeight() ) in ImportShape()4716 fXScale = (double)aPolyBoundRect.GetWidth() / (double)aPolyPieRect.GetWidth(); in ImportShape()4717 fYScale = (double)aPolyBoundRect.GetHeight() / (double)aPolyPieRect.GetHeight(); in ImportShape()4724 double fTextFrameScaleX = (double)21600 / (double)aPolyBoundRect.GetWidth(); in ImportShape()[all …]
4330 Rectangle aPolyBoundRect; in ImplWritePage() local
Completed in 117 milliseconds