Home
last modified time | relevance | path

Searched refs:aCooSysList (Results 1 – 6 of 6) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx288 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setStackMode()
290 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in setStackMode()
356 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getStackMode()
358 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getStackMode()
520 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setDimension()
672 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeOfSeries()
674 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getChartTypeOfSeries()
746 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getDataSeriesGroups()
777 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeByIndex()
1316 for( sal_Int32 nCS = 0; !bFound && nCS < aCooSysList.getLength(); ++nCS ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
[all …]
H A DAxisHelper.cxx584 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getCoordinateSystemByIndex() local
585 if(0<=nIndex && nIndex<aCooSysList.getLength()) in getCoordinateSystemByIndex()
586 return aCooSysList[nIndex]; in getCoordinateSystemByIndex()
782 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getIndicesForAxis() local
783 for( sal_Int32 nC=0; nC<aCooSysList.getLength(); ++nC ) in getIndicesForAxis()
785 … if( AxisHelper::getIndicesForAxis( xAxis, aCooSysList[nC], rOutDimensionIndex, rOutAxisIndex ) ) in getIndicesForAxis()
851 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getAllAxesOfDiagram() local
853 for( nC=0; nC<aCooSysList.getLength(); ++nC ) in getAllAxesOfDiagram()
1041 …Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystems() ); in getCoordinateSystemOfAxis() local
1042 for( sal_Int32 nCooSysIndex = 0; nCooSysIndex < aCooSysList.getLength(); ++nCooSysIndex ) in getCoordinateSystemOfAxis()
[all …]
H A DObjectIdentifier.cxx146 …uno::Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystem… in lcl_getFirstStockChartType() local
147 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in lcl_getFirstStockChartType()
150 Reference< XChartTypeContainer > xChartTypeContainer( aCooSysList[nCS], uno::UNO_QUERY ); in lcl_getFirstStockChartType()
242 …uno::Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystem… in lcl_getDiagramAndCooSys() local
243 if( nCooSysIndex < aCooSysList.getLength() ) in lcl_getDiagramAndCooSys()
244 xCooSys = aCooSysList[nCooSysIndex]; in lcl_getDiagramAndCooSys()
474 …uno::Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystem… in createParticleForCoordinateSystem() local
475 for( ; nCooSysIndex < aCooSysList.getLength(); ++nCooSysIndex ) in createParticleForCoordinateSystem()
477 Reference< XCoordinateSystem > xCurrentCooSys( aCooSysList[nCooSysIndex] ); in createParticleForCoordinateSystem()
/trunk/main/xmloff/source/chart/
H A DSchXMLSeriesHelper.cxx129 …uno::Sequence< uno::Reference< chart2::XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoo… in lcl_getChartTypeOfSeries() local
130 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in lcl_getChartTypeOfSeries()
132 uno::Reference< chart2::XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in lcl_getChartTypeOfSeries()
/trunk/main/chart2/source/model/template/
H A DChartTypeTemplate.cxx481 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in resetStyles() local
482 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in resetStyles()
484 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in resetStyles()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx684 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in initializeCooSysAndSeriesPlotter() local
686 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in initializeCooSysAndSeriesPlotter()
688 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in initializeCooSysAndSeriesPlotter()
1847 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in lcl_getPropertySwapXAndYAxis() local
1848 if( aCooSysList.getLength() ) in lcl_getPropertySwapXAndYAxis()
1850 uno::Reference<beans::XPropertySet> xProp(aCooSysList[0], uno::UNO_QUERY ); in lcl_getPropertySwapXAndYAxis()

Completed in 80 milliseconds