Searched refs:nTmpWink (Results 1 – 2 of 2) sorted by relevance
2157 sal_Int32 nTmpWink(NormAngle360(nWink)); in TakeSdrDragComment() local2161 nTmpWink -= 36000; in TakeSdrDragComment()2164 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()2293 sal_Int32 nTmpWink(nWink); in TakeSdrDragComment() local2296 nTmpWink += 18000; in TakeSdrDragComment()2298 nTmpWink = NormAngle180(nTmpWink); in TakeSdrDragComment()2302 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()2450 long nTmpWink=nNeuWink; in MoveSdrDrag() local2452 if (bNeg) nTmpWink=-nTmpWink; in MoveSdrDrag()2454 double nCos=cos(nTmpWink*nPi180); in MoveSdrDrag()
462 long nTmpWink=NormAngle360(rPol.nTextWink-rRec.nTextAutoAngleView); in ImpCalcGeometrics() local463 if (nTmpWink>=18000) { in ImpCalcGeometrics()
Completed in 33 milliseconds