Home
last modified time | relevance | path

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

/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1251 double fXRef, fYRef, fAngle; in SetHandleControllerPosition() local
1253 GetParameter( fYRef, aHandle.aPolar.Second, sal_False, sal_False ); in SetHandleControllerPosition()
1255 fAngle = -( atan2( -fPos2 + fYRef, ( ( fDX == 0.0L ) ? 0.000000001 : fDX ) ) / F_PI180 ); in SetHandleControllerPosition()
1257 double fY = ( fPos2 - fYRef ); in SetHandleControllerPosition()

Completed in 33 milliseconds