Home
last modified time | relevance | path

Searched refs:null (Results 226 – 250 of 3165) sorted by relevance

12345678910>>...127

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaWizardDialog.java154 listPageDesign = insertListBox("listPageDesign", null, null, in buildStep1()
158 chkMinutes = insertCheckBox("chkMinutes", null, in buildStep1()
182 txtDate = insertDateField("txtDate", null, in buildStep2()
190 txtTime = insertTimeField("txtTime", null, in buildStep2()
199 txtTitle = insertTextField("txtTitle", null, in buildStep2()
207 cbLocation = insertTextField("cbLocation", null,null, in buildStep2()
232 chkRead = insertCheckBox("chkRead", null, in buildStep3()
236 chkBring = insertCheckBox("chkBring", null, in buildStep3()
240 chkNotes = insertCheckBox("chkNotes", null, in buildStep3()
263 chkPresiding = insertCheckBox("chkPresiding", null, in buildStep4()
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXSQLInput.idl92 the attribute; if the value is SQL NULL, return null.
101 the attribute; if the value is SQL NULL, return null.
110 the attribute; if the value is SQL NULL, return null.
119 the attribute; if the value is SQL NULL, return null.
128 the attribute; if the value is SQL NULL, return null.
137 the attribute; if the value is SQL NULL, return null.
146 the attribute; if the value is SQL NULL, return null.
155 the attribute; if the value is SQL NULL, return null.
164 the attribute; if the value is SQL NULL, return null.
173 the attribute; if the value is SQL NULL, return null.
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java113 if (m_aDetailLabel == null) in getDetailLabel()
122 if (m_aDetailTextField == null) in getDetailTextField()
141 SectionObject a = null; in getGroupSectionObject()
155 if (a == null) in getGroupSectionObject()
179 if (aFixedText != null && in analyseReportDefinition()
180 m_aDetailLabel == null) in analyseReportDefinition()
187 if (aFormattedField != null && in analyseReportDefinition()
227 if (aFixedText != null && in analyseReportDefinition()
295 a = null; in create()
300 a = null; in create()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleEditableTextImpl.java71 return null; in getTextRange()
116 if (null != attribute) { in setAttributes()
139 if (null != attribute) { in setAttributes()
150 if (null != attribute) { in setAttributes()
165 if (null != attribute) { in setAttributes()
174 if (null != attribute) { in setAttributes()
188 if (null != attribute) { in setAttributes()
197 if (null != attribute) { in setAttributes()
208 if (null != attribute) { in setAttributes()
222 if (null != attribute) { in setAttributes()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java41 if ( null != xSI ) in dump_Object()
73 if ( null != xNamed ) in getName()
86 XPropertySetInfo xPSI = ( null != xProps ) ? xProps.getPropertySetInfo() : null; in getLabel()
87 if ( null == xPSI ) in getLabel()
127 if ( null != xIndexCont ) in getIndexInParent()
173 if ( null != xComponent ) in disposeComponent()
184 XControlModel xModel = null; in getModel()
185 if ( null != xControl ) in getModel()
204 XPropertySetInfo xPSI = null; in classifyFormComponentType()
205 if ( null != xComponent ) in classifyFormComponentType()
[all …]
/trunk/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java48 public XScriptInvocation oObj = null;
68 if (c != null) { in _invoke()
92 XModel ctx = null; in runInvokeTest()
99 if (ctx != null) in runInvokeTest()
136 if (ctx != null) in runInvokeTest()
157 if (storageManager == null) { in getStorageId()
179 if (access == null) in getStorageId()
198 return null; in getXSimpleFileAccess()
204 XModel model = null; in loadDocument()
214 return null; in loadDocument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyState.java59 private XPropertySet oPS = null ;
62 private String pName = null ;
63 private Object propDef = null ;
80 if (oPS == null) in before()
88 Property prop = null; in before()
126 if (localName == null) { in _getPropertyDefault()
154 if (localName == null) { in _getPropertyState()
160 if (ps == null) { in _getPropertyState()
182 if (localName == null) { in _getPropertyStates()
189 if (ps == null) { in _getPropertyStates()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XDriver.java59 public XDriver oObj = null;
60 String url = null;
61 String wrongUrl = null;
62 String nbu = null;
63 PropertyValue[] info = null;
72 if (url == null) { in before()
77 if (wrongUrl == null) { in before()
82 if (info == null) { in before()
102 res = (connection != null); in _connect()
113 if (nbu==null) { in _connect()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/
H A DBasicHandler.java85 static private XComponent oHandlerDoc = null;
306 if (res == null) { in perform()
368 return createInstanceWithArguments(null); in createInstance()
376 if (oHandlerDoc != null) { in dispose()
403 static XContainerListener[] listener = null;
406 BasicHandler parent = null;
427 if (listener != null) { in callBasicFunction()
431 if (listener[i] != null) { in callBasicFunction()
452 PropertyValue result = null ; in insertByName()
531 return null; in getElementType()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLCallableStatement.java70 if (blob != null) { in getBinaryStream()
73 return null; in getBinaryStream()
80 if (clob != null) { in getCharacterStream()
83 return null; in getCharacterStream()
179 return null; in getArray()
191 if (clob != null) { in getClob()
194 return null; in getClob()
206 if (blob != null) { in getBlob()
209 return null; in getBlob()
221 if (ref != null) { in getRef()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleTable.java69 if (xASel == null) { in before()
394 int selRows[] = null; in _getSelectedAccessibleRows()
396 if (xASel != null) { in _getSelectedAccessibleRows()
404 if (xASel != null) { in _getSelectedAccessibleRows()
443 int selCols[] = null; in _getSelectedAccessibleColumns()
445 if (xASel != null) { in _getSelectedAccessibleColumns()
454 if (xASel != null) { in _getSelectedAccessibleColumns()
516 if (xASel != null) { in _isAccessibleRowSelected()
578 if (xASel != null) { in _isAccessibleColumnSelected()
762 if (xASel != null) { in _isAccessibleSelected()
[all …]
H A D_XAccessibleComponent.java57 private Rectangle bounds = null;
290 if (xAcc == null) { in _getAccessibleAtPoint()
369 if (xAcc == null) { in _getAccessibleAtPoint()
461 if (parent != null) { in _getLocationOnScreen()
518 if (xAcc == null) { in getChildrenComponents()
564 if (xAcc == null) { in getParentComponent()
567 return null; in getParentComponent()
573 if (xAccPar == null) { in getParentComponent()
576 return null; in getParentComponent()
584 if (parent == null) { in getParentComponent()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityModel.java60 if (xToolkit != null) { in setRoot()
107 if (xAccessible != null) { in putNode()
111 if (ref != null) { in putNode()
115 return null; in putNode()
120 if (xAccessible != null) { in findNode()
124 if (ref != null) { in findNode()
128 return null; in findNode()
133 if (xAccessible != null) { in removeNode()
137 if (ref != null) { in removeNode()
141 return null; in removeNode()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DMultiTypeInterfaceContainer_Test.java78 list3.add(null); in MultiTypeInterfaceContainer_Test()
131 ci= cont.addInterface(null,obj1); in addInterface()
169 cont.addInterface(null, obj1); in getContainedTypes()
179 if (types[c] == null) in getContainedTypes()
219 ci= cont.addInterface(null, obj1); in getContainer()
222 InterfaceContainer icont= null; in getContainer()
227 icont= cont.getContainer(null); in getContainer()
252 count= cont.removeInterface(null, obj2); in removeInterface()
256 cont.addInterface(null, obj1); in removeInterface()
257 count= cont.removeInterface(null, obj2); in removeInterface()
[all …]
/trunk/main/javaunohelper/test/com/sun/star/comp/helper/
H A DComponentContext_Test.java50 if (o == null) in main()
53 if (o == null) in main()
56 if (o == null) in main()
59 if (o == null) in main()
62 if (o == null) in main()
65 if (o == null) in main()
68 if (xContext.getValueByName( "bla1" ) == null || in main()
69 xContext.getValueByName( "bla2" ) == null || in main()
70 xContext.getValueByName( "bla3" ) == null || in main()
71 xInitialContext.getValueByName( "bla2" ) != null || in main()
[all …]
/trunk/main/offapi/com/sun/star/xml/dom/
H A DXNode.idl56 for an Element or attributes for a Comment ), this returns null. Note that the specialized
66 <tr><th>Document </th><td>"#document" </td><td>null </td><td>null</td></tr>
67 <tr><th>DocumentFragment </th><td>"#document-fragment"</td><td>null </td><td>null</td></tr>
68 <tr><th>DocumentType </th><td>document type name </td><td>null </td><td>null</td></tr>
70 <tr><th>Entity </th><td>entity name </td><td>null </td><td>null</td></tr>
71 …ityReference </th><td>name of entity referenced </td><td>null </td><td>null</td></tr>
72 <tr><th>Notation </th><td>notation name </td><td>null </td><td>null</td></tr>
112 or null otherwise.
137 The namespace URI of this node, or null if it is unspecified.
176 The namespace prefix of this node, or null if it is unspecified.
[all …]
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/
H A DStateContext.java48 maStartState = GetOrCreateState(new QualifiedName(null, null, sBaseStateName), null); in StateContext()
71 return CreateState(new QualifiedName(sBasename), null); in CreateState()
81 if (sSuffix==null && aState.GetSuffix()==null) in CreateState()
82 return CreateState(aState.GetBasename(), null); in CreateState()
83 else if (sSuffix!=null && aState.GetSuffix()!=null) in CreateState()
85 else if (sSuffix != null) in CreateState()
109 if (aState == null) in GetOrCreateState()
122 return GetOrCreateState(aName, null); in GetStartStateForTypeName()
154 if (nDisambiguateCounter != null) in GetUnambiguousSuffix()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/comphelper/
H A DEventLogger.java42 if (loggerPool == null) { in getLoggerPool()
88 if (logger != null) { in getLogLevel()
99 if (logger != null) { in setLogLevel()
108 if (logger == null) { in isLoggable()
133 if (logger != null) { in addLogHandler()
150 if (logger != null) { in removeLogHandler()
168 return impl_log(logLevel, null, null, message, arguments); in log()
195 return impl_log(logLevel, null, null, message); in log()
217 if (logger == null) { in impl_log()
230 if (sourceClass != null && sourceMethod != null) { in impl_log()
/trunk/main/avmedia/source/java/
H A DFrameGrabber.java41 private com.sun.star.lang.XMultiServiceFactory maFactory = null;
42 private javax.media.Player maPlayer = null;
43 private javax.media.control.FrameGrabbingControl maFrameGrabbingControl = null;
71 if( maPlayer != null ) in FrameGrabber()
82 com.sun.star.graphic.XGraphic aRet = null; in implImageToXGraphic()
84 if( maFactory != null && aImage != null ) in implImageToXGraphic()
88 java.io.File aTempFile = null; in implImageToXGraphic()
103 if( aProvider != null ) in implImageToXGraphic()
125 if( aTempFile != null ) in implImageToXGraphic()
139 com.sun.star.graphic.XGraphic aRet = null; in grabFrame()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DParaStyle.java276 if (attribs != null) in ParaStyle()
299 if (attribs != null) in ParaStyle()
389 ParaStyle resolved = null; in getResolved()
398 ParaStyle parentStyle = null; in getResolved()
399 if (sc != null) { in getResolved()
400 if (parent != null) { in getResolved()
403 if (parentStyle == null) in getResolved()
409 parentStyle = (ParaStyle)sc.lookup("DEFAULT_STYLE", null, null, in getResolved()
416 if (parentStyle != null) { in getResolved()
438 if (value != null) in toCSV()
[all …]
/trunk/main/framework/qa/complex/dispatches/
H A Dcheckdispatchapi.java70 private XFrame m_xDesktop = null;
72 private XFrame m_xFrame = null;
139 m_xFrame = null; in after()
332 if (xLoader == null) in impl_loadIntoFrame()
337 XComponent xDoc = null; in impl_loadIntoFrame()
344 xDoc = null; in impl_loadIntoFrame()
347 if (xDoc == null) in impl_loadIntoFrame()
358 Object aComponent = null; in impl_createUNOComponent()
365 aComponent = null; in impl_createUNOComponent()
368 if (aComponent == null) in impl_createUNOComponent()
[all …]
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DLoader.java51 private static ClassLoader m_Loader = null;
68 String className = null; in main()
88 if ( attrs != null ) { in main()
111 if ( className == null ) { in main()
129 if ( className != null ) { in main()
149 if ( m_Loader == null ) { in getCustomLoader()
154 String classpath = null; in getCustomLoader()
164 if ( classpath != null ) { in getCustomLoader()
171 if ( path != null ) { in getCustomLoader()
183 null, (Object[]) null ); in getCustomLoader()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DJavaTools.java75 if (FirstArray != null) in copyStringArray()
83 return null; in copyStringArray()
107 String[] sRetArray = null; in ArrayOutOfMultiDimArray()
108 if (_sMultiDimArray != null) in ArrayOutOfMultiDimArray()
151 return null; in IntegerTointList()
177 return null; in BooleanTobooleanList()
329 if (MyArray != null) in getArraylength()
425 return null; in replaceSubString()
507 if ((baselist != null) && (_complist != null)) in removeOutdatedFields()
532 if ((baselist != null) && (_complist != null)) in removeOutdatedFields()
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiEditorImpl.java227 return null; in queryDispatch()
301 if ( m_xFrame != null ) in sendArticle()
306 if ( m_xModel == null ) in sendArticle()
313 if ( m_xModel != null ) in sendArticle()
345 if ( aSendDialog != null ) in sendArticle()
355 if ( aSendDialog != null ) in SendArticleImpl()
357 String sTemp2Url = null; in SendArticleImpl()
392 if ( xStore == null ) in SendArticleImpl()
435 null, in SendArticleImpl()
448 null, in SendArticleImpl()
[all …]
/trunk/main/package/qa/storages/
H A DRegressionTest_i59886.java58 if ( xTempFileStream == null ) in test()
68 if ( xTempStorage == null ) in test()
88 if ( xTempSubStorage == null ) in test()
131 if ( xStep2TempStorage == null ) in test()
141 if ( xStep2TempSubStorage == null ) in test()
149 if ( xEncr == null ) in test()
168 if ( xTempStream1 == null || xTempStream2 == null ) in test()
173 if ( xTempInStream1 == null || xTempInStream2 == null ) in test()
186 if ( xTargetStorage == null ) in test()
218 if ( xTargetSubStorage == null ) in test()
[all …]

Completed in 135 milliseconds

12345678910>>...127