Searched refs:pColIndexes (Results 1 – 2 of 2) sorted by relevance
342 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() local3365 const long* pNextColIndex = pColIndexes; in GetColReferenceMember()[all …]
124 long* pColIndexes; member in ScDPRunningTotalState138 const long* GetColIndexes() const { return pColIndexes; } in GetColIndexes()628 const long* pRowIndexes, const long* pColIndexes ) const;
Completed in 41 milliseconds