Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/xml/
H A Dxmltbli.cxx1605 sal_uInt32 nColsReq = nCurCol + nColSpan; in InsertCell() local
1606 if( nColsReq > GetColumnCount() ) in InsertCell()
1609 nColsReq = GetColumnCount(); in InsertCell()
1617 sal_uInt32 nLastCol = GetColumnCount() < nColsReq ? GetColumnCount() in InsertCell()
1618 : nColsReq; in InsertCell()
1625 nColsReq = i; in InsertCell()
1640 if ( nColsReq > GetColumnCount() ) in InsertCell()
1642 for( i=GetColumnCount(); i<nColsReq; i++ ) in InsertCell()
1649 (*pRows)[(sal_uInt16)i]->Expand( nColsReq, i<nCurRow ); in InsertCell()
1679 GetCell( nRowsReq-j, nColsReq-i ) in InsertCell()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx2152 sal_uInt16 nColsReq = nCurCol + nColSpan; // benoetigte Spalten in InsertCell() local
2158 if( nCols < nColsReq ) in InsertCell()
2160 for( i=nCols; i<nColsReq; i++ ) in InsertCell()
2163 ((*pRows)[i])->Expand( nColsReq, i<nCurRow ); in InsertCell()
2164 nCols = nColsReq; in InsertCell()
2168 if( nColsReq > nFilledCols ) in InsertCell()
2169 nFilledCols = nColsReq; in InsertCell()
2187 for( i=nCurCol; i<nColsReq; i++ ) in InsertCell()
2204 for( i=nColsReq; i<nSpanedCols; i++ ) in InsertCell()
2220 GetCell( nRowsReq-j, nColsReq-i ) in InsertCell()
[all …]