Home
last modified time | relevance | path

Searched refs:fRotationAngleDegree (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx118 , double fRotationAngleDegree in lcl_doesShapeOverlapWithTickmark() argument
146 , double fRotationAngleDegree ) in doesOverlap() argument
752 rAxisLabelProperties.fRotationAngleDegree = 90; in createTextShapes()
754 m_aAxisLabelProperties.fRotationAngleDegree = rAxisLabelProperties.fRotationAngleDegree; in createTextShapes()
1331 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in doStaggeringOfLabels() local
1335 fRotationAngleDegree = 0.0; in doStaggeringOfLabels()
1339 , fRotationAngleDegree ); in doStaggeringOfLabels()
1498 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in updatePositions() local
1500 fRotationAngleDegree = 0.0; in updatePositions()
1594 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in createShapes() local
[all …]
H A DVAxisBase.cxx114 …e::recordMaximumTextSize( const Reference< drawing::XShape >& xShape, double fRotationAngleDegree ) in recordMaximumTextSize() argument
119 xShape, fRotationAngleDegree ) ); in recordMaximumTextSize()
H A DVAxisProperties.cxx395 , fRotationAngleDegree( 0.0 ) in AxisLabelProperties()
422 xProp->getPropertyValue( C2U( "TextRotation" ) ) >>= this->fRotationAngleDegree; in init()
H A DVAxisBase.hxx80 , double fRotationAngleDegree );
H A DVAxisProperties.hxx81 double fRotationAngleDegree; member
H A DVPolarAngleAxis.cxx139 … const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createTextShapes_ForAngleAxis()
/aoo41x/main/chart2/source/view/main/
H A DShapeFactory.cxx2376 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 …]
/aoo41x/main/chart2/source/view/inc/
H A DShapeFactory.hxx222 …::star::uno::Reference< ::com::sun::star::drawing::XShape >& xShape, double fRotationAngleDegree );

Completed in 58 milliseconds