Home
last modified time | relevance | path

Searched refs:nEmptyRows (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlexprt.hxx158 …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);
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx302 sal_uInt16 nEmptyRows; // wieviele Leere Zeilen folgen member in HTMLTableRow
336 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() local
1443 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 42 milliseconds