Home
last modified time | relevance | path

Searched refs:nInsRow (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dchartpos.cxx422 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()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx573 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()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx761 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 45 milliseconds