Searched refs:bCaughtException (Results 1 – 3 of 3) sorted by relevance
111 bool bCaughtException = false; in testUnoSetThrow() local113 CPPUNIT_ASSERT_EQUAL( true, bCaughtException ); in testUnoSetThrow()115 bCaughtException = false; in testUnoSetThrow()120 bCaughtException = false; in testUnoSetThrow()122 CPPUNIT_ASSERT_EQUAL( true, bCaughtException ); in testUnoSetThrow()124 bCaughtException = false; in testUnoSetThrow()130 bCaughtException = false; in testUnoSetThrow()132 CPPUNIT_ASSERT_EQUAL( true, bCaughtException ); in testUnoSetThrow()134 bCaughtException = false; in testUnoSetThrow()139 bCaughtException = false; in testUnoSetThrow()[all …]
155 bool bCaughtException = sal_False; in dispatchWithNotification() local252 bCaughtException = sal_True; in dispatchWithNotification()263 if ( bCaughtException ) in dispatchWithNotification()
1704 bool bCaughtException = false; in CallXScript() local1732 bCaughtException = sal_True; in CallXScript()1736 if ( bCaughtException && bRaiseError ) in CallXScript()
Completed in 37 milliseconds