Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx93 , const AxisLabelProperties& rAxisLabelProperties in createSingleLabel() argument
103 const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createSingleLabel()
105 …rtl::OUString aLabel = ShapeFactory::getStackedString( rLabel, rAxisLabelProperties.bStackCharacte… in createSingleLabel()
112 …, rAxisProperties.m_aLabelAlignment, rAxisLabelProperties.fRotationAngleDegree, rAxisProperties.m_… in createSingleLabel()
416 bool VCartesianAxis::isBreakOfLabelsAllowed( const AxisLabelProperties& rAxisLabelProperties in isBreakOfLabelsAllowed() argument
421 if( !rAxisLabelProperties.bLineBreakAllowed ) in isBreakOfLabelsAllowed()
423 if( rAxisLabelProperties.bStackCharacters ) in isBreakOfLabelsAllowed()
428 if( !::rtl::math::approxEqual( rAxisLabelProperties.fRotationAngleDegree, 0.0 ) ) in isBreakOfLabelsAllowed()
434 …ol VCartesianAxis::isAutoStaggeringOfLabelsAllowed( const AxisLabelProperties& rAxisLabelProperties in isAutoStaggeringOfLabelsAllowed() argument
437 if( rAxisLabelProperties.eStaggering != STAGGER_AUTO ) in isAutoStaggeringOfLabelsAllowed()
[all …]
H A DVPolarAngleAxis.cxx62 , AxisLabelProperties& rAxisLabelProperties in createTextShapes_ForAngleAxis() argument
70 m_xNumberFormatsSupplier, rAxisLabelProperties.nNumberFormatKey ); in createTextShapes_ForAngleAxis()
80 , rAxisLabelProperties.m_aFontReferenceSize ); in createTextShapes_ForAngleAxis()
99 if( nTick%rAxisLabelProperties.nRhythm != 0) in createTextShapes_ForAngleAxis()
139 … const double fRotationAnglePi(rAxisLabelProperties.fRotationAngleDegree * (F_PI / -180.0)); in createTextShapes_ForAngleAxis()
142 …:OUString aStackedLabel = ShapeFactory::getStackedString( aLabel, rAxisLabelProperties.bStackChara… in createTextShapes_ForAngleAxis()
H A DVCartesianAxis.hxx111 , AxisLabelProperties& rAxisLabelProperties
120 void doStaggeringOfLabels( const AxisLabelProperties& rAxisLabelProperties
122 bool isAutoStaggeringOfLabelsAllowed( const AxisLabelProperties& rAxisLabelProperties
124 …bool isBreakOfLabelsAllowed( const AxisLabelProperties& rAxisLabelProperties, bool bIsHorizonta…
H A DVPolarAngleAxis.hxx56 , AxisLabelProperties& rAxisLabelProperties