Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddptabres.cxx339 nRowIndexPos( 0 ) in ScDPRunningTotalState()
372 DBG_ASSERT( nRowIndexPos < SC_DAPI_MAXFIELDS, "too many row indexes" ); in AddRowIndex()
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()
396 DBG_ASSERT( nRowIndexPos > 0, "RemoveRowIndex without index" ); in RemoveRowIndex()
397 if ( nRowIndexPos > 0 ) in RemoveRowIndex()
[all …]
/trunk/main/sc/inc/
H A Ddptabres.hxx128 long nRowIndexPos; member in ScDPRunningTotalState