Home
last modified time | relevance | path

Searched refs:F_PI180 (Results 1 – 25 of 31) sorted by relevance

12

/trunk/main/svx/source/svdraw/
H A Dgradtrns.cxx76 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec()
99 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec()
123 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec()
158 const double fAngle = (double)rG.aGradient.GetAngle() * (F_PI180 / 10.0); in GradToVec()
226 fNewFullAngle /= F_PI180; in VecToGrad()
311 fNewFullAngle /= F_PI180; in VecToGrad()
407 fNewFullAngle /= F_PI180; in VecToGrad()
503 fNewFullAngle /= F_PI180; in VecToGrad()
H A Dsvdotext.cxx1706 double fRotate = (aGeo.nDrehWink / 100.0) * F_PI180; in TRGetBaseGeometry()
1707 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry()
1831 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry()
H A Dsvdoashp.cxx2118 … RotatePoint( aGlue, aRef, sin( fObjectRotation * F_PI180 ), cos( fObjectRotation * F_PI180 ) ); in ImpCheckCustomGluePointsAreAdded()
3357 aGeoStat.nShearWink = FRound((atan(fShearX) / F_PI180) * 100.0); in TRSetBaseGeometry()
3387 double fRotate = fObjectRotation * F_PI180; in TRGetBaseGeometry()
3388 double fShearX = (aGeo.nShearWink / 100.0) * F_PI180; in TRGetBaseGeometry()
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx668 double fNewRotX = mfSaveActionStartVer - ((double)aDeltaPos.Y() * F_PI180); in Tracking()
669 double fNewRotY = mfSaveActionStartHor + ((double)aDeltaPos.X() * F_PI180); in Tracking()
781 rHor /= F_PI180; // 0..360.0 in GetPosition()
782 rVer /= F_PI180; // -90.0..90.0 in GetPosition()
786 rHor = mfRotateY / F_PI180; // 0..360.0 in GetPosition()
787 rVer = mfRotateX / F_PI180; // -90.0..90.0 in GetPosition()
796 fHor = (fHor * F_PI180) - F_PI; // -PI..PI in SetPosition()
797 fVer *= F_PI180; // -PI2..PI2 in SetPosition()
830 mfRotateX = fVer * F_PI180; in SetPosition()
831 mfRotateY = fHor * F_PI180; in SetPosition()
H A Ddialcontrol.cxx87 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements()
197 double fAngle = nAngle * F_PI180; in DrawBackground()
469 sal_Int32 nAngle = static_cast< sal_Int32 >( fAngle / F_PI180 * 100.0 ); in HandleMouseEvent()
/trunk/main/basegfx/inc/basegfx/polygon/
H A Db2dlinegeometry.hxx137 double fMaxAllowedAngle = (12.5 * F_PI180),
139 double fMiterMinimumAngle = (15.0 * F_PI180));
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx94 rAngleX *= F_PI180; in GetRotateAngle()
95 rAngleY *= F_PI180; in GetRotateAngle()
108 rSkewAngle *= F_PI180; in GetSkew()
635 double fZRotate = ((SdrObjCustomShape*)pCustomShape)->GetObjectRotation() * F_PI180; in Create3DObject()
820 double fZRotate = - ((SdrObjCustomShape*)pCustomShape)->GetObjectRotation() * F_PI180; in CalculateNewSnapRect()
H A DEnhancedCustomShape2d.cxx1148 double a = ( 360.0 - fAngle ) * F_PI180; in GetHandlePosition()
1255 fAngle = -( atan2( -fPos2 + fYRef, ( ( fDX == 0.0L ) ? 0.000000001 : fDX ) ) / F_PI180 ); in SetHandleControllerPosition()
1646 double fx1 = ( cos( fStartAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath()
1647 double fy1 = ( -sin( fStartAngle * F_PI180 ) * 65536.0 * fYScale ) + fCenterY; in CreateSubPath()
1648 double fx2 = ( cos( fEndAngle * F_PI180 ) * 65536.0 * fXScale ) + fCenterX; in CreateSubPath()
1649 double fy2 = ( -sin( fEndAngle * F_PI180 ) * 65536.0 * fYScale ) + fCenterY; in CreateSubPath()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygontubeprimitive3d.hxx83 double fDegreeStepWidth = 10.0 * F_PI180,
84 double fMiterMinimumAngle = 15.0 * F_PI180);
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx42 #ifndef F_PI180
43 #define F_PI180 (M_PI/180.0) macro
/trunk/main/svx/source/engine3d/
H A Dscene3d.cxx768 double fWinkelInRad = nWink/100 * F_PI180; in NbcRotate()
830 double fWink = (double)GetShadowSlant() * F_PI180; in GetShadowPlaneDirection()
838 sal_uInt16 nSceneShadowSlant = (sal_uInt16)((atan2(rVec.getY(), rVec.getZ()) / F_PI180) + 0.5); in SetShadowPlaneDirection()
H A Ddragmt3d.cxx431 fWAngle *= F_PI180; in MoveSdrDrag()
432 fHAngle *= F_PI180; in MoveSdrDrag()
/trunk/main/tools/inc/tools/
H A Dsolar.h159 #ifndef F_PI180
160 #define F_PI180 0.01745329251994 macro
/trunk/main/tools/source/generic/
H A Dpoly.cxx1178 fGradPrev = acos( fTurnPrev ) / ( aVec1.IsNegative( aVec2 ) ? -F_PI180 : F_PI180 ); in ImplReduceEdges()
1180 fGradB = acos( fTurnB ) / ( aVec2.IsNegative( aVec3 ) ? -F_PI180 : F_PI180 ); in ImplReduceEdges()
1185 fGradNext = acos( fTurnNext ) / ( aVec3.IsNegative( aVec4 ) ? -F_PI180 : F_PI180 ); in ImplReduceEdges()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx115 aTextMatrix.rotate(-90.0 * F_PI180); in create2DDecomposition()
116 fTestAngle -= (90.0 * F_PI180); in create2DDecomposition()
/trunk/main/svx/source/sidebar/possize/
H A DSidebarDialControl.cxx72 sal_Int32 nAngle = static_cast< sal_Int32 >( fAngle / F_PI180 * 100.0 ); in HandleMouseEvent()
H A DSidebarDialControlBmp.cxx56 double fAngle = nAngle * F_PI180 / 100.0; in DrawElements()
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofsdrole2obj.cxx135 45.0 * F_PI180, // 45 degree diagonal in createPrimitive2DSequence()
H A Dviewcontactofsdrobjcustomshape.cxx183 aTextBoxMatrix.rotate((360.0 - fExtraTextRotation) * F_PI180); in createViewIndependentPrimitive2DSequence()
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx767 static double fR(45.0 * F_PI180); in TEST_F()
768 static double fS(15.0 * F_PI180); in TEST_F()
/trunk/main/vcl/source/gdi/
H A Dbitmap4.cxx537 ( pFilterParam->maEmbossAngles.mnAzimuthAngle100 * 0.01 ) : 0.0 ) * F_PI180; in ImplEmbossGrey()
539 ( pFilterParam->maEmbossAngles.mnElevationAngle100 * 0.01 ) : 90.0 ) * F_PI180; in ImplEmbossGrey()
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx268 double fAngle = atan2( (double) -nDistY, nDistX ) / F_PI180; in ImplGetMousePointer()
/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx416 double fSin = fabs( sin( fRotationAngle * F_PI180 ) ); in convertFromModel()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx274 const double fHatchRotation(45 * F_PI180); in create2DDecomposition()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2313 aOffsetMatrix.shearX(tan(fShearX * F_PI180)); in createPrimitive2DSequence()
2314 aOffsetMatrix.rotate(fRotation * F_PI180); in createPrimitive2DSequence()

Completed in 193 milliseconds

12