|
LibreOffice Module oox (master) 1
|
#include <oledumper.hxx>
Public Member Functions | |
| VbaStorageObject (const ObjectBase &rParent, const StorageRef &rxStrg, const OUString &rSysPath, VbaSharedData &rVbaData) | |
Public Member Functions inherited from oox::dump::OleStorageObject | |
| OleStorageObject (const ObjectBase &rParent, const StorageRef &rxStrg, const OUString &rSysPath) | |
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 | implDumpStream (const css::uno::Reference< css::io::XInputStream > &rxStrm, const OUString &rStrgPath, const OUString &rStrmName, const OUString &rSysFileName) override |
Protected Member Functions inherited from oox::dump::OleStorageObject | |
| OleStorageObject () | |
| virtual void | implDumpStream (const css::uno::Reference< css::io::XInputStream > &rxStrm, const OUString &rStrgPath, const OUString &rStrmName, const OUString &rSysFileName) override |
| void | construct (const ObjectBase &rParent, const StorageRef &rxStrg, const OUString &rSysPath) |
| void | construct (const ObjectBase &rParent) |
| void | construct (const ConfigRef &rxConfig) |
| void | construct (const ObjectBase &rParent) |
Protected Member Functions inherited from oox::dump::StorageObjectBase | |
| StorageObjectBase () | |
| void | construct (const ObjectBase &rParent, const StorageRef &rxStrg, const OUString &rSysPath) |
| void | construct (const ObjectBase &rParent) |
| virtual bool | implIsValid () const override |
| virtual void | implDump () override |
| virtual void | implDumpStream (const css::uno::Reference< css::io::XInputStream > &rxStrm, const OUString &rStrgPath, const OUString &rStrmName, const OUString &rSysFileName) |
| virtual void | implDumpStorage (const StorageRef &rxStrg, const OUString &rStrgPath, const OUString &rSysPath) |
| virtual void | implDumpBaseStream (const BinaryInputStreamRef &rxStrm, const OUString &rSysFileName) |
| void | addPreferredStream (const String &rStrmName) |
| void | addPreferredStorage (const String &rStrgPath) |
| 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 |
Private Attributes | |
| VbaSharedData & | mrVbaData |
Additional Inherited Members | |
Static Public Member Functions inherited from oox::dump::Base | |
| static bool | isValid (const std::shared_ptr< Base > &rxBase) |
Definition at line 766 of file oledumper.hxx.
|
explicit |
Definition at line 2018 of file oledumper.cxx.
References oox::dump::StorageObjectBase::addPreferredStream().
|
overrideprotectedvirtual |
Reimplemented from oox::dump::OleStorageObject.
Definition at line 2025 of file oledumper.cxx.
References oox::dump::ObjectBase::dump(), oox::dump::VbaSharedData::getStreamOffset(), oox::dump::OleStorageObject::implDumpStream(), oox::dump::VbaSharedData::isModuleStream(), and mrVbaData.
|
private |
Definition at line 783 of file oledumper.hxx.
Referenced by implDumpStream().