Home
last modified time | relevance | path

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

12345678910>>...19

/trunk/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()
240 assertTrue("Table auto format dialog pop up", swTableAutoFMT.exists()); in testTableAutoFormat()
266 assertTrue(swTableSetRowHeightDialog.exists()); in testTableRowHeight()
277 assertTrue(swTableSetRowHeightDialog.exists()); in testTableRowHeight()
303 assertTrue(tableToolbar.exists()); in testTableSelectRow()
319 assertTrue("SWTable_InsertRow Dialog pop up", swTableInsertRow.exists()); in testTableInsertRow()
335 assertFalse(tableToolbar.exists()); in testTableInsertRow()
[all …]
/trunk/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 …]
/trunk/test/testgui/source/bvt/gui/
H A DBasicFunctionTest.java125 if (activeMsgBox.exists(2)) in testPrinter()
135 assertTrue("Printer Setup dialog appears", printerSetUpDlg.exists(3)); in testPrinter()
192 assertTrue(aboutDialog.exists(5)); in testHelp()
196 assertTrue(helpWindow.exists(5)); in testHelp()
308 assertFalse("Quit", slideShow.exists()); in testSlideShow()
496 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDraw()
500 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDraw()
519 assertTrue("Chart Editor appears", chart.exists(3)); in testInsertChartInDocument()
523 assertFalse("Chart Editor appears", chart.exists()); in testInsertChartInDocument()
543 assertTrue("Chart Editor appears", chart.exists(3)); 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()
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/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()
141 tRes.tested("kill()",!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()
[all …]
/trunk/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()
/trunk/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())
/trunk/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java194 if (xSimpleFileAccess.exists(tmpPath)) in getOfficePath()
324 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
334 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
344 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
351 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
357 if (xSimpleFileAccess.exists(sPath)) in checkIfLanguagePathExists()
440 bExists = xSimpleFileAccess.exists(_sPath); in isPathValid()
458 bexists = xSimpleFileAccess.exists(ReturnPath); in combinePaths()
525 if (xSimpleFileAccess.exists(Path)) in PathisValid()
556 bexists = xSimpleFileAccess.exists(NewPath); in PathisValid()
[all …]
/trunk/main/connectivity/source/sdbcx/
H A DVCollection.cxx78 virtual bool exists(const ::rtl::OUString& _sName ) in exists() function in __anonb4ffed0a0111::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 derived 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 …]
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Dutils.java94 if (new File(tDoc).exists()) { in getFullTestDocName()
471 boolean exists = false; in fileExists()
477 if (simpleAccess.exists(fileURL)) { in fileExists()
478 exists = true; in fileExists()
484 exists = false; in fileExists()
486 return exists; in fileExists()
503 if (simpleAccess.exists(fileURL)) { in deleteFile()
528 if (!simpleAccess.exists(destinaion)) { in copyFile()
550 if (simpleAccess.exists(newF)) { in overwriteFile_impl()
796 if (!f.exists() || !f.isDirectory()) { in validateAppExecutionCommand()
[all …]
/trunk/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()
/trunk/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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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 installa…
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…
131 en-US = "Cannot create the directory [2]. A file with this name already exists. Please rename or re…
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 …
[all …]
/trunk/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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/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()
/trunk/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
/trunk/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java131 … assure("ERROR: could not find makefile: '" + sMakeFile + "'", fMakeFile.exists(), mContinue); in checkModule()
167 if (!aFile.exists()) in getQaUnoApiPath()
177 if (! aModulePath.exists()) in getQaUnoApiPath()
180 if (! aModulePath.exists()) in getQaUnoApiPath()
183 if (! aModulePath.exists()) in getQaUnoApiPath()
196 if (aModulePathQaUnoApi.exists()) in getQaUnoApiPath()
/trunk/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()

12345678910>>...19