LibreOffice Module sw (master)
1
|
Public Member Functions | |
CaptionSaveStruct (SwHTMLParser &rParser, const SwPosition &rPos) | |
const SwPosition & | GetPos () const |
void | RestoreAll (SwHTMLParser &rParser) |
![]() | |
SectionSaveStruct (SwHTMLParser &rParser) | |
size_t | GetContextStAttrMin () const |
void | Restore (SwHTMLParser &rParser) |
![]() | |
virtual | ~SwPendingData () |
Public Attributes | |
std::shared_ptr< HTMLAttrTable > | xAttrTab |
![]() | |
std::shared_ptr< HTMLTable > | m_xTable |
Private Attributes | |
SwPosition | aSavePos |
SwHTMLNumRuleInfo | aNumRuleInfo |
Definition at line 4479 of file htmltab.cxx.
|
inline |
Definition at line 4488 of file htmltab.cxx.
References SwHTMLNumRuleInfo::Clear(), SwHTMLParser::GetNumInfo(), make_shared(), SwHTMLParser::SaveAttrTab(), and SwHTMLNumRuleInfo::Set().
|
inline |
Definition at line 4499 of file htmltab.cxx.
References aSavePos.
|
inline |
Definition at line 4501 of file htmltab.cxx.
References SwHTMLParser::GetNumInfo(), SectionSaveStruct::Restore(), SwHTMLParser::RestoreAttrTab(), and SwHTMLNumRuleInfo::Set().
|
private |
Definition at line 4482 of file htmltab.cxx.
|
private |
Definition at line 4481 of file htmltab.cxx.
Referenced by GetPos().
std::shared_ptr<HTMLAttrTable> CaptionSaveStruct::xAttrTab |
Definition at line 4486 of file htmltab.cxx.