Home
last modified time | relevance | path

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

/trunk/main/stoc/test/
H A Dtestiadapter.cxx281 virtual void SAL_CALL setRuntimeException( sal_Int32 _runtimeexception );
582 _xLBT->setRuntimeException( *(const sal_Int32 *)rValue.getValue() ); in setValue()
865 void Test_Impl::setRuntimeException( sal_Int32 /*_runtimeexception*/ ) in setRuntimeException() function in Test_Impl
917 xLBT2->setRuntimeException( 0xcafebabe ); in raiseException()
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx388 virtual void SAL_CALL setRuntimeException( sal_Int32 _runtimeexception );
687 void Test_Impl::setRuntimeException( sal_Int32 ) in setRuntimeException() function in bridge_object::Test_Impl
H A Dbridgetest.cxx1062 xLBT->setRuntimeException( 0xcafebabe ); in raiseException()
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java964 … public void setRuntimeException(int _runtimeexception) throws com.sun.star.uno.RuntimeException { in setRuntimeException() method