Home
last modified time | relevance | path

Searched refs:nNewCols (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/table/
H A Dcellcursor.cxx294 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 …]
/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()
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()
/trunk/main/sc/source/core/tool/
H A Dscmatrix.cxx91 ScMatrix* ScMatrix::CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const in CloneAndExtend() argument
93 ScMatrix* pScMat = new ScMatrix( nNewCols, nNewRows); in CloneAndExtend()
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx379 void SetColCount( sal_uInt16 nNewCols = 1 );
/trunk/main/sc/inc/
H A Dscmatrix.hxx192 ScMatrix* CloneAndExtend( SCSIZE nNewCols, SCSIZE nNewRows ) const;
/trunk/main/svtools/source/control/
H A Dvalueset.cxx2110 void ValueSet::SetColCount( sal_uInt16 nNewCols ) in SetColCount() argument
2112 if ( mnUserCols != nNewCols ) in SetColCount()
2114 mnUserCols = nNewCols; in SetColCount()

Completed in 45 milliseconds