Searched refs:fYOfs (Results 1 – 1 of 1) sorted by relevance
4689 double fYOfs, fXOfs; in ImportShape() local4697 fYOfs = fXOfs = 0.0; in ImportShape()4711 fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()4713 fYOfs = ((double)aPolyBoundRect.Top() - (double)aPolyPieRect.Top() ) * fYScale; in ImportShape()4720 …ct = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (sal_Int32)fYOfs ), in ImportShape()
Completed in 37 milliseconds