Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4708 double fYOfs, fXOfs; in ImportShape() local
4716 fYOfs = fXOfs = 0.0; in ImportShape()
4730 fYOfs = ( (double)aPolyPieRect.Bottom() - (double)aPolyBoundRect.Bottom() ) * fYScale; in ImportShape()
4732 fYOfs = ((double)aPolyBoundRect.Top() - (double)aPolyPieRect.Top() ) * fYScale; in ImportShape()
4739 …ct = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (sal_Int32)fYOfs ), in ImportShape()

Completed in 41 milliseconds