/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | Installer.java | 105 …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 D | Testspace.java | 46 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 D | SystemUtil.java | 200 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 D | Logger.java | 54 …+ "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 D | XMLReporter.java | 130 File outputBackupDir = new File(outputDir.getAbsolutePath() + "." + suiteName); in testRunFinished() 132 …outputBackupDir.renameTo(new File(outputBackupDir.getAbsolutePath() + "." + System.currentTimeMill… in testRunFinished()
|
/aoo41x/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 86 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()
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/zip/ |
H A D | ParcelZipper.java | 126 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()
|
/aoo41x/test/testgui/source/svt/gui/ |
H A D | TestSample.java | 122 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()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelFolderSupport.java | 175 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 D | OfficeDocumentSupport.java | 95 soffice.getAbsolutePath(), file.getAbsolutePath () in open()
|
H A D | DeployParcelAction.java | 158 String message = directory.getAbsolutePath() + " does not exist. " + in askIfCreateDirectory() 177 String tmp = "Error creating: " + directory.getAbsolutePath(); in askIfCreateDirectory()
|
/aoo41x/main/scripting/java/org/openoffice/idesupport/ |
H A D | JavaFinder.java | 182 urlpath = SVersionRCFile.toFileURL(f.getAbsolutePath()); in getClassLoader() 235 String path = classFile.getAbsolutePath(); in findClassNames() 236 path = path.substring(basedir.getAbsolutePath().length() + 1); in findClassNames()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | FileHelper.java | 403 … 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()
|
/aoo41x/test/testcommon/source/org/openoffice/test/ |
H A D | OpenOffice.java | 111 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()
|
/aoo41x/main/configmgr/source/ |
H A D | childaccess.cxx | 104 Path ChildAccess::getAbsolutePath() { in getAbsolutePath() function in configmgr::ChildAccess 106 Path path(getParentAccess()->getAbsolutePath()); in getAbsolutePath() 337 Path path(getAbsolutePath()); in commitChanges()
|
/aoo41x/main/testgraphical/qa/graphical/ |
H A D | Test.java | 70 … System.out.println("Path to compare.pl is wrong: '" + aCompareFile.getAbsolutePath() + "'"); in test() 79 aCompareFile.getAbsolutePath(), in test()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | DirectoryHelper.java | 117 traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter ); in traverse_impl() 127 String aStr = aDirEntries[ i ].getAbsolutePath(); in traverse_impl()
|
/aoo41x/main/qadevOOo/runner/graphical/ |
H A D | DirectoryHelper.java | 121 traverse_impl( aDirEntries[ i ].getAbsolutePath(), _aFileFilter ); in traverse_impl() 131 String aStr = aDirEntries[ i ].getAbsolutePath(); in traverse_impl()
|
/aoo41x/main/scripting/examples/java/debugger/ |
H A D | DebugRunner.java | 62 path = new File(f, filename).getAbsolutePath(); in go() 66 path = f.getAbsolutePath(); in go()
|
/aoo41x/main/xmerge/source/palmtests/qa/comparator/ |
H A D | XmlWrapper.java | 63 fname1 = f1.getAbsolutePath(); in main() 64 fname2 = f2.getAbsolutePath(); in main()
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | SysUtils.java | 75 traverse( entries[ i ].getAbsolutePath() ); in traverse() 81 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/ |
H A D | ChooseDirectory.java | 162 directoryField.setText(file.getAbsolutePath()); in actionPerformed() 173 directoryFieldRootdir.setText(file.getAbsolutePath()); in actionPerformed()
|
/aoo41x/main/odk/examples/java/DocumentHandling/ |
H A D | DocumentConverter.java | 66 String sOutUrl = "file:///" + outdir.getAbsolutePath().replace( '\\', '/' ); in traverse() 89 + entries[ i ].getAbsolutePath().replace( '\\', '/' ); in traverse()
|
/aoo41x/main/scripting/examples/java/Newsgroup/ |
H A D | OfficeAttachment.java | 132 file = homefiles[i].getAbsolutePath(); in createTempDocs() 167 file = homefiles[i].getAbsolutePath(); in createTempDocs()
|
/aoo41x/test/testgui/source/bvt/gui/ |
H A D | FileExport.java | 236 outpath = workspacepath.getAbsolutePath(); in testSaveAs() 259 String pathbegin = parent.getAbsolutePath(); in testSaveAs() 297 String path = afile.getAbsolutePath(); in dotest()
|