Home
last modified time | relevance | path

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

/trunk/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()
2354 long nIndex = pColIndexes[nColPos]; in UpdateRunningTotals()
3313 const long* pNextColIndex = pColIndexes; in GetRowReferenceMember()
3339 const long* pColIndexes = rRunning.GetColIndexes(); in GetColReferenceMember() local
3365 const long* pNextColIndex = pColIndexes; in GetColReferenceMember()
[all …]
/trunk/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;

Completed in 46 milliseconds