Home
last modified time | relevance | path

Searched refs:ScopeLockGuard (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/inc/misc/
H A Dscopelock.hxx32 friend class ScopeLockGuard;
43 class ScopeLockGuard class
46 ScopeLockGuard( ScopeLock& rScopeLock ) : mrScopeLock( rScopeLock ) { mrScopeLock.lock(); } in ScopeLockGuard() function in sd::ScopeLockGuard
47 ~ScopeLockGuard() { mrScopeLock.unlock(); } in ~ScopeLockGuard()
/trunk/main/sd/source/core/undo/
H A Dundoobjects.cxx367 ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Undo()
386 ScopeLockGuard aGuard( static_cast< SdPage* >(mxPage.get())->maLockAutoLayoutArrangement ); in Redo()
416 ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Undo()
435 ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Redo()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1039 ScopeLockGuard aGuard( maSelectionLock ); in onSelectionChanged()
2532 ScopeLockGuard aGuard( maSelectionLock ); in markShapesFromSelectedEffects()
/trunk/main/sd/source/core/
H A Dsdpage.cxx1541 sd::ScopeLockGuard aGuard( maLockAutoLayoutArrangement ); in SetAutoLayout()
1813 sd::ScopeLockGuard aGuard( maLockAutoLayoutArrangement ); in ScaleObjects()
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.cxx279 ScopeLockGuard aGuard( maPlayLock ); in IMPL_LINK()

Completed in 169 milliseconds