Home
last modified time | relevance | path

Searched refs:fVer (Results 1 – 5 of 5) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx393 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 …]
/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx797 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 …]
/trunk/main/basegfx/source/polygon/
H A Db3dpolypolygontools.cxx257 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()
/trunk/main/sc/source/filter/xml/
H A Dxmlbodyi.cxx99 double fVer = ::rtl::math::stringToDouble( aVer, '.', 0, NULL, NULL); in ScXMLBodyContext() local
100 if (fVer < 1.2) in ScXMLBodyContext()
/trunk/main/svx/inc/svx/
H A Ddlgctl3d.hxx141 void SetPosition(double fHor, double fVer);

Completed in 44 milliseconds