/aoo41x/test/testcommon/source/org/openoffice/test/common/ |
H A D | Testspace.java | 59 return getFile(filePath).getAbsolutePath(); in getPath() 63 return FileUtil.getUrl(getFile(filePath)); in getUrl() 66 public static File getFile() { in getFile() method in Testspace 70 public static File getFile(String filePath) { in getFile() method in Testspace 89 getFile("temp").mkdir(); in prepareDataFile() 94 File workingFile = getFile(to); in prepareDataFile() 130 return new File(url.getFile()); in getDataFile()
|
H A D | Installer.java | 37 File downloadDir = Testspace.getFile("download"); 38 File downloadUrl = Testspace.getFile("download/url"); 39 File installDir = Testspace.getFile("install"); 40 File installTempDir = Testspace.getFile("install_temp");
|
H A D | Logger.java | 45 File logDir = Testspace.getFile("log"); 105 File temp = Testspace.getFile("classtemp"); in start() 111 File temp = Testspace.getFile("temp"); in start()
|
H A D | CSVReporter.java | 35 private File reportDir = Testspace.getFile("output/result");
|
H A D | ReportUploader.java | 40 private File outputDir = Testspace.getFile("output");
|
H A D | XMLReporter.java | 45 private File outputDir = Testspace.getFile("output");
|
/aoo41x/main/odk/examples/java/EmbedDocument/Container1/ |
H A D | EmbedContApp.java | 294 if ( aFileDialog.getFile() != null ) in actionPerformed() 296 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed() 341 if ( aFileDialog.getFile() != null ) in actionPerformed() 343 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed() 422 if ( aFileDialog.getFile() != null ) in actionPerformed() 424 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed() 528 if ( aFileDialog.getFile() != null ) in actionPerformed() 530 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed() 578 if ( aFileDialog.getFile() != null ) in actionPerformed() 582 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed()
|
/aoo41x/test/testuno/source/fvt/uno/ffc/ |
H A D | FFCTest.java | 84 private static File testSpaceFile = Testspace.getFile(); 98 File failedDirec = Testspace.getFile(failedFilesDir); in init() 123 FileUtil.copyFile(operateFilePath, Testspace.getFile(failedFilesDir).getAbsolutePath()); in tearDown() 124 …FileUtil.appendStringToFile( Testspace.getFile(failedFilesDir + File.separator + "failedFiles.file… in tearDown() 126 …FileUtil.appendStringToFile( Testspace.getFile(failedFilesDir + File.separator + "failedFiles_scen… in tearDown()
|
/aoo41x/test/testgui/source/bvt/gui/ |
H A D | FileExport.java | 226 result = new DataSheet(getFile("outputlog" + File.separatorChar in testSaveAs() 235 File workspacepath = Testspace.getFile("output");// ..\\testspace\\output in testSaveAs() 244 File samplesDir = Testspace.getFile(samplespath); in testSaveAs() 389 File reportDir = Testspace.getFile(outpath); in savetosameformat() 455 File reportDir = Testspace.getFile(outpath); in savetodiffformat() 603 File reportDir = Testspace.getFile(outpath); in savetopdfformat()
|
/aoo41x/main/embeddedobj/test/Container1/ |
H A D | EmbedContApp.java | 805 if ( aFileDialog.getFile() != null ) in SaveAsOperation() 807 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in SaveAsOperation() 1026 if ( aFileDialog.getFile() != null ) in actionPerformed() 1028 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed() 1118 if ( aFileDialog.getFile() != null ) in actionPerformed() 1120 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed() 1145 if ( aFileDialog.getFile() != null ) in actionPerformed() 1147 String aFileName = aFileDialog.getDirectory() + aFileDialog.getFile(); in actionPerformed()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/actions/ |
H A D | ParcelSupport.java | 62 public File getFile() { in getFile() method in ParcelSupport 69 language = zipper.getParcelLanguage(getFile()); in getLanguage()
|
H A D | ParcelCookie.java | 31 public File getFile(); in getFile() method
|
H A D | ParcelDescriptorEditorSupport.java | 112 protected FileObject getFile() { in getFile() method in ParcelDescriptorEditorSupport.ParcelDescriptorEnv
|
/aoo41x/test/testgui/source/svt/gui/sw/ |
H A D | FileTypeAboutWriter.java | 27 import static org.openoffice.test.common.Testspace.getFile; 74 xmlResult = new DataSheet(getFile("output/svt_writertype.xml")); in beforeClass()
|
H A D | BasicFuncOnWriter.java | 27 import static org.openoffice.test.common.Testspace.getFile; 73 xmlResult = new DataSheet(getFile("output/svt_writer.xml")); in beforeClass()
|
/aoo41x/test/testuno/source/pvt/uno/ |
H A D | Conversion.java | 96 result = new DataSheet(getFile("output/" + Conversion.class.getName()+ ".xml")); in beforeClass() 132 targetFile = getFile("classtemp/" + sourceFile.getName()+ "." + targetExtName); in before()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
H A D | OpenOfficeDocFileSystem.java | 1031 return (isFolder() == false)? new FileInputStream(getFile()): null; in getInputStream() 1104 /* package */ File getFile() in getFile() method in OpenOfficeDocFileSystem.Entry 1185 return (isFolder() == false)? new FileOutputStream(getFile()): null; in getOutputStream()
|
/aoo41x/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 73 result = new DataSheet(getFile("output/" + Benchmark.class.getName() + ".xml")); in beforeClass() 390 getFile(dir).mkdirs(); in save()
|
/aoo41x/test/testgui/source/svt/gui/sc/ |
H A D | BasicFuncOnCalc.java | 28 import static org.openoffice.test.common.Testspace.getFile; 99 xmlResult = new DataSheet(getFile("output/svt_calc.xml")); in beforeClass()
|
/aoo41x/main/soltools/testSHL/inc/ |
H A D | tlog.hxx | 79 inline ::osl::File* getFile() { return m_logfile; } in getFile() function in tstutl::tLog
|
/aoo41x/main/jurt/com/sun/star/comp/loader/ |
H A D | RegistrationClassFinder.java | 85 p = new File(url.getFile()).getCanonicalPath(); in checkAccess()
|
/aoo41x/test/testgui/source/testlib/gui/ |
H A D | AppTool.java | 36 Testspace.getFile("temp").mkdirs(); in mkdirs()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | urlparameter.hxx | 67 rtl::OUString getFile() in getFile() function in chelp::DbtToStringConverter
|
/aoo41x/test/testuno/source/fvt/uno/sw/field/ |
H A D | CheckDateTimeField.java | 70 FileUtil.deleteFile(Testspace.getFile(tempPath)); in tearDownDocument()
|
/aoo41x/main/scripting/java/com/sun/star/script/framework/io/ |
H A D | UCBStreamHandler.java | 63 String file = url.getFile(); in parseURL()
|