|
LibreOffice Module sfx2 (master) 1
|
#include <docundomanager.hxx>
Public Types | |
| enum | AllowedModelState { E_INITIALIZING , E_FULLY_ALIVE } |
Public Member Functions | |
| SfxModelGuard (SfxBaseModel const &i_rModel, const AllowedModelState i_eState=E_FULLY_ALIVE) | |
| SfxModelGuard (SfxModelSubComponent &i_rSubComponent) | |
| void | clear () |
Private Attributes | |
| SolarMutexClearableGuard | m_aGuard |
Definition at line 62 of file docundomanager.hxx.
| Enumerator | |
|---|---|
| E_INITIALIZING | |
| E_FULLY_ALIVE | |
Definition at line 65 of file docundomanager.hxx.
|
inline |
Definition at line 73 of file docundomanager.hxx.
References E_INITIALIZING, and SfxBaseModel::MethodEntryCheck().
|
inline |
Definition at line 78 of file docundomanager.hxx.
References SfxModelSubComponent::MethodEntryCheck().
|
inline |
Definition at line 84 of file docundomanager.hxx.
References m_aGuard.
Referenced by SfxBaseModel::createDefaultViewController().
|
private |
Definition at line 90 of file docundomanager.hxx.
Referenced by clear().