Lines Matching refs:xCooSys
413 , const uno::Reference< XCoordinateSystem >& xCooSys ) in findInCooSysList()
418 if(pVCooSys->getModel()==xCooSys) in findInCooSysList()
425 , const uno::Reference< XCoordinateSystem >& xCooSys in addCooSysToList()
428 VCoordinateSystem* pVCooSys = findInCooSysList( rVCooSysList, xCooSys ); in addCooSysToList()
431 pVCooSys = VCoordinateSystem::createCoordinateSystem(xCooSys ); in addCooSysToList()
434 …ing aCooSysParticle( ObjectIdentifier::createParticleForCoordinateSystem( xCooSys, xChartModel ) ); in addCooSysToList()
437 … pVCooSys->setExplicitCategoriesProvider( new ExplicitCategoriesProvider(xCooSys,xChartModel) ); in addCooSysToList()
688 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in initializeCooSysAndSeriesPlotter() local
689 VCoordinateSystem* pVCooSys = addCooSysToList(m_rVCooSysList,xCooSys,xChartModel); in initializeCooSysAndSeriesPlotter()
692 uno::Reference< XChartTypeContainer > xChartTypeContainer( xCooSys, uno::UNO_QUERY ); in initializeCooSysAndSeriesPlotter()
838 uno::Reference< XCoordinateSystem > xCooSys = pVCooSys->getModel(); in initAxisUsageList() local
839 sal_Int32 nDimensionCount = xCooSys->getDimension(); in initAxisUsageList()
842 …ChartTypeHelper::isSupportingDateAxis( AxisHelper::getChartTypeByIndex( xCooSys, 0 ), nDimensionC… in initAxisUsageList()
843 … const sal_Int32 nMaximumAxisIndex = xCooSys->getMaximumAxisIndexByDimension(nDimensionIndex); in initAxisUsageList()
846 … uno::Reference< XAxis > xAxis( xCooSys->getAxisByDimension( nDimensionIndex, nAxisIndex ) ); in initAxisUsageList()
920 uno::Reference< XCoordinateSystem > xCooSys = pVCooSys->getModel(); in setNumberFormatsFromAxes() local
921 sal_Int32 nDimensionCount = xCooSys->getDimension(); in setNumberFormatsFromAxes()
924 … const sal_Int32 nMaximumAxisIndex = xCooSys->getMaximumAxisIndexByDimension(nDimensionIndex); in setNumberFormatsFromAxes()
929 …Reference< beans::XPropertySet > xAxisProp( xCooSys->getAxisByDimension( nDimensionIndex, nAxisInd… in setNumberFormatsFromAxes()
1141 Reference< chart2::XCoordinateSystem > xCooSys( aVCooSysList[nC]->getModel() ); in AdaptScaleOfYAxisWithoutAttachedSeries() local
1142 … Reference< XAxis > xAxis( xCooSys->getAxisByDimension( nDimensionIndex, nAxisIndex ) ); in AdaptScaleOfYAxisWithoutAttachedSeries()
1143 …PropertySet > xCrossingMainAxis( AxisHelper::getCrossingMainAxis( xAxis, xCooSys ), uno::UNO_QUERY… in AdaptScaleOfYAxisWithoutAttachedSeries()
1702 …uno::Reference< XCoordinateSystem > xCooSys( AxisHelper::getCoordinateSystemOfAxis(xAxis,ChartMode… in getExplicitValuesForAxis() local
1703 const VCoordinateSystem* pVCooSys = findInCooSysList(m_aVCooSysList,xCooSys); in getExplicitValuesForAxis()
1709 if( AxisHelper::getIndicesForAxis( xAxis, xCooSys, nDimensionIndex, nAxisIndex ) ) in getExplicitValuesForAxis()