Searched refs:aPolyBoundRect (Results 1 – 2 of 2) sorted by relevance
4608 Rectangle aPolyBoundRect; in ImportShape() local4625 aPolyBoundRect = Rectangle( aXP.GetBoundRect() ); in ImportShape()4633 aPolyBoundRect = Rectangle( -21600, 0, 21600, 43200 ); // defaulting in ImportShape()4656 Point cent = aPolyBoundRect.Center(); in ImportShape()4690 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape()4705 if ( aPolyBoundRect.GetWidth() && aPolyPieRect.GetWidth() ) in ImportShape()4709 … fXOfs = ( (double)aPolyPieRect.Right() - (double)aPolyBoundRect.Right() ) * fXScale; in ImportShape()4711 … fXOfs = ( (double)aPolyBoundRect.Left() - (double)aPolyPieRect.Left() ) * fXScale; in ImportShape()4713 if ( aPolyBoundRect.GetHeight() && aPolyPieRect.GetHeight() ) in ImportShape()4717 … fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()[all …]
4330 Rectangle aPolyBoundRect; in ImplWritePage() local