Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4618 Rectangle aPolyBoundRect; in ImportShape() local
4635 aPolyBoundRect = Rectangle( aXP.GetBoundRect() ); in ImportShape()
4643 aPolyBoundRect = Rectangle( -21600, 0, 21600, 43200 ); // defaulting in ImportShape()
4666 Point cent = aPolyBoundRect.Center(); in ImportShape()
4700 …XPolygon aXPoly( aPolyBoundRect.Center(), aPolyBoundRect.GetWidth() / 2, aPolyBoundRect.GetHeight(… in ImportShape()
4715 if ( aPolyBoundRect.GetWidth() && aPolyPieRect.GetWidth() ) in ImportShape()
4719 … fXOfs = ( (double)aPolyPieRect.Right() - (double)aPolyBoundRect.Right() ) * fXScale; in ImportShape()
4721 … fXOfs = ( (double)aPolyBoundRect.Left() - (double)aPolyPieRect.Left() ) * fXScale; in ImportShape()
4723 if ( aPolyBoundRect.GetHeight() && aPolyPieRect.GetHeight() ) in ImportShape()
4727 … fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()
[all …]
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4330 Rectangle aPolyBoundRect; in ImplWritePage() local