|
LibreOffice Module comphelper (master) 1
|
#include <storagehelper.hxx>
Classes | |
| class | Impl |
Public Member Functions | |
| LifecycleProxy () | |
| ~LifecycleProxy () | |
| void | commitStorages () |
Public Attributes | |
| std::unique_ptr< Impl > | m_xBadness |
Definition at line 56 of file storagehelper.hxx.
| comphelper::LifecycleProxy::LifecycleProxy | ( | ) |
Definition at line 601 of file storagehelper.cxx.
| comphelper::LifecycleProxy::~LifecycleProxy | ( | ) |
Definition at line 603 of file storagehelper.cxx.
| void comphelper::LifecycleProxy::commitStorages | ( | ) |
Definition at line 605 of file storagehelper.cxx.
References m_xBadness.
| std::unique_ptr<Impl> comphelper::LifecycleProxy::m_xBadness |
Definition at line 61 of file storagehelper.hxx.
Referenced by commitStorages(), and comphelper::LookupStorageAtPath().