Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/html/
H A Dhtmltab.cxx294 class HTMLTableRow class
312 HTMLTableRow( sal_uInt16 nCells=0 ); // die Zellen der Zeile sind leer
314 ~HTMLTableRow();
395 typedef HTMLTableRow* HTMLTableRowPtr;
834 HTMLTableRow::HTMLTableRow( sal_uInt16 nCells ): in HTMLTableRow() function in HTMLTableRow
854 HTMLTableRow::~HTMLTableRow() in ~HTMLTableRow()
860 inline void HTMLTableRow::SetHeight( sal_uInt16 nHght ) in SetHeight()
866 inline HTMLTableCell *HTMLTableRow::GetCell( sal_uInt16 nCell ) const in GetCell()
873 void HTMLTableRow::Expand( sal_uInt16 nCells, sal_Bool bOneCell ) in Expand()
894 void HTMLTableRow::Shrink( sal_uInt16 nCells ) in Shrink()
[all …]