Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Ddptabres.cxx344 pRowIndexes = new long[SC_DAPI_MAXFIELDS+1]; in ScDPRunningTotalState()
346 pRowIndexes[0] = -1; in ScDPRunningTotalState()
354 delete[] pRowIndexes; in ~ScDPRunningTotalState()
376 pRowIndexes[nRowIndexPos] = nSorted; in AddRowIndex()
378 pRowIndexes[nRowIndexPos+1] = -1; in AddRowIndex()
401 pRowIndexes[nRowIndexPos] = -1; in RemoveRowIndex()
2315 const long* pRowIndexes = rRunning.GetRowIndexes(); in UpdateRunningTotals() local
2337 long nIndex = pRowIndexes[nRowPos]; in UpdateRunningTotals()
2345 if ( pSelectDim && pRowIndexes[nRowPos] < 0 ) in UpdateRunningTotals()
2374 … long nMyIndex = bRefDimInCol ? pColIndexes[nColPos] : pRowIndexes[nRowPos]; in UpdateRunningTotals()
[all …]
/AOO41X/main/sc/inc/
H A Ddptabres.hxx126 long* pRowIndexes; member in ScDPRunningTotalState
140 const long* GetRowIndexes() const { return pRowIndexes; } in GetRowIndexes()
628 const long* pRowIndexes, const long* pColIndexes ) const;