Searched refs:nNewRows (Results 1 – 5 of 5) sorted by relevance
| /AOO42X/main/svx/source/table/ |
| H A D | cellcursor.cxx | 410 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() 430 xRefRow->setPropertyValue( sHeight, Any( nHeight - (nNewHeight * nNewRows) ) ); 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() [all …]
|
| H A D | tablecontroller.cxx | 583 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()
|
| /AOO42X/main/sc/source/core/inc/ |
| H A D | jumpmatrix.hxx | 189 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()
|
| /AOO42X/main/sc/source/core/tool/ |
| H A D | scmatrix.cxx | 91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend() 93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend()
|
| /AOO42X/main/sc/inc/ |
| H A D | scmatrix.hxx | 192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;
|