Searched refs:fRotationAngle (Results 1 – 4 of 4) sorted by relevance
403 bool LayoutConverter::convertFromModel( const Reference< XShape >& rxShape, double fRotationAngle ) in convertFromModel() argument416 double fSin = fabs( sin( fRotationAngle * F_PI180 ) ); in convertFromModel()418 if( fRotationAngle > 180.0 ) in convertFromModel()421 else if( fRotationAngle > 0.0 ) in convertFromModel()
429 … , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter ) in correctPositionForRotation() argument440 double fAnglePositiveDegree = fRotationAngle; in correctPositionForRotation()
63 … , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter );
144 double fRotationAngle );
Completed in 21 milliseconds