Home
last modified time | relevance | path

Searched refs:nThisRow (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx807 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 Dattarray.cxx1463 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 Dfillinfo.cxx177 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 Ddociter.cxx579 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()
/trunk/main/sc/source/core/tool/
H A Dchartarr.cxx205 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 Dinterpr5.cxx349 SCROW nThisRow = nRow2; in CreateMatrixFromDoubleRef() local
357 nThisRow = aCellIter.GetRow(); in CreateMatrixFromDoubleRef()
358 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef()
365 nMatRows : nThisRow - nRow1); in CreateMatrixFromDoubleRef()
374 if (nThisRow == nRow2) in CreateMatrixFromDoubleRef()
382 nNextRow = nThisRow + 1; in CreateMatrixFromDoubleRef()
387 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
391 ScAddress aAdr( nThisCol, nThisRow, nTab1); in CreateMatrixFromDoubleRef()
400 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
412 static_cast<SCSIZE>(nThisRow-nRow1)); in CreateMatrixFromDoubleRef()
[all …]
/trunk/main/sc/inc/
H A Ddocument.hxx1647 sal_uInt16 RowDifferences( SCROW nThisRow, SCTAB nThisTab,

Completed in 81 milliseconds