Searched refs:nInsRow (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sc/source/core/tool/ |
H A D | chartpos.cxx | 422 sal_uLong nInsRow = (bNoGlue ? nNoGlueRow : nRow1); in CreatePositionMap() local 423 for ( nRow = nRow1; nRow <= nRow2; nRow++, nInsRow++ ) in CreatePositionMap() 425 if ( pCol->Insert( nInsRow, pNewAddress ) ) in CreatePositionMap()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 573 SCROW nInsRow = nEndRow; in AutoSum() local 576 if ( nInsRow < MAXROW ) in AutoSum() 578 ++nInsRow; in AutoSum() 579 while ( !pDoc->IsBlockEmpty( nTab, nStartCol, nInsRow, nEndCol, nInsRow ) ) in AutoSum() 581 if ( nInsRow < MAXROW ) in AutoSum() 583 ++nInsRow; in AutoSum() 659 EnterData( nCol, nInsRow, nTab, aFormula ); in AutoSum()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | chart2uno.cxx | 761 sal_uInt32 nInsRow = static_cast<sal_uInt32>(bNoGlue ? nNoGlueRow : nRow1); in createPositionMap() local 762 for (SCROW nRow = nRow1; nRow <= nRow2; ++nRow, ++nInsRow) in createPositionMap() 779 if (pCol->Insert(nInsRow, pNewAddress.get())) in createPositionMap()
|
Completed in 62 milliseconds