Lines Matching refs:aCooSysList

287 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS…  in setStackMode()  local
288 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setStackMode()
290 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in setStackMode()
355 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in getStackMode() local
356 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getStackMode()
358 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getStackMode()
519 …Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystems() ); in setDimension() local
520 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in setDimension()
522 Reference< XCoordinateSystem > xOldCooSys( aCooSysList[nCS], uno::UNO_QUERY ); in setDimension()
671 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in getChartTypeOfSeries() local
672 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeOfSeries()
674 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in getChartTypeOfSeries()
745 …Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystems() ); in getDataSeriesGroups() local
746 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getDataSeriesGroups()
749 … Reference< XChartTypeContainer > xChartTypeContainer( aCooSysList[nCS], uno::UNO_QUERY ); in getDataSeriesGroups()
775 …Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystems() ); in getChartTypeByIndex() local
777 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in getChartTypeByIndex()
779 Reference< XChartTypeContainer > xChartTypeContainer( aCooSysList[nCS], uno::UNO_QUERY ); in getChartTypeByIndex()
1314 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1316 for( sal_Int32 nCS = 0; !bFound && nCS < aCooSysList.getLength(); ++nCS ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1318 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in lcl_moveSeriesOrCheckIfMoveIsAllowed()