Searched refs:pNextIndices (Results 1 – 2 of 2) sorted by relevance
1691 pNextIndices = new SCSIZE[ nCol2-nCol1+1 ]; in ScHorizontalCellIterator()1699 delete [] pNextIndices; in ~ScHorizontalCellIterator()1718 pNextIndices[i-nStartCol] = nIndex; in SetTab()1723 pNextIndices[i-nStartCol] = MAXROWCOUNT; in SetTab()1739 SCSIZE nIndex = pNextIndices[nCol-nStartCol]; in GetNext()1745 pNextIndices[nCol-nStartCol] = nIndex; in GetNext()1750 pNextIndices[nCol-nStartCol] = MAXROWCOUNT; in GetNext()
425 SCSIZE* pNextIndices; member in ScHorizontalCellIterator
Completed in 26 milliseconds