Home
last modified time | relevance | path

Searched refs:fRotation (Results 1 – 21 of 21) sorted by relevance

/trunk/main/drawinglayer/source/primitive3d/
H A Dsdrextrudelathetools3d.cxx364 double fRotation, in createLatheSlices() argument
370 if(basegfx::fTools::equalZero(fRotation) || 0L == nSteps) in createLatheSlices()
378 const bool bClosedRotation(!bBackScale && basegfx::fTools::equal(fRotation, F_2PI)); in createLatheSlices()
404 const double fOuterLength(aBaseRange.getMaxX() * fRotation); in createLatheSlices()
405 const double fInnerLength(aBaseRange.getMinX() * fRotation); in createLatheSlices()
423 aTransformBack.rotate(0.0, fRotation, 0.0); in createLatheSlices()
441 aNewMat.rotate(0.0, fRotation * fStep, 0.0); in createLatheSlices()
H A Dsdrlatheprimitive3d.cxx260 double fRotation, in SdrLathePrimitive3D() argument
275 mfRotation(fRotation), in SdrLathePrimitive3D()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaytools.cxx52 double fRotation) in OverlayBitmapExPrimitive() argument
59 mfRotation(fRotation) in OverlayBitmapExPrimitive()
216 double fRotation) in OverlayRectanglePrimitive() argument
223 mfRotation(fRotation) in OverlayRectanglePrimitive()
H A Doverlaybitmapex.cxx67 double fRotation) in OverlayBitmapEx() argument
74 mfRotation(fRotation) in OverlayBitmapEx()
H A Doverlayrectangle.cxx79 double fRotation, in OverlayRectangle() argument
87 mfRotation(fRotation), in OverlayRectangle()
H A Doverlayanimatedbitmapex.cxx79 double fRotation) in OverlayAnimatedBitmapEx() argument
87 mfRotation(fRotation), in OverlayAnimatedBitmapEx()
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofe3dlathe.cxx85 const double fRotation(((double)GetE3dLatheObj().GetEndAngle() / 1800.0) * F_PI); in createViewIndependentPrimitive3DSequence() local
98 fDiagonal, fBackScale, fRotation, in createViewIndependentPrimitive3DSequence()
/trunk/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx190 const double fRotation(mrSvgTextPosition.consumeRotation()); in allowChange() local
192 if(0.0 != fRotation) in allowChange()
197 rNewTransform.rotate(fRotation); in allowChange()
/trunk/main/svx/inc/svx/sdr/overlay/
H A Doverlaytools.hxx67 double fRotation = 0.0);
160 double fRotation);
H A Doverlaybitmapex.hxx61 double fRotation = 0.0);
H A Doverlayrectangle.hxx65 double fRotation,
H A Doverlayanimatedbitmapex.hxx74 double fRotation = 0.0);
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx680 double fRotation( rGradient.GetAngle() * M_PI / 1800.0 ); in createGradientAction() local
695 fRotation); in createGradientAction()
721 fRotation); in createGradientAction()
751 fRotation); in createGradientAction()
761 fRotation); in createGradientAction()
771 fRotation); in createGradientAction()
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx114 …const double fRotation(atan2(aTargetDirection.getY(), aTargetDirection.getX()) + (90.0 * F_PI180)); in createAreaGeometryForLineStartEnd() local
117 aArrowTransform.rotate(fRotation); in createAreaGeometryForLineStartEnd()
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dsdrextrudelathetools3d.hxx93 double fRotation,
H A Dsdrlatheprimitive3d.hxx108 double fRotation,
/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass4.cxx359 double fRotation = 0; in ImplDoClass4() local
368 mpOutAct->DrawEllipse( aCenter, aRadius, fRotation ); in ImplDoClass4()
/trunk/main/svx/inc/svx/
H A Dsvdhdl.hxx533 double fRotation);
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx2292 static double fRotation(0.0); in createPrimitive2DSequence() local
2314 aOffsetMatrix.rotate(fRotation * F_PI180); in createPrimitive2DSequence()
/trunk/main/svx/source/svdraw/
H A Dsvdhdl.cxx2313 double fRotation) in SdrCropHdl() argument
2316 mfRotation(fRotation) in SdrCropHdl()
H A Dsvddrgmt.cxx2638 const double fRotation(atan2(fDeltaY, fDeltaX)); in getCurrentTransformation() local
2641 aRetval.rotate(-fRotation); in getCurrentTransformation()
2643 aRetval.rotate(fRotation); in getCurrentTransformation()

Completed in 120 milliseconds