Home
last modified time | relevance | path

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

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx1084 if( !m_aAxisProperties.m_bSwapXAndY ) in get2DAxisMainLine()
1170m_aAxisProperties.m_fInnerDirectionSign = m_aAxisProperties.m_fLabelDirectionSign;//to behave like… in get2DAxisMainLine()
1185 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1191 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1203 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1209 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1221 m_aAxisProperties.m_aLabelAlignment = in get2DAxisMainLine()
1364 if( m_aAxisProperties.m_bDisplayLabels ) in createLabels()
1430 if( m_aAxisProperties.m_bDisplayLabels ) in createMaximumLabels()
1468 if( m_aAxisProperties.m_bDisplayLabels ) in updatePositions()
[all …]
H A DVAxisBase.cxx51 , 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()
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()
101 …if( m_aAxisProperties.m_bComplexCategories && AxisType::CATEGORY == m_aAxisProperties.m_nAxisType ) in initAxisLabelProperties()
133 if( m_aAxisProperties.m_pfExrtaLinePositionAtOtherAxis ) in setExrtaLinePositionAtOtherAxis()
140 if( !m_aAxisProperties.m_xAxisModel.is() ) in isAnythingToDraw()
[all …]
H A DVPolarRadiusAxis.cxx47 m_aAxisProperties.m_fLabelDirectionSign=0.0; in VPolarRadiusAxis()
48 m_aAxisProperties.m_fInnerDirectionSign=0.0; in VPolarRadiusAxis()
49 m_aAxisProperties.m_bIsMainAxis=false; in VPolarRadiusAxis()
50 m_aAxisProperties.m_aLabelAlignment=LABEL_ALIGN_RIGHT; in VPolarRadiusAxis()
51 m_aAxisProperties.init(); in VPolarRadiusAxis()
54 m_aAxisProperties,xNumberFormatsSupplier,1/*nDimensionIndex*/,nDimensionCount in VPolarRadiusAxis()
150 AxisProperties aAxisProperties(m_aAxisProperties); in createShapes()
H A DVPolarAngleAxis.cxx77 uno::Reference< beans::XPropertySet > xProps( m_aAxisProperties.m_xAxisModel, uno::UNO_QUERY ); in createTextShapes_ForAngleAxis()
179 if( m_aAxisProperties.m_bDisplayLabels ) in createLabels()
219 m_xGroupShape_Shapes, aPoints, &m_aAxisProperties.m_aLineProperties ); in createShapes()
H A DVAxisBase.hxx87 …sProperties m_aAxisProperties; member in chart::VAxisBase

Completed in 39 milliseconds