Home
last modified time | relevance | path

Searched refs:nNewSeriesIndex (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx271 sal_Int32 nNewSeriesIndex, in lcl_CreateNewSeries() argument
292 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() local
787 … m_xTemplate->applyStyle( aSeries[nSeries], nGroup, nNewSeriesIndex++, nSeriesInGroup ); in applyInterpretedData()
/aoo41x/main/chart2/source/tools/
H A DDiagramHelper.cxx1351 sal_Int32 nNewSeriesIndex = nS; in lcl_moveSeriesOrCheckIfMoveIsAllowed() local
1354 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()
/aoo41x/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx567 sal_Int32 nNewSeriesIndex = aStyle.m_nPointIndex; in lcl_swapPointAndSeriesStylesForDonutCharts() local
570 …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