Searched refs:ScopeLockGuard (Results 1 – 5 of 5) sorted by relevance
32 friend class ScopeLockGuard;43 class ScopeLockGuard class46 ScopeLockGuard( ScopeLock& rScopeLock ) : mrScopeLock( rScopeLock ) { mrScopeLock.lock(); } in ScopeLockGuard() function in sd::ScopeLockGuard47 ~ScopeLockGuard() { mrScopeLock.unlock(); } in ~ScopeLockGuard()
367 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()
1039 ScopeLockGuard aGuard( maSelectionLock ); in onSelectionChanged()2529 ScopeLockGuard aGuard( maSelectionLock ); in markShapesFromSelectedEffects()
1557 sd::ScopeLockGuard aGuard( maLockAutoLayoutArrangement ); in SetAutoLayout()1851 sd::ScopeLockGuard aGuard( maLockAutoLayoutArrangement ); in ScaleObjects()
279 ScopeLockGuard aGuard( maPlayLock ); in IMPL_LINK()
Completed in 67 milliseconds