Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/tool/
H A Dchartarr.cxx188 SCSIZE nTotalCols = ( nCol1 <= nCol2 ? nCol2 - nCol1 + 1 : 0 ); in CreateMemChartSingle() local
190 aCols.reserve(nTotalCols); in CreateMemChartSingle()
191 for (SCSIZE i=0; i<nTotalCols; i++) in CreateMemChartSingle()

Completed in 7 milliseconds