Searched refs:nColsReq (Results 1 – 2 of 2) sorted by relevance
1608 sal_uInt32 nColsReq = nCurCol + nColSpan; in InsertCell() local1609 if( nColsReq > GetColumnCount() ) in InsertCell()1612 nColsReq = GetColumnCount(); in InsertCell()1620 sal_uInt32 nLastCol = GetColumnCount() < nColsReq ? GetColumnCount() in InsertCell()1621 : nColsReq; in InsertCell()1628 nColsReq = i; in InsertCell()1643 if ( nColsReq > GetColumnCount() ) in InsertCell()1645 for( i=GetColumnCount(); i<nColsReq; i++ ) in InsertCell()1652 (*pRows)[(sal_uInt16)i]->Expand( nColsReq, i<nCurRow ); in InsertCell()1682 GetCell( nRowsReq-j, nColsReq-i ) in InsertCell()[all …]
2158 if( nCols < nColsReq ) in InsertCell()2160 for( i=nCols; i<nColsReq; i++ ) in InsertCell()2164 nCols = nColsReq; in InsertCell()2168 if( nColsReq > nFilledCols ) in InsertCell()2169 nFilledCols = nColsReq; in InsertCell()2249 nCurCol = nColsReq; in InsertCell()2361 if( nCols < nColsReq ) in InsertCol()2363 for( i=nCols; i<nColsReq; i++ ) in InsertCol()2365 nCols = nColsReq; in InsertCol()2375 for( i=nCurCol; i<nColsReq; i++ ) in InsertCol()[all …]
Completed in 56 milliseconds