Lines Matching refs:rRow
1131 sal_Bool ScColumnIterator::Next( SCROW& rRow, ScBaseCell*& rpCell ) in Next() argument
1135 rRow = pColumn->pItems[nPos].nRow; in Next()
1136 if ( rRow <= nBottom ) in Next()
1144 rRow = 0; in Next()
1409 sal_Bool ScColumn::GetPrevDataPos(SCROW& rRow) const in GetPrevDataPos()
1416 bFound = (pItems[i].nRow < rRow); in GetPrevDataPos()
1418 rRow = pItems[i].nRow; in GetPrevDataPos()
1423 sal_Bool ScColumn::GetNextDataPos(SCROW& rRow) const // greater than rRow in GetNextDataPos()
1426 if (Search( rRow, nIndex )) in GetNextDataPos()
1431 rRow = pItems[nIndex].nRow; in GetNextDataPos()
1435 void ScColumn::FindDataAreaPos(SCROW& rRow, long nMovY) const in FindDataAreaPos() argument
1441 sal_Bool bThere = Search(rRow, nIndex); in FindDataAreaPos()
1447 SCROW nLast = rRow; in FindDataAreaPos()
1481 if (nLast==rRow) in FindDataAreaPos()
1487 rRow = nLast; in FindDataAreaPos()
1497 rRow = pItems[nIndex].nRow; in FindDataAreaPos()
1499 rRow = MAXROW; in FindDataAreaPos()
1506 rRow = pItems[nIndex-1].nRow; in FindDataAreaPos()
1508 rRow = 0; in FindDataAreaPos()