Home
last modified time | relevance | path

Searched refs:nNewRows (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/table/
H A Dcellcursor.cxx410 sal_Int32 nNewRows = 0, nCol; in split_row() local
417 nNewRows = std::max( nNewRows, nRows - xCell->getRowSpan() + 1 - rLeftOvers[nCol] ); in split_row()
420 if( nNewRows > 0 ) in split_row()
427 const sal_Int32 nNewHeight = nHeight / (nNewRows + 1); in split_row()
432 xRows->insertByIndex( nRow + 1, nNewRows ); in split_row()
433 mnBottom += nNewRows; in split_row()
436 for( sal_Int32 nNewRow = nRow + nNewRows; nNewRow > nRow; --nNewRow ) in split_row()
448 if( nNewRows ) in split_row()
453 rLeftOvers[nCol] += nNewRows; in split_row()
465 nCellsAvailable += nNewRows; in split_row()
[all …]
H A Dtablecontroller.cxx583 const sal_Int32 nNewRows = (nCount == 0) ? (aEnd.mnRow - aStart.mnRow + 1) : nCount; in onInsert() local
585 xRows->insertByIndex( nNewRowStart, nNewRows ); in onInsert()
587 for( sal_Int32 nOffset = 0; nOffset < nNewRows; nOffset++ ) in onInsert()
601 aEnd.mnRow = aStart.mnRow + nNewRows - 1; in onInsert()
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx189 void SetNewResMat( SCSIZE nNewCols, SCSIZE nNewRows ) in SetNewResMat() argument
191 if ( nNewCols > nResMatCols || nNewRows > nResMatRows ) in SetNewResMat()
193 pMat = pMat->CloneAndExtend( nNewCols, nNewRows ); in SetNewResMat()
200 if ( nResMatRows < nNewRows ) in SetNewResMat()
204 nNewRows-1); in SetNewResMat()
212 nResMatRows = nNewRows; in SetNewResMat()
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend()
93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend()
/trunk/main/sc/inc/
H A Dscmatrix.hxx192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;

Completed in 57 milliseconds