Home
last modified time | relevance | path

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

/AOO41X/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()
/AOO41X/main/sd/source/core/undo/
H A Dundoobjects.cxx367ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Undo()
386ScopeLockGuard aGuard( static_cast< SdPage* >(mxPage.get())->maLockAutoLayoutArrangement ); in Redo()
416ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Undo()
435ScopeLockGuard aGuard( static_cast< SdPage* >( mxPage.get() )->maLockAutoLayoutArrangement ); in Redo()
/AOO41X/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1039 ScopeLockGuard aGuard( maSelectionLock ); in onSelectionChanged()
2529 ScopeLockGuard aGuard( maSelectionLock ); in markShapesFromSelectedEffects()
/AOO41X/main/sd/source/core/
H A Dsdpage.cxx1557 sd::ScopeLockGuard aGuard( maLockAutoLayoutArrangement ); in SetAutoLayout()
1851 sd::ScopeLockGuard aGuard( maLockAutoLayoutArrangement ); in ScaleObjects()
/AOO41X/main/sd/source/ui/dlg/
H A Danimobjs.cxx279 ScopeLockGuard aGuard( maPlayLock ); in IMPL_LINK()