Searched refs:pCurTable (Results 1 – 3 of 3) sorted by relevance
| /trunk/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 | 267 void SwHTMLParser::NewMarquee( HTMLTable *pCurTable ) in NewMarquee() argument 508 if( !pCurTable ) in NewMarquee() 555 if( pCurTable && bPrcWidth) in NewMarquee() 556 RegisterDrawObjectToTable( pCurTable, pMarquee, (sal_uInt8)nWidth ); in NewMarquee()
|
| H A D | swhtml.hxx | 631 void NewMarquee( HTMLTable *pCurTable=0 ); 822 void RegisterDrawObjectToTable( HTMLTable *pCurTable, SdrObject* pObj, sal_uInt8 nWidth );
|