Searched refs:bCaughtException (Results 1 – 3 of 3) sorted by relevance
111 bool bCaughtException = false; in testUnoSetThrow() local112 …x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& ) { bCaughtException = true; } in testUnoSetThrow()113 CPPUNIT_ASSERT_EQUAL( true, bCaughtException ); in testUnoSetThrow()115 bCaughtException = false; in testUnoSetThrow()116 … x( xFoo, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& ) { bCaughtException = true; } in testUnoSetThrow()117 CPPUNIT_ASSERT_EQUAL( false, bCaughtException ); in testUnoSetThrow()120 bCaughtException = false; in testUnoSetThrow()121 …ll.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeException& ) { bCaughtException = true; } in testUnoSetThrow()122 CPPUNIT_ASSERT_EQUAL( true, bCaughtException ); in testUnoSetThrow()124 bCaughtException = false; in testUnoSetThrow()[all …]
155 bool bCaughtException = sal_False; in dispatchWithNotification() local272 bCaughtException = sal_True; in dispatchWithNotification()283 if ( bCaughtException ) in dispatchWithNotification()
1703 bool bCaughtException = false; in CallXScript() local1735 bCaughtException = sal_True; in CallXScript()1739 if ( bCaughtException && bRaiseError ) in CallXScript()