Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/aoo41x/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java84 assertFalse(tableToolbar.exists()); in testTableSize()
102 swTableBackground.exists()); in testTableBackground()
136 swTableBorder.exists()); in testTableBorder()
155 swTableBorder.exists()); in testTableBorderLineStyle()
302 assertTrue(tableToolbar.exists()); in testTableSelectRow()
334 assertFalse(tableToolbar.exists()); in testTableInsertRow()
405 assertTrue(tableToolbar.exists()); in testTableColumnSelect()
429 assertTrue(tableToolbar.exists()); in testTableColumnInsert()
454 assertTrue(tableToolbar.exists()); in testTableColumnDelete()
471 assertTrue(tableToolbar.exists()); in testTableCellSplit()
[all …]
/aoo41x/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java120 if (activeMsgBox.exists(2)) in testPrinter()
186 assertTrue(aboutDialog.exists(5)); in testHelp()
190 assertTrue(helpWindow.exists(5)); in testHelp()
302 assertFalse("Quit", slideShow.exists()); in testSlideShow()
490 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDraw()
494 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDraw()
513 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDocument()
517 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDocument()
537 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInSpreadsheet()
541 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInSpreadsheet()
[all …]
H A DFileExport.java121 if (parent != null && !parent.exists()) { in recursionfiles()
139 if (!tempFolderFile.exists()) { in getrealoutpath()
361 if (!app.exists()) in Open()
364 if(statusBar.exists(timeout)) in Open()
369 if (!app.exists()) in Open()
528 while (activeMsgBox.exists()) { in HandleBlockers()
564 if (passwdDlg.exists()) { in HandleBlockers()
595 if(statusBar.exists(timeout)) in SaveAs()
620 if(statusBar.exists(timeout)) in savetopdfformat()
/aoo41x/main/filter/source/config/tools/split/
H A DSplitter.java252 if (aFile.exists()) in generateXMLFragment()
287 …(!m_aDataSet.m_aFragmentDirTypes.exists() && !m_aDataSet.m_aFragmentDirTypes.mkdir() … in createDirectoryStructures()
288 …(!m_aDataSet.m_aFragmentDirFilters.exists() && !m_aDataSet.m_aFragmentDirFilters.mkdir() … in createDirectoryStructures()
289 …(!m_aDataSet.m_aFragmentDirDetectServices.exists() && !m_aDataSet.m_aFragmentDirDetectServices.mk… in createDirectoryStructures()
290 …(!m_aDataSet.m_aFragmentDirFrameLoaders.exists() && !m_aDataSet.m_aFragmentDirFrameLoaders.mkdi… in createDirectoryStructures()
291 …(!m_aDataSet.m_aFragmentDirContentHandlers.exists() && !m_aDataSet.m_aFragmentDirContentHandlers.m… in createDirectoryStructures()
292 …(!m_aDataSet.m_aFragmentDirModuleSWriter.exists() && !m_aDataSet.m_aFragmentDirModuleSWriter.mkd… in createDirectoryStructures()
293 …(!m_aDataSet.m_aFragmentDirModuleSWeb.exists() && !m_aDataSet.m_aFragmentDirModuleSWeb.mkdir(… in createDirectoryStructures()
294 …(!m_aDataSet.m_aFragmentDirModuleSGlobal.exists() && !m_aDataSet.m_aFragmentDirModuleSGlobal.mkd… in createDirectoryStructures()
295 …(!m_aDataSet.m_aFragmentDirModuleSCalc.exists() && !m_aDataSet.m_aFragmentDirModuleSCalc.mkdir… in createDirectoryStructures()
[all …]
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DDefaultNameGenerator.java93 boolean exists; in generateName()
96 exists = outputRepository.exists(newName); in generateName()
100 exists = outputRepository.existsStorage(newName); in generateName()
102 if (exists) in generateName()
105 while (exists) in generateName()
122 exists = outputRepository.exists(newName); in generateName()
126 exists = outputRepository.existsStorage(newName); in generateName()
/aoo41x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XSimpleFileAccess.java74 if (oObj.exists(copiedFile)) in _copy()
78 tRes.tested("copy()",oObj.exists(copiedFile)); in _copy()
104 if (oObj.exists(copiedFile)) in _move()
111 tRes.tested("move()",oObj.exists(copiedFile)); in _move()
136 if (oObj.exists(copiedFile)) in _kill()
193 if (oObj.exists(readonlyCopy)) in _isReadOnly()
239 if (oObj.exists(readonlyCopy)) in _setReadOnly()
269 if (oObj.exists(newFolder)) in _createFolder()
417 oObj.exists(filename) && !oObj.exists(wrongname)); in _exists()
462 if (oObj.exists(copiedFile)) in _openFileWrite()
[all …]
/aoo41x/main/vcl/source/gdi/
H A Dimpimagetree.cxx117 bool exists; in checkStyle() local
121 if (checkStyleCacheLookup(style, exists)) { in checkStyle()
122 return exists; in checkStyle()
127 exists = false; in checkStyle()
129 for (Zips::iterator i(m_zips.begin()); i != m_zips.end() && !exists;) { in checkStyle()
137 exists = true; in checkStyle()
142 m_checkStyleCache[style] = exists; in checkStyle()
143 return exists; in checkStyle()
283 rtl::OUString const & style, bool &exists) in checkStyleCacheLookup() argument
287 exists = i->second; in checkStyleCacheLookup()
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclApp.java186 public boolean exists() { in exists() method in VclApp
199 public boolean exists(double iTimeout) { in exists() method in VclApp
200 return exists(iTimeout, 1); in exists()
207 public boolean exists(double iTimeout, double interval) { in exists() method in VclApp
210 if (exists()) in exists()
215 return exists(); in exists()
226 if (!exists(iTimeout, interval)) in waitForExistence()
H A DVclMenuItem.java154 public boolean exists() { in exists() method in VclMenuItem
226 return exists(); in isShowing()
246 public boolean exists(double iTimeout) { in exists() method in VclMenuItem
247 return exists(iTimeout, 1); in exists()
253 public boolean exists(double iTimeout, double interval) { in exists() method in VclMenuItem
256 if (exists()) in exists()
261 return exists(); in exists()
H A DVclControl.java191 public boolean exists(double iTimeout) { in exists() method in VclControl
192 return exists(iTimeout, 1); in exists()
198 public boolean exists(double iTimeout, double interval) { in exists() method in VclControl
202 return VclControl.this.exists(); in exists()
218 return VclControl.this.exists();
271 public boolean exists() {
272 if (!app.exists())
H A DVclMessageBox.java59 public boolean exists() { in exists() method in VclMessageBox
61 boolean exists = super.exists(); in exists()
62 if (!exists) in exists()
/aoo41x/test/testgui/source/testlib/gui/
H A DAppTool.java98 if (alienFormatDlg.exists(3)) in saveAs()
100 if( activeMsgBox.exists(1)) { in saveAs()
121 if (activeMsgBox.exists(2)) in discard()
130 if (startcenter.exists()) in openStartcenter()
200 if (activeMsgBox.exists()) { in handleBlocker()
214 if (w.exists()) { in handleBlocker()
223 if (activeMsgBox.exists(2)) { in handleBlocker()
/aoo41x/main/connectivity/source/sdbcx/
H A DVCollection.cxx78 virtual bool exists(const ::rtl::OUString& _sName ) in exists() function in __anonb055952a0111::OHardRefMap
328 if ( !m_pElements->exists(aName) ) in getByName()
386 if ( m_pElements->exists(sName) ) in appendByDescriptor()
398 if ( !m_pElements->exists( sName ) ) // this may happen when the drived class included it itself in appendByDescriptor()
412 if ( !m_pElements->exists(elementName) ) in dropByName()
451 if ( !m_pElements->exists(columnName) ) in findColumn()
511 return m_pElements->exists(aName); in hasByName()
526 OSL_ENSURE(!m_pElements->exists(_sElementName),"Element already exists"); in insertElement()
527 if ( !m_pElements->exists(_sElementName) ) in insertElement()
533 OSL_ENSURE(m_pElements->exists(_sOldName),"Element doesn't exist"); in renameObject()
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java320 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
330 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
340 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
347 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
353 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
436 bExists = xSimpleFileAccess.exists(_sPath); in isPathValid()
521 if (xSimpleFileAccess.exists(Path)) in PathisValid()
678 if (xSimpleFileAccess.exists(sPath)) in getPathFromList()
891 return fileAccess.exists(filename); in exists()
1092 while (exists(url, true)); in getNewFile()
[all …]
/aoo41x/main/qadevOOo/runner/util/
H A Dutils.java95 if (new File(tDoc).exists()) { in getFullTestDocName()
472 boolean exists = false; in fileExists()
478 if (simpleAccess.exists(fileURL)) { in fileExists()
479 exists = true; in fileExists()
485 exists = false; in fileExists()
487 return exists; in fileExists()
504 if (simpleAccess.exists(fileURL)) { in deleteFile()
551 if (simpleAccess.exists(newF)) { in overwriteFile_impl()
797 if (!f.exists() || !f.isDirectory()) { in validateAppExecutionCommand()
804 if (!f.exists() || !f.isFile()) { in validateAppExecutionCommand()
[all …]
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java236 if (!dir.exists()) { in getResourceRoot()
250 if (!dir.exists()) { in getInfoRoot()
600 public void setOlderVersionExists(boolean exists) { in setOlderVersionExists() argument
601 olderVersionExists = exists; in setOlderVersionExists()
616 public void setSameVersionExists(boolean exists) { in setSameVersionExists() argument
617 sameVersionExists = exists; in setSameVersionExists()
624 public void setNewerVersionExists(boolean exists) { in setNewerVersionExists() argument
625 newerVersionExists = exists; in setNewerVersionExists()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java393 if (!dir.exists()) in findFile()
414 if (!dir.exists()) in findLastFile()
529 if (!fromDir.exists() || !fromDir.isDirectory()) { in copyDir()
533 if (toDir.exists() && !toDir.isDirectory()) in copyDir()
563 if (p != null && !p.exists()) in copyFile()
601 if (p != null && !p.exists()) in writeToFile()
678 if (!fromDir.exists() || !fromDir.isDirectory() || !fromDir.canRead()) { in copyFiles()
699 if (!path.exists()) in deleteFile()
733 return new File(file).exists(); in fileExists()
901 if (!file.exists()) { in getUniqueFile()
[all …]
/aoo41x/main/qadevOOo/runner/graphical/
H A DEnhancedComplexTestCase.java167 assure("File '" + sEntry + "' doesn't exists.", aFile.exists(), true); in foreachPSorPDFinInputPath()
168 if (aFile.exists()) in foreachPSorPDFinInputPath()
188 if (aInputPathWithPDF.exists() && in foreachPSorPDFinInputPath()
199 if (aInputPathWithPS.exists()) in foreachPSorPDFinInputPath()
222 if (aIndexFile.exists()) in runThroughEveryReportInIndex()
294 assure("File '" + sIndexFile + "' doesn't exists.", aIndexFile.exists(), true); in runThroughEveryReportInIndex()
443 if (aIndexFile.exists()) in foreachResultCreateHTML()
H A DJPEGComparator.java226 assure("File '" + sJPEGFilename + "' doesn't exists.", aFile.exists(), true); in checkOneFile()
227 if (aFile.exists()) in checkOneFile()
247 assure("Result file doesn't exists " + sResultIniFile, aFile.exists()); in evaluateResult()
347 if (aResultFile.exists()) in checkOnePicture()
364 if (aResultPDFFile.exists()) in checkOnePicture()
385 if (aResultFile.exists()) in checkOnePicture()
431 if (nErr == 0 && FileHelper.exists(sDifference)) in compareJPEG()
716 if (aDiffFile.exists()) in compareJPEG()
/aoo41x/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf95 en-US = "Error reading from file: [2]. {{ System error [3].}} Verify that the file exists and that…
98 en-US = "Cannot create the file [3]. A directory with this name already exists. Cancel the instal…
110 en-US = "Error reading from file [2]. Verify that the file exists and that you can access it."
119 en-US = "Source file not found: [2]. Verify that the file exists and that you can access it."
122 en-US = "Error reading from file: [3]. {{ System error [2].}} Verify that the file exists and that…
128 en-US = "Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can acc…
335 en-US = "Could not create shortcut [2]. Verify that the destination folder exists and that you can …
338 en-US = "Could not remove shortcut [2]. Verify that the shortcut file exists and that you can acces…
347 en-US = "Could not update the INI file [2][3]. Verify that the file exists and that you can access…
362 en-US = "Error installing ODBC driver [4], ODBC error [2]: [3]. Verify that the file [4] exists and…
[all …]
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DSolarisHelper.java47 if ( mktemp.exists() ) { in createLocalTempDir()
68 if ( installRootTemp.exists() ) { in createLocalTempDir()
92 if ( installRootTemp.exists() ) { in removeLocalTempDir()
98 if ( localTemp.exists() ) { in removeLocalTempDir()
253 if ( lockFile.exists() ) { in removeSolarisLockFile()
302 if ( ! adminFile.exists() ) { in createAdminFile()
/aoo41x/main/qadevOOo/runner/convwatch/
H A DConvWatch.java71 if (! FileHelper.exists(_sAbsoluteInputFile)) in createPostscriptStartCheck()
95 if (FileHelper.exists(sAbsoluteReferenceFileInfo)) in createPostscriptStartCheck()
117 if (! FileHelper.exists(_sAbsoluteReferenceFile)) in createPostscriptStartCheck()
163 if (! FileHelper.exists(sAbsolutePrintFile)) in createPostscriptStartCheck()
175 if (! FileHelper.exists(_sAbsoluteReferenceFile)) in createPostscriptStartCheck()
383 if (! FileHelper.exists(sNewDiffName)) in checkDiffDiff()
/aoo41x/main/udkapi/com/sun/star/beans/
H A DXIntrospectionAccess.idl127 the demanded name exists and if it accords to one of the
134 if a corresponding property exists.
154 /** allows to ask if a property with the demanded name exists
159 <TRUE/> if the property exists and accords to one of
191 the demanded name exists and if it accords to one of
200 method exists.
219 /** allows to ask if a method with the demanded name exists
224 <TRUE/> if the method exists and accords to one of
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DInfoDir.java122 if ( ! jreFile.exists()) { in copyJreFile()
126 if ( jreFile.exists() ) { in copyJreFile()
134 if ( ! destFile.exists() ) { in copyJreFile()
246 if ( subdir2.exists() ) { in removeInforootSubdir()
256 if ( subdir.exists() ) { in removeInforootSubdir()
274 if ( ! destDir.exists() ) { in prepareUninstallation()
/aoo41x/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java130 … assure("ERROR: could not find makefile: '" + sMakeFile + "'", fMakeFile.exists(), mContinue); in checkModule()
166 if (!aFile.exists()) in getQaUnoApiPath()
176 if (! aModulePath.exists()) in getQaUnoApiPath()
179 if (! aModulePath.exists()) in getQaUnoApiPath()
182 if (! aModulePath.exists()) in getQaUnoApiPath()
195 if (aModulePathQaUnoApi.exists()) in getQaUnoApiPath()

Completed in 156 milliseconds

12345678910>>...18