Lines Matching refs:fRotationAngleDegree

103     const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0));  in createSingleLabel()
112 …, rAxisProperties.m_aLabelAlignment, rAxisLabelProperties.fRotationAngleDegree, rAxisProperties.m_… in createSingleLabel()
118 , double fRotationAngleDegree in lcl_doesShapeOverlapWithTickmark() argument
125 …ectangle(xShape->getPosition(),ShapeFactory::getSizeAfterRotation( xShape, fRotationAngleDegree )); in lcl_doesShapeOverlapWithTickmark()
146 , double fRotationAngleDegree ) in doesOverlap() argument
151 …angle(xShape1->getPosition(),ShapeFactory::getSizeAfterRotation( xShape1, fRotationAngleDegree ))); in doesOverlap()
152 …angle(xShape2->getPosition(),ShapeFactory::getSizeAfterRotation( xShape2, fRotationAngleDegree ))); in doesOverlap()
258 …abelsDistance( TickIter& rIter, const B2DVector& rDistanceTickToText, double fRotationAngleDegree ) in lcl_getLabelsDistance() argument
281 … awt::Size aSize = ShapeFactory::getSizeAfterRotation( xShape2DText, fRotationAngleDegree ); in lcl_getLabelsDistance()
428 if( !::rtl::math::approxEqual( rAxisLabelProperties.fRotationAngleDegree, 0.0 ) ) in isBreakOfLabelsAllowed()
443 if( !::rtl::math::approxEqual( rAxisLabelProperties.fRotationAngleDegree, 0.0 ) ) in isAutoStaggeringOfLabelsAllowed()
677 , rAxisLabelProperties.fRotationAngleDegree in createTextShapes()
689 , rAxisLabelProperties.fRotationAngleDegree in createTextShapes()
744 recordMaximumTextSize( pTickInfo->xTextShape, rAxisLabelProperties.fRotationAngleDegree ); in createTextShapes()
748 && ::rtl::math::approxEqual( rAxisLabelProperties.fRotationAngleDegree, 0.0 ) in createTextShapes()
752 rAxisLabelProperties.fRotationAngleDegree = 90; in createTextShapes()
754 m_aAxisLabelProperties.fRotationAngleDegree = rAxisLabelProperties.fRotationAngleDegree; in createTextShapes()
762 …NeighbourTickInfo->xTextShape, pTickInfo->xTextShape, rAxisLabelProperties.fRotationAngleDegree ) ) in createTextShapes()
772 , rAxisLabelProperties.fRotationAngleDegree in createTextShapes()
1331 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in doStaggeringOfLabels() local
1335 fRotationAngleDegree = 0.0; in doStaggeringOfLabels()
1339 , fRotationAngleDegree ); in doStaggeringOfLabels()
1401 …omplexProps.bOverlapAllowed = !::rtl::math::approxEqual( aComplexProps.fRotationAngleDegree, 0.0 ); in createLabels()
1408 aComplexProps.fRotationAngleDegree = 0.0; in createLabels()
1498 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in updatePositions() local
1500 fRotationAngleDegree = 0.0; in updatePositions()
1503 const double fRotationAnglePi(fRotationAngleDegree * (F_PI / -180.0)); in updatePositions()
1522 …, m_aAxisProperties.m_aLabelAlignment, fRotationAngleDegree, m_aAxisProperties.m_bComplexCategorie… in updatePositions()
1594 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in createShapes() local
1596 fRotationAngleDegree = 0.0; in createShapes()
1597 …), pTickFactory2D->getDistanceAxisTickToText( m_aAxisProperties, false ), fRotationAngleDegree ) ); in createShapes()