Lines Matching refs:nColRow

104         SCROW nColRow;  in GetThisCol()  local
117 nColRow = (nColPos < pCol->nCount) ? pCol->pItems[nColPos].nRow : MAXROW+1; in GetThisCol()
118 if (nColRow < nRow) in GetThisCol()
121 while (nColRow < nRow); in GetThisCol()
123 if (nColRow == nRow) in GetThisCol()
137 nRow = Min( (SCROW)nColRow, (SCROW)(nAttrEnd+1) ); in GetThisCol()
305 nColRow = 0; // wird bei GetFirst initialisiert in ScValueIterator()
336 pCol->Search( nRow, nColRow ); in GetThis()
339 while (( nColRow < pCol->nCount ) && ( pCol->pItems[nColRow].nRow < nRow )) in GetThis()
340 nColRow++; in GetThis()
342 if ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow <= nEndRow ) in GetThis()
344 nRow = pCol->pItems[nColRow].nRow + 1; in GetThis()
347 ScBaseCell* pCell = pCol->pItems[nColRow].pCell; in GetThis()
348 ++nColRow; in GetThis()
367 if ( nColRow < pCol->nCount && in GetThis()
368 pCol->pItems[nColRow].nRow <= nEndRow && in GetThis()
369 pCol->pItems[nColRow].pCell->GetCellType() == CELLTYPE_VALUE && in GetThis()
372 fNextValue = ((ScValueCell*)pCol->pItems[nColRow].pCell)->GetValue(); in GetThis()
373 nNextRow = pCol->pItems[nColRow].nRow; in GetThis()
444 SCSIZE nIdx = nColRow - 1; in GetCurNumFmtInfo()
476 pCol->Search( nRow, nColRow ); in GetFirst()
504 …BQueryDataIterator::GetRowByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow) in GetRowByColEntryIndex() argument
507 return pCol->pItems[nColRow].nRow; in GetRowByColEntryIndex()
510 …QueryDataIterator::GetCellByColEntryIndex(ScDocument& rDoc, SCTAB nTab, SCCOL nCol, SCSIZE nColRow) in GetCellByColEntryIndex() argument
513 return pCol->pItems[nColRow].pCell; in GetCellByColEntryIndex()
530 SCSIZE nColRow; in SearchColEntryIndex() local
531 pCol->Search(nRow, nColRow); in SearchColEntryIndex()
532 return nColRow; in SearchColEntryIndex()
547 nColRow = 0; // wird bei GetFirst initialisiert in DataAccessInternal()
579 SCROW nThisRow = ScDBQueryDataIterator::GetRowByColEntryIndex(*mpDoc, nTab, nCol, nColRow); in getCurrent()
580 while ( (nColRow < nCellCount) && (nThisRow < nRow) ) in getCurrent()
581 nThisRow = ScDBQueryDataIterator::GetRowByColEntryIndex(*mpDoc, nTab, nCol, ++nColRow); in getCurrent()
583 if ( nColRow < nCellCount && nThisRow <= mpParam->nRow2 ) in getCurrent()
588 pCell = ScDBQueryDataIterator::GetCellByColEntryIndex(*mpDoc, nTab, nCol, nColRow); in getCurrent()
594 … pCell = ScDBQueryDataIterator::GetCellByColEntryIndex(*mpDoc, nTab, nCol, nColRow); in getCurrent()
675 nColRow = ScDBQueryDataIterator::SearchColEntryIndex(*mpDoc, nTab, nRow, nCol); in getFirst()
995 nColRow = 0; // wird bei GetFirst initialisiert in ScCellIterator()
1037 nColRow = 0; // wird bei GetFirst initialisiert in ScCellIterator()
1068 pCol->Search( nRow, nColRow ); in GetThis()
1071 while ( (nColRow < pCol->nCount) && (pCol->pItems[nColRow].nRow < nRow) ) in GetThis()
1072 nColRow++; in GetThis()
1074 if ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow <= nEndRow ) in GetThis()
1076 nRow = pCol->pItems[nColRow].nRow; in GetThis()
1079 ScBaseCell* pCell = pCol->pItems[nColRow].pCell; in GetThis()
1104 pCol->Search( nRow, nColRow ); in GetFirst()
1128 nColRow = 0; // wird bei GetFirst initialisiert in ScQueryCellIterator()
1175 pCol->Search( nRow, nColRow ); in GetThis()
1181 while ( nColRow < pCol->nCount && pCol->pItems[nColRow].nRow < nRow ) in GetThis()
1182 nColRow++; in GetThis()
1184 if ( nColRow < pCol->nCount && in GetThis()
1185 (nRow = pCol->pItems[nColRow].nRow) <= aParam.nRow2 ) in GetThis()
1187 ScBaseCell* pCell = pCol->pItems[nColRow].pCell; in GetThis()
1251 pCol->Search( nRow, nColRow ); in GetFirst()
1307 nColRowSave = nColRow; in FindEqualOrSortedLastInRange()
1317 nColRow = nColRowSave; in FindEqualOrSortedLastInRange()
1351 nColRowSave = nColRow; in FindEqualOrSortedLastInRange()
1356 nColRow = nColRowSave; in FindEqualOrSortedLastInRange()
1397 nColRowSave = nColRow; in FindEqualOrSortedLastInRange()
1402 nColRow = nColRowSave; in FindEqualOrSortedLastInRange()
1663 nColRow = nLo; in BinarySearch()
1669 nColRow = pCol->nCount - 1; in BinarySearch()