Searched refs:nRowIndexPos (Results 1 – 2 of 2) sorted by relevance
339 nRowIndexPos( 0 ) in ScDPRunningTotalState()373 if ( nRowIndexPos < SC_DAPI_MAXFIELDS ) in AddRowIndex()375 pRowVisible[nRowIndexPos] = nVisible; in AddRowIndex()376 pRowIndexes[nRowIndexPos] = nSorted; in AddRowIndex()377 pRowVisible[nRowIndexPos+1] = -1; in AddRowIndex()378 pRowIndexes[nRowIndexPos+1] = -1; in AddRowIndex()379 ++nRowIndexPos; in AddRowIndex()397 if ( nRowIndexPos > 0 ) in RemoveRowIndex()399 --nRowIndexPos; in RemoveRowIndex()400 pRowVisible[nRowIndexPos] = -1; in RemoveRowIndex()[all …]
128 long nRowIndexPos; member in ScDPRunningTotalState
Completed in 26 milliseconds