Home
last modified time | relevance | path

Searched refs:File (Results 26 – 50 of 933) sorted by relevance

12345678910>>...38

/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java29 import java.io.File;
149 File file = new File(fileName); in find_file()
155 File dir = new File(directory); in exists_directory()
161 File dir = new File(directory); in create_directory()
173 File installFile = new File(dir); in getParentDirectory()
270 File file = new File(fileName); in readCharFileVector()
313 static public void copyAllFiles(File source, File dest) { in copyAllFiles()
322 static public void copyAllFiles(File source, File dest, String ext) { in copyAllFiles()
335 File dir = new File(dest); in copy()
337 File sourceFile = new File(source); in copy()
[all …]
/aoo42x/main/scripting/examples/java/Newsgroup/
H A DSubscribedNewsgroups.java82 File profiles[] = findProfiles( new File ( mozillaHome ) ); in getNewsGroups()
91 File allNewsDirs[] = new File[ profiles.length ]; in getNewsGroups()
126 File mailrc = (File) allMailrcs[i]; in getNewsGroups()
234 private static File[] findMailrcFiles(File[] newsDirs) in findMailrcFiles()
255 File allMailrcFiles[] = new File[ allFiles.size() ]; in findMailrcFiles()
271 private static File[] findProfiles(File start) in findProfiles()
274 File allFiles[] = start.listFiles(); in findProfiles()
275 File[] dirs = new File[allFiles.length]; in findProfiles()
289 File[] profileDirs = new File[dirCounter]; in findProfiles()
301 private static File findNewsDir(File start) in findNewsDir()
[all …]
/aoo42x/main/sfx2/source/appl/
H A Dnewhelp.src218 ImageBitmap = Bitmap { File = "sc06303.png" ; };
222 ImageBitmap = Bitmap { File = "sc06301.png" ; };
226 ImageBitmap = Bitmap { File = "sc06300.png" ; };
230 ImageBitmap = Bitmap { File = "sc05504.png" ; };
238 ImageBitmap = Bitmap { File = "sc05961.png" ; };
242 ImageBitmap = Bitmap { File = "sc05711.png" ; };
262 ImageBitmap = Bitmap { File = "hlpdoc.png" ; };
266 ImageBitmap = Bitmap { File = "hlpdoc_h.png" ; };
468 ImageBitmap = Bitmap { File = "lc06303.png" ; };
472 ImageBitmap = Bitmap { File = "lc06301.png" ; };
[all …]
/aoo42x/main/wizards/source/imagelists/
H A Dimagelists.src30 ImageBitmap = Bitmap { File = "portrait_32.png"; };
42 ImageBitmap = Bitmap { File = "landscape_32.png"; };
104 ImageBitmap = Bitmap { File = "table_3.png"; };
110 ImageBitmap = Bitmap { File = "table_3_h.png"; };
117 ImageBitmap = Bitmap { File = "table_2.png"; };
124 ImageBitmap = Bitmap { File = "table_2_h.png"; };
131 ImageBitmap = Bitmap { File = "simple.png"; };
137 ImageBitmap = Bitmap { File = "simple_h.png"; };
143 ImageBitmap = Bitmap { File = "diagonal.png"; };
155 ImageBitmap = Bitmap { File = "zigzag.png"; };
[all …]
/aoo42x/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java23 import java.io.File;
57 File file = FileUtil.findFile(prop, jar); in run()
74 File packFile = null; in findOpenofficeHome()
94 packFile = new File(prop); in findOpenofficeHome()
132 final File instsetoo_native = new File(srcRoot, "instsetoo_native"); in findOpenofficeHome()
133 final File buildDir = new File(instsetoo_native, inPath); in findOpenofficeHome()
134 final File apacheOpenOffice = new File(buildDir, "Apache_OpenOffice"); in findOpenofficeHome()
135 final File installed = new File(apacheOpenOffice, "installed"); in findOpenofficeHome()
136 final File install = new File(installed, "install"); in findOpenofficeHome()
137 final File enUs = new File(install, "en-US"); in findOpenofficeHome()
[all …]
/aoo42x/main/dbaccess/source/ui/imagelists/
H A Ddbimagelists.src78 ImageBitmap = Bitmap { File = "forms_32.png"; };
117 ImageBitmap = Bitmap { File = "db.png"; };
122 ImageBitmap = Bitmap { File = "db_sch.png"; };
130 ImageBitmap = Bitmap { File = "sx03188.png"; };
135 ImageBitmap = Bitmap { File = "sxh03188.png"; };
140 ImageBitmap = Bitmap { File = "sx03187.png"; };
145 ImageBitmap = Bitmap { File = "sxh03187.png"; };
153 ImageBitmap = Bitmap { File = "sx16670.png"; };
166 ImageBitmap = Bitmap { File = "sx03202.png"; };
176 ImageBitmap = Bitmap { File = "sx03201.png"; };
[all …]
/aoo42x/main/svx/source/sidebar/text/
H A DTextPropertyPanel.src285 ImageBitmap = Bitmap {File = "symphony/line1.png" ;} ;
289 ImageBitmap = Bitmap {File = "symphony/line2.png" ;} ;
293 ImageBitmap = Bitmap {File = "symphony/line3.png" ;} ;
297 ImageBitmap = Bitmap {File = "symphony/line4.png" ;} ;
301 ImageBitmap = Bitmap {File = "symphony/line5.png" ;} ;
305 ImageBitmap = Bitmap {File = "symphony/line6.png" ;} ;
309 ImageBitmap = Bitmap {File = "symphony/line7.png" ;} ;
313 ImageBitmap = Bitmap {File = "symphony/line8.png" ;} ;
317 ImageBitmap = Bitmap {File = "symphony/line9.png" ;} ;
321 ImageBitmap = Bitmap {File = "symphony/line10.png" ;} ;
[all …]
/aoo42x/main/autodoc/source/cosv/storage/
H A Dfile.cxx34 File::File( uintt i_nMode ) in File() function in csv::File
42 File::File( const ploc::Path & i_rLocation, in File() function in csv::File
51 File::File( const char * i_sLocation, in File() function in csv::File
60 File::File( const String & i_sLocation, in File() function in csv::File
69 File::~File() in ~File()
129 File::inq_eod() const in inq_eod()
154 File::do_seek( intt i_nDistance, in do_seek()
169 File::inq_position() const in inq_position()
214 File::do_close() in do_close()
225 File::inq_is_open() const in inq_is_open()
[all …]
/aoo42x/main/svtools/source/contnr/
H A Dtemplwin.src44 ImageBitmap = Bitmap { File = "new_doc.png" ; } ;
49 ImageBitmap = Bitmap { File = "new_doc_h.png" ; } ;
59 ImageBitmap = Bitmap { File = "my_docs.png" ; } ;
64 ImageBitmap = Bitmap { File = "my_docs_h.png" ; } ;
74 ImageBitmap = Bitmap { File = "template.png" ; } ;
89 ImageBitmap = Bitmap { File = "samples.png" ; } ;
94 ImageBitmap = Bitmap { File = "samples_h.png" ; } ;
138 ImageBitmap = Bitmap { File = "up_small.png" ; } ;
142 ImageBitmap = Bitmap { File = "up_large.png" ; } ;
146 ImageBitmap = Bitmap { File = "sc05509.png" ; } ;
[all …]
/aoo42x/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/
H A DSchemaReader.java25 import java.io.File;
75 private SchemaReader (final File aDriverFile) in SchemaReader()
247 final File aMainSchemaFile = new File(sMainSchemaFile); in ParseSchemaFiles()
364 final File aFile = new File(sFilename); in CreateCheckedOutputFile()
392 final File aAutomatonLogFile, in WriteNonValidatingParseTables()
393 final File aSimpleTypeLogFile, in WriteNonValidatingParseTables()
394 final File aParseTableFile) in WriteNonValidatingParseTables()
429 final File aAutomatonLogFile, in WriteValidatingParseTables()
430 final File aSimpleTypeLogFile, in WriteValidatingParseTables()
431 final File aParseTableFile) in WriteValidatingParseTables()
[all …]
/aoo42x/main/sw/source/ui/envelp/
H A Denvprt.src170 File = "envhl_l.png" ;
174 File = "envhl_u.png" ;
178 File = "envhc_l.png" ;
182 File = "envhc_u.png" ;
186 File = "envhr_l.png" ;
190 File = "envhr_u.png" ;
194 File = "envvl_l.png" ;
198 File = "envvl_u.png" ;
202 File = "envvc_l.png" ;
206 File = "envvc_u.png" ;
[all …]
/aoo42x/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java24 import java.io.File;
65 private File userInstallation = null;
69 private File home = null;
71 private File bin = null;
109 File file = new File(url.toURI()); in OpenOffice()
123 home = new File(appHome); in OpenOffice()
124 bin = new File(appHome, BIN); in OpenOffice()
130 File bootstrapFile = new File(binParent, "bootstraprc"); in OpenOffice()
141 File versionFile = new File(binParent, "versionrc"); in OpenOffice()
220 public File getHome() { in getHome()
[all …]
/aoo42x/main/sal/workben/
H A Dtestfile.cxx132 File *pFile; in Initialize()
254 pFile=new File( file1 ); in Initialize()
261 pFile=new File( file2 ); in Initialize()
286 File *pFile; in Shutdown()
290 pFile=new File( file1 ); in Shutdown()
296 pFile=new File( file2 ); in Shutdown()
677 File *pFile; in FileOpenAndCloseTest()
735 File *pFile; in FileCreateAndRemoveTest()
812 File *pFile; in FileWriteAndReadTest()
900 File *pFile; in FileCopyAndMoveTest()
[all …]
/aoo42x/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm118 File::Path::make_path($destination_path);
189 File::Path::make_path($destination_path);
209 File::Path::make_path($dir_path);
245 File::Path::make_path($destination_path);
314 return File::Spec->catfile(
335 return File::Spec->catfile(
347 return File::Spec->catfile(
610 my $original_path = File::Spec->catfile(
681 File::Path::make_path($destination);
720 my $original_path = File::Spec->catfile(
[all …]
/aoo42x/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java22 import java.io.File;
84 private static File testSpaceFile = Testspace.getFile();
98 File failedDirec = Testspace.getFile(failedFilesDir); in init()
149 File savedMSFile = new File(savedMSFilePath); in exportTest()
195 File file = new File(testFile); in exportAsODF()
222 File file = new File(testFilePath); in exportAsPDF()
234 File pdfFile = new File(saveAsFilePath); in exportAsPDF()
313 File urlFile = new File( new File(url.replaceAll("%20", " ")).getName()); in downloadFile()
315 File tempFolderFile = new File(tempFolder); in downloadFile()
319 …String testFile = testSpaceFile.getAbsolutePath() + File.separator + "temp" + File.separator + url… in downloadFile()
[all …]
/aoo42x/main/extensions/test/ole/MfcControl/
H A DMfcControl.dsp200 # End Source File
204 # End Source File
208 # End Source File
212 # End Source File
216 # End Source File
220 # End Source File
225 # End Source File
233 # End Source File
237 # End Source File
241 # End Source File
[all …]
/aoo42x/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java26 import java.io.File;
56 "skip_registration" + File.separator + "unoil.jar";
59 File.separator + "user" + File.separator + "uno_packages" +
60 File.separator + "cache" + File.separator + "uno_packages";
67 private File sversionrc = null;
77 sversionrc = new File(name); in SVersionRCFile()
155 File f = new File(path); in toFileURL()
168 path = path.replace(File.separatorChar, '/'); in toFileURL()
181 File unopkgdir = new File(officeInstall, UNOPACKAGEDIR); in getPathForUnoil()
186 File scriptf = null; in getPathForUnoil()
[all …]
/aoo42x/main/starmath/source/
H A Dsmres.src578 File = "dist11.png" ;
590 File = "dist12.png" ;
602 File = "dist13.png" ;
621 File = "dist21.png" ;
633 File = "dist22.png" ;
652 File = "dist31.png" ;
664 File = "dist32.png" ;
683 File = "dist41.png" ;
695 File = "dist42.png" ;
714 File = "dist51.png" ;
[all …]
/aoo42x/main/desktop/source/deployment/gui/
H A Ddp_gui_backend.src27 ImageBitmap = Bitmap {File = "sx03256.png" ;} ;
31 ImageBitmap = Bitmap {File = "sxh03256.png" ;} ;
37 ImageBitmap = Bitmap {File = "im30820.png" ;} ;
41 ImageBitmap = Bitmap {File = "imh30820.png" ;} ;
46 ImageBitmap = Bitmap {File = "dialogfolder_16.png" ;} ;
56 ImageBitmap = Bitmap {File = "xml_16.png" ;} ;
60 ImageBitmap = Bitmap {File = "xml_16_h.png" ;} ;
66 ImageBitmap = Bitmap {File = "component_16.png" ;} ;
70 ImageBitmap = Bitmap {File = "component_16_h.png" ;} ;
84 ImageBitmap = Bitmap {File = "library_16.png" ;} ;
[all …]
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/InstallerHelper/
H A DLinuxHelper.java32 import java.io.File;
57 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in getPackageNameFromRpm()
62 File rpmFile = new File(packagePath, rpmFileName); in getPackageNameFromRpm()
94 File completePackageFile = new File(packagePath, packageData.getPkgSubdir()); in checkPackageExistence()
100 File rpmFile = new File(packagePath, rpmFileName); in checkPackageExistence()
375 File databaseFile = new File(databaseDir, linuxDatabaseName); in getLinuxDatabasePath()
496 File destDir = new File(data.getInstallDefaultDir(), data.getProductDir()); in createPackageNameFileAtPostinstall()
497 File uninstallDir = new File(destDir, data.getUninstallDirName()); in createPackageNameFileAtPostinstall()
499 File packageNamesFile = new File(uninstallDir, fileName); in createPackageNameFileAtPostinstall()
510 File file = new File(dir, fileName); in readPackageNamesFile()
[all …]
/aoo42x/main/filter/source/config/tools/split/
H A DSplitterData.java55 public java.io.File m_aOutDir;
59 public java.io.File m_aFragmentDirTypes;
60 public java.io.File m_aFragmentDirFilters;
62 public java.io.File m_aFragmentDirFrameLoaders;
71 public java.io.File m_aFragmentDirModuleSWriter;
72 public java.io.File m_aFragmentDirModuleSWeb;
74 public java.io.File m_aFragmentDirModuleSCalc;
75 public java.io.File m_aFragmentDirModuleSDraw;
77 public java.io.File m_aFragmentDirModuleSMath;
78 public java.io.File m_aFragmentDirModuleSChart;
[all …]
/aoo42x/main/jurt/test/com/sun/star/lib/util/
H A DNativeLibraryLoader_Test.java27 import java.io.File;
37 File dir = new File(System.getProperty("user.dir")); in testEncoded()
38 File subdir = new File(dir, "with space"); in testEncoded()
39 File file1 = new File(subdir, "file"); in testEncoded()
48 File file2 = NativeLibraryLoader.getResource( in testEncoded()
59 File dir = new File(System.getProperty("user.dir")); in testUnencoded()
60 File subdir = new File(dir, "with space"); in testUnencoded()
61 File file1 = new File(subdir, "file"); in testUnencoded()
70 File file2 = NativeLibraryLoader.getResource( in testUnencoded()
/aoo42x/main/basegfx/qa/
H A Dmkpolygons.pl30 use IO::File;
32 use File::Spec;
33 use File::Spec::Functions;
34 use File::Temp;
35 use File::Path;
59 $TempDir = File::Temp::tempdir (CLEANUP => 1);
65 mkpath (File::Spec->catpath ($volume,$directories,""));
68 return new IO::File ($fullname, "w");
96 $zip_name = File::Spec->catfile ($cwd, $zip_name);
99 $zip_name = File::Spec->rel2abs ($filename);
[all …]
/aoo42x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx96 osl::File*
99 osl::File::RC nError = osl::File::E_None; in CreateSpoolFile()
100 osl::File* pFile = NULL; in CreateSpoolFile()
105 if (nError != osl::File::E_None) in CreateSpoolFile()
109 pFile = new osl::File (aFileURL); in CreateSpoolFile()
111 if (nError != osl::File::E_None) in CreateSpoolFile()
172 osl::File*
178 osl::File*
184 osl::File*
190 osl::File*
[all …]
/aoo42x/main/qadevOOo/runner/graphical/
H A DEnhancedComplexTestCase.java27 import java.io.File;
44 File aFile = new File(_aParam.getInputPath()); in callEntry()
102 File aInputPath = new File(_aParam.getInputPath()); in foreachDocumentinInputPath()
142 File aInputPath = new File(sInputPath); in foreachPSorPDFinInputPath()
166 File aFile = new File(sEntry); in foreachPSorPDFinInputPath()
186 File aInputPathWithPDF = new File(sInputPathWithPDF); in foreachPSorPDFinInputPath()
198 File aInputPathWithPS = new File(sInputPathWithPS); in foreachPSorPDFinInputPath()
221 File aIndexFile = new File(sIndexFile); in runThroughEveryReportInIndex()
335 File aInputPath = new File(sInputPath); in foreachJPEGcompareWithJPEG()
418 File aInputPath = new File(sInputPath); in foreachResultCreateHTML()
[all …]

Completed in 419 milliseconds

12345678910>>...38