Home
last modified time | relevance | path

Searched refs:fTopHeight (Results 1 – 4 of 4) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DBarChart.cxx284 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree in createDataPoint3D_Bar() argument
311 …xShape = m_pShapeFactory->createCone( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredt… in createDataPoint3D_Bar()
314 …xShape = m_pShapeFactory->createPyramid( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundr… in createDataPoint3D_Bar()
694 double fTopHeight=approxSub(fCompleteHeight,fUpperYValue); in createShapes() local
696 fTopHeight=approxSub(fCompleteHeight,fLowerYValue); in createShapes()
781 fTopHeight = aTopSize.DirectionY; in createShapes()
786 fTopHeight = aTopSize.DirectionX; in createShapes()
795 if( fTopHeight < 0 ) in createShapes()
796 fTopHeight *= -1.0; in createShapes()
799 … xPointGroupShape_Shapes, aTransformedBottom, aSize, fTopHeight, nRotateZAngleHundredthDegree in createShapes()
[all …]
H A DBarChart.hxx67 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx352 uno::Any createPolyPolygon_Cone( double fHeight, double fRadius, double fTopHeight in createPolyPolygon_Cone() argument
359 bool bTopless = !::rtl::math::approxEqual( fHeight, fHeight + fTopHeight ); in createPolyPolygon_Cone()
364 r1 = fRadius * (fTopHeight)/(fabs(fHeight)+fTopHeight); in createPolyPolygon_Cone()
548 , double fTopHeight, bool bRotateZ in createPyramid() argument
579 const double fTopFactor = (fTopHeight)/(fabs(fHeight)+fTopHeight); in createPyramid()
708 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree ) in createCone() argument
710 …return impl_createConeOrCylinder( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredthDeg… in createCone()
717 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree in impl_createConeOrCylinder() argument
750 … fHeight, fRadius, fTopHeight, nVerticalSegmentCount); in impl_createConeOrCylinder()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx89 , double fTopHeight
100 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree );
239 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree

Completed in 29 milliseconds