Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/chart/
H A Dconverterbase.cxx403 bool LayoutConverter::convertFromModel( const Reference< XShape >& rxShape, double fRotationAngle ) in convertFromModel() argument
416 double fSin = fabs( sin( fRotationAngle * F_PI180 ) ); in convertFromModel()
418 if( fRotationAngle > 180.0 ) in convertFromModel()
421 else if( fRotationAngle > 0.0 ) in convertFromModel()
/trunk/main/chart2/source/view/main/
H A DLabelPositionHelper.cxx429 … , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter ) in correctPositionForRotation() argument
440 double fAnglePositiveDegree = fRotationAngle; in correctPositionForRotation()
/trunk/main/chart2/source/view/inc/
H A DLabelPositionHelper.hxx63 … , LabelAlignment eLabelAlignment, const double fRotationAngle, bool bRotateAroundCenter );
/trunk/main/oox/inc/oox/drawingml/chart/
H A Dconverterbase.hxx144 double fRotationAngle );

Completed in 31 milliseconds