Lines Matching refs:nRows

417 	sal_uInt16 nRows;					// Anzahl Zeilen  member in HTMLTable
995 nRows = 0; in InitCtor()
1175 nRows, nCols, bFixedCols, bColSpec, in CreateLayoutInfo()
1184 for( i=0; i<nRows; i++ ) in CreateLayoutInfo()
1261 pPrevCnts = GetCell( nRows-1, nCols-1 )->GetContents(); in GetPrevBoxStartNode()
1356 if( nRow+nRowSpan == nRows ) in GetBottomCellSpace()
1425 if( nRowSpan > 1 || (this != pTopTable && nRowSpan==nRows) ) in FixFrameFmt()
1444 if( nRow+nRowSpan == nRows ) in FixFrameFmt()
1706 if( this == pTopTable || nTopRow>0 || nBottomRow<nRows ) in MakeTableLine()
1941 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in InheritBorders()
1961 ((*pRows)[nRows-1])->bBottomBorder = sal_True; in InheritBorders()
1964 nRow+nRowSpan==pParent->nRows ? pParent->aBottomBorderLine in InheritBorders()
1980 pParent->GetCell(nRow,nCol)->GetRowSpan() == pParent->nRows ) in InheritBorders()
2040 for( i=0; i<nRows-1; i++ ) in SetBorders()
2051 ((*pRows)[nRows-1])->bBottomBorder = sal_True; in SetBorders()
2058 for( i=0; i<nRows; i++ ) in SetBorders()
2162 for( i=0; i<nRows; i++ ) in InsertCell()
2173 if( nRows < nRowsReq ) in InsertCell()
2175 for( i=nRows; i<nRowsReq; i++ ) in InsertCell()
2177 nRows = nRowsReq; in InsertCell()
2178 ASSERT( nRows==pRows->Count(), "Zeilenzahl in Insert stimmt nicht" ); in InsertCell()
2261 ASSERT( nCurRow<=nRows, "ungueltige aktuelle Zeile" ); in CloseSection()
2262 if( nCurRow>0 && nCurRow<=nRows ) in CloseSection()
2275 if( nRows<nRowsReq ) in OpenRow()
2277 for( sal_uInt16 i=nRows; i<nRowsReq; i++ ) in OpenRow()
2279 nRows = nRowsReq; in OpenRow()
2280 ASSERT( nRows==pRows->Count(), in OpenRow()
2300 ASSERT( nCurRow<nRows, "aktuelle Zeile hinter dem Tabellenende" ); in CloseRow()
2350 if ( nRows > 0 ) in InsertCol()
2399 if( nRows>nCurRow ) in CloseTable()
2409 for( i=nRows-1; i>=nCurRow; i-- ) in CloseTable()
2411 nRows = nCurRow; in CloseTable()
2418 for( i=0; i<nRows; i++ ) in CloseTable()
2425 if( 0==nRows ) in CloseTable()
2428 nRows = 1; in CloseTable()
2435 for( i=0; i<nRows; i++ ) in CloseTable()
2448 for( sal_uInt16 i=0; i<nRows; i++ ) in _MakeTable()
2490 ASSERT( nRows>0 && nCols>0 && nCurRow==nRows, in MakeTable()
2704 if( 1==nRows && nHeight && 1==pSwTable->GetTabLines().Count() ) in MakeTable()