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

Public Member Functions

 TableDepthGuard (SwHTMLParser &rParser)
 
bool TooDeep () const
 
 ~TableDepthGuard ()
 

Private Attributes

SwHTMLParserm_rParser
 

Detailed Description

Definition at line 883 of file swhtml.hxx.

Constructor & Destructor Documentation

◆ TableDepthGuard()

SwHTMLParser::TableDepthGuard::TableDepthGuard ( SwHTMLParser rParser)
inline

Definition at line 888 of file swhtml.hxx.

References SwHTMLParser::m_nTableDepth, and m_rParser.

◆ ~TableDepthGuard()

SwHTMLParser::TableDepthGuard::~TableDepthGuard ( )
inline

Definition at line 894 of file swhtml.hxx.

References SwHTMLParser::m_nTableDepth, and m_rParser.

Member Function Documentation

◆ TooDeep()

bool SwHTMLParser::TableDepthGuard::TooDeep ( ) const
inline

Definition at line 893 of file swhtml.hxx.

References SwHTMLParser::m_nTableDepth, and m_rParser.

Referenced by SwHTMLParser::BuildTable().

Member Data Documentation

◆ m_rParser

SwHTMLParser& SwHTMLParser::TableDepthGuard::m_rParser
private

Definition at line 886 of file swhtml.hxx.

Referenced by TableDepthGuard(), TooDeep(), and ~TableDepthGuard().


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