Home
last modified time | relevance | path

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

/aoo4110/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);
/aoo4110/main/sw/source/filter/html/
H A Dhtmltab.cxx307 sal_uInt16 nEmptyRows; // wieviele Leere Zeilen folgen member in HTMLTableRow
341 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() local
1455 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