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);
307 sal_uInt16 nEmptyRows; // wieviele Leere Zeilen folgen member in HTMLTableRow341 void IncEmptyRows() { nEmptyRows++; } in IncEmptyRows()342 sal_uInt16 GetEmptyRows() const { return nEmptyRows; } in GetEmptyRows()849 nEmptyRows(0), in HTMLTableRow()1414 sal_uInt16 nEmptyRows = 0; in FixFrameFmt() local1455 nEmptyRows = ((*pRows)[nRow+nRowSpan-1])->GetEmptyRows(); in FixFrameFmt()1467 if( nColSpan==1 && !bTopLine && !bLastBottomLine && !nEmptyRows && in FixFrameFmt()1508 if( nEmptyRows && !aBorderLine.GetInWidth() ) in FixFrameFmt()1516 nBorderWidth *= (nEmptyRows + 1); in FixFrameFmt()
Completed in 36 milliseconds