Searched refs:m_bSuspended (Results 1 – 7 of 7) sorted by relevance
37 m_bSuspended( sal_False ), in JobQueue()55 if( ! m_bSuspended ) in add()161 m_bSuspended = sal_True; in suspend()167 m_bSuspended = sal_False; in resume()
75 sal_Bool m_bSuspended; member in cppu_threadpool::JobQueue
152 sal_Bool m_bSuspended; // is true when the controller was already suspended member161 ,m_bSuspended( sal_False ) in DBSubComponentController_Impl()321 OSL_ENSURE(!m_pImpl->m_bSuspended, "Cannot reconnect while suspended!"); in reconnect()381 if ( !m_pImpl->m_bSuspended // when already suspended then we don't have to reconnect in disposing()434 m_pImpl->m_bSuspended = bSuspend; in suspend()
113 , m_bSuspended( sal_False ) in DBG_NAME()331 if( m_bSuspended ) in impl_isDisposedOrSuspended()697 if(bSuspend==m_bSuspended) in suspend()710 m_bSuspended = bSuspend; in suspend()719 m_bSuspended = bSuspend; in suspend()
552 sal_Bool volatile m_bSuspended; member in chart::ChartController
325 ,m_bSuspended( sal_False ) in DBG_NAME()556 if ( m_bSuspended != bSuspend ) in suspend()588 m_bSuspended = bSuspend; in suspend()
132 sal_Bool m_bSuspended; // is true when the controller was already suspended member in dbaui::OApplicationController
Completed in 111 milliseconds