Home
last modified time | relevance | path

Searched refs:null (Results 126 – 150 of 3166) sorted by relevance

12345678910>>...127

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DReportDesignerTest.java93 Object aObject = null; in getPropertyValueAsObject()
95 if (m_xPropertySet != null) in getPropertyValueAsObject()
128 if (_aPropertyList == null) in createPropertyValueArrayFormArrayList()
202 if (m_xDesktop == null) in getXDesktop()
220 if (_xNameAccess != null) in showElements()
252 if (m_aProvider != null) in stopOffice()
255 m_aProvider = null; in stopOffice()
260 private String m_sMailAddress = null;
504 if (_xNameAccess != null) in loadAndStoreReports()
573 if (m_sOutputPath == null) in getOutputPath()
[all …]
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java54 UnoRuntime.queryInterface(Ifc.class, new Test1()) == null); in test_queryInterface()
105 new Type("[][]unsigned long"), null); in test_completeValue()
115 assertTrue(((Optional) v).Value == null); in test_completeValue()
140 return null; in getOid()
144 return type.equals(new Type(Ifc.class)) ? t2 : null; in queryInterface()
160 return null; in getOid()
164 return type.equals(new Type(Ifc.class)) ? t4 : null; in queryInterface()
190 assertTrue("", UnoRuntime.getCurrentContext() == null); in run()
195 UnoRuntime.setCurrentContext(null); in run()
196 assertTrue("", UnoRuntime.getCurrentContext() == null); in run()
[all …]
/trunk/main/forms/qa/integration/forms/
H A DFormComponent.java45 m_component = null; in FormComponent()
46 m_nameAccess = null; in FormComponent()
47 m_indexAccess = null; in FormComponent()
48 m_child = null; in FormComponent()
49 m_named = null; in FormComponent()
111 if ( m_nameAccess != null ) in getElementNames()
119 if ( m_nameAccess != null ) in hasByName()
127 if ( m_indexAccess != null ) in getCount()
171 if ( m_child != null ) in getParent()
179 if ( m_named != null ) in getName()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDocumentTemplates.java60 protected XContent content = null;
68 tRes.tested("getContent()", content != null); in _getContent()
80 if (getSubContent(content, "XDocumentTemplates") != null ) { in _addGroup()
89 XContent groupContent = null;
103 res &= groupContent != null; in _renameGroup()
136 res &= getSubContent(groupContent, "ANewTemplate") != null; in _renameTemplate()
165 res &= getSubContent(groupContent, "ANewTemplate") == null; in _removeTemplate()
179 res &= getSubContent(content, "XDocumentTemplates") == null; in _removeGroup()
213 XResultSet statResSet = null; in getStatResultSet()
238 XDynamicResultSet DynResSet = null; in getDynaResultSet()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Accessibility/
H A DEventHandler.java58 if (maConnectionTask != null) in finalize()
76 if (xAccessible != null) in windowOpened()
83 if (xContext != null) in windowOpened()
115 if (xAccessible != null) in windowClosed()
131 if (xContext != null) in focusGained()
161 if (xContext != null) in focusLost()
176 mxFocusedObject = null; in focusLost()
225 if (xContext != null) in handleStateChange()
254 if (aOldChild != null) in handleChildEvent()
300 if (xContext != null) in handleGenericEvent()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java309 return null; in insertLabel()
337 if (ControlList != null) in insertButton()
403 return null; in insertScrollBar()
437 return null; in insertEditField()
500 return null; in insertRadioButton()
519 return null; in insertRadioButton()
544 return null; in insertRadioButton()
631 return null; in insertControlModel()
658 return null; in combineListboxList()
766 if (frame != null) in executeDialog()
[all …]
/trunk/main/xmerge/java/XMergeBridge/src/main/java/
H A DXMergeBridge.java130 String name=null; in getFileName()
131 if (origName !=null) in getFileName()
223 if (xParser==null){ in importer()
228 if (sFileName==null){ in importer()
264 sFileName=null; in exporter()
265 sURL=null; in exporter()
267 String title=null; in exporter()
309 if (sURL==null){ in exporter()
510 if (cv == null) { in convert()
538 File newFile=null; in convert()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/
H A D_XAcceptor.java64 public Exception ex = null ;
65 private XAcceptor acc = null ;
95 public XAcceptor oObj = null;
96 protected String connectString = null ;
107 if (connectString == null) in before()
125 AcceptorThread acception = null, in _accept()
127 XAcceptor dupAcceptor = null ; in _accept()
128 XConnector xConnector = null ; in _accept()
161 if (con == null) in _accept()
181 if (acception.ex != null) { in _accept()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java63 if (oid[0] == null) { in registerInterface()
94 if (o == null) { in getRegisteredInterface()
159 if (l1 != null) { in register()
161 if (l2 != null) { in register()
180 if (l1 == null) { in register()
191 if (l1 != null) { in revoke()
198 return l2 != null; in revoke()
203 return l1 == null ? null : l1.find(type); in get()
215 if (l2 == null) { in cleanUp()
245 if (l2 != null) { in find()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java53 private Object response = null;
219 String aString1=null; in writeParams()
220 String aString2=null; in writeParams()
224 if (args != null) { in writeParams()
325 dataInput = null; in received()
358 this.response = null; in handleResponse()
370 String aString1 = null; in handleResponse()
423 if (winInfoReceiver != null) in handleResponse()
465 return null; in callCommand()
497 return null; in callControl()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficeDatabaseReportExtractor.java71 Object aObject = null; in getPropertyValueAsObject()
73 if (m_xPropertySet != null) in getPropertyValueAsObject()
103 private XDesktop m_xDesktop = null;
107 if (m_xDesktop == null) in getXDesktop()
125 if (_xNameAccess != null) in showElements()
173 private String m_sMailAddress = null;
363 if (_xNameAccess != null) in loadAndStoreReports()
370 if (xDoc != null) in loadAndStoreReports()
441 private String m_sOutputPath = null;
445 if (m_sOutputPath == null) in getOutputPath()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java73 XShapes xShapes = null;
74 XDrawPage xpage = null;
75 String filePath = null;
90 if (filePath != null) in tearDown()
150 XShape xShape = null; in testAreaBordersProperties()
176 XShape xShape = null; in testAreaFillProperties()
201 XShape xShape = null; in testAreaTransparencyProperties()
226 XShape xShape = null; in testLegendBorderProperties()
251 XShape xShape = null; in testLegendFillAndTransparence()
276 XShape xShape = null; in testLegendCharFont()
[all …]
/trunk/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java38 if( allGroups == null ) in main()
77 return null; in getNewsGroups()
86 return null; in getNewsGroups()
109 return null; in getNewsGroups()
115 if( allMailrcs == null ) in getNewsGroups()
118 return null; in getNewsGroups()
146 return null; in getNewsGroups()
208 while( inString != null ) in findNewsgroups()
213 if( inString != null ) in findNewsgroups()
241 if( newsDirs[i] != null ) in findMailrcFiles()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbcx/
H A D_XDataDefinitionSupplier.java60 String url = null;
61 String wrongUrl = null;
62 PropertyValue[] info = null;
70 if (url == null) { in before()
75 if (wrongUrl == null) { in before()
80 if (info == null) { in before()
98 if (xDriver == null) { in _getDataDefinitionByConnection()
121 bRes = xTS != null; in _getDataDefinitionByConnection()
130 bRes = xTS == null; in _getDataDefinitionByConnection()
149 XTablesSupplier xTS = null; in _getDataDefinitionByURL()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleObjectFactory.java102 if(r != null) { in getAccessibleComponent()
120 if (child != null) { in addChild()
163 if (c != null) { in removeChild()
199 if (parentAC != null) { in populateContainer()
254 return null; in createAccessibleComponent()
277 return null; in createAccessibleComponent()
455 if (c != null) { in createAccessibleComponentImpl()
478 if (c != null) { in disposing()
523 return null; in getTopWindow()
531 if (c != null) { in getTopWindow()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/loader/
H A DJavaLoader.java101 if (xProps == null) in expand_url()
263 Object returnObject = null; in activate()
275 if ( locationUrl != null ) { in activate()
303 if (null == clazz) in activate()
320 Method compfac_method = null; in activate()
329 Method method = null; in activate()
330 if (null == compfac_method) in activate()
336 method = null; in activate()
339 method = null; in activate()
415 if (null == clazz) in writeRegistryInfo()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/java/
H A DScriptProviderForJava.java77 ScriptMetaData scriptData = null; in getScript()
79 ScriptImpl script = null; in getScript()
100 return null; in getScriptEditor()
219 ncl.getMessage(), null, in invoke()
227 e.getMessage(), null, in invoke()
233 Object[] invocationArgs = null; in invoke()
257 ScriptProxy script = null; in invoke()
290 e.getMessage(), null, in invoke()
296 Object result = null; in invoke()
318 ia.getMessage(), null, in invoke()
[all …]
/trunk/main/scripting/workben/installer/
H A DVersion.java59 Properties props = null; in initComponents()
65 File fileVersions = null; in initComponents()
84 wizard.exitForm(null); in initComponents()
100 return null; in initComponents()
105 if (o == null) in initComponents()
106 return null; in initComponents()
109 return null; in initComponents()
123 if (o == null) in initComponents()
161 Component comp = null; in initColumnSizes()
321 return null; in getValueAt()
[all …]
H A DFileUpdater.java30 File in_file = null; in updateProtocolHandler()
32 File out_file = null; in updateProtocolHandler()
33 FileWriter out = null; in updateProtocolHandler()
45 if(s != null) { in updateProtocolHandler()
103 File in_file = null; in updateScriptXLC()
105 File out_file = null; in updateScriptXLC()
106 FileWriter out = null; in updateScriptXLC()
119 if(s != null) { in updateScriptXLC()
178 File in_file = null; in updateDialogXLC()
180 File out_file = null; in updateDialogXLC()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/registry/
H A D_XSimpleRegistry.java70 protected String nr = null;
72 protected String openF = null;
89 if (openF == null) { in before()
96 if (destroyF == null) { in before()
103 if (mergeF == null) { in before()
118 if (nr != null) { in _open()
213 if (nr != null) { in _mergeKey()
299 if (nr != null) { in _close()
338 if (nr != null) { in _destroy()
385 if (nr == null) { in openReg()
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/
H A DReportBuilderImplementation.java108 private XFrame m_xFrame = null;
142 null in initialize()
242 if (m_xFrame == null) in getFrame()
336 if (aNewLayouter != null) in setReportBuilderLayouterName()
381 m_reportDocument = null; in closeReportDefinition()
392 return null; in getComponent()
417 return null; in loadReport()
435 return null; in loadReportFromDocumentDefinition()
511 if (groupNames != null) in setSorting()
588 return null; in getLayoutInstanceFrom()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DAccTreeNode.java92 if (mxComponent == null && mxContext != null) in getComponent()
100 if (mxComponent == null) in getExtendedComponent()
106 return null; in getExtendedComponent()
111 if (mxText == null && mxContext != null) in getText()
125 if (mxTable == null && mxContext != null) in getTable()
134 if ((mxAccessible == null) && (mxContext != null)) in getAccessible()
148 if (aHandler != null) in addHandler()
195 return null; in getChild()
218 return null; in getChildNoCreate()
252 if (aNode != null) in indexOf()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcel.java70 ScriptEntry script = null; in getByName()
94 if ( script == null ) in getByName()
107 if ( m_descriptor != null ) in getElementNames()
122 Object containee = null; in hasByName()
126 if ( containee != null ) in hasByName()
159 if ( m_descriptor != null ) in replaceByName()
164 if ( script != null ) in replaceByName()
229 if ( xSFA2 != null ) in writeParcelDescriptor()
232 ByteArrayInputStream bis = null; in writeParcelDescriptor()
233 XInputStreamImpl xis = null; in writeParcelDescriptor()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DImageProducer.java116 if (keyData == null) in ByteDataImageKey()
225 return null; in produceImage()
264 return null; in produceFromBlob()
271 if (o != null) in produceFromByteArray()
312 return null; in produceFromByteArray()
330 if (o != null) in produceFromString()
389 final OfficeImage officeImage = new OfficeImage(source, null, null); in produceFromString()
398 URI uri = null; in produceFromURL()
408 if (o != null) in produceFromURL()
455 final OfficeImage image = new OfficeImage(urlString, null, null); in produceFromURL()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java117 value = null; in XMLPackageDescription()
139 return getElement(key, null, null); in getElement()
145 if (attrKey == null) { in getElement()
152 return null; in getElement()
170 if (found != null) { in findPackage()
188 if (childParentName != null) { in adjust()
213 if ( xpdRoot != null ) { in read()
216 if (file != null) { in read()
268 if (key != null) { in dump()
276 if (key != null) { in dump()
[all …]

Completed in 169 milliseconds

12345678910>>...127