LibreOffice Module oox (master) 1
Public Member Functions | Protected Member Functions | List of all members
oox::dump::DumperBase Class Reference

Base class for a file dumper. More...

#include <dumperbase.hxx>

Inheritance diagram for oox::dump::DumperBase:
[legend]
Collaboration diagram for oox::dump::DumperBase:
[legend]

Public Member Functions

virtual ~DumperBase () override
 
bool isImportEnabled () const
 
- Public Member Functions inherited from oox::dump::ObjectBase
virtual ~ObjectBase () override
 
 ObjectBase (ObjectBase const &)=default
 
 ObjectBase (ObjectBase &&)=default
 
ObjectBaseoperator= (ObjectBase const &)=default
 
ObjectBaseoperator= (ObjectBase &&)=default
 
const css::uno::Reference< css::uno::XComponentContext > & getContext () const
 
void dump ()
 
- Public Member Functions inherited from oox::dump::Base
virtual ~Base ()
 
 Base (Base const &)=default
 
 Base (Base &&)=default
 
Baseoperator= (Base const &)=default
 
Baseoperator= (Base &&)=default
 
bool isValid () const
 

Protected Member Functions

 DumperBase ()
 
void construct (const ConfigRef &rxConfig)
 
void construct (const ConfigRef &rxConfig)
 
void construct (const ObjectBase &rParent)
 
- Protected Member Functions inherited from oox::dump::ObjectBase
 ObjectBase ()
 
void construct (const ConfigRef &rxConfig)
 
void construct (const ObjectBase &rParent)
 
virtual bool implIsValid () const override
 
virtual void implDump ()
 
Configcfg () const
 
- Protected Member Functions inherited from oox::dump::Base
 Base ()
 
virtual bool implIsValid () const =0
 

Additional Inherited Members

- Static Public Member Functions inherited from oox::dump::Base
static bool isValid (const std::shared_ptr< Base > &rxBase)
 

Detailed Description

Base class for a file dumper.

Derived classes implement the implDump() function to add functionality.

Definition at line 1708 of file dumperbase.hxx.

Constructor & Destructor Documentation

◆ ~DumperBase()

oox::dump::DumperBase::~DumperBase ( )
overridevirtual

Definition at line 2561 of file dumperbase.cxx.

◆ DumperBase()

oox::dump::DumperBase::DumperBase ( )
inlineprotected

Definition at line 1716 of file dumperbase.hxx.

Member Function Documentation

◆ construct() [1/3]

void oox::dump::ObjectBase::construct ( const ConfigRef rxConfig)
protected

Definition at line 1113 of file dumperbase.cxx.

◆ construct() [2/3]

void oox::dump::DumperBase::construct ( const ConfigRef rxConfig)
protected

◆ construct() [3/3]

void oox::dump::ObjectBase::construct ( const ObjectBase rParent)
protected

Definition at line 1114 of file dumperbase.cxx.

◆ isImportEnabled()

bool oox::dump::DumperBase::isImportEnabled ( ) const

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