/aoo4110/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 364 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 D | sdrlatheprimitive3d.cxx | 260 double fRotation, in SdrLathePrimitive3D() argument 275 mfRotation(fRotation), in SdrLathePrimitive3D()
|
/aoo4110/main/svx/source/sdr/overlay/ |
H A D | overlaytools.cxx | 52 double fRotation) in OverlayBitmapExPrimitive() argument 59 mfRotation(fRotation) in OverlayBitmapExPrimitive() 216 double fRotation) in OverlayRectanglePrimitive() argument 223 mfRotation(fRotation) in OverlayRectanglePrimitive()
|
H A D | overlaybitmapex.cxx | 67 double fRotation) in OverlayBitmapEx() argument 74 mfRotation(fRotation) in OverlayBitmapEx()
|
H A D | overlayrectangle.cxx | 79 double fRotation, in OverlayRectangle() argument 87 mfRotation(fRotation), in OverlayRectangle()
|
H A D | overlayanimatedbitmapex.cxx | 79 double fRotation) in OverlayAnimatedBitmapEx() argument 87 mfRotation(fRotation), in OverlayAnimatedBitmapEx()
|
/aoo4110/main/svx/source/sdr/contact/ |
H A D | viewcontactofe3dlathe.cxx | 85 const double fRotation(((double)GetE3dLatheObj().GetEndAngle() / 1800.0) * F_PI); in createViewIndependentPrimitive3DSequence() local 98 fDiagonal, fBackScale, fRotation, in createViewIndependentPrimitive3DSequence()
|
/aoo4110/main/svgio/source/svgreader/ |
H A D | svgcharacternode.cxx | 190 const double fRotation(mrSvgTextPosition.consumeRotation()); in allowChange() local 192 if(0.0 != fRotation) in allowChange() 197 rNewTransform.rotate(fRotation); in allowChange()
|
/aoo4110/main/svx/inc/svx/sdr/overlay/ |
H A D | overlaytools.hxx | 67 double fRotation = 0.0); 160 double fRotation);
|
H A D | overlaybitmapex.hxx | 61 double fRotation = 0.0);
|
H A D | overlayrectangle.hxx | 65 double fRotation,
|
H A D | overlayanimatedbitmapex.hxx | 74 double fRotation = 0.0);
|
/aoo4110/main/cppcanvas/source/mtfrenderer/ |
H A D | implrenderer.cxx | 680 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()
|
/aoo4110/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | sdrextrudelathetools3d.hxx | 93 double fRotation,
|
H A D | sdrlatheprimitive3d.hxx | 108 double fRotation,
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 114 …const double fRotation(atan2(aTargetDirection.getY(), aTargetDirection.getX()) + (90.0 * F_PI180)); in createAreaGeometryForLineStartEnd() local 117 aArrowTransform.rotate(fRotation); in createAreaGeometryForLineStartEnd()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | class4.cxx | 359 double fRotation = 0; in ImplDoClass4() local 368 mpOutAct->DrawEllipse( aCenter, aRadius, fRotation ); in ImplDoClass4()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdhdl.hxx | 532 double fRotation);
|
/aoo4110/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 2294 static double fRotation(0.0); in createPrimitive2DSequence() local 2316 aOffsetMatrix.rotate(fRotation * F_PI180); in createPrimitive2DSequence()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdhdl.cxx | 2303 double fRotation) in SdrCropHdl() argument 2306 mfRotation(fRotation) in SdrCropHdl()
|
H A D | svddrgmt.cxx | 2641 const double fRotation(atan2(fDeltaY, fDeltaX)); in getCurrentTransformation() local 2644 aRetval.rotate(-fRotation); in getCurrentTransformation() 2646 aRetval.rotate(fRotation); in getCurrentTransformation()
|