Home
last modified time | relevance | path

Searched refs:null (Results 501 – 525 of 3165) sorted by relevance

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

/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java60 XPresentationSupplier sdDocument = null;
61 XPresentation pre = null;
62 XComponent precomp = null;
63 XComponent impressDocument = null;
64 XComponent reLoadFile = null;
65 XDrawPagesSupplier drawsupplier = null;
66 XDrawPages drawpages = null;
67 XShapes xShapes = null;
68 XDrawPage xpage = null;
69 String filePath=null;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDocumentAuditing.java51 public XDocumentAuditing oObj = null;
52 XDrawPage xDrawPage = null;
53 XSpreadsheet[] xSheet = null;
55 String sheetName = null;
56 Point pos = null;
59 Exception ex = null; in before()
84 if (ex != null) { in before()
90 if (xDrawPage == null) { // get from object in before()
102 if (xDrawPage == null) { in before()
214 Object dispatcher = null; in dispatch()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/stats/
H A DSQLExecution.java40 protected Connection mConnection = null;
41 protected Statement mStatement = null;
42 protected String mJdbcClass = null;
43 protected String mDbURL = null;
44 protected String mUser = null;
45 protected String mPassword = null;
147 if (sqlOutput == null) { in executeSQLCommand()
151 if (sqlInput == null) { in executeSQLCommand()
241 if (val != null && val.length != 0) { in executeSQLCommand()
250 if (!update && sqlOutput == null) in executeSQLCommand()
H A DFatDataBaseOutProducer.java49 if (mSqlInput.get("Date") != null) { in FatDataBaseOutProducer()
52 if (mSqlInput.get("date") == null) { in FatDataBaseOutProducer()
78 if (id == null) { in prepareDataBase()
83 if (api_version_id == null) { in prepareDataBase()
106 if (mSqlInput.get("entry.id") == null) { in insertEntry()
113 if (mSqlInput.get("api_entry.id") == null) { in insertEntry()
123 if (status == null) { in insertEntry()
137 return null; in getWatcher()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DModuleUIConfigurationManager.java56 XInterface oObj = null;
57 XMultiServiceFactory xMSF = null;
58 XTextDocument xTextDoc = null;
59 XStorage xStore = null;
68 if (xTextDoc != null) { in cleanup()
80 if (xStore != null) { in cleanup()
89 TestEnvironment tEnv = null; in createTestEnvironment()
172 private PrintWriter log = null;
173 private XUIConfigurationManager xUIManager = null;
174 private XMultiServiceFactory xMSF = null;
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableVerticalAlignment.java45 private XTextDocument xTextDocument=null;
47 private XText xText=null;
76 while(cellName[i] != null) in testtableVerticalAlignment_Bottom()
113 while(cellName_assert_odt[j] != null) in testtableVerticalAlignment_Bottom()
129 while(cellName_assert_doc[k] != null) in testtableVerticalAlignment_Bottom()
149 while(cellName[i] != null) in testtableVerticalAlignment_Center()
186 while(cellName_assert_odt[j] != null) in testtableVerticalAlignment_Center()
202 while(cellName_assert_doc[k] != null) in testtableVerticalAlignment_Center()
222 while(cellName[i] != null) in testtableVerticalAlignment_Top()
259 while(cellName_assert_odt[j] != null) in testtableVerticalAlignment_Top()
[all …]
/trunk/main/wizards/com/sun/star/wizards/common/
H A DConfiguration.java205 return null; in getProductName()
250 return null; in getOfficeLinguistic()
330 String[] snames = null; in getNodeDisplayNames()
336 String[] snames = null; in getNodeChildNames()
373 return null; in getChildNodebyIndex()
390 return null; in getChildNodebyName()
395 String[] snames = null; in getChildNodebyDisplayName()
401 String[] snames = null; in getChildNodebyDisplayName()
419 return null; in getChildNodebyDisplayName()
424 String[] snames = null; in getChildNodebyDisplayName()
[all …]
H A DSystemDialog.java78 if (xInitialize != null) in SystemDialog()
148 sStorePath = null; in callStoreDialog()
186 return null; in callFolderDialog()
211 return null; in callOpenDialog()
284 if (aValue != null && aValue.Name.equals("UIName")) in getFilterUIName_()
294 return null; in getFilterUIName_()
340 if (MessageText == null) in showMessageBox()
368 if (peer == null) in showMessageBox()
399 Object xPathSubst = null; in createStringSubstitution()
409 if (xPathSubst != null) in createStringSubstitution()
[all …]
/trunk/main/sc/qa/complex/dataPilot/
H A DCheckDataPilot.java69 private XInterface mDataPilotFieldObject = null;
74 private XSpreadsheetDocument xSheetDoc = null;
85 private static TestParameters param = null;
196 xSheetDoc = SOF.createCalcDoc(null); in before()
205 XSpreadsheet oSheet = null; in before()
206 XSpreadsheet oSheet2 = null; in before()
250 Object oChangeCell = null; in before()
251 Object oCheckCell = null; in before()
252 Integer aChangeValue = null; in before()
275 XPropertySet fieldPropSet = null; in before()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DPentahoReportJob.java106 if (definition == null) in PentahoReportJob()
116 if (this.dataSourceFactory == null) in PentahoReportJob()
122 if (this.outputRepository == null) in PentahoReportJob()
129 if (inputRepository == null) in PentahoReportJob()
135 if (outputName == null) in PentahoReportJob()
141 if (imageService == null) in PentahoReportJob()
168 if (reportResource == null) in parseReport()
243 if (exp == null) in collectGroupExpressions()
251 if (expression == null) in collectGroupExpressions()
342 if (masterValues != null && detailColumns != null) in execute()
[all …]
/trunk/main/unotools/qa/complex/tempfile/
H A DTest01.java37 XMultiServiceFactory m_xMSF = null;
38 XSimpleFileAccess m_xSFA = null;
39 TestHelper m_aTestHelper = null;
48 XTempFile xTempFile = null; in test()
49 XTruncate xTruncate = null; in test()
50 String sFileURL = null; in test()
51 String sFileName = null; in test()
64 if ( xTempFile == null ) { in test()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleRelationHandler.java37 AccessibleRelationHandler aHandler = null; in createHandler()
38 if (xContext != null) in createHandler()
41 if (xRelation != null) in createHandler()
54 if (xRelation != null) in AccessibleRelationHandler()
61 XAccessibleRelationSet xRelation = null; in createChild()
62 AccessibleTreeNode aChild = null; in createChild()
69 if( xRelation == null ) in createChild()
91 if( xAccTarget == null ) in createChild()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complexlib/
H A DShowTargets.java58 Class potentialTestClass = null; in main()
67 while ( superClass != null ) in main()
102 java.lang.reflect.Method interactiveTestMethod = null; in isInteractiveTest()
106 if ( interactiveTestMethod != null ) in isInteractiveTest()
110 Boolean result = (Boolean)interactiveTestMethod.invoke( null, new Object[]{} ); in isInteractiveTest()
120 java.lang.reflect.Method getShortDescriptionMethod = null; in getShortTestDescription()
124 if ( getShortDescriptionMethod != null ) in getShortTestDescription()
128 return (String)getShortDescriptionMethod.invoke( null, new Object[]{} ); in getShortTestDescription()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sch/
H A DChXChartDocument.java69 XChartDocument xChartDoc = null;
70 XChartDocument doc2 = null;
76 if( xChartDoc!=null ) { in cleanup()
79 xChartDoc = null; in cleanup()
81 if( doc2!=null ) { in cleanup()
84 doc2 = null; in cleanup()
122 xChartDoc = SOF.createChartDoc(null); in createTestEnvironment()
124 doc2 = SOF.createChartDoc(null); in createTestEnvironment()
H A DChXChartView.java60 XChartDocument xChartDoc = null;
71 xChartDoc = SOF.createChartDoc(null); in initialize()
83 if( xChartDoc!=null ) { in cleanup()
86 xChartDoc = null; in cleanup()
104 XController oObj = null; in createTestEnvironment()
105 XModel oModel = null; in createTestEnvironment()
125 if (descr1 == null || descr2 == null) { in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XToolkit.java52 public XToolkit oObj = null;
61 if (win == null) { in _getDesktopWindow()
73 tRes.tested("getWorkArea()", area != null); in _getWorkArea()
85 if (cWin == null) { in _createWindow()
110 if ( (cWins[0] == null) || (cWins[1] == null) ) { in _createWindows()
130 tRes.tested("createScreenCompatibleDevice()", dev != null); in _createScreenCompatibleDevice()
139 tRes.tested("createRegion()", reg != null); in _createRegion()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/registry/
H A D_XImplementationRegistration.java57 public XImplementationRegistration oObj = null;
59 private String url = null ;
60 private String loader = null ;
61 private XSimpleRegistry reg = null ;
76 String name = null; in _registerImplementation()
90 result = subKeys != null && subKeys.length > 0 ; in _registerImplementation()
148 tRes.tested("checkInstantiation()", inst != null) ; in _checkInstantiation()
180 result = subKeys == null || subKeys.length == 0 ; in _revokeImplementation()
/trunk/main/ucb/qa/complex/tdoc/
H A D_XCommandProcessor.java81 public LogWriter log = null;
82 private XMultiServiceFactory xMSF = null;
129 Command command = new Command(commandName, -1, null); in _execute()
135 result = oObj.execute(command, 0, null); in _execute()
150 if (xCmdInfo != null) { in _execute()
163 if (xPropInfo != null) { in _execute()
223 Command command = new Command("getCommandInfo", -1, null); in _abort()
225 if (command == null) { in _abort()
262 oObj.execute(command, cmdId, null); in _abort()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XTextFieldsSupplier.java54 public XTextFieldsSupplier oObj = null; // oObj filled by MultiMethodTest
64 if (o != null && ((Boolean)o).booleanValue()) { in before()
71 XInterface oObj = null; in before()
72 XText oText = null; in before()
73 XTextContent oContent = null; in before()
74 XInterface aField = null; in before()
145 while(xEnum != null && xEnum.hasMoreElements()) { in _getTextFields()
156 tRes.tested("getTextFields()", xEnum != null); in _getTextFields()
163 tRes.tested("getTextFieldMasters()", xName != null); in _getTextFieldMasters()
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DResourceManager.java106 if ( m_ucb != null && sourceURL != null && !sourceURL.equals( "" ) && in transferResource()
107 targetFolderURL != null && !targetFolderURL.equals( "" ) && in transferResource()
108 newTitle != null && transOperation != null && !transOperation.equals( "" ) && in transferResource()
205 if ( m_contenturl == null || m_contenturl.equals( "" )) { in parseArguments()
209 if ( m_targetFolderURL == null || m_targetFolderURL.equals( "" )) { in parseArguments()
213 if ( m_newTitle == null || m_newTitle.equals( "" )) { in parseArguments()
217 if ( m_transOperation == null || m_transOperation.equals( "" )) { in parseArguments()
/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java38 private StatusWindow status = null;
39 private XStorable storedDoc = null;
40 private File htmlFile = null;
41 private File officeFile = null;
183 htmlFile = null; in createTempDocs()
184 officeFile = null; in createTempDocs()
192 htmlFile = null; in createTempDocs()
193 officeFile = null; in createTempDocs()
292 File attachments[] = null; in getAttachments()
/trunk/main/filter/source/xsltvalidate/
H A DXSLTValidate.java78 xErrorHandler = null; in _XSLTValidate()
104 com.sun.star.io.XInputStream xis=null; in importer()
159 com.sun.star.uno.XInterface xContext = null; in JavaSAXParseEceptionToUno()
162 if( aMessage == null ) in JavaSAXParseEceptionToUno()
166 if( aPublicId == null ) in JavaSAXParseEceptionToUno()
170 if( aSystemId == null ) in JavaSAXParseEceptionToUno()
190 if( xErrorHandler != null ) in warning()
220 if( xErrorHandler != null ) in error()
248 if( xErrorHandler != null ) in fatalError()
317 XSingleServiceFactory xSingleServiceFactory = null; in __getServiceFactory()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiPropDialog.java63 if ( aWikiEditorForThrobber != null ) in WikiPropDialog()
131 boolean bShowError = ( !bSelf && m_aThread != null && !m_bThreadFinished ); in ThreadStop()
140 null, in ThreadStop()
200 if ( xSendButton != null ) in switchSendButtonIfNecessary()
204 if ( xWikiListProps != null && xArticleProps != null ) in switchSendButtonIfNecessary()
210 … if ( pSel != null && pSel.length > 0 && sArticle != null && sArticle.length() != 0 ) in switchSendButtonIfNecessary()
309 if ( m_aWikiEditor != null ) in callHandlerMethod()
334 if ( m_aWikiEditor != null ) in callHandlerMethod()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationManager.java45 private XIndexContainer mxSettings = null;
46 private XIndexAccess mxMenuBarSettings = null;
47 private XMultiServiceFactory mxMSF = null;
48 private String sShortCutManagerServiceName = null;
88 tRes.tested("createSettings()", mxSettings != null); in _createSettings()
108 result = mxMenuBarSettings != null; in _getSettings()
141 if (prop == null) { in _replaceSettings()
212 if (prop == null) { in _insertSettings()
265 tRes.tested("getImageManager()", xImageManager != null); in _getImageManager()
288 tRes.tested("getEventsManager()", o == null); in _getEventsManager()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java67 if ( con != null ) { in main()
113 if(con != null) in checkConnection()
118 if(xComponent != null) in checkConnection()
132 XConnection con = null; in openConnectionWithDriverManager()
140 if(xDriverManager != null) in openConnectionWithDriverManager()
160 XConnection con = null; in openConnectionWithDriver()
168 if(xDriver != null) in openConnectionWithDriver()
202 XResultSet rsTables = dm.getTables(null,"%","SALES",null); in displayTableStructure()
208 catalog = null; in displayTableStructure()
212 schema = null; in displayTableStructure()

Completed in 111 milliseconds

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