Searched refs:pCurTable (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmltab.cxx | 3189 _CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable, sal_Bool bHd, 3201 void InsertCell( SwHTMLParser& rParser, HTMLTable *pCurTable ); 3211 _CellSaveStruct::_CellSaveStruct( SwHTMLParser& rParser, HTMLTable *pCurTable, in _CellSaveStruct() argument 3224 eAdjust( pCurTable->GetInheritedAdjust() ), in _CellSaveStruct() 3225 eVertOri( pCurTable->GetInheritedVertOri() ), in _CellSaveStruct() 3373 HTMLTable *pCurTable ) in InsertCell() argument 3407 pCurTable->InsertCell( pCnts, nRowSpan, nColSpan, nWidth, in InsertCell() 3523 void SwHTMLParser::RegisterDrawObjectToTable( HTMLTable *pCurTable, in RegisterDrawObjectToTable() argument 3526 pCurTable->RegisterDrawObject( pObj, nPrcWidth ); in RegisterDrawObjectToTable() 3529 void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, sal_Bool bReadOptions, in BuildTableCell() argument [all …]
|
| H A D | htmldraw.cxx | 273 void SwHTMLParser::NewMarquee( HTMLTable *pCurTable ) in NewMarquee() argument 514 if( !pCurTable ) in NewMarquee() 561 if( pCurTable && bPrcWidth) in NewMarquee() 562 RegisterDrawObjectToTable( pCurTable, pMarquee, (sal_uInt8)nWidth ); in NewMarquee()
|
| H A D | swhtml.hxx | 634 void NewMarquee( HTMLTable *pCurTable=0 ); 827 void RegisterDrawObjectToTable( HTMLTable *pCurTable, SdrObject* pObj,
|