Searched refs:rAxisLabelProperties (Results 1 – 4 of 4) sorted by relevance
93 , const AxisLabelProperties& rAxisLabelProperties in createSingleLabel() argument421 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 …]
62 , AxisLabelProperties& rAxisLabelProperties in createTextShapes_ForAngleAxis() argument70 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()
111 , AxisLabelProperties& rAxisLabelProperties120 void doStaggeringOfLabels( const AxisLabelProperties& rAxisLabelProperties122 bool isAutoStaggeringOfLabelsAllowed( const AxisLabelProperties& rAxisLabelProperties124 …bool isBreakOfLabelsAllowed( const AxisLabelProperties& rAxisLabelProperties, bool bIsHorizonta…
56 , AxisLabelProperties& rAxisLabelProperties
Completed in 20 milliseconds