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 626 of file storagehelper.cxx.
comphelper::LifecycleProxy::~LifecycleProxy | ( | ) |
Definition at line 628 of file storagehelper.cxx.
void comphelper::LifecycleProxy::commitStorages | ( | ) |
Definition at line 630 of file storagehelper.cxx.
References m_xBadness.
std::unique_ptr<Impl> comphelper::LifecycleProxy::m_xBadness |
Definition at line 59 of file storagehelper.hxx.
Referenced by commitStorages(), and comphelper::LookupStorageAtPath().