Home
last modified time | relevance | path

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

/AOO42X/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx112 …, rAxisProperties.m_aLabelAlignment, rAxisLabelProperties.fRotationAngleDegree, rAxisProperties.m_… in createSingleLabel()
646 …sitionHelper::changeTextAdjustment( aPropValues, aPropNames, m_aAxisProperties.m_aLabelAlignment ); in createTextShapes()
1005 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_LEFT; in get2DAxisMainLine()
1012 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_BOTTOM; in get2DAxisMainLine()
1059 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_LEFT; in get2DAxisMainLine()
1066 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_BOTTOM; in get2DAxisMainLine()
1144 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_RIGHT; in get2DAxisMainLine()
1146 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_LEFT; in get2DAxisMainLine()
1151 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_BOTTOM; in get2DAxisMainLine()
1153 m_aAxisProperties.m_aLabelAlignment = LABEL_ALIGN_TOP; in get2DAxisMainLine()
[all …]
H A DVAxisProperties.cxx183 , m_aLabelAlignment(LABEL_ALIGN_RIGHT_TOP) in AxisProperties()
212 , m_aLabelAlignment( rAxisProperties.m_aLabelAlignment ) in AxisProperties()
336 m_aLabelAlignment = lcl_getLabelAlignmentForZAxis(*this); in init()
348 m_aLabelAlignment = lcl_getLabelAlignmentForYAxis(*this); in init()
350 m_aLabelAlignment = lcl_getLabelAlignmentForXAxis(*this); in init()
H A DVAxisProperties.hxx115 LabelAlignment m_aLabelAlignment; member
H A DVPolarRadiusAxis.cxx50 m_aAxisProperties.m_aLabelAlignment=LABEL_ALIGN_RIGHT; in VPolarRadiusAxis()