LibreOffice Module sfx2 (master) 1
|
a class which, in its dtor, cleans up various objects (well, at the moment only the frame) collected during the creation of a document view, unless the creation was successful. More...
Public Member Functions | |
ViewCreationGuard () | |
~ViewCreationGuard () | |
void | takeFrameOwnership (SfxFrame *i_pFrame) |
void | releaseAll () |
Private Attributes | |
bool | m_bSuccess |
SfxFrameWeakRef | m_aWeakFrame |
a class which, in its dtor, cleans up various objects (well, at the moment only the frame) collected during the creation of a document view, unless the creation was successful.
Definition at line 4183 of file sfxbasemodel.cxx.
|
inline |
Definition at line 4186 of file sfxbasemodel.cxx.
|
inline |
Definition at line 4191 of file sfxbasemodel.cxx.
References m_aWeakFrame, and m_bSuccess.
|
inline |
Definition at line 4207 of file sfxbasemodel.cxx.
References m_bSuccess.
Referenced by SfxBaseModel::createViewController().
|
inline |
Definition at line 4200 of file sfxbasemodel.cxx.
References m_aWeakFrame.
Referenced by SfxBaseModel::FindOrCreateViewFrame_Impl().
|
private |
Definition at line 4214 of file sfxbasemodel.cxx.
Referenced by takeFrameOwnership(), and ~ViewCreationGuard().
|
private |
Definition at line 4213 of file sfxbasemodel.cxx.
Referenced by releaseAll(), and ~ViewCreationGuard().