Searched refs:m_bVerbExecutionInProgress (Results 1 – 2 of 2) sorted by relevance
232 if ( !m_bVerbExecutionInProgress && !m_bWasEverActive ) in StartControlExecution()234 m_bVerbExecutionInProgress = sal_True; in StartControlExecution()246 …if ( m_bVerbExecutionInProgress && m_nVerbExecutionThreadIdentifier == osl_getThreadIdentifier( NU… in EndControlExecution_WasModified()249 m_bVerbExecutionInProgress = sal_False; in EndControlExecution_WasModified()260 …if ( m_bVerbExecutionInProgress && osl_getThreadIdentifier( NULL ) == m_nVerbExecutionThreadIdenti… in ModificationNotificationIsDone()
55 sal_Bool m_bVerbExecutionInProgress; member in VerbExecutionController65 : m_bVerbExecutionInProgress( sal_False ) in VerbExecutionController()80 …sal_Bool CanDoNotification() { return ( !m_bVerbExecutionInProgress && !m_bWasEverActive && !m_nNo… in CanDoNotification()
Completed in 39 milliseconds