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()2313 const long* pColIndexes = rRunning.GetColIndexes(); in UpdateRunningTotals() local2354 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 …]
124 long* pColIndexes; member in ScDPRunningTotalState138 const long* GetColIndexes() const { return pColIndexes; } in GetColIndexes()628 const long* pRowIndexes, const long* pColIndexes ) const;