Searched defs:nWaitMUSEC (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/testtools/source/bridgetest/pyuno/ |
H A D | samplecomponent.py | 98 def call( self, callid, nWaitMUSEC ): argument 104 def callOneway( self, nCallId, nWaitMUSEC ): argument
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cs_testobj.cs | 345 public void call(int nCallId , int nWaitMUSEC) in call() 357 public void callOneway( int nCallId , int nWaitMUSEC ) in callOneway()
|
/aoo41x/main/testtools/source/bridgetest/ |
H A D | cppobj.cxx | 487 void Test_Impl::call( sal_Int32 nCallId , sal_Int32 nWaitMUSEC ) throw(::com::sun::star::uno::Runti… in call() 503 void Test_Impl::callOneway( sal_Int32 nCallId , sal_Int32 nWaitMUSEC ) throw (::com::sun::star::uno… in callOneway()
|
/aoo41x/main/testtools/com/sun/star/comp/bridge/ |
H A D | TestComponent.java | 704 public void call(int nCallId , int nWaitMUSEC) throws com.sun.star.uno.RuntimeException { in call() 723 public void callOneway( int nCallId , int nWaitMUSEC ) throws com.sun.star.uno.RuntimeException { in callOneway()
|
Completed in 54 milliseconds