Home
last modified time | relevance | path

Searched refs:maSelectionLock (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx1033 if( !maSelectionLock.isLocked() ) in onSelectionChanged()
1035 ScopeLockGuard aGuard( maSelectionLock ); in onSelectionChanged()
2526 if( !maSelectionLock.isLocked() ) in markShapesFromSelectedEffects()
2528 ScopeLockGuard aGuard( maSelectionLock ); in markShapesFromSelectedEffects()
H A DCustomAnimationPane.hxx185 ScopeLock maSelectionLock; member in sd::CustomAnimationPane