Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx2153 sal_uInt16 nRowsReq = nCurRow + nRowSpan; // benoetigte Zeilen in InsertCell() local
2173 if( nRows < nRowsReq ) in InsertCell()
2175 for( i=nRows; i<nRowsReq; i++ ) in InsertCell()
2177 nRows = nRowsReq; in InsertCell()
2200 ProtectRowSpan( nRowsReq, i, in InsertCell()
2220 GetCell( nRowsReq-j, nColsReq-i ) in InsertCell()
2272 sal_uInt16 nRowsReq = nCurRow+1; // Anzahl benoetigter Zeilen; in OpenRow() local
2275 if( nRows<nRowsReq ) in OpenRow()
2277 for( sal_uInt16 i=nRows; i<nRowsReq; i++ ) in OpenRow()
2279 nRows = nRowsReq; in OpenRow()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx1634 sal_uInt32 nRowsReq = nCurRow + nRowSpan; in InsertCell() local
1635 if( nRowsReq > USHRT_MAX ) in InsertCell()
1638 nRowsReq = USHRT_MAX; in InsertCell()
1656 if( pRows->Count() < nRowsReq ) in InsertCell()
1659 for( i = pRows->Count(); i < nRowsReq; ++i ) in InsertCell()
1682 GetCell( nRowsReq-j, nColsReq-i ) in InsertCell()

Completed in 48 milliseconds