Home
last modified time | relevance | path

Searched refs:raiseRuntimeExceptionOneway (Results 1 – 11 of 11) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_testobj.vb430 Public Overridable Sub raiseRuntimeExceptionOneway(rMsg As String , xContext As Object) _
431 Implements XBridgeTest2.raiseRuntimeExceptionOneway
H A Dcli_cs_testobj.cs442 public void raiseRuntimeExceptionOneway( String rMsg, Object xContext ) in raiseRuntimeExceptionOneway() method in cs_testobj.BridgeTestObject
H A Dcli_vb_bridgetest.vb767 xLBT.raiseRuntimeExceptionOneway(sCompare, xLBT.Interface )
H A Dcli_cpp_bridgetest.cxx852 xLBT->raiseRuntimeExceptionOneway(sCompare, xLBT->Interface );
H A Dcli_cs_bridgetest.cs897 xLBT.raiseRuntimeExceptionOneway(sCompare, xLBT.Interface ); in raiseOnewayException()
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py70 def raiseRuntimeExceptionOneway(self, Message, Context ): member in SampleUnoComponent
/trunk/main/testtools/source/bridgetest/
H A Dcppobj.cxx384 virtual void SAL_CALL raiseRuntimeExceptionOneway(
630 void Test_Impl::raiseRuntimeExceptionOneway( const OUString & rMsg, const Reference< XInterface > &… in raiseRuntimeExceptionOneway() function in bridge_object::Test_Impl
H A Dbridgetest.cxx988 xLBT->raiseRuntimeExceptionOneway( sCompare, x ); in raiseOnewayException()
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl220 [oneway] void raiseRuntimeExceptionOneway( [in] string Message,
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl409 [oneway] void raiseRuntimeExceptionOneway( [in] string Message,
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java940 …public void raiseRuntimeExceptionOneway(String rMsg, Object xContext) throws com.sun.star.uno.Runt… in raiseRuntimeExceptionOneway() method