Home
last modified time | relevance | path

Searched refs:pNextRows (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dtable1.cxx1055 SCsROW* pNextRows = new SCsROW[MAXCOL+1]; in GetNextPos() local
1061 pNextRows[i] = (i<nCol) ? (nRow+1) : nRow; in GetNextPos()
1064 SCsROW nNextRow = pNextRows[nCol] + 1; in GetNextPos()
1069 pNextRows[nCol] = nNextRow; in GetNextPos()
1075 nMinRow = pNextRows[i]; in GetNextPos()
1086 pNextRows[i] = 0; // alles ganz von vorne in GetNextPos()
1094 pNextRows[i] = (i>nCol) ? (nRow-1) : nRow; in GetNextPos()
1097 SCsROW nNextRow = pNextRows[nCol] - 1; in GetNextPos()
1102 pNextRows[nCol] = nNextRow; in GetNextPos()
1108 nMaxRow = pNextRows[i]; in GetNextPos()
[all …]
H A Ddociter.cxx1690 pNextRows = new SCROW[ nCol2-nCol1+1 ]; in ScHorizontalCellIterator()
1698 delete [] pNextRows; in ~ScHorizontalCellIterator()
1717 pNextRows[i-nStartCol] = pCol->pItems[nIndex].nRow; in SetTab()
1722 pNextRows[i-nStartCol] = MAXROWCOUNT; // nothing found in SetTab()
1727 if (pNextRows[0] != nStartRow) in SetTab()
1744 pNextRows[nCol-nStartCol] = pCol->pItems[nIndex].nRow; in GetNext()
1749 pNextRows[nCol-nStartCol] = MAXROWCOUNT; // nothing found in GetNext()
1773 if (pNextRows[i-nStartCol] == nRow) in Advance()
1783 if (pNextRows[i-nStartCol] < nMinRow) in Advance()
1786 nMinRow = pNextRows[i-nStartCol]; in Advance()
/trunk/main/sc/inc/
H A Ddociter.hxx424 SCROW* pNextRows; member in ScHorizontalCellIterator

Completed in 33 milliseconds