Searched refs:nTmpWink (Results 1 – 2 of 2) sorted by relevance
2154 sal_Int32 nTmpWink(NormAngle360(nWink)); in TakeSdrDragComment() local2158 nTmpWink -= 36000; in TakeSdrDragComment()2161 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()2290 sal_Int32 nTmpWink(nWink); in TakeSdrDragComment() local2293 nTmpWink += 18000; in TakeSdrDragComment()2295 nTmpWink = NormAngle180(nTmpWink); in TakeSdrDragComment()2299 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()2447 long nTmpWink=nNeuWink; in MoveSdrDrag() local2449 if (bNeg) nTmpWink=-nTmpWink; in MoveSdrDrag()2451 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