Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx223 class HTMLTableCell class
246 HTMLTableCell(); // neue Zellen sind immer leer
248 ~HTMLTableCell(); // nur in ~HTMLTableRow erlaubt
291 typedef HTMLTableCell* HTMLTableCellPtr;
320 inline HTMLTableCell *GetCell( sal_uInt16 nCell ) const;
575 inline HTMLTableCell *GetCell( sal_uInt16 nRow, sal_uInt16 nCell ) const;
742 HTMLTableCell::HTMLTableCell(): in HTMLTableCell() function in HTMLTableCell
758 HTMLTableCell::~HTMLTableCell() in ~HTMLTableCell()
769 void HTMLTableCell::Set( HTMLTableCnts *pCnts, sal_uInt16 nRSpan, sal_uInt16 nCSpan, in Set()
790 inline void HTMLTableCell::SetWidth( sal_uInt16 nWdth, sal_Bool bRelWdth ) in SetWidth()
[all …]