Lines Matching refs:aOtherSeriesList
1381 …uno::Sequence< uno::Reference< XDataSeries > > aOtherSeriesList( xOtherDataSeriesContainer->getDat… in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1382 … sal_Int32 nOtherSeriesIndex = aOtherSeriesList.getLength()-1; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1383 … if( nOtherSeriesIndex >= 0 && nOtherSeriesIndex < aOtherSeriesList.getLength() ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1385 … uno::Reference< XDataSeries > xExchangeSeries( aOtherSeriesList[nOtherSeriesIndex] ); in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1386 … aOtherSeriesList[nOtherSeriesIndex] = xGivenDataSeries; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1387 … xOtherDataSeriesContainer->setDataSeries(aOtherSeriesList); in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1408 …uno::Sequence< uno::Reference< XDataSeries > > aOtherSeriesList( xOtherDataSeriesContainer->getDat… in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1410 … if( nOtherSeriesIndex >= 0 && nOtherSeriesIndex < aOtherSeriesList.getLength() ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1412 … uno::Reference< XDataSeries > xExchangeSeries( aOtherSeriesList[nOtherSeriesIndex] ); in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1413 … aOtherSeriesList[nOtherSeriesIndex] = xGivenDataSeries; in lcl_moveSeriesOrCheckIfMoveIsAllowed()
1414 … xOtherDataSeriesContainer->setDataSeries(aOtherSeriesList); in lcl_moveSeriesOrCheckIfMoveIsAllowed()