Searched refs:nEmptyRows (Results 1 – 2 of 2) sorted by relevance
158 …StartTag(sal_Int32 nRow, const sal_Int32 nIndex, const sal_Int8 nFlag, const sal_Int32 nEmptyRows);161 …nst sal_Int32 nIndex, const sal_Int8 nFlag, const sal_Int32 nStartRow, const sal_Int32 nEmptyRows);163 const sal_Int32 nStartRow, const sal_Int32 nEmptyRows);
302 sal_uInt16 nEmptyRows; // wieviele Leere Zeilen folgen member in HTMLTableRow336 void IncEmptyRows() { nEmptyRows++; } in IncEmptyRows()337 sal_uInt16 GetEmptyRows() const { return nEmptyRows; } in GetEmptyRows()839 nEmptyRows(0), in HTMLTableRow()1402 sal_uInt16 nEmptyRows = 0; in FixFrameFmt() local1443 nEmptyRows = ((*pRows)[nRow+nRowSpan-1])->GetEmptyRows(); in FixFrameFmt()1455 if( nColSpan==1 && !bTopLine && !bLastBottomLine && !nEmptyRows && in FixFrameFmt()1496 if( nEmptyRows && !aBorderLine.GetInWidth() ) in FixFrameFmt()1504 nBorderWidth *= (nEmptyRows + 1); in FixFrameFmt()
Completed in 45 milliseconds