LibreOffice Module sd (master) 1
|
#include <scopelock.hxx>
Public Member Functions | |
ScopeLock () | |
bool | isLocked () const |
Private Member Functions | |
void | lock () |
void | unlock () |
Private Attributes | |
sal_Int32 | mnLock |
Friends | |
class | ScopeLockGuard |
Definition at line 27 of file scopelock.hxx.
|
inline |
Definition at line 31 of file scopelock.hxx.
|
inline |
Definition at line 32 of file scopelock.hxx.
References mnLock.
Referenced by SdPage::Changed(), sd::AnimationWindow::Close(), sd::CustomAnimationPane::onSelect(), and sd::CustomAnimationPane::onSelectionChanged().
|
inlineprivate |
Definition at line 34 of file scopelock.hxx.
References mnLock.
Referenced by sd::ScopeLockGuard::ScopeLockGuard().
|
inlineprivate |
Definition at line 35 of file scopelock.hxx.
References mnLock.
Referenced by sd::ScopeLockGuard::~ScopeLockGuard().
|
friend |
Definition at line 29 of file scopelock.hxx.
|
private |
Definition at line 37 of file scopelock.hxx.
Referenced by isLocked(), lock(), and unlock().