Searched refs:m_bTerminated (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/io/test/stm/ |
H A D | pumptest.cxx | 241 sal_Bool m_bTerminated; member in TestListener 246 m_bTerminated ( sal_False ), in TestListener() 269 m_bTerminated = sal_True; in terminated() 333 ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation unexpected" ); in testClose() 341 ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation unexpected" ); in testClose() 352 ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "should be terminiated already" ); in testClose() 362 ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation unexpected" ); in testTerminate() 370 ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "terminiation unexpected" ); in testTerminate() 378 ERROR_ASSERT( t.m_pTestListener->m_bTerminated , "should be terminiated already" ); in testTerminate() 401 ERROR_ASSERT( ! t.m_pTestListener->m_bTerminated , "should be terminiated already" ); in testFunction()
|
/aoo42x/main/framework/source/services/ |
H A D | sessionlistener.cxx | 138 , m_bTerminated( sal_False ) 321 m_bTerminated = xDesktop->terminate(); in approveInteraction() 326 if ( !m_bTerminated ) in approveInteraction() 357 if ( m_bSessionStoreRequested && !m_bTerminated ) in doQuit()
|
/aoo42x/main/filter/source/xsltfilter/ |
H A D | XSLTFilter.cxx | 149 sal_Bool m_bTerminated; member in XSLT::XSLTFilter 173 , m_bTerminated( sal_False ) in XSLTFilter() 227 m_bTerminated = sal_True; in terminated() 349 if (!m_bError && !m_bTerminated) in importer() 547 if (!m_bError && !m_bTerminated) in endDocument()
|
/aoo42x/main/unotools/source/ucbhelper/ |
H A D | ucblockbytes.cxx | 1279 , m_bTerminated (sal_False) in UcbLockBytes() 1407 m_bTerminated = sal_True; in terminate_Impl() 1439 if ( m_bTerminated ) in ReadAt() 1471 if ( !m_bTerminated && !IsSynchronMode() ) in ReadAt() 1601 if ( m_bTerminated ) in Stat() 1625 …OSL_ENSURE( m_bTerminated, "UcbLockBytes is not thread safe so it can be used only syncronously!\n… in Cancel()
|
/aoo42x/main/tools/inc/tools/ |
H A D | stream.hxx | 208 sal_Bool m_bTerminated; member in SvAsyncLockBytes 214 SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {} in SvAsyncLockBytes() 229 virtual void Terminate() { m_bTerminated = sal_True; } in Terminate()
|
/aoo42x/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extensioncmdqueue.cxx | 276 bool m_bTerminated; member in dp_gui::ExtensionCmdQueue::Thread 575 m_bTerminated( false ), in Thread() 1061 m_bTerminated = true; in onTerminated()
|
/aoo42x/main/framework/inc/services/ |
H A D | sessionlistener.hxx | 119 sal_Bool m_bTerminated; member in framework::SessionListener
|
/aoo42x/main/unotools/inc/unotools/ |
H A D | ucblockbytes.hxx | 121 sal_Bool m_bTerminated : 1; member in utl::UcbLockBytes
|
/aoo42x/main/tools/source/stream/ |
H A D | stream.cxx | 298 if (m_bTerminated) in ReadAt() 315 if (m_bTerminated) in WriteAt()
|
Completed in 144 milliseconds