Searched refs:nThisRow (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sc/source/core/data/ |
H A D | documen4.cxx | 807 for (SCROW nThisRow=0; nThisRow<=nMaxRow; nThisRow++) in ColDifferences() local 864 SCCOLROW nThisRow; in FindOrder() local 867 for (nThisRow = 0; nThisRow <= nThisEndRow; nThisRow++) in FindOrder() 911 for (nThisRow = 0; nThisRow <= nThisEndRow+1; nThisRow++) in FindOrder() 1014 SCROW nThisRow; in CompareDocument() local 1051 for (nThisRow = 0; nThisRow<=nThisEndRow; nThisRow++) in CompareDocument() 1058 for (nThisRow = 0; nThisRow<=nThisEndRow; nThisRow++) in CompareDocument() 1129 for ( nThisRow = nThisEndRow+1; nThisRow > 0; ) in CompareDocument() 1131 --nThisRow; in CompareDocument() 1143 if ( nThisRow == nThisEndRow || ValidRow(pOtherRows[nThisRow+1]) ) in CompareDocument() [all …]
|
H A D | attarray.cxx | 1463 for (SCROW nThisRow = nThisStart; nThisRow <= nThisEnd; nThisRow++) in RemoveAreaMerge() local 1502 SCROW nThisRow; in SetPatternAreaSafe() local 1512 if (nThisRow < nStartRow) nThisRow = nStartRow; in SetPatternAreaSafe() 1557 SCROW nThisRow; in ApplyFlags() local 1562 if (nThisRow < nStartRow) nThisRow = nStartRow; in ApplyFlags() 1594 SCROW nThisRow; in RemoveFlags() local 1599 if (nThisRow < nStartRow) nThisRow = nStartRow; in RemoveFlags() 1630 SCROW nThisRow; in ClearItems() local 1634 if (nThisRow < nStartRow) nThisRow = nStartRow; in ClearItems() 2258 SCROW nThisRow; in DeleteHardAttr() local [all …]
|
H A D | fillinfo.cxx | 177 SCROW nThisRow; in FillInfo() local 391 (nThisRow=pThisCol->pItems[nUIndex].nRow) <= nY2 ) in FillInfo() 393 if (nThisRow > nHiddenEndRow) in FillInfo() 397 while ( pRowInfo[nArrY].nRowNo < nThisRow ) in FillInfo() 425 nThisRow=nCurRow; // Ende des Bereichs in FillInfo() 432 nThisRow=pThisAttrArr->pData[nIndex].nRow; // Ende des Bereichs in FillInfo() 559 if (nCurRow > nThisRow) in FillInfo() 560 nCurRow = nThisRow; in FillInfo() 564 while (nCurRow <= nThisRow && nCurRow <= nYExtra); in FillInfo() 567 while ( nIndex < pThisAttrArr->nCount && nThisRow < nYExtra ); in FillInfo() [all …]
|
H A D | dociter.cxx | 579 SCROW nThisRow = ScDBQueryDataIterator::GetRowByColEntryIndex(*mpDoc, nTab, nCol, nColRow); in getCurrent() local 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() 585 nRow = nThisRow; in getCurrent()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chartarr.cxx | 205 SCROW nThisRow = nRow1; in CreateMemChartSingle() local 206 while (nThisRow <= nRow2) in CreateMemChartSingle() 208 if (pDocument->RowHidden(nThisRow, nTab1, nLastRow)) in CreateMemChartSingle() 209 nThisRow = nLastRow; in CreateMemChartSingle() 211 aRows.push_back(nThisRow); in CreateMemChartSingle() 212 ++nThisRow; in CreateMemChartSingle()
|
H A D | interpr5.cxx | 350 SCROW nThisRow = nRow2; in CreateMatrixFromDoubleRef() local 358 nThisRow = aCellIter.GetRow(); in CreateMatrixFromDoubleRef() 359 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef() 366 nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef() 375 if (nThisRow == nRow2) in CreateMatrixFromDoubleRef() 383 nNextRow = nThisRow + 1; in CreateMatrixFromDoubleRef() 388 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef() 392 ScAddress aAdr( nThisCol, nThisRow, nTab1); in CreateMatrixFromDoubleRef() 401 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef() 413 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef() [all …]
|
/aoo41x/main/sc/inc/ |
H A D | document.hxx | 1647 sal_uInt16 RowDifferences( SCROW nThisRow, SCTAB nThisTab,
|
Completed in 182 milliseconds