Home
last modified time | relevance | path

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

/aoo42x/main/chart2/source/tools/
H A DDiagramHelper.cxx776 sal_Int32 nTypesSoFar = 0; in getChartTypeByIndex() local
783 if( nIndex >= 0 && nIndex < (nTypesSoFar + aChartTypeList.getLength()) ) in getChartTypeByIndex()
785 xChartType.set( aChartTypeList[nIndex - nTypesSoFar] ); in getChartTypeByIndex()
788 nTypesSoFar += aChartTypeList.getLength(); in getChartTypeByIndex()

Completed in 20 milliseconds