Home
last modified time | relevance | path

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

/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx4695 double fYOfs, fXOfs; in ImportShape() local
4703 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()

Completed in 40 milliseconds