Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java179 com.sun.star.beans.NamedValue aDispatchResult = null; in executeAsync() local
208 aDispatchResult = new com.sun.star.beans.NamedValue(); in executeAsync()
209 aDispatchResult.Name = "SendDispatchResult"; in executeAsync()
210aDispatchResult.Value = new com.sun.star.frame.DispatchResultEvent(this, com.sun.star.frame.Dispat… in executeAsync()
219 if (aDispatchResult!=null) in executeAsync()
220 lReturn[i++] = aDispatchResult; in executeAsync()

Completed in 18 milliseconds