LibreOffice Module oox (master) 1
|
Base class for a file dumper. More...
#include <dumperbase.hxx>
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 | |
ObjectBase & | operator= (ObjectBase const &)=default |
ObjectBase & | operator= (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 | |
Base & | operator= (Base const &)=default |
Base & | operator= (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 () |
Config & | cfg () 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) |
Base class for a file dumper.
Derived classes implement the implDump() function to add functionality.
Definition at line 1708 of file dumperbase.hxx.
|
overridevirtual |
Definition at line 2561 of file dumperbase.cxx.
|
inlineprotected |
Definition at line 1716 of file dumperbase.hxx.
|
protected |
Definition at line 1113 of file dumperbase.cxx.
|
protected |
Definition at line 2570 of file dumperbase.cxx.
References oox::dump::ObjectBase::construct(), and oox::dump::Base::isValid().
|
protected |
Definition at line 1114 of file dumperbase.cxx.
bool oox::dump::DumperBase::isImportEnabled | ( | ) | const |
Definition at line 2565 of file dumperbase.cxx.
References oox::dump::ObjectBase::cfg(), oox::dump::Config::isImportEnabled(), and oox::dump::Base::isValid().