Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/html/
H A Dhtmltab.cxx186 HTMLTable *pTable; // eine Tabelle
197 HTMLTableCnts( HTMLTable* pTab );
203 const HTMLTable *GetTable() const { return pTable; } in GetTable()
204 HTMLTable *GetTable() { return pTable; } in GetTable()
403 class HTMLTable class
475 HTMLTable *pTopTable; // die Tabelle auf dem Top-Level
541 void InheritBorders( const HTMLTable *pParent,
547 void InheritVertBorders( const HTMLTable *pParent,
567 HTMLTable( SwHTMLParser* pPars, HTMLTable *pTopTab,
572 ~HTMLTable();
[all …]
H A Dswhtml.hxx349 class HTMLTable;
420 HTMLTable *pTable; // die aktuelle "auesserste" Tabelle
634 void NewMarquee( HTMLTable *pCurTable=0 );
827 void RegisterDrawObjectToTable( HTMLTable *pCurTable, SdrObject* pObj,
866 void BuildTableCell( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
867 void BuildTableRow( HTMLTable *pTable, sal_Bool bReadOptions,
869 void BuildTableSection( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead );
870 void BuildTableColGroup( HTMLTable *pTable, sal_Bool bReadOptions );
871 void BuildTableCaption( HTMLTable *pTable );
872 HTMLTable *BuildTable( SvxAdjust eCellAdjust,
H A Dhtmldraw.cxx273 void SwHTMLParser::NewMarquee( HTMLTable *pCurTable ) in NewMarquee()