Home
last modified time | relevance | path

Searched refs:F_PI18000 (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx83 aRotMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in getCorrectedTextBoundRect()
88 aRotMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in getCorrectedTextBoundRect()
189 aTextBoxMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in createViewIndependentPrimitive2DSequence()
194 aTextBoxMatrix.rotate((36000 - rGeoStat.nDrehWink) * F_PI18000); in createViewIndependentPrimitive2DSequence()
231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
232 const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcircobj.cxx70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
93 const double fStart(((36000 - nNewEnd) % 36000) * F_PI18000); in createViewIndependentPrimitive2DSequence()
94 const double fEnd(((36000 - nNewStart) % 36000) * F_PI18000); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrrectobj.cxx70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
71 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx78 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createObjectTransform()
79 … const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createObjectTransform()
H A Dviewcontactofsdrpathobj.cxx118 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
119 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcaptionobj.cxx81 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
82 rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx368 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
369 const double fRotate(nDrehWink ? (36000 - nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
/trunk/main/basegfx/inc/basegfx/numeric/
H A Dftools.hxx48 #ifndef F_PI18000
49 #define F_PI18000 (M_PI/18000.0) macro
/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx123 double fVal = (double)nAngle * F_PI18000; in ImplFlipBoundingBox()
367 F_PI18000 ) ) * 100.0 ) ); in ImplWriteShape()
369 F_PI18000 ) ) * 100.0 ) ); in ImplWriteShape()
371 F_PI18000 ) ) * 100.0 ) ); in ImplWriteShape()
373 F_PI18000 ) ) * 100.0 ) ); in ImplWriteShape()
/trunk/main/tools/inc/tools/
H A Dsolar.h165 #ifndef F_PI18000
166 #define F_PI18000 0.0001745329251994 macro
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeEngine.cxx319 double a = nRotateAngle * F_PI18000; in REF()
403 double a = nRotateAngle * F_PI18000; in getLineGeometry()
H A DEnhancedCustomShape2d.cxx1182 double a = nRotateAngle * F_PI18000; in GetHandlePosition()
1214 double a = -nRotateAngle * F_PI18000; in SetHandleControllerPosition()
/trunk/main/svx/source/table/
H A Dviewcontactoftableobj.cxx706 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
707 const double fRotate(rGeoStat.nDrehWink ? (36000 - rGeoStat.nDrehWink) * F_PI18000 : 0.0); in createViewIndependentPrimitive2DSequence()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx2908 fRotate = aGeo.nDrehWink * F_PI18000; in TRGetBaseGeometry()
2909 fShearX = aGeo.nShearWink * F_PI18000; in TRGetBaseGeometry()
2914 aObjectMatrix.shearX(tan((36000 - aGeo.nShearWink) * F_PI18000)); in TRGetBaseGeometry()
2915 aObjectMatrix.rotate((36000 - aGeo.nDrehWink) * F_PI18000); in TRGetBaseGeometry()
3090 aGeo.nShearWink = FRound(atan(fShearX) / F_PI18000); in TRSetBaseGeometry()
3104 aGeo.nDrehWink = NormAngle360(FRound(-fRotate / F_PI18000)); in TRSetBaseGeometry()
H A Dsvdoashp.cxx1914 sin( (-aGeo.nDrehWink) * F_PI18000 ), in NbcRotate()
1915 cos( (-aGeo.nDrehWink) * F_PI18000 ) ); in NbcRotate()
1928 sin( nW * F_PI18000 ), in NbcRotate()
1929 cos( nW * F_PI18000 ) ); in NbcRotate()
3370 aGeoStat.nDrehWink = NormAngle360(FRound(-fRotate / F_PI18000)); in TRSetBaseGeometry()
H A Dsvdocirc.cxx275 aGeo.nShearWink ? tan((36000 - aGeo.nShearWink) * F_PI18000) : 0.0, in ImpCalcXPolyCirc()
276 aGeo.nDrehWink ? (36000 - aGeo.nDrehWink) * F_PI18000 : 0.0, in ImpCalcXPolyCirc()
H A Dsvdotext.cxx1844 aGeoStat.nDrehWink = NormAngle360(FRound(-fRotate / F_PI18000)); in TRSetBaseGeometry()
/trunk/main/sw/source/ui/ribbar/
H A Dconcustomshape.cxx192 double a = nAngle * F_PI18000; in SetAttributes()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconcustomshape.cxx257 double a = nAngle * F_PI18000; in SetAttributes()
/trunk/main/sd/source/ui/func/
H A Dfuconcs.cxx280 double a = nAngle * F_PI18000; in SetAttributes()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx356 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize()
523 double nRealOrient = nRotate * F_PI18000; // nRotate sind 1/100 Grad in GetNeededSize()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1685 double fCos = cos( (double)mnAngle * F_PI18000 ); in ImplFlipBoundingBox()
1686 double fSin = sin( (double)mnAngle * F_PI18000 ); in ImplFlipBoundingBox()
4506 … aStart.X = (sal_Int32)( ( cos( (double)( nStartAngle * F_PI18000 ) ) * 100.0 ) ); in ImplWritePage()
4507 … aStart.Y = - (sal_Int32)( ( sin( (double)( nStartAngle * F_PI18000 ) ) * 100.0 ) ); in ImplWritePage()
4508 aEnd.X = (sal_Int32)( ( cos( (double)( nEndAngle * F_PI18000 ) ) * 100.0 ) ); in ImplWritePage()
4509 aEnd.Y = - (sal_Int32)( ( sin( (double)( nEndAngle * F_PI18000 ) ) * 100.0 ) ); in ImplWritePage()
/trunk/main/chart2/source/controller/main/
H A DDrawCommandDispatch.cxx181 double a = nAngle * F_PI18000; in setAttributes()
/trunk/main/reportdesign/source/ui/report/
H A DReportSection.cxx680 double a = nAngle * F_PI18000; in createDefault()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx2016 double nRealOrient = nAttrRotate * F_PI18000; // 1/100th degrees in lcl_GetEditSize()
3221 double nRealOrient = nAttrRotate * F_PI18000; // 1/100 Grad in DrawRotated()

Completed in 163 milliseconds

12