Home
last modified time | relevance | path

Searched refs:null (Results 326 – 350 of 3166) sorted by relevance

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleContext.java57 public XAccessibleContext oObj = null;
59 private XAccessible parent = null;
190 tRes.tested("getAccessibleParent()", parent != null); in _getAccessibleParent()
215 if (parentAC.getAccessibleChild(idx) == null) { in _getAccessibleIndexInParent()
228 if (parentAC.getAccessibleChild(idx) != null) { in _getAccessibleIndexInParent()
262 tRes.tested("getAccessibleName()", name != null); in _getAccessibleName()
273 tRes.tested("getAccessibleDescription()", descr != null); in _getAccessibleDescription()
299 if ((expectedStateNames != null) && (expectedStates != null)) { in _getAccessibleStateSet()
302 res = set != null; in _getAccessibleStateSet()
316 Locale loc = null; in _getLocale()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XContextMenuInterception.java54 private XModel docModel = null;
55 private XContextMenuInterceptor xCI = null;
56 public XContextMenuInterception oObj = null;
57 private XWindow xWindow = null;
58 private XMultiServiceFactory xMSF = null;
59 private Point point = null;
79 if (xCI != null) { in after()
102 XInterface toolkit = null; in checkHelpEntry()
114 XAccessible xRoot = null; in checkHelpEntry()
132 XAccessible xHelp = null; in checkHelpEntry()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DHideableTreeModel.java37 private Object root = null;
63 if(node == null) { in getPathToRoot()
65 return null; in getPathToRoot()
97 if(node != null) { in reload()
117 if(node != null && child != null && index >= 0) { in nodeInserted()
127 if(node != null && child != null && index >= 0) { in nodeRemoved()
137 if(node != null) { in nodeChanged()
139 fireTreeNodesChanged(new TreeModelEvent(this, tp, null, null)); in nodeChanged()
208 return null; in getParent()
280 return null; in getChild()
H A DMethodParametersDialog.java56 private Object m_oReturnButton = null;
57 private Object m_oUnoObject = null;
58 private Object m_oUnoReturnObject = null;
60 private JPanel jResultPanel = null;
111 return null; in getMethodObjects()
118 if (jResultPanel == null){ in insertResultPanel()
127 if (_oInvocationException != null){ in insertResultPanel()
237 Object oReturn = null; in getValue()
266 if (jLblResult != null){ in keyReleased()
336 insertResultPanel(null); in invokeParameterMethod()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DModuleManager.java59 XTextDocument xTextDoc = null;
60 XComponent xWebDoc = null;
61 XComponent xGlobalDoc = null;
62 XSpreadsheetDocument xSheetDoc = null;
63 XComponent xDrawDoc = null;
64 XComponent xImpressDoc = null;
65 XComponent xMathDoc = null;
76 XInterface oObj = null; in createTestEnvironment()
93 xTextDoc = SOF.createTextDoc(null); in createTestEnvironment()
149 xDrawDoc = SOF.createDrawDoc(null); in createTestEnvironment()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/browse/
H A DScriptBrowseNode.java72 ScriptMetaData data = null; in ScriptBrowseNode()
73 XSimpleFileAccess xSFA = null; in ScriptBrowseNode()
152 ScriptMetaData data = null; in updateURI()
167 return null; in getIntrospection()
191 "Scripting framework error editing script", null, nse ); in invoke()
195 ScriptMetaData data = null; in invoke()
210 null, wte.TargetException ); in invoke()
240 null, wte.TargetException ); in invoke()
293 null, eee ); in invoke()
300 null, wte.TargetException ); in invoke()
[all …]
/trunk/main/ooxml/source/framework/JavaOOXMLParser/src/org/apache/openoffice/ooxml/parser/
H A DStateMachine.java47 if (Log.Dbg != null) in StateMachine()
77 if (Log.Dbg != null) in StateMachine()
107 if (Log.Dbg != null) in ProcessStartElement()
120 if (aTransition == null) in ProcessStartElement()
133 if (Log.Dbg != null) in ProcessStartElement()
184 null, in ProcessStartElement()
213 if (Log.Dbg != null) in ProcessEndElement()
236 null, in ProcessEndElement()
240 if (Log.Dbg != null) in ProcessEndElement()
264 if (Log.Dbg != null) in ProcessCharacters()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DTopWindowListener.java50 if (xToolkit != null) in Initialize()
86 if (xNewTopLevelObject != null) in AddTopLevelNode()
89 if (xContext == null) in AddTopLevelNode()
132 if (aObject instanceof VectorNode && xTopLevelObject != null) in RemoveTopLevelNode()
150 if (xToolkit != null) in ShowAllTopLevelWindows()
174 if (maModel != null) in windowOpened()
178 if (xWindow == null) in windowOpened()
183 if (xAccessible == null) in windowOpened()
197 if (maModel != null) in windowClosed()
201 if (xWindow == null) in windowClosed()
[all …]
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOTable.java75 }, null); in registerProperties()
83 }, null); in registerProperties()
91 }, null); in registerProperties()
99 }, null); in registerProperties()
105 if (keys != null) { in postDisposing()
108 if (columns != null) { in postDisposing()
111 if (indexes != null) { in postDisposing()
114 tables = null; in postDisposing()
143 if (columns == null) { in getColumns()
152 if (indexes == null) { in getIndexes()
[all …]
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DTextComponent.java91 return null; in getAccessibleText()
96 if (unoAccessibleText != null) { in getAccessibleText()
99 return null; in getAccessibleText()
102 return null; in getAccessibleText()
111 if (unoAccessibleText != null) { in getAccessibleEditableText()
114 return null; in getAccessibleEditableText()
117 return null; in getAccessibleEditableText()
126 return (unoAccessibleAction != null) ? in getAccessibleAction()
127 new AccessibleActionImpl(unoAccessibleAction) : null; in getAccessibleAction()
129 return null; in getAccessibleAction()
[all …]
H A DMenu.java48 if (c != null) { in Menu()
59 if (children == null) { in Menu()
71 if (c != null) { in add()
76 null, in add()
88 if (c != null) { in remove()
93 null); in remove()
122 if (c == null) { in getComponent()
210 return null; in getAccessibleChild()
213 return null; in getAccessibleChild()
236 return null; in getAccessibleAt()
[all …]
H A DAbstractButton.java62 return null; in getAccessibleText()
67 if (unoAccessibleText != null) { in getAccessibleText()
70 return null; in getAccessibleText()
73 return null; in getAccessibleText()
82 if (unoAccessibleRelationSet == null) { in getAccessibleRelationSet()
83 return null; in getAccessibleRelationSet()
113 return null; in getAccessibleRelationSet()
115 return null; in getAccessibleRelationSet()
143 if (xAccessibleContext != null) { in doAccessibleAction()
148 if (xAccessibleAction != null) { in doAccessibleAction()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiProtocolSocketFactory.java54 if ( m_aSSLContext == null ) in GetNotSoSecureSSLContext()
63 if ( m_aOrgTrustManager == null ) in GetNotSoSecureSSLContext()
68 aFactory.init( (KeyStore)null ); in GetNotSoSecureSSLContext()
70 if ( pTrustmanagers.length != 0 && pTrustmanagers[0] != null ) in GetNotSoSecureSSLContext()
94 if ( certs == null || certs.length == 0 ) in GetNotSoSecureSSLContext()
106 if ( aContext != null ) in GetNotSoSecureSSLContext()
108 aContext.init( null, pTrustUnknownCerts, null ); in GetNotSoSecureSSLContext()
117 if ( m_aSSLContext == null ) in GetNotSoSecureSSLContext()
132 if ( params == null ) in createSocket()
156 return ((obj != null) && obj.getClass().equals(WikiProtocolSocketFactory.class)); in equals()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/util/
H A D_XSearchable.java52 public XSearchable oObj = null; // oObj filled by MultiMethodTest
53 public XSearchDescriptor Sdesc = null;
54 public Object start = null;
67 if (o != null) { in before()
71 if (o != null) { in before()
88 mExcludeFindNext = (tEnv.getObjRelation("EXCLUDEFINDNEXT")==null)?false:true; in before()
103 tRes.tested("createSearchDescriptor()", Sdesc != null); in _createSearchDescriptor()
123 tRes.tested("findAll()", IA != null); in _findAll()
142 tRes.tested("findFirst()", start != null); in _findFirst()
166 tRes.tested("findNext()", xI != null); in _findNext()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java45 if (m_loader == null) { in init()
87 methLoad.invoke(m_objBean, new Object[] {"private:factory/swriter", null}); in start()
110 methStop.invoke(m_objBean, null); in stop()
152 if ( c == null ) { in loadClass()
171 if (resourcePaths == null) resourcePaths = new Vector(); in addResourcePath()
176 if (resourcePaths == null) return null; in getResource()
179 if (result != null) { in getResource()
183 URL u = null; in getResource()
184 URI uri = null; in getResource()
200 return null; in getResource()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOSingleSelectQueryComposer.java141 private DBTools dbTools = null ;
142 private static String origDB = null ;
143 private PrintWriter log = null ;
144 private static String tmpDir = null ;
145 String tableName = null;
146 DBTools.DataSourceInfo srcInf = null;
149 public XConnection conn = null;
177 XInterface oObj = null; in createTestEnvironment()
178 Object oInterface = null; in createTestEnvironment()
179 XMultiServiceFactory xMSF = null ; in createTestEnvironment()
[all …]
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DDriver.java50 private String fromMime = null;
53 private String toMime = null;
56 private String mergeFile = null;
78 ConverterInfoList cil = null; in main()
110 if (msg != null) System.out.println("\n" + msg); in main()
116 if (msg != null) System.out.println("\n" + msg); in main()
133 String processFile = null; in doConversion()
135 if (myConvert == null) { in doConversion()
161 ConvertData dataOut = null; in doConversion()
170 if (dataOut != null ) { in doConversion()
[all …]
/trunk/main/odk/examples/java/Text/
H A DTextReplace.java40 com.sun.star.frame.XDesktop xDesktop = null; in main()
54 com.sun.star.util.XReplaceDescriptor xReplaceDescr = null; in main()
56 com.sun.star.util.XReplaceable xReplaceable = null; in main()
95 com.sun.star.text.XTextCursor xTextCursor = null; in createExampleData()
142 com.sun.star.frame.XDesktop xDesktop = null; in getDesktop()
143 com.sun.star.lang.XMultiComponentFactory xMCF = null; in getDesktop()
146 com.sun.star.uno.XComponentContext xContext = null; in getDesktop()
153 if( xMCF != null ) { in getDesktop()
176 com.sun.star.text.XTextDocument aTextDocument = null; in createTextdocument()
199 com.sun.star.lang.XComponent xComponent = null; in CreateNewDocument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScTabViewObj.java105 xSpreadsheetDoc = SOF.createCalcDoc(null); in initialize()
145 XDrawPage oDrawPage = null; in createTestEnvironment()
159 XSpreadsheet oSheet = null; in createTestEnvironment()
190 XCell cell_1 = null; in createTestEnvironment()
191 XCell cell_2 = null; in createTestEnvironment()
192 Object cellRange = null; in createTestEnvironment()
213 if (adr1 == null || adr2 == null) return -1; in createTestEnvironment()
226 XForm myForm = null; in createTestEnvironment()
228 XShape aShape = null; in createTestEnvironment()
251 if (oDrawPage == null) in createTestEnvironment()
[all …]
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleHyphenator.java212 return null; in hyphenate()
217 return null; in hyphenate()
230 XHyphenatedWord xRes = null; in hyphenate()
293 return null; in queryAlternativeSpelling()
298 return null; in queryAlternativeSpelling()
311 XHyphenatedWord xRes = null; in queryAlternativeSpelling()
342 return null; in createPossibleHyphens()
347 return null; in createPossibleHyphens()
360 XPossibleHyphens xRes = null; in createPossibleHyphens()
408 if (!bDisposing && xLstnr != null) in addLinguServiceEventListener()
[all …]
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java91 ContinuePoint thepoint = null;
92 BufferedWriter fwContinue = null;
96 private String scenario = null;
97 private File sourceFile = null;
103 if (files == null) in recursionfiles()
145 private List<String> samplelist = null;
146 private List<String> sampledirs = null;
179 Reader reader = null; in getcontinuepoint()
189 String line = null; in getcontinuepoint()
258 if (parent != null) { in testSaveAs()
[all …]
/trunk/main/wizards/com/sun/star/wizards/document/
H A DFormHandler.java183 return null; in getModelServiceName()
295 Logger.getLogger(FormHandler.class.getName()).log(Level.SEVERE, null, e); in removeControlsofForm()
307 Logger.getLogger(FormHandler.class.getName()).log(Level.SEVERE, null, e); in removeElement()
311 Logger.getLogger(FormHandler.class.getName()).log(Level.SEVERE, null, e); in removeElement()
354 Logger.getLogger(FormHandler.class.getName()).log(Level.SEVERE, null, e); in insertFormbyName()
355 return null; in insertFormbyName()
371 XNameContainer xNamedForm = null; in getFormByName()
382 Logger.getLogger(FormHandler.class.getName()).log(Level.SEVERE, null, e); in getFormByName()
446 if (ControlList != null) in moveShapesToNirwana()
450 if (ControlList[i] != null) in moveShapesToNirwana()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XFilter.java66 public XFilter oObj = null;
67 protected PropertyValue[] mDesc = null ;
68 protected FilterChecker checker = null ;
69 protected XComponent sourceDoc = null;
88 if (mDesc == null && !dummy) throw new StatusException( in before()
92 if (sourceDoc != null) { in before()
119 if (checker == null) { in _filter()
138 if (tEnv.getObjRelation("NoFilter.cancel()") != null) { in _cancel()
164 private XFilter Filter = null ;
165 public PropertyValue[] mdesc = null;
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportTextImplementation.java85 if (m_aDoc == null) in getDoc()
120 if ( m_aInitialDoc == null ) in initialize()
162 …kedTextSection(xTextCursor, ReportTextDocument.GROUPSECTION + Integer.toString(i + 1), null, null); in addTextSectionCopies()
168 …NamedTextSection = addLinkedTextSection(xTextCursor, ReportTextDocument.RECORDSECTION, null, null); in addTextSectionCopies()
176 XNamed xNamedTextSection = null; in addLinkedTextSection()
185 if (CurDBColumn != null) in addLinkedTextSection()
222 if (oDBForm != null) in reconnectToDatabase()
397 … addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDatabaseDatatoReportDocument()
428 addLinkedTextSection(xTextCursor, ReportTextDocument.COPYOFRECORDSECTION, null, null); in insertDataToRecordTable()
620 private ArrayList m_aReportPath = null;
[all …]
H A DReportTextDocument.java104 super(xMSF, _sPreviewURL, true, null); in ReportTextDocument()
171 if (CurRecordTable != null) in swapContentTemplate()
279 if (CurRecordTable != null) in changePageOrientation()
298 CurRecordTable = null; in loadSectionsfromTemplate()
341 if (CurRecordTable != null) in setupRecordSection()
348 CurRecordTable = null; in setupRecordSection()
476 DBColumn CurDBColumn = null; in addGroupNametoDocument()
500 return (CurDBColumn != null); in addGroupNametoDocument()
560 if (CurRecordTable == null) in getallDBColumns()
635 return null; in getDBColumnByName()
[all …]

Completed in 120 milliseconds

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