Home
last modified time | relevance | path

Searched refs:nColsReq (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2158 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 …]
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1608 sal_uInt32 nColsReq = nCurCol + nColSpan; in InsertCell() local
1609 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 …]

Completed in 42 milliseconds