Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/data/
H A Ddptabres.cxx342 pColIndexes = new long[SC_DAPI_MAXFIELDS+1]; in ScDPRunningTotalState()
345 pColIndexes[0] = -1; in ScDPRunningTotalState()
352 delete[] pColIndexes; in ~ScDPRunningTotalState()
363 pColIndexes[nColIndexPos] = nSorted; in AddColIndex()
365 pColIndexes[nColIndexPos+1] = -1; in AddColIndex()
390 pColIndexes[nColIndexPos] = -1; in RemoveColIndex()
2313 const long* pColIndexes = rRunning.GetColIndexes(); in UpdateRunningTotals() local
2354 long nIndex = pColIndexes[nColPos]; in UpdateRunningTotals()
2362 if ( pSelectDim && pColIndexes[nColPos] < 0 ) in UpdateRunningTotals()
2374 … long nMyIndex = bRefDimInCol ? pColIndexes[nColPos] : pRowIndexes[nRowPos]; in UpdateRunningTotals()
[all …]
/AOO41X/main/sc/inc/
H A Ddptabres.hxx124 long* pColIndexes; member in ScDPRunningTotalState
138 const long* GetColIndexes() const { return pColIndexes; } in GetColIndexes()
628 const long* pRowIndexes, const long* pColIndexes ) const;