Home
last modified time | relevance | path

Searched refs:getAbsolutePath (Results 1 – 25 of 74) sorted by relevance

123

/trunk/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java105 …til.exec(new String[] { "tar", "-zxpf", packFile.getAbsolutePath(), "-C", installTempDir.getAbsolu… in findOpenofficeHome()
118 return installDir.getAbsolutePath(); in findOpenofficeHome()
145 …penoffice.pack were specified, and could not find OpenOffice in " + openoffice4.getAbsolutePath()); in findOpenofficeHome()
148 return openoffice4.getAbsolutePath(); in findOpenofficeHome()
155 "No valid OpenOffice found in {0}!", directory.getAbsolutePath())); in validateOpenOfficeInstallation()
H A DTestspace.java46 System.setProperty("testspace", file.getAbsolutePath()); in initTestspace()
55 return testspace.getAbsolutePath(); in getPath()
59 return getFile(filePath).getAbsolutePath(); in getPath()
80 return dataFile.getAbsolutePath(); in prepareData()
85 return dataFile.getAbsolutePath(); in prepareData()
H A DSystemUtil.java200 FileUtil.writeStringToFile(file.getAbsolutePath(), content); in execScript()
203 cmd = new String[] { file.getAbsolutePath() }; in execScript()
205 cmd = new String[] { "sh", file.getAbsolutePath() }; in execScript()
305 FileUtil.writeStringToFile(file.getAbsolutePath(), contents); in getProcesses()
307 exec(new String[] { "cscript", "//Nologo", file.getAbsolutePath()}, null, null, output, output); in getProcesses()
414 FileUtil.writeStringToFile(file.getAbsolutePath(), contents); in getProcessPerfData()
415 exec(new String[] { "cscript", "//Nologo", file.getAbsolutePath()}, null, null, output, output); in getProcessPerfData()
H A DLogger.java54 …+ "java.util.logging.FileHandler.pattern=" + logDir.getAbsolutePath().replace("\\", "/") + "/%u.lo…
107 log(Level.INFO, "Clean up temp directory for test class [" + temp.getAbsolutePath() + "]"); in start()
113 log(Level.INFO, "Clean up temp directory for test method [" + temp.getAbsolutePath() + "]"); in start()
H A DXMLReporter.java130 File outputBackupDir = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished()
132 …outputBackupDir.renameTo(new File(outputBackupDir.getAbsolutePath() + "." + System.currentTimeMill… in testRunFinished()
/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java86 private static String tempFolder = testSpaceFile.getAbsolutePath() + File.separator + "temp";
123 FileUtil.copyFile(operateFilePath, Testspace.getFile(failedFilesDir).getAbsolutePath()); in tearDown()
124 …space.getFile(failedFilesDir + File.separator + "failedFiles.files").getAbsolutePath(), fileURL +"… in tearDown()
126 …ile(failedFilesDir + File.separator + "failedFiles_scenarios.files").getAbsolutePath(), failedMess… in tearDown()
197 …String saveAsFilePath = file.getParentFile().getAbsolutePath() + File.separator + fileName + "." +… in exportAsODF()
224 …String saveAsFilePath = file.getParentFile().getAbsolutePath() + File.separator + fileName + ".pd… in exportAsPDF()
319 …String testFile = testSpaceFile.getAbsolutePath() + File.separator + "temp" + File.separator + url… in downloadFile()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java126 return targetfile.getAbsolutePath(); in zipParcel()
257 parcelDir.getAbsolutePath()); in unzipToDirectory()
296 return parcelDir.getAbsolutePath(); in unzipToDirectory()
329 File tmpfile = new File(targetDocument.getAbsolutePath() + ".tmp"); in unzipToZip()
360 return targetDocument.getAbsolutePath(); in unzipToZip()
434 File tmpfile = new File(document.getAbsolutePath() + ".tmp"); in removeParcel()
493 return document.getAbsolutePath(); in removeParcel()
/trunk/test/testgui/source/svt/gui/
H A DTestSample.java122 log.info("Load sample file from \"" + originalFile.getAbsolutePath() + "\""); in setUp()
185 open(file.getAbsolutePath()); in testWriter()
210 submitOpenDlg(file.getAbsolutePath()); in testCalc()
250 submitOpenDlg(file.getAbsolutePath()); in testImpress()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelFolderSupport.java175 classpath.addElement(contents.getAbsolutePath()); in configure()
184 configuror = new ConfigurePanel(contents.getAbsolutePath(), in configure()
188 configuror.reload(contents.getAbsolutePath(), classpath, in configure()
249 result.addElement(jarfiles[i].getAbsolutePath()); in getConfigureClasspath()
H A DOfficeDocumentSupport.java95 soffice.getAbsolutePath(), file.getAbsolutePath () in open()
H A DDeployParcelAction.java158 String message = directory.getAbsolutePath() + " does not exist. " + in askIfCreateDirectory()
177 String tmp = "Error creating: " + directory.getAbsolutePath(); in askIfCreateDirectory()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java403 … java.io.FileInputStream aByteStream = new java.io.FileInputStream(aFile.getAbsolutePath()); in readEncodedBufferFromFile()
470 … java.io.FileInputStream aByteStream = new java.io.FileInputStream(aFile.getAbsolutePath()); in readAndCheckUTF8File()
747 …FileOutputStream aByteStream = new java.io.FileOutputStream(aFile.getAbsolutePath(), bAppend); in writeEncodedBufferToFile()
757 … throw new java.io.IOException("File \""+aFile.getAbsolutePath()+"\" not written correctly."); in writeEncodedBufferToFile()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DJavaFinder.java182 urlpath = SVersionRCFile.toFileURL(f.getAbsolutePath()); in getClassLoader()
235 String path = classFile.getAbsolutePath(); in findClassNames()
236 path = path.substring(basedir.getAbsolutePath().length() + 1); in findClassNames()
/trunk/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java111 appHome = file.getParentFile().getParentFile().getAbsolutePath(); in OpenOffice()
138 …= props.getProperty("UserInstallation").replace("$ORIGIN", binParent.getAbsolutePath()).replace("$… in OpenOffice()
339 FileUtil.writeStringToFile(registry.getAbsolutePath(), content); in start()
/trunk/main/configmgr/source/
H A Dchildaccess.cxx104 Path ChildAccess::getAbsolutePath() { in getAbsolutePath() function in configmgr::ChildAccess
106 Path path(getParentAccess()->getAbsolutePath()); in getAbsolutePath()
337 Path path(getAbsolutePath()); in commitChanges()
/trunk/main/testgraphical/qa/graphical/
H A DTest.java70 … System.out.println("Path to compare.pl is wrong: '" + aCompareFile.getAbsolutePath() + "'"); in test()
79 aCompareFile.getAbsolutePath(), in test()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDirectoryHelper.java117 traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter ); in traverse_impl()
127 String aStr = aDirEntries[ i ].getAbsolutePath(); in traverse_impl()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DDirectoryHelper.java121 traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter ); in traverse_impl()
131 String aStr = aDirEntries[ i ].getAbsolutePath(); in traverse_impl()
/trunk/main/scripting/examples/java/debugger/
H A DDebugRunner.java62 path = new File(f, filename).getAbsolutePath(); in go()
66 path = f.getAbsolutePath(); in go()
/trunk/main/xmerge/source/palmtests/qa/comparator/
H A DXmlWrapper.java63 fname1 = f1.getAbsolutePath(); in main()
64 fname2 = f2.getAbsolutePath(); in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DSysUtils.java75 traverse( entries[ i ].getAbsolutePath() ); in traverse()
81 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseDirectory.java162 directoryField.setText(file.getAbsolutePath()); in actionPerformed()
173 directoryFieldRootdir.setText(file.getAbsolutePath()); in actionPerformed()
/trunk/main/odk/examples/java/DocumentHandling/
H A DDocumentConverter.java66 String sOutUrl = "file:///" + outdir.getAbsolutePath().replace( '\\', '/' ); in traverse()
89 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
/trunk/test/testgui/source/bvt/gui/
H A DFileExport.java236 outpath = workspacepath.getAbsolutePath(); in testSaveAs()
259 String pathbegin = parent.getAbsolutePath(); in testSaveAs()
297 String path = afile.getAbsolutePath(); in dotest()
/trunk/main/scripting/examples/java/Newsgroup/
H A DOfficeAttachment.java132 file = homefiles[i].getAbsolutePath(); in createTempDocs()
167 file = homefiles[i].getAbsolutePath(); in createTempDocs()

Completed in 78 milliseconds

123