Lines Matching refs:lEnvironment
102 com.sun.star.beans.NamedValue[] lEnvironment = null; in executeAsync() local
115 …lEnvironment = (com.sun.star.beans.NamedValue[])com.sun.star.uno.AnyConverter.toArray(lArgs[i].Val… in executeAsync()
122 if (lEnvironment == null) in executeAsync()
128 c = lEnvironment.length; in executeAsync()
131 if (lEnvironment[i].Name.equals("EnvType")) in executeAsync()
132 sEnvType = com.sun.star.uno.AnyConverter.toString(lEnvironment[i].Value); in executeAsync()
134 if (lEnvironment[i].Name.equals("EventName")) in executeAsync()
135 sEventName = com.sun.star.uno.AnyConverter.toString(lEnvironment[i].Value); in executeAsync()
137 if (lEnvironment[i].Name.equals("Frame")) in executeAsync()
140 lEnvironment[i].Value); in executeAsync()
170 … java.lang.String sOut = formatOutArgs(lGenericConfig, lJobConfig, lEnvironment, lDynamicData); in executeAsync()
341 com.sun.star.beans.NamedValue[] lEnvironment , in formatOutArgs() argument
367 if (lEnvironment==null) in formatOutArgs()
371 int c = lEnvironment.length; in formatOutArgs()
374 … sOut.append("\t["+i+"] \""+lEnvironment[i].Name+"\" = {"+lEnvironment[i].Value+"}\n"); in formatOutArgs()