Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddptabres.cxx338 nColIndexPos( 0 ), in ScDPRunningTotalState()
360 if ( nColIndexPos < SC_DAPI_MAXFIELDS ) in AddColIndex()
362 pColVisible[nColIndexPos] = nVisible; in AddColIndex()
363 pColIndexes[nColIndexPos] = nSorted; in AddColIndex()
364 pColVisible[nColIndexPos+1] = -1; in AddColIndex()
365 pColIndexes[nColIndexPos+1] = -1; in AddColIndex()
366 ++nColIndexPos; in AddColIndex()
386 if ( nColIndexPos > 0 ) in RemoveColIndex()
388 --nColIndexPos; in RemoveColIndex()
389 pColVisible[nColIndexPos] = -1; in RemoveColIndex()
[all …]
/aoo4110/main/sc/inc/
H A Ddptabres.hxx127 long nColIndexPos; member in ScDPRunningTotalState

Completed in 40 milliseconds