Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddociter.cxx1691 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()
/aoo41x/main/sc/inc/
H A Ddociter.hxx425 SCSIZE* pNextIndices; member in ScHorizontalCellIterator

Completed in 30 milliseconds