Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/core/
H A DCustomAnimationEffect.cxx3270 , mnRebuildLockGuard( 0 ) in MainSequence()
3288 , mnRebuildLockGuard( 0 ) in MainSequence()
3331 …DBG_ASSERT( mnRebuildLockGuard == 0, "MainSequence::getRootNode(), rebuild is locked, ist this rea… in getRootNode()
3629 mnRebuildLockGuard++; in lockRebuilds()
3636 …DBG_ASSERT( mnRebuildLockGuard, "sd::MainSequence::unlockRebuilds(), no corresponding lockRebuilds… in unlockRebuilds()
3637 if( mnRebuildLockGuard ) in unlockRebuilds()
3638 mnRebuildLockGuard--; in unlockRebuilds()
3640 if( (mnRebuildLockGuard == 0) && mbPendingRebuildRequest ) in unlockRebuilds()
3651 if( mnRebuildLockGuard ) in implRebuild()
/aoo42x/main/sd/inc/
H A DCustomAnimationEffect.hxx453 long mnRebuildLockGuard; member in sd::MainSequence

Completed in 32 milliseconds