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 > | m_xAttrTab |
![]() | |
std::shared_ptr< HTMLTable > | m_xTable |
Private Attributes | |
SwPosition | m_aSavePos |
SwHTMLNumRuleInfo | m_aNumRuleInfo |
Definition at line 4480 of file htmltab.cxx.
|
inline |
Definition at line 4489 of file htmltab.cxx.
References SwHTMLNumRuleInfo::Clear(), SwHTMLParser::GetNumInfo(), make_shared(), SwHTMLParser::SaveAttrTab(), and SwHTMLNumRuleInfo::Set().
|
inline |
Definition at line 4500 of file htmltab.cxx.
References m_aSavePos.
|
inline |
Definition at line 4502 of file htmltab.cxx.
References SwHTMLParser::GetNumInfo(), SectionSaveStruct::Restore(), SwHTMLParser::RestoreAttrTab(), and SwHTMLNumRuleInfo::Set().
|
private |
Definition at line 4483 of file htmltab.cxx.
|
private |
Definition at line 4482 of file htmltab.cxx.
Referenced by GetPos().
std::shared_ptr<HTMLAttrTable> CaptionSaveStruct::m_xAttrTab |
Definition at line 4487 of file htmltab.cxx.