Searched refs:nNewCols (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | cellcursor.cxx | 294 sal_Int32 nNewCols = 0, nRow; in split_column() local 301 nNewCols = std::max( nNewCols, nColumns - xCell->getColumnSpan() + 1 - rLeftOvers[nRow] ); in split_column() 304 if( nNewCols > 0 ) in split_column() 311 const sal_Int32 nNewWidth = nWidth / (nNewCols + 1); in split_column() 316 xCols->insertByIndex( nCol + 1, nNewCols ); in split_column() 317 mnRight += nNewCols; in split_column() 320 for( sal_Int32 nNewCol = nCol + nNewCols; nNewCol > nCol; --nNewCol ) in split_column() 332 if( nNewCols > 0 ) in split_column() 337 rLeftOvers[nRow] += nNewCols; in split_column() 349 nCellsAvailable += nNewCols; in split_column() [all …]
|
/aoo41x/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() 194 if ( nResMatCols < nNewCols ) in SetNewResMat() 197 NOTAVAILABLE), nResMatCols, 0, nNewCols-1, in SetNewResMat() 203 NOTAVAILABLE), 0, nResMatRows, nNewCols-1, in SetNewResMat() 211 nResMatCols = nNewCols; in SetNewResMat()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend() argument 93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | valueset.hxx | 379 void SetColCount( sal_uInt16 nNewCols = 1 );
|
/aoo41x/main/sc/inc/ |
H A D | scmatrix.hxx | 192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;
|
/aoo41x/main/svtools/source/control/ |
H A D | valueset.cxx | 2110 void ValueSet::SetColCount( sal_uInt16 nNewCols ) in SetColCount() argument 2112 if ( mnUserCols != nNewCols ) in SetColCount() 2114 mnUserCols = nNewCols; in SetColCount()
|
Completed in 48 milliseconds