Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx1218 double fHalfArrowWidth = (0.05 * 0.5) * fVecLen; in CreateB2dIAObject() local
1239 Point aLeft(aMidPoint.X() + (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()
1240 aMidPoint.Y() + (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()
1241 Point aRight(aMidPoint.X() - (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()
1242 aMidPoint.Y() - (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()

Completed in 21 milliseconds