Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx3269 , mnRebuildLockGuard( 0 ) in MainSequence()
3287 , mnRebuildLockGuard( 0 ) in MainSequence()
3330 …DBG_ASSERT( mnRebuildLockGuard == 0, "MainSequence::getRootNode(), rebuild is locked, ist this rea… in getRootNode()
3628 mnRebuildLockGuard++; in lockRebuilds()
3635 …DBG_ASSERT( mnRebuildLockGuard, "sd::MainSequence::unlockRebuilds(), no corresponding lockRebuilds… in unlockRebuilds()
3636 if( mnRebuildLockGuard ) in unlockRebuilds()
3637 mnRebuildLockGuard--; in unlockRebuilds()
3639 if( (mnRebuildLockGuard == 0) && mbPendingRebuildRequest ) in unlockRebuilds()
3650 if( mnRebuildLockGuard ) in implRebuild()
/trunk/main/sd/inc/
H A DCustomAnimationEffect.hxx453 long mnRebuildLockGuard; member in sd::MainSequence