Searched refs:fYOfs (Results 1 – 1 of 1) sorted by relevance
4695 double fYOfs, fXOfs; in ImportShape() local4703 fYOfs = fXOfs = 0.0; in ImportShape()4717 … fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()4719 … fYOfs = ((double)aPolyBoundRect.Top() - (double)aPolyPieRect.Top() ) * fYScale; in ImportShape()4726 …ct = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (sal_Int32)fYOfs ), in ImportShape()