Searched refs:fRotationAngleDegree (Results 1 – 8 of 8) sorted by relevance
118 , double fRotationAngleDegree in lcl_doesShapeOverlapWithTickmark() argument146 , double fRotationAngleDegree ) in doesOverlap() argument752 rAxisLabelProperties.fRotationAngleDegree = 90; in createTextShapes()754 m_aAxisLabelProperties.fRotationAngleDegree = rAxisLabelProperties.fRotationAngleDegree; in createTextShapes()1331 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in doStaggeringOfLabels() local1335 fRotationAngleDegree = 0.0; in doStaggeringOfLabels()1339 , fRotationAngleDegree ); in doStaggeringOfLabels()1498 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in updatePositions() local1500 fRotationAngleDegree = 0.0; in updatePositions()1594 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in createShapes() local[all …]
114 …e::recordMaximumTextSize( const Reference< drawing::XShape >& xShape, double fRotationAngleDegree ) in recordMaximumTextSize() argument119 xShape, fRotationAngleDegree ) ); in recordMaximumTextSize()
395 , fRotationAngleDegree( 0.0 ) in AxisLabelProperties()422 xProp->getPropertyValue( C2U( "TextRotation" ) ) >>= this->fRotationAngleDegree; in init()
80 , double fRotationAngleDegree );
81 double fRotationAngleDegree; member
139 … const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createTextShapes_ForAngleAxis()
2376 if( ::rtl::math::approxEqual( fRotationAngleDegree, 0.0 ) ) in getSizeAfterRotation()2380 while(fRotationAngleDegree>=360.0) in getSizeAfterRotation()2381 fRotationAngleDegree-=360.0; in getSizeAfterRotation()2382 while(fRotationAngleDegree<0.0) in getSizeAfterRotation()2383 fRotationAngleDegree+=360.0; in getSizeAfterRotation()2384 if(fRotationAngleDegree>270.0) in getSizeAfterRotation()2385 fRotationAngleDegree=360.0-fRotationAngleDegree; in getSizeAfterRotation()2386 else if(fRotationAngleDegree>180.0) in getSizeAfterRotation()2387 fRotationAngleDegree=fRotationAngleDegree-180.0; in getSizeAfterRotation()2388 else if(fRotationAngleDegree>90.0) in getSizeAfterRotation()[all …]
222 …::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, double fRotationAngleDegree );
Completed in 62 milliseconds