LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
HTMLAttrContext_SaveDoc Class Reference
Collaboration diagram for HTMLAttrContext_SaveDoc:
[legend]

Public Member Functions

 HTMLAttrContext_SaveDoc ()
 
void SetPos (const SwPosition &rPos)
 
const SwPositionGetPos () const
 
void SetNumInfo (const SwHTMLNumRuleInfo &rInf)
 
const SwHTMLNumRuleInfoGetNumInfo () 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< SwPositionm_pPos
 
std::shared_ptr< HTMLAttrTablem_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
 

Detailed Description

Definition at line 47 of file htmlctxt.cxx.

Constructor & Destructor Documentation

◆ HTMLAttrContext_SaveDoc()

HTMLAttrContext_SaveDoc::HTMLAttrContext_SaveDoc ( )
inline

Definition at line 67 of file htmlctxt.cxx.

Member Function Documentation

◆ GetAttrTab()

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().

◆ GetContextStAttrMin()

size_t HTMLAttrContext_SaveDoc::GetContextStAttrMin ( ) const
inline

Definition at line 87 of file htmlctxt.cxx.

References m_nContextStAttrMin.

Referenced by SwHTMLParser::RestoreDocContext().

◆ GetContextStMin()

size_t HTMLAttrContext_SaveDoc::GetContextStMin ( ) const
inline

Definition at line 84 of file htmlctxt.cxx.

References m_nContextStMin.

Referenced by SwHTMLParser::RestoreDocContext().

◆ GetFixFooterDist()

bool HTMLAttrContext_SaveDoc::GetFixFooterDist ( ) const
inline

Definition at line 99 of file htmlctxt.cxx.

References m_bFixFooterDist.

Referenced by SwHTMLParser::RestoreDocContext().

◆ GetFixHeaderDist()

bool HTMLAttrContext_SaveDoc::GetFixHeaderDist ( ) const
inline

Definition at line 96 of file htmlctxt.cxx.

References m_bFixHeaderDist.

Referenced by SwHTMLParser::RestoreDocContext().

◆ GetKeepNumRules()

bool HTMLAttrContext_SaveDoc::GetKeepNumRules ( ) const
inline

Definition at line 93 of file htmlctxt.cxx.

References m_bKeepNumRules.

Referenced by SwHTMLParser::RestoreDocContext(), and SwHTMLParser::SaveDocContext().

◆ GetNumInfo()

const SwHTMLNumRuleInfo & HTMLAttrContext_SaveDoc::GetNumInfo ( ) const
inline

Definition at line 79 of file htmlctxt.cxx.

References m_aNumRuleInfo.

Referenced by SwHTMLParser::RestoreDocContext().

◆ GetPos()

const SwPosition * HTMLAttrContext_SaveDoc::GetPos ( ) const
inline

Definition at line 75 of file htmlctxt.cxx.

References m_pPos.

Referenced by SwHTMLParser::RestoreDocContext().

◆ GetStripTrailingPara()

bool HTMLAttrContext_SaveDoc::GetStripTrailingPara ( ) const
inline

Definition at line 90 of file htmlctxt.cxx.

References m_bStripTrailingPara.

Referenced by SwHTMLParser::RestoreDocContext().

◆ SetContextStAttrMin()

void HTMLAttrContext_SaveDoc::SetContextStAttrMin ( size_t  nMin)
inline

Definition at line 86 of file htmlctxt.cxx.

References m_nContextStAttrMin.

Referenced by SwHTMLParser::SaveDocContext().

◆ SetContextStMin()

void HTMLAttrContext_SaveDoc::SetContextStMin ( size_t  nMin)
inline

Definition at line 83 of file htmlctxt.cxx.

References m_nContextStMin.

Referenced by SwHTMLParser::SaveDocContext().

◆ SetFixFooterDist()

void HTMLAttrContext_SaveDoc::SetFixFooterDist ( bool  bSet)
inline

Definition at line 98 of file htmlctxt.cxx.

References m_bFixFooterDist.

Referenced by SwHTMLParser::SaveDocContext().

◆ SetFixHeaderDist()

void HTMLAttrContext_SaveDoc::SetFixHeaderDist ( bool  bSet)
inline

Definition at line 95 of file htmlctxt.cxx.

References m_bFixHeaderDist.

Referenced by SwHTMLParser::SaveDocContext().

◆ SetKeepNumRules()

void HTMLAttrContext_SaveDoc::SetKeepNumRules ( bool  bSet)
inline

Definition at line 92 of file htmlctxt.cxx.

References m_bKeepNumRules.

Referenced by SwHTMLParser::SaveDocContext().

◆ SetNumInfo()

void HTMLAttrContext_SaveDoc::SetNumInfo ( const SwHTMLNumRuleInfo rInf)
inline

Definition at line 78 of file htmlctxt.cxx.

References m_aNumRuleInfo, and SwHTMLNumRuleInfo::Set().

Referenced by SwHTMLParser::SaveDocContext().

◆ SetPos()

void HTMLAttrContext_SaveDoc::SetPos ( const SwPosition rPos)
inline

Definition at line 74 of file htmlctxt.cxx.

References m_pPos.

Referenced by SwHTMLParser::SaveDocContext().

◆ SetStripTrailingPara()

void HTMLAttrContext_SaveDoc::SetStripTrailingPara ( bool  bSet)
inline

Definition at line 89 of file htmlctxt.cxx.

References m_bStripTrailingPara.

Referenced by SwHTMLParser::SaveDocContext().

Member Data Documentation

◆ m_aNumRuleInfo

SwHTMLNumRuleInfo HTMLAttrContext_SaveDoc::m_aNumRuleInfo
private

Definition at line 49 of file htmlctxt.cxx.

Referenced by GetNumInfo(), and SetNumInfo().

◆ m_bFixFooterDist

bool HTMLAttrContext_SaveDoc::m_bFixFooterDist
private

Definition at line 63 of file htmlctxt.cxx.

Referenced by GetFixFooterDist(), and SetFixFooterDist().

◆ m_bFixHeaderDist

bool HTMLAttrContext_SaveDoc::m_bFixHeaderDist
private

Definition at line 62 of file htmlctxt.cxx.

Referenced by GetFixHeaderDist(), and SetFixHeaderDist().

◆ m_bKeepNumRules

bool HTMLAttrContext_SaveDoc::m_bKeepNumRules
private

Definition at line 61 of file htmlctxt.cxx.

Referenced by GetKeepNumRules(), and SetKeepNumRules().

◆ m_bStripTrailingPara

bool HTMLAttrContext_SaveDoc::m_bStripTrailingPara
private

Definition at line 60 of file htmlctxt.cxx.

Referenced by GetStripTrailingPara(), and SetStripTrailingPara().

◆ m_nContextStAttrMin

size_t HTMLAttrContext_SaveDoc::m_nContextStAttrMin
private

Definition at line 58 of file htmlctxt.cxx.

Referenced by GetContextStAttrMin(), and SetContextStAttrMin().

◆ m_nContextStMin

size_t HTMLAttrContext_SaveDoc::m_nContextStMin
private

Definition at line 56 of file htmlctxt.cxx.

Referenced by GetContextStMin(), and SetContextStMin().

◆ m_pPos

std::unique_ptr<SwPosition> HTMLAttrContext_SaveDoc::m_pPos
private

Definition at line 51 of file htmlctxt.cxx.

Referenced by GetPos(), and SetPos().

◆ m_xAttrTab

std::shared_ptr<HTMLAttrTable> HTMLAttrContext_SaveDoc::m_xAttrTab
private

Definition at line 53 of file htmlctxt.cxx.

Referenced by GetAttrTab().


The documentation for this class was generated from the following file: