Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvddrgmt.cxx2154 sal_Int32 nTmpWink(NormAngle360(nWink)); in TakeSdrDragComment() local
2158 nTmpWink -= 36000; in TakeSdrDragComment()
2161 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()
2290 sal_Int32 nTmpWink(nWink); in TakeSdrDragComment() local
2293 nTmpWink += 18000; in TakeSdrDragComment()
2295 nTmpWink = NormAngle180(nTmpWink); in TakeSdrDragComment()
2299 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()
2447 long nTmpWink=nNeuWink; in MoveSdrDrag() local
2449 if (bNeg) nTmpWink=-nTmpWink; in MoveSdrDrag()
2451 double nCos=cos(nTmpWink*nPi180); in MoveSdrDrag()
H A Dsvdomeas.cxx462 long nTmpWink=NormAngle360(rPol.nTextWink-rRec.nTextAutoAngleView); in ImpCalcGeometrics() local
463 if (nTmpWink>=18000) { in ImpCalcGeometrics()

Completed in 35 milliseconds