Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 2887) sorted by relevance

12345678910>>...116

/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterWizardDialogEvents.java28 public static final String OPTBUSINESSLETTER_ITEM_CHANGED = null;
29 public static final String OPTPRIVOFFICIALLETTER_ITEM_CHANGED = null;
30 public static final String OPTPRIVATELETTER_ITEM_CHANGED = null;
31 public static final String LSTBUSINESSSTYLE_ACTION_PERFORMED = null;
32 public static final String LSTBUSINESSSTYLE_ITEM_CHANGED = null;
33 public static final String LSTPRIVOFFICIALSTYLE_ACTION_PERFORMED = null;
34 public static final String LSTPRIVOFFICIALSTYLE_ITEM_CHANGED = null;
35 public static final String CHKBUSINESSPAPER_ITEM_CHANGED = null;
36 public static final String LSTPRIVATESTYLE_ACTION_PERFORMED = null;
37 public static final String LSTPRIVATESTYLE_ITEM_CHANGED = null;
[all …]
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java129 null, // reserved
163 private static Boolean m_bShowInBrowser = null;
174 if ( m_pConfigStrings == null ) in GetLocalizedString()
180 if ( m_pEntryNames[nInd] != null ) in GetLocalizedString()
197 if ( m_aConnectionManager == null ) in GetHttpClient()
200 if ( m_aClient == null ) in GetHttpClient()
214 if ( !bAllow && m_aConnectionManager != null ) in AllowConnection()
216 m_aClient = null; in AllowConnection()
218 m_aConnectionManager = null; in AllowConnection()
229 if ( m_bShowInBrowser == null ) in GetShowInBrowserByDefault()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java72 if (desc == null) { in getTypeDescription()
127 return null; in getTypeDescription()
132 return getTypeDescription(typeClass) != null; in isTypeClassSimple()
138 return superTypes == null || superTypes.length == 0 in getSuperType()
139 ? null : superTypes[0]; in getSuperType()
152 ? null in getMethodDescription()
158 : null; in getMethodDescription()
174 return null; in getMethodDescription()
189 return superTypes != null && superTypes.length == 1 in getFieldDescription()
190 ? superTypes[0].getFieldDescription(name) : null; in getFieldDescription()
[all …]
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java80 m_sParam = null; in ActionObject()
86 m_sParam = null; in ActionObject()
193 if ( m_xMainThreadExecutor == null ) in init()
212 if( aMenuBar == null ) in init()
314 if ( m_xEmbedObj != null ) in saveObject()
318 if ( xPersist != null ) in saveObject()
354 if ( m_aBitmapPainter != null ) in onInplaceActivate()
371 if ( m_aBitmapPainter != null ) in onInplaceDeactivate()
388 return null; in getTopmostWindow()
398 return null; in getDocumentWindow()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java76 m_aDocument = null; in OpenOfficePostscriptCreator()
86 if (m_aDocument == null) in load()
97 if (m_aDocument != null) in storeAsPostscript()
192 XComponent aDoc = null; in loadFromURL()
195 if (_aGTA.getMultiServiceFactory() == null) in loadFromURL()
198 return null; in loadFromURL()
203 if (aDesktop != null) in loadFromURL()
240 … if (_aGTA.getImportFilterName() != null && _aGTA.getImportFilterName().length() > 0) in loadFromURL()
264 if (aDoc != null) in loadFromURL()
274 … if (_aGTA.getImportFilterName() != null && _aGTA.getImportFilterName().length() > 0) in loadFromURL()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java92 return null; in parseXML()
107 return null; in newXML()
149 if (doc == null) in getStringByXPath()
150 return null; in getStringByXPath()
159 return null; in getStringByXPath()
206 FileInputStream fis = null; in loadProperties()
213 if (fis != null) { in loadProperties()
231 FileOutputStream fos = null; in storeProperties()
238 if (fos != null) { in storeProperties()
277 return readStreamAsString(new FileInputStream(file), null); in readFileAsString()
[all …]
/trunk/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContApp.java87 if( aMenuBar == null ) in init()
141 if ( m_xEmbedObj != null ) in paint()
145 if ( m_aImage != null ) in paint()
153 if ( m_xEmbedObj != null ) in generateNewImage()
169 if ( xCompProv != null ) in generateNewImage()
175 if ( xTransfer != null ) in generateNewImage()
183 if ( aPNGData != null && aPNGData.length != 0 ) in generateNewImage()
211 if ( m_xEmbedObj != null ) in mouseClicked()
233 if ( m_xEmbedObj != null ) in saveObject()
237 if ( xPersist != null ) in saveObject()
[all …]
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java45 private static ParcelZipper zipper = null;
54 if (zipper == null) { in getParcelZipper()
56 if (zipper == null) in getParcelZipper()
101 ZipOutputStream out = null; in zipParcel()
118 if (out != null) in zipParcel()
153 FileInputStream fis = null; in addFileToParcel()
161 if (fis != null) fis.close(); in addFileToParcel()
206 ZipFile documentZip = null; in isDocumentOverwriteNeeded()
217 if (documentZip.getEntry(name) != null) in isDocumentOverwriteNeeded()
224 if (documentZip != null) documentZip.close(); in isDocumentOverwriteNeeded()
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java86 private static TestParameters param = null;
149 xRep = null; in after()
159 stmts = xRep.getStatements(null, null, null); in check()
177 xRep.createGraph(null); in check()
188 stmts = xFooGraph.getStatements(null, null, null); in check()
209 xFooEnum = xFooGraph.getStatements(null, null, null); in check()
215 xFooEnum = xFooGraph.getStatements(null, null, null); in check()
219 xFooEnum = xRep.getStatements(null, null, null); in check()
226 xFooEnum = xFooGraph.getStatements(null, null, null); in check()
230 xFooEnum = xFooGraph.getStatements(baz, bar, null); in check()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DProcessHandler.java75 this.pref = (outPrefix == null) ? "" : outPrefix; in Pump()
87 while (line != null) in run()
125 private String[] envVars = null;
126 private File workDir = null;
134 private Pump stdout = null;
135 private Pump stderr = null;
136 private PrintStream stdIn = null;
137 private Process m_aProcess = null;
138 private TestParameters param = null;
154 this(cmdLine, null, null, null, 0); in ProcessHandler()
[all …]
/trunk/main/package/qa/storages/
H A DTestHelper.java55 if ( xOutput == null ) in WriteBytesToStream()
63 if ( xTruncate == null ) in WriteBytesToStream()
83 if ( xPropSet == null ) in WriteBytesToStream()
126 XStream xSubStream = null; in WriteBytesToSubstreamDefaultCompressed()
131 if ( xSubStream == null ) in WriteBytesToSubstreamDefaultCompressed()
145 if ( xOutput == null ) in WriteBytesToSubstreamDefaultCompressed()
153 if ( xTruncate == null ) in WriteBytesToSubstreamDefaultCompressed()
173 if ( xPropSet == null ) in WriteBytesToSubstreamDefaultCompressed()
221 XStream xSubStream = null; in WriteBytesToSubstream()
226 if ( xSubStream == null ) in WriteBytesToSubstream()
[all …]
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java82 String path = null; in getPath()
88 if ( path == null ) { in getPath()
92 if ( path == null ) { in getPath()
93 String osname = null; in getPath()
99 return null; in getPath()
101 if ( osname != null ) { in getPath()
111 if ( path == null ) { in getPath()
115 if ( path == null ) { in getPath()
143 String path = null; in getPathFromProperty()
167 String path = null; in getPathFromEnvVar()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentMetadataAccess.java128 private static TestParameters param = null;
186 xRep = null; in after()
187 xRS = null; in after()
188 xDMA = null; in after()
193 XComponent xComp = null; in check()
194 XComponent xComp2 = null; in check()
231 assertTrue("new: manifest graph", null != xManifest); in check()
234 xStmtsEnum = xRep.getStatements(null, null, null); in check()
246 xDocMDAccess.getElementByURI(null); in check()
252 xDocMDAccess.getMetadataGraphsWithType(null); in check()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java151 XComponent aDoc = null; in loadFromURL()
154 if (_aGTA.getMultiServiceFactory() == null) in loadFromURL()
157 return null; in loadFromURL()
162 if (aDesktop != null) in loadFromURL()
199 … if (_aGTA.getImportFilterName() != null && _aGTA.getImportFilterName().length() > 0) in loadFromURL()
218 if (aDoc != null) in loadFromURL()
227 … if (_aGTA.getImportFilterName() != null && _aGTA.getImportFilterName().length() > 0) in loadFromURL()
245 aDoc = null; in loadFromURL()
335 if (aDoc == null) in storeAsPDF()
391 if (aDoc != null) in printToFileWithOOo()
[all …]
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java175 if (elementData != null && o != null) in add()
196 if (elementData != null && element != null) in add()
233 if (o != null) in addAll()
255 if (elementData != null) in addAll()
268 if (o != null) in addAll()
295 if (elementData != null) in clear()
299 elementData[i] = null; in clear()
317 if (elementData != null && collection != null) in containsAll()
342 if (elementData != null) in get()
347 return null; in get()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DDBTools.java64 private XMultiServiceFactory xMSF = null ;
65 private XNamingService dbContext = null ;
66 private PrintWriter m_log = null;
93 {"String1", new Integer(1), null, null, new Double(1.1),
94 new Date((short) 1,(short) 1, (short) 2001), null, null, null,
95 Boolean.TRUE, null, null},
96 {"String2", new Integer(2), null, null, new Double(1.2),
97 new Date((short) 2, (short) 1,(short) 2001), null, null, null,
98 Boolean.FALSE, null, null},
99 {null, null, null, null, null,
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTree.java47 javax.accessibility.Accessible descendant = null; in setActiveDescendant()
52 if (unoAccessible != null) { in setActiveDescendant()
63 if (unoAccessible != null) { in add()
65 null, new TreeItem(unoAccessible)); in add()
70 if (unoAccessible != null) { in remove()
72 new TreeItem(unoAccessible), null); in remove()
158 return ( unoAccessibleTable != null ) ? this : null; in getAccessibleTable()
163 javax.accessibility.Accessible child = null; in getAccessibleChild()
166 if (xAccessible != null) { in getAccessibleChild()
187 javax.accessibility.Accessible child = null; in getAccessibleAt()
[all …]
H A DTable.java46 javax.accessibility.Accessible descendant = null; in setActiveDescendant()
51 if (unoAccessible != null) { in setActiveDescendant()
62 if (unoAccessible != null) { in add()
67 null, cell.getAccessibleContext()); in add()
72 if (unoAccessible != null) { in remove()
77 cell.getAccessibleContext(), null); in remove()
153 javax.accessibility.Accessible child = null; in getAccessibleChild()
156 if (xAccessible != null) { in getAccessibleChild()
177 javax.accessibility.Accessible child = null; in getAccessibleAt()
181 if (xAccessible != null) { in getAccessibleAt()
[all …]
H A DAccessibleTextImpl.java58 private javax.swing.text.TabSet tabSet = null;
59 private javax.swing.text.TabStop[] tabStops = null;
70 if ((property != null) && (property.indexOf("text") != -1)) { in AccessibleTextImpl()
85 if (unoAccessibleText != null) { in get()
90 return null; in get()
98 if (ts != null) { in convertTextSegment()
109 return null; in convertTextSegment()
129 if (null != propertyValues) { in getLocale()
133 if (unoLocale != null) { in getLocale()
161 return null; in getAfterIndex()
[all …]
H A DContainer.java36 protected XAccessibleComponent unoAccessibleComponent = null;
56 if (broadcaster != null) { in Container()
72 return (parent == null) || parent.isShowing(); in isShowing()
137 if (c != null) { in getAccessibleComponents()
144 return null; in getAccessibleComponents()
168 if (ac != null) { in run()
189 null, state); in fireStatePropertyChange()
193 state, null); in fireStatePropertyChange()
250 if (accessibleContext != null) { in handleNameChangedEvent()
263 if (accessibleContext != null) { in handleDescriptionChangedEvent()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java152 "LAB_invalid_file_system", ((docFile != null)? docFile.toString(): "")); in getDisplayName()
191 System.out.println(" file: " + ((docFile != null)? docFile.toString(): "")); in setDocument()
199 firePropertyChange(PROP_ROOT, null, refreshRoot()); in setDocument()
204 System.out.println(" file: " + ((file != null)? file.toString(): "")); in setDocument()
331 if(docFile != null) { in closeDocument()
333 if(zipFile != null) { in closeDocument()
340 zipFile = null; in closeDocument()
343 docFile = null; in closeDocument()
359 cacheEntry = new ReadWriteEntry(null); in cacheDocument()
378 if(docFile == null) in updateDocument()
[all …]
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java91 m_xReportDefinitionReadAccess = null; in dispose()
166 Logger.getLogger(ReportBuilderLayouter.class.getName()).log(Level.SEVERE, null, ex); in layout()
186 Logger.getLogger(ReportBuilderLayouter.class.getName()).log(Level.SEVERE, null, ex); in clearGroups()
198 if (_xSectionToClear == null) in emptySection()
213 Logger.getLogger(ReportBuilderLayouter.class.getName()).log(Level.SEVERE, null, ex); in emptySection()
283 XStyle aUsedStyle = null; in getUsedStyle()
311 Logger.getLogger(ReportBuilderLayouter.class.getName()).log(Level.SEVERE, null, ex); in getUsedStyle()
320 if (xStyle != null) in getFromPageStyles()
332 if (xStyle != null) in setToPageStyles()
370 if (getDesignTemplate() != null) in copyGroupProperties()
[all …]
/trunk/main/javaunohelper/com/sun/star/comp/helper/
H A DBootstrap.java76 "com.sun.star.comp.loader.JavaLoader", null, null, null ) ); in insertBasicFactories()
80 "com.sun.star.comp.urlresolver.UrlResolver", null, null, null ) ); in insertBasicFactories()
84 "com.sun.star.comp.bridgefactory.BridgeFactory", null, null, null ) ); in insertBasicFactories()
88 "com.sun.star.comp.connections.Connector", null, null, null ) ); in insertBasicFactories()
92 "com.sun.star.comp.connections.Acceptor", null, null, null ) ); in insertBasicFactories()
111 "com.sun.star.comp.servicemanager.ServiceManager", null, null, null ) ); in createInitialComponentContext()
115 XMultiComponentFactory.class, smgr_fac.createInstanceWithContext( null ) ); in createInitialComponentContext()
124 if (context_entries == null) in createInitialComponentContext()
129 new ComponentContextEntry( null, xSMgr ) ); in createInitialComponentContext()
131 XComponentContext xContext = new ComponentContext( context_entries, null ); in createInitialComponentContext()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DFunctionHelper.java73 com.sun.star.util.URL aURL = null; in parseURL()
75 if (sURL==null || sURL.equals("")) in parseURL()
78 return null; in parseURL()
107 aURL = null; in parseURL()
114 aURL = null; in parseURL()
139 com.sun.star.frame.XFrame xFrame = null; in impl_createEmptyFrame()
148 if (xFrame==null) in impl_createEmptyFrame()
202 com.sun.star.awt.XWindow xWindow = null; in impl_createWindow()
203 com.sun.star.awt.XWindowPeer xPeer = null; in impl_createWindow()
204 com.sun.star.awt.XToolkit xToolkit = null; in impl_createWindow()
[all …]
/trunk/main/xmlsecurity/tools/uno/
H A DTestTool.java129 private String m_javaTokenFile = null;
130 private String m_nssTokenPath = null;
176 private File m_currentDirectory = null;
181 private FileOutputStream m_logFileOutputStream = null;
203 private XComponentContext m_xRemoteContext = null;
204 private XMultiComponentFactory m_xRemoteServiceManager = null;
205 private XXMLSecurityContext m_xXMLSecurityContext = null;
206 private XXMLSignature m_xXMLSignature = null;
207 private XXMLEncryption m_xXMLEncryption = null;
208 private XSEInitializer m_xSEInitializer = null;
[all …]

12345678910>>...116