Home
last modified time | relevance | path

Searched refs:fXOfs (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4708 double fYOfs, fXOfs; in ImportShape() local
4716 fYOfs = fXOfs = 0.0; in ImportShape()
4722 fXOfs = ( (double)aPolyPieRect.Right() - (double)aPolyBoundRect.Right() ) * fXScale; in ImportShape()
4724 fXOfs = ( (double)aPolyBoundRect.Left() - (double)aPolyPieRect.Left() ) * fXScale; in ImportShape()
4739 …aObjData.aBoundRect = Rectangle( Point( aLogicRect.Left() + (sal_Int32)fXOfs, aLogicRect.Top() + (… in ImportShape()

Completed in 36 milliseconds