Home
last modified time | relevance | path

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

/aoo42x/main/odk/examples/DevelopersGuide/Components/Addons/JobsAddon/
H A DAsyncJob.java101 com.sun.star.beans.NamedValue[] lJobConfig = null; in executeAsync() local
185 if (lJobConfig==null) in executeAsync()
186 lJobConfig = new com.sun.star.beans.NamedValue[1]; in executeAsync()
187 lJobConfig[0] = new com.sun.star.beans.NamedValue(); in executeAsync()
188 lJobConfig[0].Name = "arg_1"; in executeAsync()
189 lJobConfig[0].Value = "val_1"; in executeAsync()
193 aSaveRequest.Value = lJobConfig; in executeAsync()
340 com.sun.star.beans.NamedValue[] lJobConfig , in formatOutArgs() argument
357 if (lJobConfig==null) in formatOutArgs()
361 int c = lJobConfig.length; in formatOutArgs()
[all …]
/aoo42x/main/framework/source/jobs/
H A Dhelponstartup.cxx226 …::comphelper::SequenceAsHashMap lJobConfig = lArgs.getUnpackedValueOrDefault(PROP_JOBCONFIG , c… in its_getModuleIdFromEnv()

Completed in 29 milliseconds