Lines Matching refs:m_aAxisProperties

51             , m_aAxisProperties( rAxisProperties )  in VAxisBase()
75 if( !m_aAxisProperties.m_bDisplayLabels ) in initAxisLabelProperties()
78 if( AxisType::SERIES==m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
80 if( m_aAxisProperties.m_xAxisTextProvider.is() ) in initAxisLabelProperties()
81 m_aTextLabels = m_aAxisProperties.m_xAxisTextProvider->getTextualData(); in initAxisLabelProperties()
87 m_aAxisProperties.m_bDisplayLabels = false; in initAxisLabelProperties()
91 else if( AxisType::CATEGORY==m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
93 if( m_aAxisProperties.m_pExplicitCategoriesProvider ) in initAxisLabelProperties()
94 m_aTextLabels = m_aAxisProperties.m_pExplicitCategoriesProvider->getSimpleCategories(); in initAxisLabelProperties()
99 m_aAxisLabelProperties.nNumberFormatKey = m_aAxisProperties.m_nNumberFormatKey; in initAxisLabelProperties()
100 m_aAxisLabelProperties.init(m_aAxisProperties.m_xAxisModel); in initAxisLabelProperties()
101 …if( m_aAxisProperties.m_bComplexCategories && AxisType::CATEGORY == m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
111 return m_aAxisProperties.m_bComplexCategories && m_bUseTextLabels; in isComplexCategoryAxis()
133 if( m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis ) in setExrtaLinePositionAtOtherAxis()
134 delete m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis; in setExrtaLinePositionAtOtherAxis()
135 m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis = new double(fCrossingAt); in setExrtaLinePositionAtOtherAxis()
140 if( !m_aAxisProperties.m_xAxisModel.is() ) in isAnythingToDraw()
147 uno::Reference< beans::XPropertySet > xProps( m_aAxisProperties.m_xAxisModel, uno::UNO_QUERY ); in isAnythingToDraw()
200 if( m_aAxisProperties.m_bDisplayLabels ) in prepareShapeCreation()