Home
last modified time | relevance | path

Searched refs:callOneway (Results 1 – 17 of 17) sorted by path

/trunk/main/bridges/test/
H A Dtest_bridge.idl56 [oneway] void callOneway( [in] string s , [in] long nToDo );
H A Dtestclient.java74 … public void callOneway( /*IN*/String s, /*IN*/int nToDo ) throws com.sun.star.uno.RuntimeException in callOneway() method in MyCallMe
H A Dtestcomp.cxx327 void OCallMe::callOneway( const ::rtl::OUString& /* s */, sal_Int32 nToDo ) in callOneway() function in OCallMe
610 rRCallMe->callOneway( OUString( RTL_CONSTASCII_USTRINGPARAM("hifuj" )), 0 ); in testSequenceOfCalls()
H A Dtestcomp.h87 virtual void SAL_CALL callOneway( const ::rtl::OUString& s, sal_Int32 nToDo )
H A Dtestserver.cxx154 rCallMe->callOneway( in run()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DOOo.jcb7 …t.bridge.TestEnumsetValues2)com.sun.star.test.bridge.TestDataElementscallOnewayvoidcomplex_in*c…
/trunk/main/testtools/com/sun/star/comp/bridge/
H A DTestComponent.java723 public void callOneway( int nCallId , int nWaitMUSEC ) throws com.sun.star.uno.RuntimeException { in callOneway() method in TestComponent._TestObject
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx303 xLBT->callOneway( nGlobalIndex , nWaitTimeSpanMUSec ); in performSequenceOfCallTest()
H A Dcppobj.cxx362 virtual void SAL_CALL callOneway( sal_Int32 nCallId, sal_Int32 nWaitMUSEC )
503 void Test_Impl::callOneway( sal_Int32 nCallId , sal_Int32 nWaitMUSEC ) throw (::com::sun::star::uno… in callOneway() function in bridge_object::Test_Impl
/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_cpp_bridgetest.cxx329 xLBT->callOneway(nGlobalIndex, nWaitTimeSpanMUSec);
H A Dcli_cs_bridgetest.cs310 xLBT.callOneway(nGlobalIndex, nWaitTimeSpanMUSec); in performSequenceOfCallTest()
H A Dcli_cs_testobj.cs357 public void callOneway( int nCallId , int nWaitMUSEC ) in callOneway() method in cs_testobj.BridgeTestObject
H A Dcli_vb_bridgetest.vb530 xLBT.callOneway(nGlobalIndex, nWaitTimeSpanMUSec)
H A Dcli_vb_testobj.vb390 Public Overridable Sub callOneway(nCallId As Integer, nWaitMUSEC As Integer) _
391 Implements XBridgeTest2.callOneway
/trunk/main/testtools/source/bridgetest/idl/
H A Dbridgetest.idl319 * methods to check sequence of calls. Call call() and callOneway
326 [oneway] void callOneway( [in] long nCallId, [in] long nWaitMUSEC );
/trunk/main/testtools/source/bridgetest/pyuno/
H A Dsamplecomponent.py104 def callOneway( self, nCallId, nWaitMUSEC ): member in SampleUnoComponent
/trunk/main/udkapi/com/sun/star/test/bridge/
H A DXBridgeTest.idl181 * methods to check sequence of calls. Call call() and callOneway
188 [oneway] void callOneway( [in] long nCallId, [in] long nWaitMUSEC );

Completed in 77 milliseconds