Home
last modified time | relevance | path

Searched refs:aPolyBoundRect (Results 1 – 2 of 2) sorted by path

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4621 Rectangle aPolyBoundRect; in ImportShape() local
4638 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 …]
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4330 Rectangle aPolyBoundRect; in ImplWritePage() local

Completed in 79 milliseconds