Searched refs:fRotationAnglePi (Results 1 – 4 of 4) sorted by relevance
139 … const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createTextShapes_ForAngleAxis() local141 …y aATransformation = ShapeFactory::makeTransformation( aAnchorScreenPosition2D, fRotationAnglePi ); in createTextShapes_ForAngleAxis()
103 const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createSingleLabel() local104 …y aATransformation = ShapeFactory::makeTransformation( rAnchorScreenPosition2D, fRotationAnglePi ); in createSingleLabel()1503 const double fRotationAnglePi(fRotationAngleDegree * (F_PI / -180.0)); in updatePositions() local1504 …Any aATransformation = ShapeFactory::makeTransformation(aAnchorScreenPosition2D, fRotationAnglePi); in updatePositions()
201 …ansformation( const ::com::sun::star::awt::Point& rScreenPosition2D, double fRotationAnglePi=0.0 );
2181 …ny ShapeFactory::makeTransformation( const awt::Point& rScreenPosition2D, double fRotationAnglePi ) in makeTransformation() argument2187 aM.rotate( fRotationAnglePi ); in makeTransformation()
Completed in 58 milliseconds