Searched refs:nRowsReq (Results 1 – 2 of 2) sorted by relevance
1634 sal_uInt32 nRowsReq = nCurRow + nRowSpan; in InsertCell() local1635 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()
2153 sal_uInt16 nRowsReq = nCurRow + nRowSpan; // benoetigte Zeilen in InsertCell() local2173 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() local2275 if( nRows<nRowsReq ) in OpenRow()2277 for( sal_uInt16 i=nRows; i<nRowsReq; i++ ) in OpenRow()2279 nRows = nRowsReq; in OpenRow()
Completed in 64 milliseconds