Searched refs:nNewSeriesIndex (Results 1 – 3 of 3) sorted by relevance
271 sal_Int32 nNewSeriesIndex, in lcl_CreateNewSeries() argument292 C2U("Color"), uno::makeAny( xColorScheme->getColorByIndex( nNewSeriesIndex ))); in lcl_CreateNewSeries()305 … xTemplate->applyStyle( xResult, nGroupIndex, nNewSeriesIndex, nTotalNumberOfSeriesInCTGroup ); in lcl_CreateNewSeries()765 sal_Int32 nNewSeriesIndex = static_cast< sal_Int32 >( rSeriesToReUse.size()); in applyInterpretedData() local787 … m_xTemplate->applyStyle( aSeries[nSeries], nGroup, nNewSeriesIndex++, nSeriesInGroup ); in applyInterpretedData()
1351 sal_Int32 nNewSeriesIndex = nS; in lcl_moveSeriesOrCheckIfMoveIsAllowed() local1354 nNewSeriesIndex--; in lcl_moveSeriesOrCheckIfMoveIsAllowed()1356 nNewSeriesIndex++; in lcl_moveSeriesOrCheckIfMoveIsAllowed()1359 … if( nNewSeriesIndex >= 0 && nNewSeriesIndex < aSeriesList.getLength() ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()1365 … aSeriesList[ nOldSeriesIndex ] = aSeriesList[ nNewSeriesIndex ]; in lcl_moveSeriesOrCheckIfMoveIsAllowed()1366 aSeriesList[ nNewSeriesIndex ] = xGivenDataSeries; in lcl_moveSeriesOrCheckIfMoveIsAllowed()1370 else if( nNewSeriesIndex<0 ) in lcl_moveSeriesOrCheckIfMoveIsAllowed()
567 sal_Int32 nNewSeriesIndex = aStyle.m_nPointIndex; in lcl_swapPointAndSeriesStylesForDonutCharts() local570 …while( nRepeatCount && (nNewSeriesIndex>=0) && (nNewSeriesIndex< static_cast<sal_Int32>(aNewSeries… in lcl_swapPointAndSeriesStylesForDonutCharts()572 NewDonutSeries& rNewSeries( aNewSeriesVector[nNewSeriesIndex] ); in lcl_swapPointAndSeriesStylesForDonutCharts()576 nNewSeriesIndex++; in lcl_swapPointAndSeriesStylesForDonutCharts()
Completed in 46 milliseconds