Searched refs:nColIndexPos (Results 1 – 2 of 2) sorted by relevance
338 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 …]
127 long nColIndexPos; member in ScDPRunningTotalState
Completed in 38 milliseconds