Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx93 , const AxisLabelProperties& rAxisLabelProperties in createSingleLabel() argument
421 if( !rAxisLabelProperties.bLineBreakAllowed ) in isBreakOfLabelsAllowed()
423 if( rAxisLabelProperties.bStackCharacters ) in isBreakOfLabelsAllowed()
437 if( rAxisLabelProperties.eStaggering != STAGGER_AUTO ) in isAutoStaggeringOfLabelsAllowed()
439 if( rAxisLabelProperties.bOverlapAllowed ) in isAutoStaggeringOfLabelsAllowed()
448 return !rAxisLabelProperties.bStackCharacters; in isAutoStaggeringOfLabelsAllowed()
450 return rAxisLabelProperties.bStackCharacters; in isAutoStaggeringOfLabelsAllowed()
665 if( nTick%rAxisLabelProperties.nRhythm != 0) in createTextShapes()
698 rAxisLabelProperties.nRhythm++; in createTextShapes()
785 rAxisLabelProperties.nRhythm++; in createTextShapes()
[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

Completed in 18 milliseconds