Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/svdraw/
H A Dsvdhdl.cxx1221 double fHalfArrowWidth = (0.05 * 0.5) * fVecLen; in CreateB2dIAObject() local
1242 Point aLeft(aMidPoint.X() + (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()
1243 aMidPoint.Y() + (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()
1244 Point aRight(aMidPoint.X() - (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject()
1245 aMidPoint.Y() - (sal_Int32)(aPerpend.getY() * fHalfArrowWidth)); in CreateB2dIAObject()

Completed in 26 milliseconds