LibreOffice Module sfx2 (master) 1
|
#include <objsh.hxx>
Public Member Functions | |
SfxObjectShellLock () | |
SfxObjectShellLock (const SfxObjectShellLock &rObj) | |
SfxObjectShellLock (SfxObjectShellLock &&rObj) noexcept | |
SfxObjectShellLock (SfxObjectShell *pObjP) | |
void | Clear () |
~SfxObjectShellLock () | |
SfxObjectShellLock & | operator= (const SfxObjectShellLock &rObj) |
SfxObjectShellLock & | operator= (SfxObjectShellLock &&rObj) |
SfxObjectShellLock & | operator= (SfxObjectShell *pObj) |
bool | Is () const |
SfxObjectShell * | operator& () const |
SfxObjectShell * | operator-> () const |
SfxObjectShell & | operator* () const |
operator SfxObjectShell * () const | |
Private Attributes | |
SfxObjectShell * | pObj |
|
inline |
|
inline |
Definition at line 853 of file objsh.hxx.
References SotObject::OwnerLock(), and pObj.
|
inlinenoexcept |
|
inline |
Definition at line 864 of file objsh.hxx.
References SotObject::OwnerLock(), and pObj.
|
inline |
Definition at line 879 of file objsh.hxx.
References SotObject::OwnerLock(), and pObj.
|
inline |
Definition at line 870 of file objsh.hxx.
References SotObject::OwnerLock(), and pObj.
Referenced by SfxApplication::LoadTemplate().
|
inline |
Definition at line 847 of file objsh.hxx.
References pObj.
Referenced by SfxViewFrame::ExecReload_Impl(), and SfxApplication::LoadTemplate().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 884 of file objsh.hxx.
References SotObject::OwnerLock(), and pObj.
|
inline |
Definition at line 902 of file objsh.hxx.
References SfxObjectShellLock().
|
inline |
Definition at line 894 of file objsh.hxx.
References SotObject::OwnerLock(), and pObj.
|
private |
Definition at line 836 of file objsh.hxx.
Referenced by Clear(), Is(), operator SfxObjectShell *(), operator&(), operator*(), operator->(), operator=(), SfxObjectShellLock(), and ~SfxObjectShellLock().