Searched refs:m_nNotificationLock (Results 1 – 2 of 2) sorted by relevance
60 sal_Int32 m_nNotificationLock; member in VerbExecutionController69 , m_nNotificationLock( 0 ) in VerbExecutionController()80 …fication() { return ( !m_bVerbExecutionInProgress && !m_bWasEverActive && !m_nNotificationLock ); } in CanDoNotification()
265 if ( m_nNotificationLock < SAL_MAX_INT32 ) in LockNotification()266 m_nNotificationLock++; in LockNotification()273 if ( m_nNotificationLock > 0 ) in UnlockNotification()274 m_nNotificationLock--; in UnlockNotification()