LibreOffice Module sw (master) 1
|
Public Member Functions | |
CaptionSaveStruct (SwHTMLParser &rParser, SwPosition aPos) | |
const SwPosition & | GetPos () const |
void | RestoreAll (SwHTMLParser &rParser) |
Public Member Functions inherited from SectionSaveStruct | |
SectionSaveStruct (SwHTMLParser &rParser) | |
size_t | GetContextStAttrMin () const |
void | Restore (SwHTMLParser &rParser) |
Public Member Functions inherited from SwPendingData | |
virtual | ~SwPendingData () |
Public Attributes | |
std::shared_ptr< HTMLAttrTable > | m_xAttrTab |
Public Attributes inherited from SectionSaveStruct | |
std::shared_ptr< HTMLTable > | m_xTable |
Private Attributes | |
SwPosition | m_aSavePos |
SwHTMLNumRuleInfo | m_aNumRuleInfo |
Definition at line 4472 of file htmltab.cxx.
|
inline |
Definition at line 4481 of file htmltab.cxx.
References SwHTMLNumRuleInfo::Clear(), SwHTMLParser::GetNumInfo(), m_aNumRuleInfo, m_xAttrTab, make_shared(), SwHTMLParser::SaveAttrTab(), and SwHTMLNumRuleInfo::Set().
|
inline |
Definition at line 4492 of file htmltab.cxx.
References m_aSavePos.
|
inline |
Definition at line 4494 of file htmltab.cxx.
References SwHTMLParser::GetNumInfo(), m_aNumRuleInfo, m_xAttrTab, SectionSaveStruct::Restore(), SwHTMLParser::RestoreAttrTab(), and SwHTMLNumRuleInfo::Set().
|
private |
Definition at line 4475 of file htmltab.cxx.
Referenced by CaptionSaveStruct(), and RestoreAll().
|
private |
Definition at line 4474 of file htmltab.cxx.
Referenced by GetPos().
std::shared_ptr<HTMLAttrTable> CaptionSaveStruct::m_xAttrTab |
Definition at line 4479 of file htmltab.cxx.
Referenced by CaptionSaveStruct(), and RestoreAll().