Searched refs:fVer (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | graphicprimitivehelper2d.cxx | 393 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 400 aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() 414 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 423 aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() 431 const double fVer(aRectangle.getHeight()); in create2DDecompositionOfGraphic() local 438 aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() 441 aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() 463 … aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() 469 … aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() 472 … aRectangle.Top() + basegfx::fround(rand() * (fVer / 32767.0))); in create2DDecompositionOfGraphic() [all …]
|
| /AOO41X/main/svx/source/dialog/ |
| H A D | dlgctl3d.cxx | 791 void Svx3DLightControl::SetPosition(double fHor, double fVer) in SetPosition() argument 797 fVer *= F_PI180; // -PI2..PI2 in SetPosition() 798 basegfx::B3DVector aDirection(cos(fVer) * -sin(fHor), sin(fVer), cos(fVer) * -cos(fHor)); in SetPosition() 828 if(mfRotateX != fVer || mfRotateY != fHor) in SetPosition() 830 mfRotateX = fVer * F_PI180; in SetPosition() 1094 double fHor, fVer; in CheckSelection() local 1095 maLightControl.GetPosition(fHor, fVer); in CheckSelection() 1097 maVerScroller.SetThumbPos( 18000 - sal_Int32((fVer + 90.0) * 100.0) ); in CheckSelection() 1103 double fHor, fVer; in move() local 1105 maLightControl.GetPosition(fHor, fVer); in move() [all …]
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/svx/inc/svx/ |
| H A D | dlgctl3d.hxx | 141 void SetPosition(double fHor, double fVer);
|