Searched refs:m_bTerminated (Results  1 – 9 of 9) sorted by relevance
| /aoo41x/main/io/test/stm/ | 
| H A D | pumptest.cxx | 241     sal_Bool m_bTerminated;  member in TestListener246                      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()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/filter/source/xsltfilter/ | 
| H A D | XSLTFilter.cxx | 147     sal_Bool m_bTerminated;  member in XSLT::XSLTFilter171     , m_bTerminated( sal_False )  in XSLTFilter()
 225     m_bTerminated = sal_True;  in terminated()
 347             if (!m_bError && !m_bTerminated)  in importer()
 545     if (!m_bError && !m_bTerminated)  in endDocument()
 
 | 
| /aoo41x/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()
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | stream.hxx | 208 	sal_Bool m_bTerminated;  member in SvAsyncLockBytes214 		SvOpenLockBytes(pStream, bOwner), m_nSize(0), m_bTerminated(sal_False) {}  in SvAsyncLockBytes()
 229 	virtual void Terminate() { m_bTerminated = sal_True; }  in Terminate()
 
 | 
| /aoo41x/main/desktop/source/deployment/gui/ | 
| H A D | dp_gui_extensioncmdqueue.cxx | 276     bool             m_bTerminated;  member in dp_gui::ExtensionCmdQueue::Thread575     m_bTerminated( false ),  in Thread()
 1061     m_bTerminated = true;  in onTerminated()
 
 | 
| /aoo41x/main/framework/inc/services/ | 
| H A D | sessionlistener.hxx | 119         sal_Bool m_bTerminated;  member in framework::SessionListener
 | 
| /aoo41x/main/unotools/inc/unotools/ | 
| H A D | ucblockbytes.hxx | 121     sal_Bool                m_bTerminated : 1;  member in utl::UcbLockBytes
 | 
| /aoo41x/main/tools/source/stream/ | 
| H A D | stream.cxx | 283     if (m_bTerminated)  in ReadAt()300     if (m_bTerminated)  in WriteAt()
 
 | 
        Completed in 92 milliseconds