Searched refs:nRotateZAngleHundredthDegree (Results 1 – 4 of 4) sorted by relevance
/trunk/main/chart2/source/view/charttypes/ |
H A D | BarChart.cxx | 284 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree in createDataPoint3D_Bar() argument 308 …Shape = m_pShapeFactory->createCylinder( xTarget, rPosition, rSize, nRotateZAngleHundredthDegree ); in createDataPoint3D_Bar() 311 …m_pShapeFactory->createCone( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredthDegree ); in createDataPoint3D_Bar() 314 …pShapeFactory->createPyramid( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredthDegree>0 in createDataPoint3D_Bar() 320 , nRotateZAngleHundredthDegree, xObjectProperties in createDataPoint3D_Bar() 783 sal_Int32 nRotateZAngleHundredthDegree = 0; in createShapes() local 787 nRotateZAngleHundredthDegree = 90*100; in createShapes() 799 … xPointGroupShape_Shapes, aTransformedBottom, aSize, fTopHeight, nRotateZAngleHundredthDegree in createShapes()
|
H A D | BarChart.hxx | 67 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree
|
/trunk/main/chart2/source/view/inc/ |
H A D | ShapeFactory.hxx | 72 , sal_Int32 nRotateZAngleHundredthDegree 82 , sal_Int32 nRotateZAngleHundredthDegree ); 100 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree ); 232 … , const ::com::sun::star::drawing::Direction3D& rSize, sal_Int32 nRotateZAngleHundredthDegree 239 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree
|
/trunk/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 443 , sal_Int32 nRotateZAngleHundredthDegree in createCube() argument 478 , sal_Int32 nRotateZAngleHundredthDegree in impl_createCube() argument 516 if(nRotateZAngleHundredthDegree!=0) in impl_createCube() 517 aM.rotate(0.0,0.0,-nRotateZAngleHundredthDegree/18000.00*F_PI); in impl_createCube() 538 , sal_Int32 nRotateZAngleHundredthDegree ) in createCylinder() argument 541 xTarget, rPosition, rSize, 0.0, nRotateZAngleHundredthDegree, true ); in createCylinder() 708 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree ) in createCone() argument 710 …n impl_createConeOrCylinder( xTarget, rPosition, rSize, fTopHeight, nRotateZAngleHundredthDegree ); in createCone() 717 , double fTopHeight, sal_Int32 nRotateZAngleHundredthDegree in impl_createConeOrCylinder() argument 756 if(nRotateZAngleHundredthDegree!=0) in impl_createConeOrCylinder() [all …]
|
Completed in 50 milliseconds