| /trunk/main/testtools/source/bridgetest/cli/ | 
| H A D | cli_vb_testobj.vb | 390     Public Overridable Sub callOneway(nCallId As Integer, nWaitMUSEC As Integer) _391         Implements XBridgeTest2.callOneway
 
 | 
| H A D | cli_cs_testobj.cs | 357     public void callOneway( int nCallId , int nWaitMUSEC )  in callOneway()  method in cs_testobj.BridgeTestObject
 | 
| H A D | cli_vb_bridgetest.vb | 530 			    xLBT.callOneway(nGlobalIndex, nWaitTimeSpanMUSec)
 | 
| H A D | cli_cpp_bridgetest.cxx | 329 			xLBT->callOneway(nGlobalIndex, nWaitTimeSpanMUSec);
 | 
| H A D | cli_cs_bridgetest.cs | 310 			xLBT.callOneway(nGlobalIndex, nWaitTimeSpanMUSec);  in performSequenceOfCallTest()
 | 
| /trunk/main/udkapi/com/sun/star/test/bridge/ | 
| H A D | XBridgeTest.idl | 181 	 * methods to check sequence of calls. Call call() and callOneway188 	[oneway] void callOneway( [in] long nCallId, [in] long nWaitMUSEC );
 
 | 
| /trunk/main/bridges/test/ | 
| H A D | testcomp.cxx | 327 void OCallMe::callOneway( const ::rtl::OUString& /* s */, sal_Int32 nToDo )  in callOneway()  function in OCallMe610 		rRCallMe->callOneway( OUString( RTL_CONSTASCII_USTRINGPARAM("hifuj" )), 0 );  in testSequenceOfCalls()
 
 | 
| H A D | testclient.java | 74 … public void callOneway( /*IN*/String s, /*IN*/int nToDo ) throws com.sun.star.uno.RuntimeException  in callOneway()  method in MyCallMe
 | 
| H A D | test_bridge.idl | 56 	[oneway] void callOneway( [in] string s , [in] long nToDo );
 | 
| H A D | testserver.cxx | 154 						rCallMe->callOneway(  in run()
 | 
| H A D | testcomp.h | 87     virtual void SAL_CALL callOneway( const ::rtl::OUString& s, sal_Int32 nToDo )
 | 
| /trunk/main/testtools/source/bridgetest/pyuno/ | 
| H A D | samplecomponent.py | 104       def callOneway( self, nCallId, nWaitMUSEC ):  member in SampleUnoComponent
 | 
| /trunk/main/testtools/source/bridgetest/idl/ | 
| H A D | bridgetest.idl | 319      * methods to check sequence of calls. Call call() and callOneway326     [oneway] void callOneway( [in] long nCallId, [in] long nWaitMUSEC );
 
 | 
| /trunk/main/testtools/source/bridgetest/ | 
| H A D | cppobj.cxx | 362     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
 
 | 
| H A D | bridgetest.cxx | 303 			xLBT->callOneway( nGlobalIndex , nWaitTimeSpanMUSec );  in performSequenceOfCallTest()
 | 
| /trunk/main/testtools/com/sun/star/comp/bridge/ | 
| H A D | TestComponent.java | 723 		public void callOneway( int nCallId , int nWaitMUSEC )  throws com.sun.star.uno.RuntimeException {  in callOneway()  method in TestComponent._TestObject
 | 
| /trunk/main/scripting/java/org/openoffice/netbeans/editor/ | 
| H A D | OOo.jcb | 7 …t.bridge.TestEnumsetValues2)com.sun.star.test.bridge.TestDataElementscallOnewayvoidcomplex_in*c…
 |