LibreOffice Module writerfilter (master) 1
Public Member Functions | Private Attributes | List of all members
writerfilter::dmapper::HeaderFooterContext Class Reference

Storage for state that is relevant outside a header/footer, but not inside it. More...

#include <DomainMapper_Impl.hxx>

Public Member Functions

 HeaderFooterContext (bool bTextInserted, sal_Int32 nTableDepth)
 
bool getTextInserted () const
 
sal_Int32 getTableDepth () const
 

Private Attributes

bool m_bTextInserted
 
sal_Int32 m_nTableDepth
 

Detailed Description

Storage for state that is relevant outside a header/footer, but not inside it.

In case some state of DomainMapper_Impl should be reset before handling the header/footer and should be restored once handling of header/footer is done, then you can use this class to do so.

Definition at line 156 of file DomainMapper_Impl.hxx.

Constructor & Destructor Documentation

◆ HeaderFooterContext()

writerfilter::dmapper::HeaderFooterContext::HeaderFooterContext ( bool  bTextInserted,
sal_Int32  nTableDepth 
)
explicit

Definition at line 5582 of file DomainMapper_Impl.cxx.

Member Function Documentation

◆ getTableDepth()

sal_Int32 writerfilter::dmapper::HeaderFooterContext::getTableDepth ( ) const

Definition at line 5593 of file DomainMapper_Impl.cxx.

References m_nTableDepth.

◆ getTextInserted()

bool writerfilter::dmapper::HeaderFooterContext::getTextInserted ( ) const

Definition at line 5588 of file DomainMapper_Impl.cxx.

References m_bTextInserted.

Member Data Documentation

◆ m_bTextInserted

bool writerfilter::dmapper::HeaderFooterContext::m_bTextInserted
private

Definition at line 158 of file DomainMapper_Impl.hxx.

Referenced by getTextInserted().

◆ m_nTableDepth

sal_Int32 writerfilter::dmapper::HeaderFooterContext::m_nTableDepth
private

Definition at line 159 of file DomainMapper_Impl.hxx.

Referenced by getTableDepth().


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