Searched refs:raiseRuntimeExceptionOneway (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_testobj.vb | 430 Public Overridable Sub raiseRuntimeExceptionOneway(rMsg As String , xContext As Object) _ 431 Implements XBridgeTest2.raiseRuntimeExceptionOneway
|
H A D | cli_cs_testobj.cs | 399 public void raiseRuntimeExceptionOneway( String rMsg, Object xContext ) in raiseRuntimeExceptionOneway() method in cs_testobj.BridgeTestObject
|
H A D | cli_vb_bridgetest.vb | 767 xLBT.raiseRuntimeExceptionOneway(sCompare, xLBT.Interface )
|
H A D | cli_cpp_bridgetest.cxx | 845 xLBT->raiseRuntimeExceptionOneway(sCompare, xLBT->Interface );
|
H A D | cli_cs_bridgetest.cs | 897 xLBT.raiseRuntimeExceptionOneway(sCompare, xLBT.Interface ); in raiseOnewayException()
|
/aoo4110/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 70 def raiseRuntimeExceptionOneway(self, Message, Context ): member in SampleUnoComponent
|
/aoo4110/main/udkapi/com/sun/star/test/bridge/ |
H A D | XBridgeTest.idl | 220 [oneway] void raiseRuntimeExceptionOneway( [in] string Message,
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 379 virtual void SAL_CALL raiseRuntimeExceptionOneway( 639 void Test_Impl::raiseRuntimeExceptionOneway( const OUString & rMsg, const Reference< XInterface > &… in raiseRuntimeExceptionOneway() function in bridge_object::Test_Impl
|
H A D | bridgetest.cxx | 935 xLBT->raiseRuntimeExceptionOneway( sCompare, x ); in raiseOnewayException()
|
/aoo4110/main/testtools/source/bridgetest/idl/ |
H A D | bridgetest.idl | 361 [oneway] void raiseRuntimeExceptionOneway( [in] string Message,
|
/aoo4110/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 897 …public void raiseRuntimeExceptionOneway(String rMsg, Object xContext) throws com.sun.star.uno.Runt… in raiseRuntimeExceptionOneway() method
|
Completed in 171 milliseconds