Home
last modified time | relevance | path

Searched refs:F_PI (Results 26 – 48 of 48) sorted by relevance

12

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1275 double fAngle = F_PI * nAngle / 1800; in Rotate()
2016 double fAngle = F_PI * nAngle / 1800; in Rotate()
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx612 const double fLogPi = log(F_PI); in GetGamma()
639 double fLogDivisor = lcl_GetLogGammaHelper(1-fZ) + log( fabs( ::rtl::math::sin( F_PI*fZ))); in GetGamma()
650 return exp( fLogPi - fLogDivisor) * ((::rtl::math::sin( F_PI*fZ) < 0.0) ? -1.0 : 1.0); in GetGamma()
764 fValue = 1/sqrt(fX*2*F_PI); in GetChiSqDistPDF()
H A Dinterpr1.cxx1651 PushDouble(F_PI); in ScPi()
1716 PushDouble((GetDouble() / F_PI) * 180.0); in ScDeg()
1723 PushDouble(GetDouble() * (F_PI / 180)); in ScRad()
H A Dinterpr2.cxx1686 double fHorTangent = ::rtl::math::tan( fHorAngle * F_PI / 180 ); in ScBackSolver()
/trunk/main/basic/source/runtime/
H A Dprops.cxx105 rPar.Get( 0 )->PutDouble( F_PI ); in RTLFUNC()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx625 const double fFactor(F_PI / 180.0); in SvgTextPosition()
H A Dsvgtools.cxx614 fAngle *= F_PI / 180.0; in readAngle()
619 fAngle *= F_PI / 200.0; in readAngle()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx103 const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createSingleLabel()
1503 const double fRotationAnglePi(fRotationAngleDegree * (F_PI / -180.0)); in updatePositions()
/trunk/main/chart2/source/view/main/
H A DPlottingPositionHelper.cxx590 double fAnglePi = fUnitAngleDegree*F_PI/180.0; in transformUnitCircleToScene()
/trunk/main/svx/source/svdraw/
H A Dsvdocapt.cxx793 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdotext.cxx1778 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdhdl.cxx2518 if(basegfx::fTools::equal(fabs(fRotate), F_PI, 0.000000001)) in CreateB2dIAObject()
H A Dsvdobj.cxx3095 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdopath.cxx3022 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
H A Dsvdoashp.cxx3277 fRotate = fmod(fRotate + F_PI, F_2PI); in TRSetBaseGeometry()
/trunk/main/tools/source/generic/
H A Dpoly.cxx502 nPoints = (sal_uInt16) ( F_PI * ( 1.5 * ( nRadX + nRadY ) - in Polygon()
561 nPoints = (sal_uInt16) ( F_PI * ( 1.5 * ( nRadX + nRadY ) - in Polygon()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx96 const double fRadiant(atan2(getDeltaY(), getDeltaX()) * (SAL_MAX_UINT32 / F_PI)); in getSortValue()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx149 fRotate += F_PI; in RenderTextSimpleOrDecoratedPortionPrimitive2D()
/trunk/main/sw/source/core/bastyp/
H A Dcalc.cxx377 ((SwCalcExp*)VarTable[ aHashValue[ 2 ] ])->nValue.PutDouble( F_PI ); in SwCalc()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx845 case ENUM_FUNC_PI : fRet = F_PI; break; in GetEnumFunc()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx571 const double fDegreesPi( fRotationDegrees * ( F_PI / -180.0 ) ); in createDataLabel()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx903 const double nAngle( nFontAngle * (F_PI / 1800.0) ); in createFont()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4676 …ber = atan2( double( aStartPt.X() - cent.X() ),double( aStartPt.Y() - cent.Y() ) )+ F_PI; // 0..2PI in ImportShape()

Completed in 268 milliseconds

12