LibreOffice Module sw (master) 1
|
Public Member Functions | |
SectionSaveStruct (SwHTMLParser &rParser) | |
size_t | GetContextStAttrMin () const |
void | Restore (SwHTMLParser &rParser) |
Public Member Functions inherited from SwPendingData | |
virtual | ~SwPendingData () |
Public Attributes | |
std::shared_ptr< HTMLTable > | m_xTable |
Private Attributes | |
sal_uInt16 | m_nBaseFontStMinSave |
sal_uInt16 | m_nFontStMinSave |
sal_uInt16 | m_nFontStHeadStartSave |
sal_uInt16 | m_nDefListDeepSave |
size_t | m_nContextStMinSave |
size_t | m_nContextStAttrMinSave |
Definition at line 2755 of file htmltab.cxx.
|
explicit |
Definition at line 2774 of file htmltab.cxx.
References SwHTMLParser::m_aBaseFontStack, SwHTMLParser::m_aContexts, SwHTMLParser::m_aFontStack, SwHTMLParser::m_nBaseFontStMin, SwHTMLParser::m_nContextStAttrMin, SwHTMLParser::m_nContextStMin, SwHTMLParser::m_nDefListDeep, and SwHTMLParser::m_nFontStMin.
|
inline |
Definition at line 2769 of file htmltab.cxx.
References m_nContextStAttrMinSave.
Referenced by CellSaveStruct::InsertCell().
void SectionSaveStruct::Restore | ( | SwHTMLParser & | rParser | ) |
Definition at line 2795 of file htmltab.cxx.
References SwHTMLParser::m_aBaseFontStack, SwHTMLParser::m_aContexts, SwHTMLParser::m_aFontStack, SwHTMLParser::m_aParaAttrs, SwHTMLParser::m_bNoParSpace, SwHTMLParser::m_nBaseFontStMin, m_nBaseFontStMinSave, SwHTMLParser::m_nContextStAttrMin, m_nContextStAttrMinSave, SwHTMLParser::m_nContextStMin, m_nContextStMinSave, SwHTMLParser::m_nDefListDeep, m_nDefListDeepSave, SwHTMLParser::m_nFontStHeadStart, m_nFontStHeadStartSave, SwHTMLParser::m_nFontStMin, m_nFontStMinSave, and SwHTMLParser::m_nOpenParaToken.
Referenced by CellSaveStruct::InsertCell(), and CaptionSaveStruct::RestoreAll().
|
private |
Definition at line 2757 of file htmltab.cxx.
Referenced by Restore().
|
private |
Definition at line 2760 of file htmltab.cxx.
Referenced by GetContextStAttrMin(), and Restore().
|
private |
Definition at line 2759 of file htmltab.cxx.
Referenced by Restore().
|
private |
Definition at line 2758 of file htmltab.cxx.
Referenced by Restore().
|
private |
Definition at line 2757 of file htmltab.cxx.
Referenced by Restore().
|
private |
Definition at line 2757 of file htmltab.cxx.
Referenced by Restore().
std::shared_ptr<HTMLTable> SectionSaveStruct::m_xTable |
Definition at line 2764 of file htmltab.cxx.