Home
last modified time | relevance | path

Searched refs:null (Results 376 – 400 of 3166) sorted by relevance

1...<<11121314151617181920>>...127

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdb/
H A D_XSingleSelectQueryComposer.java58 public XSingleSelectQueryComposer oObj = null ;
64 private XPropertySet xProp = null;
66 private String colName = null;
84 if (xQueryAna == null) { in before()
94 if (xProp == null) { in before()
106 colName = null; in before()
109 if (colName == null) { in before()
193 XPropertySet dummy = null; in _appendFilterByColumn()
225 XPropertySet dummy = null; in _appendGroupByColumn()
329 XPropertySet dummy = null; in _appendHavingClauseByColumn()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/textbox/
H A DLineProperties.java55 XPresentationSupplier sdDocument = null;
56 XPresentation pre = null;
57 XComponent precomp = null;
58 XComponent impressDocument = null;
59 XComponent reLoadFile = null;
60 XDrawPagesSupplier drawsupplier = null;
61 XDrawPages drawpages = null;
62 XShapes xShapes = null;
63 XDrawPage xpage = null;
64 String filePath = null;
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_stm/
H A DObjectInputStream.java88 Object oPersObj = null; in initialize()
98 if ( oPersObj == null ) { in initialize()
118 XSimpleRegistry xReg = null; in initialize()
183 Object ostream = null; in createTestEnvironment()
184 Object aPipe = null; in createTestEnvironment()
185 Object mostream = null; in createTestEnvironment()
186 Object mistream = null; in createTestEnvironment()
187 Object istream = null; in createTestEnvironment()
188 Object xConnect = null; in createTestEnvironment()
229 XObjectOutputStream oStream = null; in createTestEnvironment()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_streams.uno/
H A DObjectInputStream.java86 Object oPersObj = null; in initialize()
96 if ( oPersObj == null ) { in initialize()
116 XSimpleRegistry xReg = null; in initialize()
180 Object ostream = null; in createTestEnvironment()
181 Object aPipe = null; in createTestEnvironment()
182 Object mostream = null; in createTestEnvironment()
183 Object mistream = null; in createTestEnvironment()
184 Object istream = null; in createTestEnvironment()
185 Object xConnect = null; in createTestEnvironment()
226 XObjectOutputStream oStream = null; in createTestEnvironment()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java412 if (aOffice != null) in Initialize()
557 if (aSelectionPath != null) in actionPerformed()
593 if (maCanvas != null) in valueChanged()
600 if (maCanvas != null) in valueChanged()
608 if ( maObjectViewContainer == null ) in implSetCurrentObject()
610 if ( maCurrentObject != null ) in implSetCurrentObject()
615 if ( maCurrentObject != null ) in implSetCurrentObject()
627 if( xFrame != null ) in disposing()
665 if (xToolkit != null) in Connected()
682 saWorkBench = null;
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapperKey.java45 if (elementNamespace == null) in StyleMapperKey()
49 if (elementName == null) in StyleMapperKey()
85 if (o == null || getClass() != o.getClass()) in equals()
92null ? !attributeName.equals(that.attributeName) : that.attributeName != null) || (attributeNamesp… in equals()
105 result = 31 * result + (attributeNamespace != null ? attributeNamespace.hashCode() : 0); in computeHashCode()
106 result = 31 * result + (attributeName != null ? attributeName.hashCode() : 0); in computeHashCode()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XSheetCondition.java49 public XSheetCondition oObj = null;
50 public String Formula1 = null;
51 public String Formula2 = null;
52 public ConditionOperator Operator = null;
53 public CellAddress SourcePosition = null;
61 tRes.tested("getFormula1()", Formula1 != null); in _getFormula1()
70 tRes.tested("getFormula2()", Formula2 != null); in _getFormula2()
79 tRes.tested("getOperator()", Operator != null); in _getOperator()
88 tRes.tested("getSourcePosition()", SourcePosition != null); in _getSourcePosition()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleCellHandler.java33 AccessibleCellHandler aCellHandler = null; in createHandler()
34 if (xContext != null) in createHandler()
37 if (xParent != null) in createHandler()
42 if (xTable != null) in createHandler()
56 if (xTable != null) in AccessibleCellHandler()
68 AccessibleTreeNode aChild = null; in createChild()
69 XAccessibleTable xTable = null; in createChild()
70 XAccessibleContext xContext = null; in createChild()
83 if( xTable != null && xContext != null ) in createChild()
H A DInformationWriter.java157 if (xMSF == null) in showServices()
185 if (xSN == null) in showInfo()
196 if (xSI == null) in showInfo()
224 if (xTP == null) in showInterfaces()
260 if (xContext == null) in showAccessibility()
265 if (xAccessible == null) in showAccessibility()
276 if (xContext != null) in showAccessibility()
315 if (xStateSet != null) in showAccessibility()
362 if (xComponent != null) in showAccessibleComponent()
399 if (xContext != null) in showAccessibilityTree()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleEventBroadcaster.java63 public XAccessibleEventBroadcaster oObj = null;
72 public AccessibleEventObject notifiedEvent = null ;
97 if (prod == null) { in before()
102 if (dp != null) { in before()
107 EventProducer prod = null ;
129 if (list.notifiedEvent == null) { in _addEventListener()
139 if (EventMsg != null) { in _addEventListener()
162 list.notifiedEvent = null; in _removeEventListener()
176 if (list.notifiedEvent == null) { in _removeEventListener()
180 tRes.tested("removeEventListener()", list.notifiedEvent == null); in _removeEventListener()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java68 private SpreadsheetDecoder decoder = null;
71 private org.w3c.dom.Document settings = null;
74 private org.w3c.dom.Document doc = null;
77 private ConvertData cd = null;
80 private StyleCatalog styleCat = null;
438 Element rowElement = null; in processCells()
441 Element cellElement = null; in processCells()
455 Node autoStylesNode = null; in processCells()
565 if (autoStylesNode == null) { in processCells()
572 SxcConstants.DEFAULT_STYLE, fmt, null); in processCells()
[all …]
/trunk/main/sc/qa/complex/sc/
H A DCalcRTL.java67 XSpreadsheetDocument xSheetDoc = null;
246 xSheetDoc = null; in closeSpreadsheetDocument()
256 XSpreadsheet oSheet = null; in getSpreadsheet()
295 Exception exception = null; in changeProperty()
366 } else if (oldValue == null) { in checkResult()
373 if (exception != null) { in checkResult()
432 if (exception == null) { in checkResult()
505 Object value = null; in getRealValue()
524 XShape insertedShape = null; in getInsertedShape()
551 return null; in getInsertedShape()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/lang/
H A D_XMultiComponentFactory.java44 public XMultiComponentFactory oObj = null;
46 public XComponentContext xContext = null;
47 private String[] availableServiceNames = null;
68 result = (component != null); in _createInstanceWithContext()
86 XInterface component = null; in _createInstanceWithArgumentsAndContext()
91 result = (component != null); in _createInstanceWithArgumentsAndContext()
107 if (availableServiceNames == null) { in _getAvailableServiceNames()
109 result = (availableServiceNames != null); in _getAvailableServiceNames()
113 result = (erg != null); in _getAvailableServiceNames()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java58 static XSpreadsheetDocument xSheetDoc = null;
77 xSheetDoc = SOF.createCalcDoc (null); in initialize()
102 XInterface oObj = null; in createTestEnvironment()
103 XInterface datapilotfield = null; in createTestEnvironment()
127 XSpreadsheet oSheet = null; in createTestEnvironment()
128 XSpreadsheet oSheet2 = null; in createTestEnvironment()
193 Object oChangeCell = null; in createTestEnvironment()
194 Object oCheckCell = null; in createTestEnvironment()
195 Integer aChangeValue = null; in createTestEnvironment()
284 XIndexAccess IA = null; in createTestEnvironment()
[all …]
H A DScAccessiblePreviewHeaderCell.java88 static XSpreadsheetDocument xSheetDoc = null;
102 if (xSheetDoc != null) { in cleanup()
107 xSheetDoc = null; in cleanup()
112 xSheetDoc = null; in cleanup()
126 XInterface oObj = null; in createTestEnvironment()
128 if (xSheetDoc != null) { in createTestEnvironment()
138 xSheetDoc = SOF.createCalcDoc(null); in createTestEnvironment()
151 XCell xCell = null; in createTestEnvironment()
186 XPropertySet xPropSet = null; in createTestEnvironment()
241 if (xDispatcher != null) { in createTestEnvironment()
[all …]
/trunk/main/framework/qa/complex/framework/autosave/
H A DAutoSave.java109 XDispatch xAutoSave = null; in disableListener()
110 URL aRegURL = null; in disableListener()
120 (xAutoSave != null) && in disableListener()
121 (aRegURL != null) in disableListener()
152 m_xAutoSave = null; in disposing()
153 m_aRegistration = null; in disposing()
172 private XDispatch m_xAutoSave = null;
176 private XStorable m_xTestDoc = null;
225 aConfig = null; in before()
281 return null; in createBigCalcDoc()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java39 String destFile = null; in copySourceFile()
41 if ( jarFile != null ) { in copySourceFile()
60 if ( sourceDir != null ) { in copyInstallDirectoryWithExtension()
70 if ( sourceDir != null ) { in copyInstallDirectoryWithExtension()
103 if ( uidFileSource != null ) { in copyGetUidSoFile()
117 if ( jrefilename != null ) { in copyJreFile()
145 if ( data.getAdminFileNameReloc() != null ) { in moveAdminFiles()
163 if ( data.getAdminFileNameNoReloc() != null ) { in moveAdminFiles()
184 String line = null; in createInfoFile()
245 if (subdir2 != null) { in removeInforootSubdir()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DDialogFactory.java53 if (factory == null) in createDialogFactory()
57 if (factory == null) in createDialogFactory()
68 if (factory == null) in getDialogFactory()
141 return null; in showInputDialog()
194 if (title == null || title.equals("")) in createConfirmDialog()
199 if (prompt == null || prompt.equals("")) in createConfirmDialog()
282 xControl.createPeer(xToolkit, null); in createConfirmDialog()
302 if (title == null || title.equals("")) in createInputDialog()
307 if (prompt == null || prompt.equals("")) in createInputDialog()
401 xControl.createPeer(xToolkit, null); in createInputDialog()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java161 if (xMSF == null) in showServices()
189 if (xSN == null) in showInfo()
200 if (xSI == null) in showInfo()
228 if (xTP == null) in showInterfaces()
264 if (xContext == null) in showAccessibility()
269 if (xAccessible == null) in showAccessibility()
280 if (xContext != null) in showAccessibility()
319 if (xStateSet != null) in showAccessibility()
366 if (xComponent != null) in showAccessibleComponent()
403 if (xContext != null) in showAccessibilityTree()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DXMLParserFactory.java39 private static XMLParser parser = null;
40 private static String officedtdurl = null;
45 if (parser == null) { in getParser()
47 if (parser == null) in getParser()
71 Document result = null; in parse()
72 InputSource is = null; in parse()
79 if (officedtdurl != null) { in parse()
119 Class serializerClass = null; in write()
120 Class formatterClass = null; in write()
140 Method method = null; in write()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOIndexContainer.java69 if (connection == null) { in createObject()
70 return null; in createObject()
73 XPropertySet ret = null; in createObject()
87 XResultSet results = null; in createObject()
90 if (results != null) { in createObject()
124 XResultSet results = null; in isPrimaryKeyIndex()
127 if (results != null) { in isPrimaryKeyIndex()
143 if (connection == null) { in appendObject()
144 return null; in appendObject()
183 if (connection == null) { in dropObject()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleCheckBox.java86 private static XTextDocument xTextDoc = null;
87 private static XAccessibleAction action = null;
88 private static DiagThread psDiag = null;
101 if (xTextDoc == null) { in createTestEnvironment()
104 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
112 XInterface oObj = null; in createTestEnvironment()
199 xTextDoc = null; in cleanup()
214 public XTextDocument xTextDoc = null;
215 public XMultiServiceFactory msf = null;
248 if (xDispatcher != null) { in run()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DAccessBridge.java61 if (w == null) { in getTopWindowImpl()
64 if (w != null) { in getTopWindowImpl()
74 if (xAccessible != null) { in getTopWindow()
76 if (xAccessibleContext != null) { in getTopWindow()
97 return null; in getTopWindow()
101 if (xAccessible != null) { in removeTopWindow()
103 if (xAccessibleContext != null) { in removeTopWindow()
123 return null; in removeTopWindow()
128 XSingleServiceFactory xSingleServiceFactory = null; in __getServiceFactory()
160 if (unoToolkit != null) { in initialize()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_XChartDocument.java60 public XChartDocument oObj = null;
62 XDiagram diagram = null;
63 XChartData ChartData = null;
71 tRes.tested("getTitle()", title != null); in _getTitle()
80 tRes.tested("getSubTitle()", subtitle != null); in _getSubTitle()
89 tRes.tested("getLegend()", legend != null); in _getLegend()
98 tRes.tested("getArea()", area != null); in _getArea()
107 tRes.tested("getDiagram()", diagram != null); in _getDiagram()
136 tRes.tested("getData()", ChartData != null); in _getData()
/trunk/main/jurt/test/com/sun/star/uno/
H A DWeakReference_Test.java42 o = null; in test()
44 assertTrue("a3", r1.get() == null); in test()
45 assertTrue("a4", r2.get() == null); in test()
68 if (listeners != null) { in addReference()
77 if (listeners != null) { in removeReference()
86 listeners = null; in dispose()
88 if (l != null) { in dispose()
89 java.lang.RuntimeException ex = null; in dispose()
97 if (ex != null) { in dispose()

Completed in 137 milliseconds

1...<<11121314151617181920>>...127