Home
last modified time | relevance | path

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

/aoo4110/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()
/aoo4110/main/sal/qa/testHelperFunctions/
H A DtestHelperFunctions.cxx224 bool m_bStarted; member in testOfHelperFunctions::StopWatch
227 :m_bStarted(false) in StopWatch()
233 m_bStarted = true; in start()
239 OSL_ENSURE(m_bStarted, "Not Started."); in stop()
240 m_bStarted = false; in stop()
292 OSL_ENSURE(!m_bStarted, "Not Stopped."); in showTime()
/aoo4110/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()
/aoo4110/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 141 milliseconds