Home
last modified time | relevance | path

Searched refs:m_bStarted (Results 1 – 4 of 4) sorted by relevance

/trunk/main/io/test/stm/
H A Dpumptest.cxx239 sal_Bool m_bStarted; member in TestListener
244 TestListener() : m_bStarted (sal_False), in TestListener()
259 m_bStarted = sal_True; in started()
332 ERROR_ASSERT( ! t.m_pTestListener->m_bStarted , "started too early" ); in testClose()
340 ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" ); in testClose()
351 ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" ); in testClose()
361 ERROR_ASSERT( ! t.m_pTestListener->m_bStarted , "started too early" ); in testTerminate()
369 ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" ); in testTerminate()
377 ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" ); in testTerminate()
400 ERROR_ASSERT( t.m_pTestListener->m_bStarted , "should have been started already" ); in testFunction()
/trunk/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx201 bool m_bStarted; member in testOfHelperFunctions::StopWatch
204 :m_bStarted(false) in StopWatch()
210 m_bStarted = true; in start()
216 OSL_ENSURE(m_bStarted, "Not Started."); in stop()
217 m_bStarted = false; in stop()
269 OSL_ENSURE(!m_bStarted, "Not Stopped."); in showTime()
/trunk/main/sax/source/expatwrap/
H A Dxml2utf.cxx50 if( ! m_bStarted ) { in readAndConvert()
64 if( ! m_bStarted && nRead ) in readAndConvert()
106 if( ! m_bStarted ) in readAndConvert()
112 m_bStarted = sal_True; in readAndConvert()
/trunk/main/sax/inc/
H A Dxml2utf.hxx96 m_bStarted( sal_False ), in XMLFile2UTFConverter()
137 sal_Bool m_bStarted; member in sax_expatwrap::XMLFile2UTFConverter

Completed in 34 milliseconds