Searched refs:HTMLTable (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 403 class HTMLTable class 567 HTMLTable( SwHTMLParser* pPars, HTMLTable *pTopTab, 572 ~HTMLTable(); 1109 HTMLTable::HTMLTable( SwHTMLParser* pPars, HTMLTable *pTopTab, in HTMLTable() function in HTMLTable 1145 HTMLTable::~HTMLTable() in ~HTMLTable() 1936 void HTMLTable::InheritBorders( const HTMLTable *pParent, in InheritBorders() 1996 void HTMLTable::InheritVertBorders( const HTMLTable *pParent, in InheritVertBorders() 2031 void HTMLTable::SetBorders() in SetBorders() 3086 HTMLTable *pTable; 5084 HTMLTable *pCurTable; [all …]
|
H A D | swhtml.hxx | 347 class HTMLTable; 418 HTMLTable *pTable;// the current "outermost" table 631 void NewMarquee( HTMLTable *pCurTable=0 ); 822 void RegisterDrawObjectToTable( HTMLTable *pCurTable, SdrObject* pObj, sal_uInt8 nWidth ); 859 void BuildTableCell( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead ); 860 …void BuildTableRow( HTMLTable *pTable, sal_Bool bReadOptions,SvxAdjust eGrpAdjust, sal_Int16 eVert… 861 void BuildTableSection( HTMLTable *pTable, sal_Bool bReadOptions, sal_Bool bHead ); 862 void BuildTableColGroup( HTMLTable *pTable, sal_Bool bReadOptions ); 863 void BuildTableCaption( HTMLTable *pTable ); 864 …HTMLTable *BuildTable( SvxAdjust eCellAdjust, sal_Bool bIsParentHead = sal_False, sal_Bool bHasPar…
|
H A D | htmldraw.cxx | 267 void SwHTMLParser::NewMarquee( HTMLTable *pCurTable ) in NewMarquee()
|
Completed in 45 milliseconds