Home
last modified time | relevance | path

Searched refs:null (Results 576 – 600 of 3166) sorted by relevance

1...<<21222324252627282930>>...127

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XDataTransferProviderAccess.java58 public XDataTransferProviderAccess oObj = null;
59 protected XWindow win = null ;
68 if (win == null) throw new StatusException(Status.failed in before()
82 result = rec != null ; in _getDragGestureRecognizer()
97 result = src != null ; in _getDragSource()
112 result = targ != null ; in _getDropTarget()
126 result = cb != null ; in _getClipboard()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotTable.java56 public XDataPilotTable oObj = null;
57 XCell xCellForChange = null;
58 XCell xCellForCheck = null;
59 CellAddress OutputRange = null;
65 if (xCellForChange == null || OutputRange == null || in before()
66 xCellForCheck == null) { in before()
H A D_DatabaseImportDescriptor.java45 public XPropertySet oObj = null;
46 public XImportable xIMP = null;
47 public PropertyValue[] props = null;
65 Object gValue = null; in changeProp()
66 Object sValue = null; in changeProp()
67 Object ValueToSet = null; in changeProp()
85 if ( (gValue.equals(sValue)) || (sValue == null) ) { in changeProp()
/trunk/main/forms/qa/integration/forms/
H A DMasterDetailForms.java171 HsqlDatabase databaseDocument = null; in checkMultipleKeys()
215 if ( databaseDocument != null ) in checkMultipleKeys()
224 if ( m_masterForm != null ) in impl_cleanUpStep()
226 if ( m_detailForm != null ) in impl_cleanUpStep()
228 m_masterForm = m_detailForm = null; in impl_cleanUpStep()
239 CRMDatabase database = null; in checkDetailFormDefaults()
240 XCommandProcessor subComponentCommands = null; in checkDetailFormDefaults()
263 … subComponentCommands.execute( command, subComponentCommands.createCommandIdentifier(), null ) in checkDetailFormDefaults()
328 if ( subComponentCommands != null ) in checkDetailFormDefaults()
335 … subComponentCommands.execute( command, subComponentCommands.createCommandIdentifier(), null ); in checkDetailFormDefaults()
[all …]
/trunk/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java80 com.sun.star.lang.XSingleServiceFactory xsingleservicefactory = null; in __getServiceFactory()
127 if (m_wizardContext != null) in trigger()
130 … XTextDocument textDocument = context.queryOrDefault( "TextDocument", null, XTextDocument.class ); in trigger()
131 …XDatabaseDocumentUI documentUI = context.queryOrDefault( "DocumentUI", null, XDatabaseDocumentUI.c… in trigger()
132 if ( textDocument != null ) in trigger()
141 Logger.getLogger(CallReportWizard.class.getName()).log(Level.SEVERE, null, e); in trigger()
217 Logger.getLogger(CallReportWizard.class.getName()).log(Level.SEVERE, null, e); in getImplementationId()
254 Logger.getLogger(CallReportWizard.class.getName()).log(Level.SEVERE, null, e); in getTypes()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/util/
H A DDebug.java64 private static PrintWriter writer = null;
123 if (writer == null) { in setOutput()
166 if (writer != null) { in setOutput()
207 if (writer != null) { in logSystemInfo()
226 if (writer != null) { in logTime()
277 if (writer != null) { in log()
300 if (writer != null) { in log()
303 if (e != null) in log()
/trunk/main/toolkit/test/accessibility/
H A DNodeFactory.java33 if (maInstance == null) in Instance()
91 if (aHandler != null) in addDefaultHandlers()
99 if (aHandler != null) in addDefaultHandlers()
122 XAccessibleContext xContext = null; in createDefaultNode()
123 if (xAccessible != null) in createDefaultNode()
125 if (xContext != null) in createDefaultNode()
143 if (aNode == null) in createDefaultNode()
148 private static NodeFactory maInstance = null;
H A DAccessibleContextHandler.java38 if (xContext != null) in createHandler()
41 return null; in createHandler()
52 if (xContext != null) in AccessibleContextHandler()
58 XAccessibleContext xContext = null; in createChild()
63 if (xContext != null) in createChild()
77 sChild = "Has parent: " + (xParent!=null ? "yes" : "no"); in createChild()
89 if (xStateSet != null) in createChild()
/trunk/main/package/qa/storages/
H A DTest08.java60 if ( xTempStorage == null ) in test()
70 if ( xTempStorageEncryption == null ) in test()
92 if ( xTempSubStorage == null ) in test()
145 if ( sTempFileURL == null || sTempFileURL == "" ) in test()
158 if ( xTempFileStorage == null ) in test()
181 if ( xResultStorage == null ) in test()
194 if ( xResultSubStorage == null ) in test()
207 if ( xResultStorageEncryption == null ) in test()
/trunk/main/embeddedobj/test/Container1/
H A DWindowHelper.java51 XWindow xWindow = null; in createWindow()
52 XToolkit xToolkit = null; in createWindow()
61 return null; in createWindow()
70 XWindowPeer xPeer = null; in createWindow()
81 if (xPeer==null) in createWindow()
115 if ( xWindow != null ) in createWindow()
125 xWindow = null; in createWindow()
138 XBitmap xResult = null; in getVCLBitmapFromBytes()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DAccessibleHypertextImpl.java60 if (null != url) { in getAccessibleActionObject()
70 return null; in getAccessibleActionObject()
94 return null; in getAccessibleActionAnchor()
115 return null; in getAccessibleActionDescription()
134 if ((property != null) && (property.indexOf("text") != -1)) { in AccessibleHypertextImpl()
146 if (unoAccessibleHypertext != null) { in get()
152 if (unoAccessibleText != null) { in get()
157 return null; in get()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/inspection/
H A D_XObjectInspector.java57 public XObjectInspector oObj = null;
63 public Object[] oInspect = null;
69 public XObjectInspectorModel xSetModel = null;
81 if (oInspect == null) throw new StatusException in before()
86 if (xSetModel == null) throw new StatusException in before()
124 boolean result = xGetModel != null; in _InspectorModel()
148 tRes.tested("InspectorUI()", oUI != null) ; in _InspectorUI()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DOutProducerFactory.java45 LogWriter dbOut = null; in createOutProducer()
50 if (dbOut == null) { in createOutProducer()
53 if (outProducerName != null) { in createOutProducer()
62 if (dbOut == null) { in createOutProducer()
75 if (dataProducerName == null) { in createDataBaseOutProducer()
82 LogWriter dbOut = null; in createDataBaseOutProducer()
102 if(val != null) { in convertToBool()
H A DSimpleLogWriter.java35 share.DescEntry entry = null;
36 share.Watcher ow = null;
60 if ((ow == null) && (entry != null)) in println()
63 if (this.ow != null) in println()
70 if (ow != null) in println()
102 if (watcher != null) in setWatcher()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/
H A D_XHyphenator.java46 public XHyphenator oObj = null;
54 PropertyValue[] Props = null; in _hyphenate()
58 res &= (result != null); in _hyphenate()
73 PropertyValue[] Props = null; in _queryAlternativeSpelling()
77 res &= (result != null); in _queryAlternativeSpelling()
92 PropertyValue[] Props = null; in _createPossibleHyphens()
96 res &= (result != null); in _createPossibleHyphens()
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DRegistryServiceFactory.java90 if(vm_info != null && vm_info.indexOf("green") != -1) in create()
94 if (writeRegistryFile == null && readRegistryFile == null) in create()
135 return create(registryFile, null, false); in create()
152 return create(registryFile, null, readOnly); in create()
161 return create( null, null, false ); in create()
/trunk/test/testuno/source/fvt/uno/sw/
H A DDocumentTest.java49 XTextDocument textDocument = null;
50 File temp = null;
85 XFrame xFrame = (xDesktop == null) ? null : xDesktop.getCurrentFrame(); in testNewAndCloseDocument()
86 XController xCtrl = (xFrame == null) ? null : xFrame.getController(); in testNewAndCloseDocument()
87 XModel xModel = (xCtrl == null) ? null : xCtrl.getModel(); in testNewAndCloseDocument()
88 Assert.assertTrue("Document has been closed.",xModel==null); in testNewAndCloseDocument()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DJobExecutor.java82 XNamed xNamed = null;
83 Object oRootCfg = null;
115 serviceRegistered = obj != null; in initialize()
127 XNameAccess jobs = null; in initialize()
128 XNameAccess events = null; in initialize()
218 XInterface oObj = null; in createTestEnvironment()
220 Object job = null; in createTestEnvironment()
269 return null; in execute()
299 return createInstanceWithArguments(null); in createInstance()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java93 private XMultiServiceFactory m_xSMGR = null;
94 private XHierarchicalNameAccess m_xConfig = null;
129 if (m_xConfig == null) in ConfigHelper()
232 XNameReplace xChildAccess = null; in getOrInsertGroup()
242 if (xChildAccess == null) { in getOrInsertGroup()
273 XPropertySet xProp = null; in updateGroupProperty()
314 XNameReplace xGroupAccess = null; in insertOrUpdateExtensibleGroupProperty()
315 XNameContainer xExtGroupCont = null; in insertOrUpdateExtensibleGroupProperty()
363 if (oSet == null) in getSet()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java62 AppendText("\n", TokenType.WHITESPACE, null, -1); in Parse()
73 AppendText("\n", TokenType.WHITESPACE, null, -1); in Parse()
165 AppendText("\n", TokenType.WHITESPACE, null, -1); in ParseTagContent()
166 AppendText(" ", TokenType.WHITESPACE, null, -1); in ParseTagContent()
170 AppendText(" ", TokenType.WHITESPACE, null, -1); in ParseTagContent()
224 AppendText("\n", TokenType.WHITESPACE, null, -1); in ParseText()
246 String sList = null; in ExpectToken()
249 if (sList != null) in ExpectToken()
359 return null; in GetStyle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XReplaceable.java50 public XReplaceable oObj = null;
51 public XReplaceDescriptor Rdesc = null;
64 if (o != null) { in before()
69 if (o != null) { in before()
101 tRes.tested("createReplaceDescriptor()", Rdesc != null); in _createReplaceDescriptor()
123 boolean res = (oObj.findFirst(SDesc) != null); in _replaceAll()
128 res &= (oObj.findFirst(SDesc) == null); in _replaceAll()
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DTestBridge.java45 return null; in getContext()
49 return null; in getName()
53 return null; in registerInterface()
68 return null; in getRegisteredObjectIdentifier()
80 if (object == null) { in mapInterfaceTo()
81 return null; in mapInterfaceTo()
100 return null; in getTargetEnvironment()
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java305 XCell xCell = null; in setValueToCellRange()
316 XCell xCell = null; in setValueToCellRange()
338 XCell xCell = null; in setTextToCellRange()
339 XText xText = null; in setTextToCellRange()
351 XCell xCell = null; in setTextToCellRange()
352 XText xText = null; in setTextToCellRange()
374 XCell xCell = null; in getValueFromCellRange()
399 XCell xCell = null; in getTextFromCellRange()
400 XText xText = null; in getTextFromCellRange()
659 XChartDocument xChartDocument = null; in createChart()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XIndexAccess.java44 public XIndexAccess oObj = null;
90 Object o = null; in _getByIndex()
110 loc_result = oObj.getByIndex(count) == null; in _getByIndex()
126 Object o = null; in checkGetByIndex()
132 if ( tEnv.getObjRelation("XIndexAccess.getByIndex.mustBeNull") != null){ in checkGetByIndex()
133 result = (o == null); in checkGetByIndex()
136 result = (o != null); in checkGetByIndex()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/
H A D_XDispatchProviderInterception.java48 public XDispatchProviderInterception oObj = null;
57 private PrintWriter log = null ;
58 public XDispatchProvider master = null, slave = null ;
93 TestInterceptor interceptor = null ;
112 result = interceptor.master != null ; in _registerDispatchProviderInterceptor()
133 result = interceptor.master == null ; in _releaseDispatchProviderInterceptor()

Completed in 89 milliseconds

1...<<21222324252627282930>>...127