Searched refs:aCooSysList (Results 1 – 6 of 6) sorted by relevance
288 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 …]
584 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getCoordinateSystemByIndex() local585 if(0<=nIndex && nIndex<aCooSysList.getLength()) in getCoordinateSystemByIndex()586 return aCooSysList[nIndex]; in getCoordinateSystemByIndex()782 … Sequence< Reference< XCoordinateSystem > > aCooSysList = xCooSysContainer->getCoordinateSystems(); in getIndicesForAxis() local783 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() local853 for( nC=0; nC<aCooSysList.getLength(); ++nC ) in getAllAxesOfDiagram()1041 …Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystems() ); in getCoordinateSystemOfAxis() local1042 for( sal_Int32 nCooSysIndex = 0; nCooSysIndex < aCooSysList.getLength(); ++nCooSysIndex ) in getCoordinateSystemOfAxis()[all …]
146 …uno::Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystem… in lcl_getFirstStockChartType() local147 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() local243 if( nCooSysIndex < aCooSysList.getLength() ) in lcl_getDiagramAndCooSys()244 xCooSys = aCooSysList[nCooSysIndex]; in lcl_getDiagramAndCooSys()474 …uno::Sequence< Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateSystem… in createParticleForCoordinateSystem() local475 for( ; nCooSysIndex < aCooSysList.getLength(); ++nCooSysIndex ) in createParticleForCoordinateSystem()477 Reference< XCoordinateSystem > xCurrentCooSys( aCooSysList[nCooSysIndex] ); in createParticleForCoordinateSystem()
129 …uno::Sequence< uno::Reference< chart2::XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoo… in lcl_getChartTypeOfSeries() local130 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in lcl_getChartTypeOfSeries()132 uno::Reference< chart2::XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in lcl_getChartTypeOfSeries()
481 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in resetStyles() local482 for( sal_Int32 nCS = 0; nCS < aCooSysList.getLength(); ++nCS ) in resetStyles()484 uno::Reference< XCoordinateSystem > xCooSys( aCooSysList[nCS] ); in resetStyles()
684 …uno::Sequence< uno::Reference< XCoordinateSystem > > aCooSysList( xCooSysContainer->getCoordinateS… in initializeCooSysAndSeriesPlotter() local686 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() local1848 if( aCooSysList.getLength() ) in lcl_getPropertySwapXAndYAxis()1850 uno::Reference<beans::XPropertySet> xProp(aCooSysList[0], uno::UNO_QUERY ); in lcl_getPropertySwapXAndYAxis()
Completed in 97 milliseconds