Home
last modified time | relevance | path

Searched refs:nColsReq (Results 1 – 2 of 2) sorted by relevance

/aoo4110/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 …]
/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx2170 if( nCols < nColsReq ) in InsertCell()
2172 for( i=nCols; i<nColsReq; i++ ) in InsertCell()
2176 nCols = nColsReq; in InsertCell()
2180 if( nColsReq > nFilledCols ) in InsertCell()
2181 nFilledCols = nColsReq; in InsertCell()
2261 nCurCol = nColsReq; in InsertCell()
2373 if( nCols < nColsReq ) in InsertCol()
2375 for( i=nCols; i<nColsReq; i++ ) in InsertCol()
2377 nCols = nColsReq; in InsertCol()
2387 for( i=nCurCol; i<nColsReq; i++ ) in InsertCol()
[all …]

Completed in 61 milliseconds