Searched refs:fVer (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/drawinglayer/source/primitive2d/ |
H A D | graphicprimitivehelper2d.cxx | 393 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 414 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 431 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 533 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 572 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 668 aRectangle.Top() + basegfx::fround(fVer * 0.3)); in create2DDecompositionOfGraphic() 671 aRectangle.Top() + basegfx::fround(fVer * 0.5)); in create2DDecompositionOfGraphic() 674 aRectangle.Top() + basegfx::fround(fVer * 0.7)); in create2DDecompositionOfGraphic() 704 aRectangle.Top() + basegfx::fround(fVer * 0.3)); in create2DDecompositionOfGraphic() 707 aRectangle.Top() + basegfx::fround(fVer * 0.5)); in create2DDecompositionOfGraphic() [all …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | dlgctl3d.cxx | 797 fVer *= F_PI180; // -PI2..PI2 in SetPosition() 798 basegfx::B3DVector aDirection(cos(fVer) * -sin(fHor), sin(fVer), cos(fVer) * -cos(fHor)); in SetPosition() 830 mfRotateX = fVer * F_PI180; in SetPosition() 1094 double fHor, fVer; in CheckSelection() local 1103 double fHor, fVer; in move() local 1105 maLightControl.GetPosition(fHor, fVer); in move() 1107 fVer += fDeltaVer; in move() 1109 if( fVer > 90.0 ) in move() 1112 if ( fVer < -90.0 ) in move() 1115 maLightControl.SetPosition(fHor, fVer); in move() [all …]
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b3dpolypolygontools.cxx | 257 inline B3DPoint getPointFromCartesian(double fVer, double fHor) in getPointFromCartesian() argument 260 return B3DPoint(fCosHor * cos(fVer), sin(fHor), fCosHor * -sin(fVer)); in getPointFromCartesian() 301 const double fVer(fVerStart + ((double)(a) * fVerDiffPerStep)); in createUnitSpherePolyPolygon() local 307 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSpherePolyPolygon() 327 const double fVer(fVerStart + ((double)(b) * fVerDiffPerStep)); in createUnitSpherePolyPolygon() local 328 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSpherePolyPolygon() 389 const double fVer(fVerStart + (((fVerStop - fVerStart) * a) / nVerSeg)); in createUnitSphereFillPolyPolygon() local 399 aNew.append(getPointFromCartesian(fHor, fVer)); in createUnitSphereFillPolyPolygon() 400 aNew.append(getPointFromCartesian(fHor2, fVer)); in createUnitSphereFillPolyPolygon()
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | xmlbodyi.cxx | 99 double fVer = ::rtl::math::stringToDouble( aVer, '.', 0, NULL, NULL); in ScXMLBodyContext() local 100 if (fVer < 1.2) in ScXMLBodyContext()
|
/aoo42x/main/svx/inc/svx/ |
H A D | dlgctl3d.hxx | 141 void SetPosition(double fHor, double fVer);
|
Completed in 61 milliseconds