Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/core/data/
H A Ddptabres.cxx339 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 …]
/aoo42x/main/sc/inc/
H A Ddptabres.hxx128 long nRowIndexPos; member in ScDPRunningTotalState

Completed in 29 milliseconds