|
LibreOffice Module oox (master) 1
|
#include <oledumper.hxx>
Public Member Functions | |
| 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 | |
| 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 |
Additional Inherited Members | |
Static Public Member Functions inherited from oox::dump::Base | |
| static bool | isValid (const std::shared_ptr< Base > &rxBase) |
Definition at line 138 of file oledumper.hxx.
|
explicit |
Definition at line 491 of file oledumper.cxx.
References construct().
|
inlineprotected |
Definition at line 144 of file oledumper.hxx.
Referenced by oox::dump::VbaContainerStorageObject::implDumpStorage().
|
protected |
Definition at line 1135 of file dumperbase.cxx.
|
protected |
Definition at line 1137 of file dumperbase.cxx.
References oox::dump::StringHelper::convertStringToBool(), oox::dump::StringHelper::convertStringToInt(), oox::dump::StringHelper::convertStringToPair(), and oox::dump::CombiList::ExtItemFormat::mbShiftValue.
|
protected |
Definition at line 1135 of file dumperbase.cxx.
|
protected |
Definition at line 1136 of file dumperbase.cxx.
Referenced by OleStorageObject().
|
overrideprotectedvirtual |
Reimplemented from oox::dump::StorageObjectBase.
Reimplemented in oox::dump::VbaContainerStorageObject, oox::dump::VbaStorageObject, oox::dump::VbaFormStorageObject, and oox::dump::VbaProjectStorageObject.
Definition at line 496 of file oledumper.cxx.
References oox::dump::ObjectBase::dump().
Referenced by oox::dump::VbaContainerStorageObject::implDumpStream(), oox::dump::VbaStorageObject::implDumpStream(), and oox::dump::VbaProjectStorageObject::implDumpStream().