| /trunk/main/ure/source/ |
| H A D | README | 97 Program Files\URE\LICENSE 98 Program Files\URE\THIRDPARTYLICENSEREADME.html 99 Program Files\URE\README 100 Program Files\URE\bin\uno.exe 101 Program Files\URE\bin\regcomp.exe 102 Program Files\URE\bin\regmerge.exe 103 Program Files\URE\bin\regview.exe 104 Program Files\URE\bin\cppu3.dll 105 Program Files\URE\bin\cppuhelper3MSC.dll 106 Program Files\URE\bin\purpenvhelper3MSC.dll [all …]
|
| /trunk/main/ |
| H A D | extensions.lst | 43 …12cd6a8ddcff6cd6dba788c6f526af26 https://sourceforge.net/projects/aoo-extensions/files/3932/4/ort-… 47 …4cf4e4a9d85f14761d38943b7e1fd76d https://sourceforge.net/projects/aoo-extensions/files/1205/5/ca.3… 51 …d425579a9a2e26663abaecdd661be419 https://sourceforge.net/projects/aoo-extensions/files/1475/1/ca-v… 55 …6112a73444a1ad3cf70736649e228f0f https://sourceforge.net/projects/aoo-extensions/files/1395/0/dict… 59 …e97b775591863285e50cc349c0382bd5 https://sourceforge.net/projects/aoo-extensions/files/1429/13/da_… 63 …ea35a6a6761655107da3e99ee56c171f https://sourceforge.net/projects/aoo-extensions/files/1075/15/dic… 67 …0cf6783cb0f1355ef3869aa9699700b3 https://sourceforge.net/projects/aoo-extensions/files/1697/12/dic… 71 …48f7f27f22bf1006a6d9f91d55a7cffc https://sourceforge.net/projects/aoo-extensions/files/1699/12/dic… 75 …724ca5d9215406631b9e7350663614dd https://sourceforge.net/projects/aoo-extensions/files/17102/112/d… 79 …e2eab80772ab1aa09716954219351a80 https://sourceforge.net/projects/aoo-extensions/files/1470/1/en_U… [all …]
|
| /trunk/test/testcommon/source/org/openoffice/test/common/ |
| H A D | FileUtil.java | 328 File[] files = dir.listFiles(); in findFile() 329 for (int i = 0; i < files.length; i++) { in findFile() 330 if (files[i].isDirectory()) { in findFile() 331 File ret = findFile(files[i], name); in findFile() 334 } else if (files[i].getName().matches(name)) { in findFile() 335 return files[i]; in findFile() 345 File[] files = dir.listFiles(); in findFile() 346 for (int i = 0; i < files.length; i++) { in findFile() 347 if (files[i].isDirectory() && (followSymbolicLink || !isSymbolicLink(files[i]))) { in findFile() 348 File ret = findFile(files[i], name); in findFile() [all …]
|
| /trunk/main/solenv/bin/modules/installer/ |
| H A D | archivefiles.pm | 30 use installer::files; 37 # Changing the name for files with flag RENAME_TO_LANGUAGE 49 if ( $oldname =~ /en-US/ ) # files, that contain the language in the file name 54 else # files, that do not contain the language in the file name 56 if ( $oldname =~ /^\s*(.*)(\..*?)\s*$/ ) # files with extension 121 # there are executable files 134 my $manifestfile = installer::files::read_file($manifestfilename); 140 # Analyzing files with flag ARCHIVE 158 installer::logger::include_header_into_logfile("Files with flag ARCHIVE:"); 186 …TO_LANGUAGE\b/ ) { $rename_to_language = 1; } # special handling for renamed files (scriptitems.pm) [all …]
|
| /trunk/main/postprocess/checkdeliver/ |
| H A D | checkdeliver.pl | 28 # checkdeliver.pl - compare delivered files on solver with those on SRC_ROOT 59 my $deliverlists_ref = get_deliver_lists(); # get deliver log files 61 $err += check( $listfile ); # check delivered files 114 # find deliver log files on solver 116 my @files; 121 @files = glob( $pattern ); 124 @files = grep ! /\/$exceptionpattern\//, @files; 126 if ( ! @files ) { 127 print_logged( "Error: cannot find deliver log files\n" ); 130 return \@files; [all …]
|
| /trunk/main/soltools/mkdepend/ |
| H A D | mkdepend.man | 5 .\" copy of this software and associated documentation files (the "Software"), 83 directives can reference files having other 85 directives, and parsing will occur in these files as well. 98 will know which object files must be recompiled when a dependency has changed. 138 or one of the files it included. 200 Some systems may have object files whose suffix is something other 235 to emit the list of files included by each input file on standard output. 273 that all files compiled by a single 279 and that most files in a single directory will include largely the 280 same files. [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/ |
| H A D | FileTools.java | 33 * This class deliver some functionality to copy files. 38 * Copies all files under srcDir to dstDir. 49 * Copies all files under srcDir to dstDir except Files given in the 50 * ignore list. This files will not be copied. 54 * @param ignore a list of files which should not be copied 71 String[] files = srcDir.list(); in copyDirectory() local 72 for (int i=0; i< files.length; i++) { in copyDirectory() 73 copyDirectory(new File(srcDir, files[i]), new File(dstDir, files[i]), ignore); in copyDirectory() 101 * Deletes all files and subdirectories under dir and the directory itself. 104 * of the files and returns false. [all …]
|
| /trunk/main/helpcontent2/source/text/scalc/guide/ |
| H A D | csv_formula.xhp | 27 <title xml-lang="en-US" id="tit">Importing and Exporting Text Files</title> 33 <bookmark_value>csv files;formulas</bookmark_value> 34 <bookmark_value>formulas; importing/exporting as csv files</bookmark_value> 35 <bookmark_value>exporting;formulas as csv files</bookmark_value> 36 <bookmark_value>importing;csv files with formulas</bookmark_value> 37 …ting;", copied 4 index entries to scalc/guide/csv_files.xhp, changed "csv files;" and "formulas;" … 38 …e/csv_formula.xhp" name="Importing and Exporting Text Files">Importing and Exporting CSV Text File… 40 …id3149402" role="paragraph" l10n="U">Comma separated values (CSV) files are text files that contai… 54 …id3154022" role="heading" level="2" l10n="U">To Export Formulas and Values as CSV Files</paragraph> 75 …id="par_id3152869" role="listitem" l10n="U">From the <emph>Export of text files</emph> dialog that… [all …]
|
| /trunk/main/writerfilter/documentation/doxygen/ |
| H A D | Doxyfile | 57 # format and will distribute the generated files over these directories. 59 # source files, where putting all generated files in the same directory would 126 # path before files name in the file list and in the header files. If set 264 # defined locally in source files will be included in the documentation. 265 # If set to NO only classes defined in header files are included. 277 # undocumented members of documented classes, files or namespaces. 314 # allowed. This is useful if you have classes or files whose names only differ 327 # will put a list of the files that are included by a file in the documentation 400 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated 402 # list will mention the files that were used to generate the documentation. [all …]
|
| /trunk/main/solenv/doc/gbuild/ |
| H A D | doxygen.cfg | 65 # format and will distribute the generated files over these directories. 67 # source files, where putting all generated files in the same directory would 125 # path before files name in the file list and in the header files. If set 230 # Doxygen selects the parser to use depending on the extension of the files it parses. 236 # .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran), 298 # For small to medium size projects (<1000 input files) the default value is 333 # defined locally in source files will be included in the documentation. 334 # If set to NO only classes defined in header files are included. 354 # undocumented members of documented classes, files or namespaces. 391 # allowed. This is useful if you have classes or files whose names only differ [all …]
|
| /trunk/ext_libraries/ratscan/scan/ |
| H A D | rat-scan.xml | 22 <project name="Check OpenOffice License Files" default="buildsources" 26 Check over Apache OpenOffice source files for license headers. 46 <fileset dir="${src-dir}" id="included-files"> 54 <!-- The negative file list of files that are excluded from scanning. 57 <fileset dir="${src-dir}" id="excluded-files"> 64 <property name="excluded-files-property" refid="excluded-files"/> 66 <target name="show-excluded-files" 68 description="create a list of the files excluded from the rat scan."> 70 Excluded files (without local or global solvers) 75 ${excluded-files-property} [all …]
|
| /trunk/ |
| H A D | .pre-commit-config.yaml | 38 name: add license for all Markdown files 39 files: \.md$ 50 …description: check for files with names that would conflict on a case-insensitive filesystem like … 52 description: check for files that cannot be created on Windows 54 description: check for files that contain merge conflict strings 58 description: makes sure files end in a newline and only a newline 59 …files: (m|M)akefile$|\.(asp|bas|bat|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|… 64 …files: \.(asp|bas|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|java|js|lst|m|m4|m… 67 …files: (m|M)akefile$|\.(asp|bas|bat|c|cl|cmd|common|component|cpp|cxx|dxp|el|h|hrc|hxx|idl|in|ini|… 82 description: check Markdown files with markdownlint [all …]
|
| /trunk/main/solenv/inc/ |
| H A D | tg_lib.mk | 74 $(LIB$(TNR)TARGET) : $(LIB$(TNR)FILES) \ 79 @echo using: $(LIB$(TNR)FILES) 87 @cat /dev/null $(LIB$(TNR)FILES:s/.obj/.o/) | xargs -n 1 >> $@ 96 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) $@ $(LIB$(TNR)FILES) $(LIB$(TNR)OBJFILES) 101 .IF "$(LIB$(TNR)FILES)"!="" 102 @-$(TYPE) $(foreach,i,$(LIB$(TNR)FILES) $(i:s/.lib/.lin/)) >> $(@:s/.lib/.lin/) 103 .ENDIF # "$(LIB$(TNR)FILES)"!="" 110 @+cat /dev/null $(LIB$(TNR)FILES) | xargs -n1 >> $@ 112 $(COMMAND_ECHO)$(LIBMGR) $(LIBFLAGS) /OUT:$@ @$(mktmp $(LIB$(TNR)FILES) $(LIB$(TNR)OBJFILES)) 117 .IF "$(LIB$(TNR)FILES)"!="" [all …]
|
| H A D | javaunittest.mk | 31 # these java files must only define classes within the package corresponding 33 # - JAVAFILES: optional java files, corresponding class files are generated 36 # these java files must only define classes within the package corresponding 39 # - IDLTESTFILES: optional idl files, corresponding class files are generated 42 # these idl files must only define entities within the module corresponding 44 # - JARFILES: optional jar files that can be used when compiling or running the 47 # All generated class files are placed into <platform>/class/test/ instead of 48 # <platform>/class/, so that they are not accidentally included in jar files
|
| /trunk/main/filter/qa/complex/filter/detection/typeDetection/ |
| H A D | TypeDetection.java | 76 * document service, this information was collect from configuration files: 79 * <LI><a href="#files.csv">files.csv</a></LI> 98 * <code>csv.files</code> 100 * <code>files.csv</code>: In this file all test documents are listed. 124 * filter to detect the document. This make sense i.e. for csv-files: You can 125 * open csv files as Writer or as Calc. To check this case you have to specify 126 * in <code>csv.files</code> a fileAlias like ?csv_writer? and ?csv_calc? with 129 * correspond <code>defaultFileType</code> from <code>csv.files</code> 135 * <code>Writer6_1</code> is the same as in <code>csv.files</code> 160 * <code>Writer6_1</code> is the same as in <code>csv.files</code> [all …]
|
| /trunk/main/migrationanalysis/src/wizard/ |
| H A D | ProAnalysisWizard.vbp | 3 Reference=*\G{EF404E00-EDA6-101A-8DAF-00DD010F7EBB}#5.0#0#..\..\..\..\..\Program Files\Microsoft Vi… 4 Reference=*\G{AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}#1.0#0#..\..\..\..\..\Program Files\Common Files… 5 Reference=*\G{00025E01-0000-0000-C000-000000000046}#4.0#0#..\..\..\..\..\Program Files\Common Files… 7 Reference=*\G{00020813-0000-0000-C000-000000000046}#1.3#0#..\..\..\..\..\Program Files\Microsoft Of… 8 Reference=*\G{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}#2.1#0#..\..\..\..\..\Program Files\Microsoft Of… 9 Reference=*\G{00020905-0000-0000-C000-000000000046}#8.1#0#..\..\..\..\..\Program Files\Microsoft Of… 10 Reference=*\G{91493440-5A91-11CF-8700-00AA0060263B}#2.6#0#..\..\..\..\..\Program Files\Microsoft Of…
|
| /trunk/main/solenv/bin/modules/installer/windows/ |
| H A D | sign.pm | 27 use installer::files; 108 # Checking existence of needed files in include path 113 # The following files have to be found in the environment variable PATH 160 …if ( $error ) { installer::exiter::exit_program("ERROR: Could not find all needed files in path!",… 278 my $filecontent = installer::files::read_file($file); 303 # Collect all last files in a cabinet file. This is 331 # Collect all DiskIds to the corresponding cabinet files. 374 my $filecontent = installer::files::read_file($filename); 379 $filecontent = installer::files::read_file($filename); 387 # internal cabinet files included into the msi [all …]
|
| /trunk/main/helpcontent2/source/text/shared/autopi/ |
| H A D | 01110300.xhp | 44 …653767" xml-lang="en-US" l10n="NEW"><ahelp hid=".">The files are exported as PNG files. PNG files … 47 …help hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_GIF">The files are exported as GIF files. GIF files … 50 …elp hid="SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_JPG">The files are exported as JPEG files. JPEG files… 53 …s the best quality for a large data range. The 25% factor indicates small files with inferior imag… 68 …hid="SD:CHECKBOX:DLG_PUBLISHING:PAGE3_SLD_SOUND">Specifies that the sound files that are defined a…
|
| /trunk/main/scripting/examples/java/Newsgroup/ |
| H A D | SubscribedNewsgroups.java | 40 … System.out.println("Could not find subscribed newsgroups from mozilla/netscape mailrc files"); in main() 113 // Get all the mailrc files for each News directory in getNewsGroups() 117 //System.out.println("Could not find mailrc files"); in getNewsGroups() 120 //System.out.println("mailrc files found"); in getNewsGroups() 233 // Finds all the mailrc files for all the given News directories 273 // Get all files and directories in .mozilla in findProfiles() 278 // Remove files leaving directories only in findProfiles() 306 File files[] = start.listFiles(new VersionFilter()); in findNewsDir() local 308 if (files.length == 0) in findNewsDir() 327 // Original solution had only "mailrcFile = files[0];" in findNewsDir() [all …]
|
| /trunk/main/postprocess/rebase/ |
| H A D | rebase.pl | 36 # address file and rebases all files mentioned to the same address as 57 # Get files specified on command line. Differ between those already 62 # Rebase additional files. 115 print STDERR "Error: no directory to write work files. Please specify with -m\n"; 201 open ( FILES, "> $fname") or die "Error: cannot open file $fname"; 203 print FILES "$filesstring\n"; 204 close FILES; 229 # Some files are larger than expected and therefore could not be rebased. 264 open ( FILES, "> $fname") or die "Error: cannot open file $fname"; 266 print FILES "$filesstring\n"; [all …]
|
| /trunk/main/i18npool/source/breakiterator/data/ |
| H A D | LICENSE_INFO | 1 This is the license information for the files 20 The files are derived work from the ICU data files 25 The ICU data files can be found in the ICU release version 3.2 from 2004-Nov-15. 30 As the files are derived work of the ICU data files the ICU license also applies 31 to these files. The license text of the ICU release can be found in the zip 44 copy of this software and associated documentation files (the
|
| /trunk/main/odk/util/ |
| H A D | check.pl | 25 # check - a perl script to check some files and directories if they exists 77 # packaging files 78 print "check packaging files: "; 108 #check configure files 109 print "check config files: "; 147 #check setting files 148 print "check setting files: "; 175 if (! -d "$StartDir/docs/cpp/ref/index-files") { 176 print "\nERROR: \"$StartDir/docs/cpp/ref/index-files\" is missing\n"; 179 if (! -e "$StartDir/docs/cpp/ref/index-files/index-10.html") { [all …]
|
| /trunk/main/solenv/bin/ |
| H A D | oochkpatch.pl | 56 # list of hardcoded exceptions (files that are _never_ considered 129 # generate list of files with PATCH flag 130 print "Generating list of files which have the PATCH flag...\n" if $verbose; 176 # generate list of delivered files 188 # now, check all files in delivered dirs for containedness in PATCH 190 print "Checking against delivered files...\n" if $verbose; 270 against the set of files marked with the B<patch> flag in scp2. Useful to check 274 There's kind of a heuristic involved, to determine exactly which files 277 flags). It works by first collecting all files that are mentioned in 278 the pack master file, and then checking all files delivered from the [all …]
|
| H A D | make_installer.pl | 40 use installer::files; 108 my $setupscriptref = installer::files::read_file($installer::globals::setupscriptname); 179 # Building for gcc build in cws requires, that all files are stripped before packaging: 180 # 1. copy all files that need to be stripped locally 181 # 2. strip all these files 196 # Preparing cabinet files from package definitions 205 # Begin of functions that are used for the creation of idt files (Windows only) 208 $installer::logger::Info->print( "... creating idt files ...\n" ); 210 installer::logger::include_header_into_logfile("Creating idt files:"); 212 …my $newidtdir = $idtdirbase . $installer::globals::separator . "00"; # new files into language … [all …]
|
| /trunk/main/wizards/source/tutorials/ |
| H A D | TutorialOpen.xba | 26 Dim files As Object 48 End If 49 oUcb = createUnoService("com.sun.star.ucb.SimpleFileAccess") 51 size = Ubound( files() ) 63 End If 74 If Err <> 0 Then 88 sDocDescription = oDocInfo.Description
|