Home
last modified time | relevance | path

Searched refs:iMessage (Results 1 – 5 of 5) sorted by relevance

/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java93 iMessage = iSender.readMessage(); in testCallWithInParameter()
154 Message iMessage = iSender.readMessage(); in testCallWithResult() local
155 Object result = iMessage.getResult(); in testCallWithResult()
175 Object result = iMessage.getResult(); in testCallWhichRaisesException()
202 iMessage = iSender.readMessage(); in testCallWithIn_Out_InOut_Paramters_and_result()
204 Object result = iMessage.getResult(); in testCallWithIn_Out_InOut_Paramters_and_result()
224 Object result = iMessage.getResult(); in testCallWhichReturnsAny()
240 iMessage = iSender.readMessage(); in testCallWhichReturnsAny()
241 result = iMessage.getResult(); in testCallWhichReturnsAny()
252 iMessage = iSender.readMessage(); in testCallWhichReturnsAny()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java337 short iMessage = 0; in showMessageBox() local
352 return iMessage; in showMessageBox()
372 short iMessage = 0; in showMessageBox() local
386 iMessage = xMsgbox.execute(); in showMessageBox()
394 return iMessage; in showMessageBox()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJob.java59 public Job(Object object, IReceiver iReceiver, Message iMessage) { in Job() argument
62 _iMessage = iMessage; in Job()
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java193 Message iMessage = new Message( in testSendRequests() local
199 jobQueue.putJob(new Job(workAt, __iReceiver, iMessage), in testSendRequests()
H A DThreadPool_Test.java404 Message iMessage = new Message( in syncCall() local
410 new Job(this, ThreadPool_Test. __iReceiver, iMessage)); in syncCall()

Completed in 30 milliseconds