LibreOffice Module oox (master) 1
|
#include <pptxdumper.hxx>
Public Member Functions | |
Dumper (const ::oox::core::FilterBase &rFilter) | |
Dumper (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::io::XInputStream > &rxInStrm, const OUString &rSysFileName) | |
Public Member Functions inherited from oox::dump::DumperBase | |
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 | |
virtual void | implDump () override |
Protected Member Functions inherited from oox::dump::DumperBase | |
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) |
Definition at line 53 of file pptxdumper.hxx.
|
explicit |
|
explicit |
|
overrideprotectedvirtual |
Reimplemented from oox::dump::ObjectBase.
Definition at line 122 of file pptxdumper.cxx.
References oox::dump::ObjectBase::dump().