Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvddrgmt.cxx2157 sal_Int32 nTmpWink(NormAngle360(nWink)); in TakeSdrDragComment() local
2161 nTmpWink -= 36000; in TakeSdrDragComment()
2164 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()
2293 sal_Int32 nTmpWink(nWink); in TakeSdrDragComment() local
2296 nTmpWink += 18000; in TakeSdrDragComment()
2298 nTmpWink = NormAngle180(nTmpWink); in TakeSdrDragComment()
2302 getSdrDragView().GetModel()->TakeWinkStr(nTmpWink, aStr); in TakeSdrDragComment()
2450 long nTmpWink=nNeuWink; in MoveSdrDrag() local
2452 if (bNeg) nTmpWink=-nTmpWink; in MoveSdrDrag()
2454 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 38 milliseconds