/aoo41x/main/sc/source/core/data/ |
H A D | table1.cxx | 1064 SCsROW nNextRow = pNextRows[nCol] + 1; in GetNextPos() local 1066 nNextRow = rMark.GetNextMarked( nCol, nNextRow, sal_False ); in GetNextPos() 1068 nNextRow = aCol[nCol].GetNextUnprotected( nNextRow, sal_False ); in GetNextPos() 1069 pNextRows[nCol] = nNextRow; in GetNextPos() 1097 SCsROW nNextRow = pNextRows[nCol] - 1; in GetNextPos() local 1099 nNextRow = rMark.GetNextMarked( nCol, nNextRow, sal_True ); in GetNextPos() 1101 nNextRow = aCol[nCol].GetNextUnprotected( nNextRow, sal_True ); in GetNextPos() 1102 pNextRows[nCol] = nNextRow; in GetNextPos()
|
H A D | dociter.cxx | 373 nNextRow = pCol->pItems[nColRow].nRow; in GetThis() 378 nAttrEndRow, pCol->pAttrArray, nNextRow, pDoc ); in GetThis() 2106 nNextRow( nRow1 ) in ScUsedAreaIterator() 2120 if ( pCell && IsGreater( nNextCol, nNextRow, nCellCol, nCellRow ) ) in GetNext() 2126 if ( pPattern && IsGreater( nNextCol, nNextRow, nAttrCol2, nAttrRow ) ) in GetNext() 2129 if ( pPattern && nAttrRow == nNextRow && nAttrCol1 < nNextCol ) in GetNext() 2184 nNextRow = nFoundRow; in GetNext() 2269 SCROW nNextRow = pColIter->GetNextRow(); in DataChanged() local 2271 pColIter = pDoc->pTab[nTab]->aCol[nIterStartCol].CreateAttrIterator( nNextRow, nEndRow ); in DataChanged()
|
H A D | table6.cxx | 476 SCsROW nNextRow = aCol[nCol].SearchStyle( nRow, pSearchStyle, bBack, bSelect, rMark ); in SearchStyle() local 477 if (!ValidRow(nNextRow)) in SearchStyle() 484 nRow = nNextRow; in SearchStyle()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 391 SCROW nNextRow = 0; in Adjust() local 402 nNextRow = pS->nNextRow; in Adjust() 413 if ( pE->nRow < nNextRow ) in Adjust() 414 pE->nRow = nCurRow = nNextRow; in Adjust() 416 nCurRow = nNextRow = pE->nRow; in Adjust() 419 nNextRow += nR; in Adjust() 421 nNextRow++; in Adjust() 429 nLastCol, nNextRow, nCurRow ) ); in Adjust() 435 nNextRow = nCurRow + nR; in Adjust() 437 nNextRow = nCurRow + 1; in Adjust() [all …]
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | dbdocimp.cxx | 346 sal_Int32 nNextRow = 0; in DoImport() local 347 aSelection[nListPos] >>= nNextRow; in DoImport() 348 if ( nRowsRead+1 < nNextRow ) in DoImport() 350 bEnd = !xRowSet->absolute(nRowsRead = nNextRow); in DoImport()
|
H A D | docsh.cxx | 1758 SCROW nNextRow = nStartRow; in AsciiSave() local 1769 if ( nNextRow < nRow ) in AsciiSave() 1781 nNextRow++; in AsciiSave() 1782 for ( nEmptyRow = nNextRow; nEmptyRow < nRow; nEmptyRow++ ) in AsciiSave() 1802 nNextRow = nRow; in AsciiSave() 1819 nNextRow = nRow + 1; in AsciiSave() 2062 if ( nNextRow <= nEndRow ) in AsciiSave() 2073 nNextRow++; in AsciiSave() 2075 for ( nEmptyRow = nNextRow; nEmptyRow <= nEndRow; nEmptyRow++ ) in AsciiSave()
|
/aoo41x/main/sc/inc/ |
H A D | dociter.hxx | 96 SCROW nNextRow; member in ScValueIterator 122 rErr = 0, nRow = nNextRow, in GetNext() 518 SCROW nNextRow; member in ScUsedAreaIterator
|
/aoo41x/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 1208 sal_Int32 nNextRow = 0; in convertRows() local 1216 …ValueRange aRowRange( ::std::max( aIt->first, nNextRow ), ::std::min( aIt->second.second, nMaxRow … in convertRows() 1218 if( nNextRow < aRowRange.mnFirst ) in convertRows() 1219 convertRows( aRowLevels, ValueRange( nNextRow, aRowRange.mnFirst - 1 ), maDefRowModel ); in convertRows() 1223 nNextRow = aRowRange.mnLast + 1; in convertRows() 1227 convertRows( aRowLevels, ValueRange( nNextRow, nMaxRow ), maDefRowModel ); in convertRows()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr5.cxx | 347 SCROW nNextRow = nRow1; in CreateMatrixFromDoubleRef() local 359 if (nThisCol != nNextCol || nThisRow != nNextRow) in CreateMatrixFromDoubleRef() 367 for (SCSIZE nR = nNextRow - nRow1; nR < in CreateMatrixFromDoubleRef() 372 nNextRow = nRow1; in CreateMatrixFromDoubleRef() 378 nNextRow = nRow1; in CreateMatrixFromDoubleRef() 383 nNextRow = nThisRow + 1; in CreateMatrixFromDoubleRef() 427 for (SCSIZE nR = nNextRow - nRow1; nR < nMatRows; ++nR) in CreateMatrixFromDoubleRef() 431 nNextRow = nRow1; in CreateMatrixFromDoubleRef()
|
H A D | detfunc.cxx | 1380 SCROW nNextRow = nRow1; in MarkInvalid() local 1388 for ( nRow = nNextRow; nRow < nCellRow && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid() 1398 nNextRow = nCellRow + 1; in MarkInvalid() 1402 for ( nRow = nNextRow; nRow <= nRow2 && nInsCount < SC_DET_MAXCIRCLE; nRow++ ) in MarkInvalid()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | htmlpars.hxx | 109 SCROW nNextRow; member 113 : nLastCol( nLCol ), nNextRow( nNRow ), in ScHTMLAdjustStackEntry()
|