Home
last modified time | relevance | path

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

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