/trunk/main/wizards/com/sun/star/wizards/common/ |
H A D | Desktop.java | 69 XDesktop xDesktop = null; in getDesktop() 70 if (xMSF != null) in getDesktop() 127 return null; in getDispatcher() 146 return null; in getDispatchURL() 298 if (_slist == null) in getUniqueName() 350 return null; in getRegistryKeyContent() 447 return null; in createStringSubstitution() 471 if (desktop == null) in findAFrame() 475 while (desktop != null && desktop.getComponentWindow() == null) in findAFrame() 479 if (desktop == null) in findAFrame() [all …]
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | HopcroftMinimizer.java | 55 if (aLog != null) in MinimizeDFA() 72 if (aLog != null) in MinimizeDFA() 83 if (aParts == null) in MinimizeDFA() 112 if (aLog != null) in MinimizeDFA() 171 return null; in Split() 177 if (aPartitions == null) in Split() 182 return null; in Split() 206 if (aTransition == null) in Split() 217 return null; in Split() 245 Transition aTransition = null; in GetTransition() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/ |
H A D | UITools.java | 160 if (oButton == null){ in clickButton() 189 if (oButton != null){ in clickToggleButton() 276 if(xRB == null) in setRadioButtonValue() 280 if(oValue == null) in setRadioButtonValue() 306 if (xListBox == null){ in selectListboxItem() 345 if (xListBox == null){ in getListBoxObjects() 350 if (xListBox == null){ in getListBoxObjects() 409 if (xListBox == null){ in getListBoxItems() 657 String cMessage = null; in getMsgBoxText() 729 if (aComp != null) { in clickMiddleOfAccessibleObject() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/basicrunner/ |
H A D | BasicHandlerProvider.java | 48 static BasicHandler oHandler = null; 50 static Connector oConnector = null; 52 static DocumentHandler oDocumentHandler = null; 54 static ThreadRunner oThreadRunner = null; 56 static AttributeList oAttributeList = null; 58 static Filter oFilter = null; 62 static XMultiServiceFactory MSF = null; 130 if (oHandler != null) { in disposeHandler() 133 if (MSF != null) { in disposeHandler() 146 MSF = null; in disposeHandler() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/loader/ |
H A D | _XImplementationLoader.java | 60 public XImplementationLoader oObj = null; 61 private String implLoader = null ; 62 private String implUrl = null ; 63 private String implName = null ; 74 if (implLoader == null || implUrl == null || implName == null) in before() 88 XSimpleRegistry xReg = null ; in _writeRegistryInfo() 144 XInterface factory = null ; in _activate() 148 (implName, implLoader, implUrl, null) ; in _activate() 156 if (xServInf == null) { in _activate() 157 if (factory == null) { in _activate()
|
/trunk/main/scripting/java/org/openoffice/idesupport/ |
H A D | JavaFinder.java | 47 private Vector classpath = null; 56 if (finder == null) { in getInstance() 58 if (finder == null) in getInstance() 87 if (classpath == null) in findMethods() 145 if (s != null) in getClassLoader() 166 if (unoil != null) { in getClassLoader() 173 return null; in getClassLoader() 184 if (urlpath != null) in getClassLoader() 212 return null; in findClassNames() 215 if(javaFiles == null || javaFiles.size() == 0) in findClassNames() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/ |
H A D | _XIsolatedConnection.java | 52 public XIsolatedConnection oObj = null ; 65 if (handler == null) { in _getIsolatedConnectionWithCompletion() 71 XConnection con = null ; in _getIsolatedConnectionWithCompletion() 78 tRes.tested("getIsolatedConnectionWithCompletion()", con != null) ; in _getIsolatedConnectionWithCompletion() 92 String user = null; in _getIsolatedConnection() 93 String pwd = null; in _getIsolatedConnection() 94 if (userSettings == null) { in _getIsolatedConnection() 98 if (userSettings[0] != null) in _getIsolatedConnection() 102 if (userSettings[1] != null) in _getIsolatedConnection() 109 XConnection con = null ; in _getIsolatedConnection() [all …]
|
/trunk/main/wizards/com/sun/star/wizards/web/ |
H A D | WWD_Events.java | 156 Object view = null; in loadSession() 299 if (doc == null) in setSelectedDoc() 327 if (files == null) in addDocument() 425 if (bgDialog == null) in chooseBackground() 452 if (background == null) in setBackground() 512 if (url == null) in setPublishUrl() 514 return null; in setPublishUrl() 821 Object node = null; in saveSession() 836 if (node != null) in saveSession() 1154 if (bgDialog != null) in cleanup() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
H A D | URLHelper.java | 64 String sFileURL = null; in getFileURLFromSystemPath() 72 sFileURL = null; in getFileURLFromSystemPath() 205 com.sun.star.util.URL aURL = null; in parseURL() 207 if (sURL==null || sURL.equals("")) in parseURL() 208 return null; in parseURL() 231 aURL = null; in parseURL() 257 return null; in getSystemFilesFromDir() 260 return null; in getSystemFilesFromDir() 263 if (lAllFiles == null ) in getSystemFilesFromDir() 264 return null; in getSystemFilesFromDir() [all …]
|
H A D | ComplexDescGetter.java | 44 testClass = null; in ComplexDescGetter() 53 DescEntry[] entries = getScenario(entry.substring(5), null, debug); in getDescriptionFor() 59 DescEntry dEntry = getDescriptionForSingleJob(entry.substring(3), null, debug); in getDescriptionFor() 60 if (dEntry != null) in getDescriptionFor() 70 return null; in getDescriptionFor() 76 String methodNames[] = null; in getDescriptionForSingleJob() 119 return null; in getDescriptionForSingleJob() 124 return null; in getDescriptionForSingleJob() 134 String[] testMethodNames = null; in getDescriptionForSingleJob() 136 if (testMethodNames == null) in getDescriptionForSingleJob() [all …]
|
/trunk/main/package/qa/storages/ |
H A D | RegressionTest_i27773.java | 64 if ( xTempFileStream == null ) in test() 72 if ( xPropSet != null ) in test() 93 if ( xTempStorage == null ) in test() 103 if ( xTempSubStorage == null ) in test() 113 if ( xEmptySubStorage == null ) in test() 123 if ( xEmptySubSubStorage == null ) in test() 212 if ( xTempStorage == null ) in test() 222 if ( xTempSubStorage == null ) in test() 232 if ( xTempSubStorage_copy == null ) in test() 242 if ( xEmptySubStorage == null ) in test() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_remotebridge/ |
H A D | various.java | 68 protected String connectString = null ; 82 public XInterface bridge = null; 95 private XMultiServiceFactory xMSF = null; 132 public Exception ex = null ; 133 private XAcceptor acc = null ; 135 private XBridgeFactory xBrdgFctr = null; 139 public XConnection acceptedCall = null ; 276 if (xComp != null) in cleanup() 280 if (xComp != null) in cleanup() 284 if (xComp != null) in cleanup() [all …]
|
/trunk/main/bean/qa/complex/bean/ |
H A D | ScreenComparer.java | 67 m_rect = null; in reset() 68 m_img1 = null; in reset() 69 m_img2 = null; in reset() 70 m_imgDiff = null; in reset() 101 if (m_img1 == null || m_img2 == null) in compare() 215 if (m_img1 != null) in writeImages() 221 file1= null; in writeImages() 222 file_tmp= null; in writeImages() 226 if (m_img2 != null) in writeImages() 231 file1= null; in writeImages() [all …]
|
/trunk/main/framework/qa/complex/loadAllDocuments/ |
H A D | CheckXComponentLoader.java | 106 private XFrame m_xDesktop = null; 109 private XFrame m_xFrame = null; 250 m_xFrame = null; in after() 251 m_xLoader = null; in after() 326 return null; in impl_getTempFileName() 357 XComponent xDoc = null; in impl_createTempOfficeDocument() 435 byte[] baURL = null; in checkURLEncoding() 641 XComponent xDoc = null; in loadURL() 647 if (xDoc != null) { in loadURL() 663 if (xDoc != null) { in loadURL() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/ |
H A D | _XAccessibleText.java | 77 String text = null; 78 String editOnly = null; 79 Object LimitedBounds = null; 80 Rectangle chBounds = null; 93 if (xat != null) { in before() 102 if (text == null) { in before() 114 if (component == null) { in before() 137 if (editOnly != null) { in _getCaretPosition() 846 TextSegment txt = null; in _getTextAtIndex() 920 TextSegment txt = null; in _getTextBeforeIndex() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/frame/ |
H A D | _XFramesSupplier.java | 46 public static XFramesSupplier oObj = null; 47 protected XIndexAccess frames = null ; 48 protected XFrame active = null ; 69 if (active == null) { in _getActiveFrame() 77 XFrame fr = null ; in _getActiveFrame() 79 fr = null; in _getActiveFrame() 120 if (frames != null) { in _getFrames() 130 if (frames.getByIndex(i) == null) { in _getFrames() 160 XFrame sFrame = null ; in _setActiveFrame() 191 sFrame = null; in _setActiveFrame() [all …]
|
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/ |
H A D | AccessibilityNode.java | 53 if (userObject != null) { in finalize() 71 if (xAccessibleContext != null) { in setAttached() 90 if (localListener != null) { in disposing() 95 userObject = null; in disposing() 96 unoAccessibleContext = null; in disposing() 102 if (node != null) { in handleChildRemoved() 114 if (node != null) { in handleChildAdded() 119 if (xAC != null) { in handleChildAdded() 134 if (xAccessible != null) { in notifyEvent() 139 if (xAccessible != null) { in notifyEvent() [all …]
|
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/ |
H A D | SolarisInstaller.java | 51 data.setDatabasePath(null); in defineDatabasePath() 120 String installDir = null; in getChangeInstallDir() 123 if ( packageName != null ) { in getChangeInstallDir() 325 String rootPath = null; in isPackageNameInstalledClassic() 372 String rootPath = null; in queryAllDatabase() 427 HashMap map = null; in isPackageNameInstalled() 447 packageName = null; in isPackageInstalled() 450 if ( packageName != null ) { in isPackageInstalled() 478 packageName = null; in findOlderPackage() 483 String rootPath = null; in findOlderPackage() [all …]
|
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Cache.java | 47 found[0] = e != null; in add() 48 if (e == null) { in add() 51 e = new Entry(content, map.size(), null, first); in add() 52 if (first == null) { in add() 58 } else if (last != null) { in add() 66 last.next = null; in add() 67 e.prev = null; in add() 80 if (e.next == null) { in add() 85 e.prev = null; in add() 114 private Entry first = null; [all …]
|
/trunk/main/scripting/examples/java/Newsgroup/ |
H A D | PostNewsgroup.java | 45 private PostNewsgroup window = null; 47 private JTextField hostTextField = null; 48 private JTextField replyTextField = null; 50 private JTextArea commentTextArea = null; 52 private JRadioButton officeButton = null; 53 private JRadioButton htmlButton = null; 54 private JButton postButton = null; 55 private JButton cancelButton = null; 304 if( subscribedNewsgroups != null ) in getNewsgroupCombo() 316 NewsGroup groupToSend = null; in getNewsgroupCombo() [all …]
|
/trunk/main/toolkit/qa/complex/toolkit/accessibility/ |
H A D | _XAccessibleComponent.java | 58 private Rectangle bounds = null ; 234 if (xAcc == null) { in _getAccessibleAtPoint() 300 result &= bounds != null in _getBounds() 356 if (parent != null) { in _getLocationOnScreen() 413 if (xAcc == null) { in getChildrenComponents() 451 if (xAcc == null) { in getParentComponent() 453 return null; in getParentComponent() 459 if (xAccPar == null) { in getParentComponent() 461 return null; in getParentComponent() 465 if (parent == null) { in getParentComponent() [all …]
|
/trunk/main/odk/examples/java/Inspector/ |
H A D | InspectorAddon.java | 48 private static XModel xModel = null; 51 XFrame m_xFrame = null; 57 private XComponentContext m_xContext = null; 65 XDispatch xRet = null; in queryDispatch() 92 private XFrame m_xFrame = null; 93 private XModel xModel = null; 97 if (m_xFrame != null){ in Dispatcher() 99 if (xController != null){ in Dispatcher() 112 if (xInstInspector == null){ in dispatch() 116 if ((m_xFrame == null) || (xModel == null)){ in dispatch() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_remotebridge.uno/ |
H A D | various.java | 68 protected String connectString = null ; 82 public XInterface bridge = null; 95 private XMultiServiceFactory xMSF = null; 132 public Exception ex = null ; 133 private XAcceptor acc = null ; 135 private XBridgeFactory xBrdgFctr = null; 139 public XConnection acceptedCall = null ; 280 if (xComp != null) in cleanup() 284 if (xComp != null) in cleanup() 288 if (xComp != null) in cleanup() [all …]
|
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/ |
H A D | Parser.java | 54 Location aLocation = null; in Parse() 68 if (Log.Dbg != null) in Parse() 79 if (Log.Dbg != null) in Parse() 137 if (Log.Dbg != null) in Skip() 159 if (Log.Dbg != null) in Skip() 168 if (Log.Dbg != null) in Skip() 186 if (Log.Dbg != null) in Skip() 203 if (Log.Dbg != null) in SkipText() 214 if (aIn == null) in GetStreamReader() 215 return null; in GetStreamReader() [all …]
|
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/ |
H A D | _CharacterProperties.java | 166 if ((oStyleName1 != null) && (oStyleName2 != null)){ 201 if (oPara == null) { in _CharStyleName() 218 if (oPara == null) { in _CharStyleNames() 236 if (oPara == null) { in _RubyCharStyleName() 253 if (oPara == null) { in _RubyAdjust() 286 if (oPara == null) { in _RubyText() 303 if (oPara == null) { in _RubyIsAbove() 350 Object gValue = null; in changeProp() 351 Object sValue = null; in changeProp() 352 Object ValueToSet = null; in changeProp() [all …]
|