Lines Matching refs:null

96         if (xListener == null)  in executeAsync()
100 com.sun.star.beans.NamedValue[] lGenericConfig = null; in executeAsync()
101 com.sun.star.beans.NamedValue[] lJobConfig = null; in executeAsync()
102 com.sun.star.beans.NamedValue[] lEnvironment = null; in executeAsync()
103 com.sun.star.beans.NamedValue[] lDynamicData = null; in executeAsync()
122 if (lEnvironment == null) in executeAsync()
125 java.lang.String sEnvType = null; in executeAsync()
126 java.lang.String sEventName = null; in executeAsync()
127 com.sun.star.frame.XFrame xFrame = null; in executeAsync()
145 (sEnvType==null) || in executeAsync()
157 java.lang.String sAlias = null; in executeAsync()
158 if (lGenericConfig!=null) in executeAsync()
171 if (xFrame != null) in executeAsync()
178 com.sun.star.beans.NamedValue aDeactivation = null; in executeAsync()
179 com.sun.star.beans.NamedValue aDispatchResult = null; in executeAsync()
180 com.sun.star.beans.NamedValue aSaveRequest = null; in executeAsync()
185 if (lJobConfig==null) in executeAsync()
210 …com.sun.star.frame.DispatchResultEvent(this, com.sun.star.frame.DispatchResultState.SUCCESS, null); in executeAsync()
217 if (aDeactivation!=null) in executeAsync()
219 if (aDispatchResult!=null) in executeAsync()
279 if (xInfoBox == null) in showInfoModal()
313 …javax.swing.JOptionPane.showMessageDialog(null, sFinalMessage, sFinalTitle, javax.swing.JOptionPan… in showInfoNonModal()
347 if (lGenericConfig==null) in formatOutArgs()
357 if (lJobConfig==null) in formatOutArgs()
367 if (lEnvironment==null) in formatOutArgs()
377 if (lDynamicData==null) in formatOutArgs()
414 com.sun.star.lang.XSingleComponentFactory xFactory = null; in __getComponentFactory()