Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx345 double nSin=sin(nWink*nPi180); in RotateMarkedObj()
346 double nCos=cos(nWink*nPi180); in RotateMarkedObj()
500 double nTan=tan(nWink*nPi180); in ShearMarkedObj()
591 pO->Rotate(aCtr0, Round(nWink/nPi180), nSin, nCos); in ImpCrookObj()
1579 double nOld=tan((double)nOldShearAngle*nPi180); in SetGeoAttrToMarked()
1580 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()
1582 nNew=atan(nNew)/nPi180; in SetGeoAttrToMarked()
1684 double nOld=tan((double)nTempAngle*nPi180); in SetGeoAttrToMarked()
1685 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()
1687 nNew=atan(nNew)/nPi180; in SetGeoAttrToMarked()
H A Dsvdtrans.cxx191 double a=nWink*nPi180; in MirrorPoint()
517 a=Round((atan2((double)-rPnt.Y(),(double)rPnt.X())/nPi180)); in GetAngle()
579 double a=nDrehWink*nPi180; in RecalcSinCos()
590 double a=nShearWink*nPi180; in RecalcTan()
H A Dsvdobj.cxx2126 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
2134 double nSin=sin(n*nPi180); in NbcApplyNotPersistAttr()
2135 double nCos=cos(n*nPi180); in NbcApplyNotPersistAttr()
2141 double nSin=sin(n*nPi180); in NbcApplyNotPersistAttr()
2142 double nCos=cos(n*nPi180); in NbcApplyNotPersistAttr()
2147 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
2152 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
H A Dsvdglev.cxx401 double nSin=sin(nWink*nPi180); in RotateMarkedGluePoints()
402 double nCos=cos(nWink*nPi180); in RotateMarkedGluePoints()
H A Dsvddrgmt.cxx1121 double a=(nNeuWink-nWink)*nPi180; in MoveSdrDrag()
2136 rTarget.Rotate(DragStat().GetRef1(), nWink, sin(nWink*nPi180), cos(nWink*nPi180)); in applyCurrentTransformationToSdrObject()
2229 double a=nWink*nPi180; in MoveSdrDrag()
2451 double nCos=cos(nTmpWink*nPi180); in MoveSdrDrag()
2466 double a=nWink*nPi180; in MoveSdrDrag()
2493 rTarget.Shear(DragStat().GetRef1(),nWink,tan(nWink*nPi180),bVertical); in applyCurrentTransformationToSdrObject()
H A Dsvdopath.cxx331 double cs=cos(nTmpAngle*nPi180); in CalcCircle()
338 aCircCenter.X()+=Round(nRad*cos((nTangAngle+9000)*nPi180)); in CalcCircle()
339 aCircCenter.Y()-=Round(nRad*sin((nTangAngle+9000)*nPi180)); in CalcCircle()
343 aCircCenter.X()+=Round(nRad*cos((nTangAngle-9000)*nPi180)); in CalcCircle()
344 aCircCenter.Y()-=Round(nRad*sin((nTangAngle-9000)*nPi180)); in CalcCircle()
462 double a=nTangAngle*nPi180; in CalcRect()
2378 …:B2DHomMatrix aTrans(basegfx::tools::createRotateAroundPoint(rRef.X(), rRef.Y(), -nWink * nPi180)); in NbcRotate()
H A Dsvdocirc.cxx68 a=nWink*nPi180; in GetWinkPnt()
891 a=nStartWink*nPi180; in NbcMirror()
897 a=nEndWink*nPi180; in NbcMirror()
H A Dsvdpoev.cxx734 double nSin=sin(nWink*nPi180); in RotateMarkedPoints()
735 double nCos=cos(nWink*nPi180); in RotateMarkedPoints()
H A Dsvdomeas.cxx451 double a=rPol.nLineWink*nPi180; in ImpCalcGeometrics()
904 double a=nLineWink*nPi180; in ImpEvalDrag()
H A Dsvdfmtf.cxx1069 double a=nWink*nPi180; in ImportText()
H A Dsvdotext.cxx748 aMatrix.rotate(-aGeo.nDrehWink * nPi180); in ImpSetContourPolygon()
/trunk/main/svx/inc/svx/
H A Dsvdtrans.hxx50 const double nPi180=0.000174532925199432957692222; // Bei zuweing Stellen ist tan(4500*nPi180)!=1.0 variable
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx3841 double a = 9000 * nPi180; in ImportFontWork()
4270 double a = nGroupRotateAngle * nPi180; in ImportGroup()
4805 double a = nObjectRotation * nPi180; in ImportShape()
4844 double a = nObjectRotation * nPi180; in ImportShape()
4916 double a = nObjectRotation * nPi180; in ImportShape()
5438 double a = nTextRotationAngle * nPi180; in ProcessObj()
5445 double a = mnFix16Angle * nPi180; in ProcessObj()
H A Dsvdfppt.cxx1283 double a = 18000 * nPi180; in ProcessObj()
1290 double a = nAngle * nPi180; in ProcessObj()
/trunk/main/svx/source/unodraw/
H A Dunoshape.cxx2527 double nSin=sin(nAngle*nPi180); in setPropertyValueImpl()
2528 double nCos=cos(nAngle*nPi180); in setPropertyValueImpl()
2546 double nTan=tan(nShear*nPi180); in setPropertyValueImpl()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx312 double a = ( 36000 - nObjectRotation ) * nPi180; in Create3DObject()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx838 double a = nTextRotationAngle * nPi180; in ProcessObj()
872 double a = mnFix16Angle * nPi180; in ProcessObj()
H A Dww8graf.cxx2920 double a = nAngle*nPi180; in MungeTextIntoDrawBox()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx1510 double a = nAngle*100*nPi180; in ReadShapeObject()

Completed in 351 milliseconds