Searched refs:nTypesSoFar (Results 1 – 1 of 1) sorted by relevance
776 sal_Int32 nTypesSoFar = 0; in getChartTypeByIndex() local783 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