LibreOffice Module sw (master) 1
|
Public Member Functions | |
HTMLAttrContext_SaveDoc () | |
void | SetPos (const SwPosition &rPos) |
const SwPosition * | GetPos () const |
void | SetNumInfo (const SwHTMLNumRuleInfo &rInf) |
const SwHTMLNumRuleInfo & | GetNumInfo () const |
std::shared_ptr< HTMLAttrTable > const & | GetAttrTab (bool bCreate=false) |
void | SetContextStMin (size_t nMin) |
size_t | GetContextStMin () const |
void | SetContextStAttrMin (size_t nMin) |
size_t | GetContextStAttrMin () const |
void | SetStripTrailingPara (bool bSet) |
bool | GetStripTrailingPara () const |
void | SetKeepNumRules (bool bSet) |
bool | GetKeepNumRules () const |
void | SetFixHeaderDist (bool bSet) |
bool | GetFixHeaderDist () const |
void | SetFixFooterDist (bool bSet) |
bool | GetFixFooterDist () const |
Private Attributes | |
SwHTMLNumRuleInfo | m_aNumRuleInfo |
std::unique_ptr< SwPosition > | m_pPos |
std::shared_ptr< HTMLAttrTable > | m_xAttrTab |
size_t | m_nContextStMin |
size_t | m_nContextStAttrMin |
bool | m_bStripTrailingPara: 1 |
bool | m_bKeepNumRules: 1 |
bool | m_bFixHeaderDist: 1 |
bool | m_bFixFooterDist: 1 |
Definition at line 47 of file htmlctxt.cxx.
|
inline |
Definition at line 67 of file htmlctxt.cxx.
std::shared_ptr< HTMLAttrTable > const & HTMLAttrContext_SaveDoc::GetAttrTab | ( | bool | bCreate = false | ) |
Definition at line 102 of file htmlctxt.cxx.
References m_xAttrTab.
Referenced by SwHTMLParser::RestoreDocContext(), and SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 87 of file htmlctxt.cxx.
References m_nContextStAttrMin.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 84 of file htmlctxt.cxx.
References m_nContextStMin.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 99 of file htmlctxt.cxx.
References m_bFixFooterDist.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 96 of file htmlctxt.cxx.
References m_bFixHeaderDist.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 93 of file htmlctxt.cxx.
References m_bKeepNumRules.
Referenced by SwHTMLParser::RestoreDocContext(), and SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 79 of file htmlctxt.cxx.
References m_aNumRuleInfo.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 75 of file htmlctxt.cxx.
References m_pPos.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 90 of file htmlctxt.cxx.
References m_bStripTrailingPara.
Referenced by SwHTMLParser::RestoreDocContext().
|
inline |
Definition at line 86 of file htmlctxt.cxx.
References m_nContextStAttrMin.
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 83 of file htmlctxt.cxx.
References m_nContextStMin.
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 98 of file htmlctxt.cxx.
References m_bFixFooterDist.
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 95 of file htmlctxt.cxx.
References m_bFixHeaderDist.
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 92 of file htmlctxt.cxx.
References m_bKeepNumRules.
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 78 of file htmlctxt.cxx.
References m_aNumRuleInfo, and SwHTMLNumRuleInfo::Set().
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 74 of file htmlctxt.cxx.
References m_pPos.
Referenced by SwHTMLParser::SaveDocContext().
|
inline |
Definition at line 89 of file htmlctxt.cxx.
References m_bStripTrailingPara.
Referenced by SwHTMLParser::SaveDocContext().
|
private |
Definition at line 49 of file htmlctxt.cxx.
Referenced by GetNumInfo(), and SetNumInfo().
|
private |
Definition at line 63 of file htmlctxt.cxx.
Referenced by GetFixFooterDist(), and SetFixFooterDist().
|
private |
Definition at line 62 of file htmlctxt.cxx.
Referenced by GetFixHeaderDist(), and SetFixHeaderDist().
|
private |
Definition at line 61 of file htmlctxt.cxx.
Referenced by GetKeepNumRules(), and SetKeepNumRules().
|
private |
Definition at line 60 of file htmlctxt.cxx.
Referenced by GetStripTrailingPara(), and SetStripTrailingPara().
|
private |
Definition at line 58 of file htmlctxt.cxx.
Referenced by GetContextStAttrMin(), and SetContextStAttrMin().
|
private |
Definition at line 56 of file htmlctxt.cxx.
Referenced by GetContextStMin(), and SetContextStMin().
|
private |
Definition at line 51 of file htmlctxt.cxx.
|
private |
Definition at line 53 of file htmlctxt.cxx.
Referenced by GetAttrTab().