Home
last modified time | relevance | path

Searched refs:m_aAxisLabelProperties (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/chart2/source/view/axes/
H A DVAxisBase.cxx72 m_aAxisLabelProperties.m_aFontReferenceSize = rFontReferenceSize; in initAxisLabelProperties()
73 m_aAxisLabelProperties.m_aMaximumSpaceForLabels = rMaximumSpaceForLabels; in initAxisLabelProperties()
99 m_aAxisLabelProperties.nNumberFormatKey = m_aAxisProperties.m_nNumberFormatKey; in initAxisLabelProperties()
100 m_aAxisLabelProperties.init(m_aAxisProperties.m_xAxisModel); in initAxisLabelProperties()
102 m_aAxisLabelProperties.eStaggering = SIDE_BY_SIDE; in initAxisLabelProperties()
H A DVCartesianAxis.cxx645 , m_aAxisLabelProperties.m_aFontReferenceSize ); in createTextShapes()
754 m_aAxisLabelProperties.fRotationAngleDegree = rAxisLabelProperties.fRotationAngleDegree; in createTextShapes()
1331 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in doStaggeringOfLabels()
1395 AxisLabelProperties aComplexProps(m_aAxisLabelProperties); in createLabels()
1411 …LabelProperties = m_aAxisProperties.m_bComplexCategories ? aComplexProps : m_aAxisLabelProperties; in createLabels()
1417 doStaggeringOfLabels( m_aAxisLabelProperties, pTickFactory2D ); in createLabels()
1444 AxisLabelProperties aAxisLabelProperties( m_aAxisLabelProperties ); in createMaximumLabels()
1498 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in updatePositions()
1527 doStaggeringOfLabels( m_aAxisLabelProperties, pTickFactory2D ); in updatePositions()
1594 double fRotationAngleDegree = m_aAxisLabelProperties.fRotationAngleDegree; in createShapes()
H A DVPolarRadiusAxis.cxx174 …aAxis.initAxisLabelProperties(m_aAxisLabelProperties.m_aFontReferenceSize,m_aAxisLabelProperties.m… in createShapes()
H A DVPolarAngleAxis.cxx133 …sal_Int32 nScreenValueOffsetInRadiusDirection = m_aAxisLabelProperties.m_aMaximumSpaceForLabels.He… in createTextShapes_ForAngleAxis()
193 AxisLabelProperties aAxisLabelProperties( m_aAxisLabelProperties ); in createLabels()
H A DVAxisBase.hxx88 …lProperties m_aAxisLabelProperties; member in chart::VAxisBase

Completed in 47 milliseconds