Home
last modified time | relevance | path

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

/aoo41x/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx139 … const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createTextShapes_ForAngleAxis() local
141 …y aATransformation = ShapeFactory::makeTransformation( aAnchorScreenPosition2D, fRotationAnglePi ); in createTextShapes_ForAngleAxis()
H A DVCartesianAxis.cxx103 const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createSingleLabel() local
104 …y aATransformation = ShapeFactory::makeTransformation( rAnchorScreenPosition2D, fRotationAnglePi ); in createSingleLabel()
1503 const double fRotationAnglePi(fRotationAngleDegree * (F_PI / -180.0)); in updatePositions() local
1504 …Any aATransformation = ShapeFactory::makeTransformation(aAnchorScreenPosition2D, fRotationAnglePi); in updatePositions()
/aoo41x/main/chart2/source/view/inc/
H A DShapeFactory.hxx201 …ansformation( const ::com::sun::star::awt::Point& rScreenPosition2D, double fRotationAnglePi=0.0 );
/aoo41x/main/chart2/source/view/main/
H A DShapeFactory.cxx2181 …ny ShapeFactory::makeTransformation( const awt::Point& rScreenPosition2D, double fRotationAnglePi ) in makeTransformation() argument
2187 aM.rotate( fRotationAnglePi ); in makeTransformation()

Completed in 61 milliseconds