Home
last modified time | relevance | path

Searched refs:null (Results 976 – 1000 of 3166) sorted by relevance

1...<<31323334353637383940>>...127

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/merger/merge/
H A DPositionBaseRowMerge.java78 while (orgSeqObject != null) { in mergeCellSequences()
83 if (modSeqObject == null) { in mergeCellSequences()
164 for (; modSeqObject != null; modSeqObject = modSeq.next()) { in mergeCellSequences()
215 if (attrNodes != null) { in mergeCells()
225 if (firstParaNode != null) { in mergeCells()
231 if (firstChild != null) { in mergeCells()
/trunk/main/forms/qa/integration/forms/
H A DSingleControlValidation.java95 … m_inputLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, rowPos, 70, 12, null ); in createControls()
109 …ayer.createControlAndShape( formComponentService, columnPos, controlPos, 25, controlHeight, null ); in createControls()
124 …ySet xLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
127 …statusField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
132 … xLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
135 …nationField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/
H A DOfficeParserUtil.java52 if (instance == null) in getInstance()
84 if (uri == null) in getNamespaceDeclaration()
97 return null; in getNamespaceDeclaration()
140 return null; in getNamespacePrefix()
150 return null; in parseStyleAttrDefinition()
168 if (prefix == null) in isValidStyleElement()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScAccessibleCsvRuler.java51 Thread lThread = null;
52 static XAccessibleAction accAction = null;
68 XInterface oObj = null; in createTestEnvironment()
203 private SOfficeFactory SOF = null ;
204 private PropertyValue[] args = null;
205 public XComponent xSpreadSheedDoc = null;
H A DScSheetLinkObj.java74 static XSpreadsheetDocument xSheetDoc = null;
84 xSheetDoc = SOF.createCalcDoc(null); in initialize()
115 XInterface oObj = null; in createTestEnvironment()
120 XSpreadsheet oSheet = null; in createTestEnvironment()
151 Object oLinks = null; in createTestEnvironment()
182 ((oObj == null) ? "FAILED" : "OK")); in createTestEnvironment()
H A DScDDELinksObj.java66 static XSpreadsheetDocument xSheetDoc = null;
67 static XComponent oDoc = null;
77 xSheetDoc = SOF.createCalcDoc(null); in initialize()
112 XInterface oObj = null; in createTestEnvironment()
141 XSpreadsheet oSheet = null; in createTestEnvironment()
182 ((oObj == null) ? "FAILED" : "OK")); in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxShapeGroup.java74 xDrawDoc = SOF.createDrawDoc(null); in initialize()
100 XInterface oObj = null; in createTestEnvironment()
101 XShapes oShapes = null; in createTestEnvironment()
125 if (oObj == null) { in createTestEnvironment()
146 XStyle aStyle1 = null; in createTestEnvironment()
153 XStyle aStyle2 = null; in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svtools/
H A DAccessibleBrowseBox.java73 if (xTextDoc != null) { in cleanup()
94 if (xTextDoc != null) { in createTestEnvironment()
101 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
118 XDispatch getting = null; in createTestEnvironment()
131 if (the_frame1 == null) { in createTestEnvironment()
139 XInterface oObj = null; in createTestEnvironment()
H A DAccessibleBrowseBoxTable.java89 if (xTextDoc != null) { in cleanup()
121 if (xTextDoc != null) { in createTestEnvironment()
131 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
149 XDispatch getting = null; in createTestEnvironment()
164 if (the_frame1 == null) { in createTestEnvironment()
195 XInterface oObj = null; in createTestEnvironment()
H A DAccessibleBrowseBoxTableCell.java90 if (xTextDoc != null) { in cleanup()
121 if (xTextDoc != null) xTextDoc.dispose(); in createTestEnvironment()
128 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
146 XDispatch getting = null; in createTestEnvironment()
159 if (the_frame1 == null) { in createTestEnvironment()
167 XInterface oObj = null; in createTestEnvironment()
H A DAccessibleTreeListBox.java96 if (xTextDoc != null) { in cleanup()
130 if (xTextDoc != null) xTextDoc.dispose(); in createTestEnvironment()
137 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
154 XDispatch getting = null; in createTestEnvironment()
167 if (the_frame1 == null) { in createTestEnvironment()
175 XInterface oObj = null; in createTestEnvironment()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DSingleControlValidation.java91 … m_inputLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, rowPos, 70, 12, null ); in createControls()
105 …ayer.createControlAndShape( formComponentService, columnPos, controlPos, 25, controlHeight, null ); in createControls()
120 …ySet xLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
123 …statusField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
128 … xLabel = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
131 …nationField = m_formLayer.createControlAndShape( "FixedText", columnPos, controlPos, 70, 4, null ); in createControls()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DImageControlSample.java48 ImageControlSample oImageControlSample = null; in main()
55 if(xContext != null ){ in main()
83 if (oImageControlSample != null){ in main()
84 if (oImageControlSample.m_xComponent != null){ in main()
94 XPropertySet xICModelPropertySet = null; in insertImageControl()
131 XGraphic xGraphic = null; in getGraphic()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XPopupMenuController.java33 public XPopupMenuController oObj = null;
139 return null; in getItemImage()
171 return null; in getTipHelpText()
180 return null; in getHelpText()
189 return null; in getHelpCommand()
198 return null; in getCommand()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java90 if (mWindow == null) in getUNOWindowPeer()
104 mWindow = null; in disposing()
105 mConnection = null; in disposing()
117 if ( xContext != null ) in queryAWTToolkit()
127 return null; in queryAWTToolkit()
200 parentPeer = null; in createUNOWindowPeer()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DNamedRequest.java40 private Suite suite = null;
47 String name = null; in init()
58 suite = new Suite(null, name); in init()
71 return null; in tc()
93 return null; in tp()
120 return null; in tm()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DConverterFactory.java55 ConverterInfo foundInfo = null; in canConvert()
64 if (foundInfo != null) in canConvert()
85 ConverterInfo foundInfo = null; in getConverter()
97 if (foundInfo != null) in getConverter()
100 return null; in getConverter()
/trunk/main/reportbuilder/java/com/sun/star/report/util/
H A DDefaultParameterMap.java55 if (key == null) in get()
74 if (key == null) in get()
79 if (o == null) in get()
101 if (key == null) in put()
105 if (value == null) in put()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XChild.java44 public XChild oObj = null;
45 public Object gotten = null;
57 if (the_name != null) in _getParent()
59 tRes.tested("getParent()",gotten != null); in _getParent()
76 if (parentComment != null) { in _setParent()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DSQLQueryComposer.java81 …DBMetaData.supportsGroupByUnrelated() && CurDBMetaData.GroupFieldNames != null && JavaTools.FieldI… in addtoSelectClause()
294 … if (CurDBMetaData.getFilterConditions() != null && CurDBMetaData.getFilterConditions().length > 0) in setQueryCommand()
324 if (curComposedCommandName == null) in getComposedAliasFieldName()
334 if (composedCommandNames != null) in getComposedCommandByAliasName()
344 return null; in getComposedCommandByAliasName()
349 if (composedCommandNames != null) in getComposedCommandByDisplayName()
359 return null; in getComposedCommandByDisplayName()
370 bAliasNameexists = (getComposedCommandByAliasName(locAliasName) != null); in getuniqueAliasName()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXIdlClass.idl122 sequence type (null-reference otherwise).
132 with the demanded name, then a null-reference is returned.
137 demanded field (/interface attribute) reflection (or null-reference)
160 then a null-reference is returned.
165 demanded method reflection (or null-reference)
174 does not have any methods, then a null-reference is returned.
184 If the reflected type is not an array, then a null-reference is returned.
187 inteface to modify array instances (or null-reference)
/trunk/main/toolkit/test/accessibility/
H A DAccessibleExtendedComponentHandler.java35 if (xEComponent != null) in createHandler()
38 return null; in createHandler()
47 if (xEComponent != null) in AccessibleExtendedComponentHandler()
61 AccessibleTreeNode aChild = null; in createChild()
66 if (xEComponent != null) in createChild()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DAny.java55 null);
97 new Type(any == null ? XInterface.class : any.getClass()), any); in complete()
121 && (_object == null in equals()
122 ? ((Any) obj)._object == null in equals()
129 + (_object == null ? 0 : _object.hashCode()); in hashCode()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_UnoControlCurrencyFieldModel.java63 return utils.isVoid(old) ? new Integer(6543) : null ; in _BackgroundColor()
75 return utils.isVoid(old) ? new Boolean(true) : null ; in _Tabstop()
87 return utils.isVoid(old) ? new Integer(1234) : null ; in _BorderColor()
99 return utils.isVoid(old) ? new Integer(123) : null ; in _TextColor()
111 return utils.isVoid(old) ? new Integer(123) : null ; in _TextLineColor()
H A D_UnoControlNumericFieldModel.java63 return utils.isVoid(old) ? new Integer(1234) : null ; in _BackgroundColor()
75 return utils.isVoid(old) ? new Integer(1234) : null ; in _BorderColor()
87 return utils.isVoid(old) ? new Integer(4321) : null ; in _TextColor()
99 return utils.isVoid(old) ? new Integer(4321) : null ; in _TextLineColor()
111 return utils.isVoid(old) ? new Boolean(true) : null ; in _Tabstop()

Completed in 92 milliseconds

1...<<31323334353637383940>>...127