| /AOO41X/main/vcl/source/src/ |
| H A D | throbber.src | 4 * or more contributor license agreements. See the NOTICE file 6 * regarding copyright ownership. The ASF licenses this file 8 * "License"); you may not use this file except in compliance 41 file = "spinner-16-01.png"; 46 file = "spinner-16-02.png"; 51 file = "spinner-16-03.png"; 56 file = "spinner-16-04.png"; 61 file = "spinner-16-05.png"; 66 file = "spinner-16-06.png"; 74 file = "spinner-16-01_h.png"; [all …]
|
| /AOO41X/main/solenv/bin/modules/installer/windows/ |
| H A D | file.pm | 24 package installer::windows::file; 55 foreach my $file (@$filesref) 57 if ( ! exists($file->{'modules'}) ) 60 sprintf("ERROR: No module assignment found for %s", $file->{'gid'}), 63 my $module = $file->{'modules'}; 72 $file->{'gid'}), 75 $file->{'assignedcabinetfile'} = $installer::globals::allcabinetassigns{$module}; 78 if ( ! exists($installer::globals::cabfilecounter{$file->{'assignedcabinetfile'}}) ) 80 $installer::globals::cabfilecounter{$file->{'assignedcabinetfile'}} = 1; 84 $installer::globals::cabfilecounter{$file->{'assignedcabinetfile'}}++; [all …]
|
| /AOO41X/main/rsc/source/rscpp/ |
| H A D | cpp6.c | 530 register FILEINFO *file; in getfile() local 534 file = (FILEINFO *) getmem(sizeof (FILEINFO) + bufsize + size); in getfile() 535 file->parent = infile; /* Chain files together */ in getfile() 536 file->fp = NULL; /* No file yet */ in getfile() 537 file->filename = savestring(name); /* Save file/macro name */ in getfile() 538 file->progname = NULL; /* No #line seen yet */ in getfile() 539 file->unrecur = 0; /* No macro fixup */ in getfile() 540 file->bptr = file->buffer; /* Initialize line ptr */ in getfile() 541 file->buffer[0] = EOS; /* Force first read */ in getfile() 542 file->line = 0; /* (Not used just yet) */ in getfile() [all …]
|
| /AOO41X/test/testcommon/source/org/openoffice/test/common/ |
| H A D | FileUtil.java | 111 public static boolean storeXML(Document doc, File file) { in storeXML() argument 113 file.getParentFile().mkdirs(); in storeXML() 114 …formerFactory.newInstance().newTransformer().transform(new DOMSource(doc), new StreamResult(file)); in storeXML() 121 public static boolean storeXML(Document doc, File file, File xls) { in storeXML() argument 123 file.getParentFile().mkdirs(); in storeXML() 124 …ance().newTransformer(new StreamSource(xls)).transform(new DOMSource(doc), new StreamResult(file)); in storeXML() 131 public static boolean storeXML(Document doc, File file, InputStream xls) { in storeXML() argument 133 file.getParentFile().mkdirs(); in storeXML() 134 …ance().newTransformer(new StreamSource(xls)).transform(new DOMSource(doc), new StreamResult(file)); in storeXML() 173 public static void updateProperty(String file, String key, String value) { in updateProperty() argument [all …]
|
| /AOO41X/main/extensions/source/macosx/spotlight/ |
| H A D | unzip.m | 4 * or more contributor license agreements. See the NOTICE file 6 * regarding copyright ownership. The ASF licenses this file 8 * "License"); you may not use this file except in compliance 39 See the accompanying file LICENSE, version 2000-Apr-09 or later 55 Roger Schlafly, described by Phil Katz in the file appnote.txt. This 56 file (appnote.txt) is distributed with the PKZIP program (even in the 117 /* unz_file_info_interntal contain internal info about a file in zipfile*/ 124 /* file_in_zip_read_info_s contain internal information about a file in zipfile, 158 uLong num_file; /* number of the current file in the zipfile*/ 159 uLong pos_in_central_dir; /* pos of the current file in the central dir*/ [all …]
|
| H A D | unzip.h | 172 extern int ZEXPORT unzClose OF((unzFile file)); 179 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file, 187 extern int ZEXPORT unzGetGlobalComment OF((unzFile file, 200 extern int ZEXPORT unzGoToFirstFile OF((unzFile file)); 206 extern int ZEXPORT unzGoToNextFile OF((unzFile file)); 213 extern int ZEXPORT unzLocateFile OF((unzFile file, 236 unzFile file, 240 unzFile file, 245 extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file, 271 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file)); [all …]
|
| /AOO41X/main/shell/source/unix/sysshell/ |
| H A D | recently_used_file_handler.cxx | 127 void write_xml(const recently_used_file& file) const in write_xml() 129 write_xml_start_tag(TAG_RECENT_ITEM, file, true); in write_xml() 130 write_xml_tag(TAG_URI, uri_, file); in write_xml() 131 write_xml_tag(TAG_MIME_TYPE, mime_type_, file); in write_xml() 134 write_xml_tag(TAG_TIMESTAMP, ts.getStr(), file); in write_xml() 137 write_xml_tag(TAG_PRIVATE, file); in write_xml() 141 write_xml_start_tag(TAG_GROUPS, file, true); in write_xml() 147 write_xml_tag(TAG_GROUP, (*iter), file); in write_xml() 149 write_xml_end_tag(TAG_GROUPS, file); in write_xml() 151 write_xml_end_tag(TAG_RECENT_ITEM, file); in write_xml() [all …]
|
| /AOO41X/main/soltools/mkdepend/ |
| H A D | parse.c | 32 int gobble( register struct filepointer *filep, struct inclist *file, 35 register struct inclist *file_red, register struct inclist *file, 43 int find_includes(filep, file, file_red, recursion, failOK, incCollection, symbols) in find_includes() argument 45 struct inclist *file, *file_red; 56 switch(type = deftype(line, filep, file_red, file, TRUE, symbols)) { 59 type = find_includes(filep, file, 63 type = gobble(filep, file, file_red, symbols); 65 gobble(filep, file, file_red, symbols); 74 type = gobble(filep, file, file_red, symbols); 76 find_includes(filep, file, [all …]
|
| H A D | pr.c | 31 void pr( struct inclist *ip, char *file,char *base); 42 void add_include(filep, file, file_red, include, dot, failOK, incCollection, symbols) in add_include() argument 44 struct inclist *file, *file_red; 57 newfile = inc_path(file->i_file, include, dot, incCollection); 61 if (file != file_red) 63 file_red->i_file, file->i_file, filep->f_line); 65 warning("%s, line %d: ", file->i_file, filep->f_line); 68 newfile = inc_path(file->i_file, include, dot, incCollection); 76 included_by(file, newfile); 88 void recursive_pr_include(head, file, base) in recursive_pr_include() argument [all …]
|
| /AOO41X/main/offapi/com/sun/star/ucb/ |
| H A D | XFileIdentifierConverter.idl | 4 * or more contributor license agreements. See the NOTICE file 6 * regarding copyright ownership. The ASF licenses this file 8 * "License"); you may not use this file except in compliance 35 /** specifies methods to convert between (file) URLs and file paths in system 44 /** Get information about the 'locality' of a file content provider. 47 number of file content providers implementing this interface. 50 the base (file) URL used to specify a file content provider. 53 an appropriat value representing the 'locality' of the specified file 55 file content providers that are more 'local', and negative numbers 56 denote content providers that are not file content providers at all. [all …]
|
| H A D | XSimpleFileAccess.idl | 4 * or more contributor license agreements. See the NOTICE file 6 * regarding copyright ownership. The ASF licenses this file 8 * "License"); you may not use this file except in compliance 75 /** Copies a file 78 URL of the file to be copied 80 URL of the location the file should be copied to 88 /** Moves a file 91 URL of the file to be moved 93 URL of the location the file should be moved to 101 /** Removes a file. If the URL represents a folder, the folder will be [all …]
|
| /AOO41X/main/i18npool/source/isolang/ |
| H A D | langid.pl | 107 my $file; 111 $file = "./$module/inc/i18npool/lang.h"; } 113 $file = "./$module/$name"; } 114 if (!($found = open( IN, $file))) 117 $file = "$path/$module/$name"; 118 if (!($found = open( IN, $file))) 120 print "No $file\n"; 121 $file = "$path/$module.lnk/$name"; 122 if (!($found = open( IN, $file))) { 123 print "No $file.\n"; [all …]
|
| /AOO41X/main/i18npool/source/localedata/data/ |
| H A D | currency-check.awk | 36 file = "" 40 file != FILENAME { 41 if ( file ) 43 file = FILENAME 125 sRefCurrencyFromLocale = file 126 oldfile = file 128 file = locale ".xml" 130 while ( (getline <file) > 0 ) 135 close( file ) 137 print "ref locale not available: " file \ [all …]
|
| /AOO41X/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/ |
| H A D | Bundle.properties | 4 # or more contributor license agreements. See the NOTICE file 6 # regarding copyright ownership. The ASF licenses this file 8 # "License"); you may not use this file except in compliance 31 # {0} - file name and extension 33 # {2} - full path to file 35 # {0} - file name and extension 37 # {2} - full path to file 38 EXC_create_empty_name=Cannot create a file with an empty name. 39 # {0} - file name and extension 41 # {2} - full path to file [all …]
|
| /AOO41X/main/postprocess/checkxml/ |
| H A D | checkxml.pl | 58 my $file; #Variable for a file 65 foreach $file (@all_files) { 66 if (-d "$path$file/") { 67 &RecurseDirs("$path$file/"); 69 &check($path, $file); 79 my $file = shift; 80 print "$path$file\n" if ((-e "$path$file") && $is_debug); 81 return if ( $file !~ /.+\.(xcu|xml|xcs)/ ); #check xml and xcu files only 82 if ( -z "$path$file" ) { 83 print "Error: $path$file 0 Bytes!\n"; [all …]
|
| /AOO41X/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
| H A D | Error.ulf | 4 * or more contributor license agreements. See the NOTICE file 6 * regarding copyright ownership. The ASF licenses this file 8 * "License"); you may not use this file except in compliance 95 en-US = "Error reading from file: [2]. {{ System error [3].}} Verify that the file exists and that… 98 en-US = "Cannot create the file [3]. A directory with this name already exists. Cancel the instal… 107 en-US = "Error writing to file [2]. Verify that you have access to that directory." 110 en-US = "Error reading from file [2]. Verify that the file exists and that you can access it." 113 en-US = "Another application has exclusive access to the file [2]. Please shut down all other appl… 116 en-US = "There is not enough disk space to install the file [2]. Free some disk space and click Re… 119 en-US = "Source file not found: [2]. Verify that the file exists and that you can access it." [all …]
|
| /AOO41X/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
| H A D | SystemManager.java | 149 File file = new File(fileName); in find_file() local 150 found = file.exists(); in find_file() 270 File file = new File(fileName); in readCharFileVector() local 271 if ( file.exists()) { in readCharFileVector() 273 FileInputStream fs = new FileInputStream(file); in readCharFileVector() 314 File[] file = source.listFiles(); in copyAllFiles() local 315 if (file != null) { in copyAllFiles() 316 for (int i = 0; i < file.length; i++) { in copyAllFiles() 317 copy(file[i].getPath(), dest.getPath()); in copyAllFiles() 323 File[] file = source.listFiles(new FileExtensionFilter(ext)); in copyAllFiles() local [all …]
|
| /AOO41X/main/l10ntools/scripts/ |
| H A D | localize.pl | 147 my $file = defined $4 ? $4 : ''; 159 …$string_hash_ooo { $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line… 163 … $string_hash_so{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line; 211 my $file = defined $4 ? $4 : ''; 220 …if ( defined $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang"… 223 …push @sdf_file , $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$l… 224 … $string_hash->{ $lang }{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = undef; 327 my $file = $File::Find::name; 328 if( -f $file && $file =~ /.*localize.sdf$/ && !( $file =~ /.*\.svn.*/ ) ) { 329 push @sdfparticles , $file; [all …]
|
| H A D | localize_old.pl | 116 my $file = defined $4 ? $4 : ''; 126 $currentFile = $srcpath . '\\' . $prj . '\\' . $file; 148 $block{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line ; 157 $block{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line ; 193 my $file = defined $4 ? $4 : ''; 202 $index{ "$prj\t$file\t$type\t$gid\t$lid\t$helpid\t$plattform\t$lang" } = $line ; 348 my $file = $File::Find::name; 349 if( -f && $file =~ /.*localize.sdf$/ ) { 350 push @sdfparticles , $file; 351 if( $bVerbose eq "1" ) { print STDOUT "$file\n"; } [all …]
|
| /AOO41X/main/icu/ |
| H A D | createmak.pl | 173 foreach $file( sort keys %deps) 175 $file =~ /(.+)\.(.+)/; 182 createMakDepSection($dir,$name,$ext,$deps{$file},\@mak,\%files_special); 188 my $file; 190 $file = $header; 192 $inputpath = $file; 198 createCopySection($file,$inputpath,$target,$targetpath,\@mak,\%all_target_hash); 257 my $file = shift; 258 open (TEMPLATE, "< $file") || die "Can't open template file $file\n"; 339 my $file = $source . "\." . $extension; [all …]
|
| /AOO41X/main/xmerge/source/palmtests/qa/lib/ |
| H A D | converterlib.pm | 72 my $file = $_[1]; 77 my $xmlfile = "$directory/$file.$extension"; 101 while (-f "$pdbdir/$file-Sheet$i.pdb") 103 my $pdbfile = "$pdbdir/$file-Sheet$i.pdb"; 121 if (-f "$pdbdir/$file.pdb") 125 if (-f "$pdbdir/$file.pdb.old") 127 print "Removing $pdbdir/$file.pdb.old\n"; 128 `/bin/rm -f $pdbdir/$file.pdb.old`; 131 print "Moving $pdbdir/$file.pdb file to $pdbdir/$file.pdb.old\n"; 132 `mv "$pdbdir/$file.pdb" "$pdbdir/$file.pdb.old"` [all …]
|
| /AOO41X/main/desktop/source/deployment/misc/ |
| H A D | dp_ucb.cxx | 219 OUString file( reinterpret_cast<sal_Char const *>(bytes.getConstArray()), in readLine() 224 if (file.match( startingWith, pos )) in readLine() 231 pos = file.indexOf( LF, pos ); in readLine() 233 buf.append( file.copy( start ) ); in readLine() 237 if (pos > 0 && file[ pos - 1 ] == CR) in readLine() 240 buf.append( file.copy( start, pos - start - 1 ) ); in readLine() 244 buf.append( file.copy( start, pos - start ) ); in readLine() 247 if (pos < file.getLength() && in readLine() 248 (file[ pos ] == ' ' || file[ pos ] == '\t')) in readLine() 262 sal_Int32 next_lf = file.indexOf( LF, pos ); in readLine() [all …]
|
| /AOO41X/main/redland/rasqal/ |
| H A D | rasqal-0.9.33.patch.win32 | 16 /* Define to 1 if you have the <dlfcn.h> header file. */ 20 /* Define to 1 if you have the <errno.h> header file. */ 24 /* Define to 1 if you have the <float.h> header file. */ 28 /* Define to 1 if you have the <gcrypt.h> header file. */ 36 /* Define to 1 if you have the <getopt.h> header file. */ 48 /* Define to 1 if you have the <gmp.h> header file. */ 68 /* Define to 1 if you have the <inttypes.h> header file. */ 72 /* Define to 1 if you have the <libxml/schemasInternals.h> header file. */ 76 /* Define to 1 if you have the <libxml/xmlschemastypes.h> header file. */ 80 /* Define to 1 if you have the <libxml/xmlschemas.h> header file. */ [all …]
|
| /AOO41X/main/solenv/bin/ |
| H A D | macosx-change-install-names.pl | 97 foreach $file (@ARGV) 99 my $iname = otoolD($file); 100 (defined $iname ? $iname : $file . "\n") =~ m'^(.*?([^/]+))\n$' or 103 $inames{$file} = $2; 107 foreach $file (@ARGV) 109 … my $call = "${::CC_PATH}install_name_tool$change -id \@loader_path/$inames{$file} $file"; 115 foreach $file (@ARGV) 117 …ame_tool$change -id \@__________________________________________________$loc/$inames{$file} $file"; 122 foreach $file (@ARGV) 124 my $call = "${::CC_PATH}otool -L $file"; [all …]
|
| H A D | patch_sanitizer.pl | 43 foreach my $file (sort (keys %newpatchfile)) { 44 print SORTEDPATCH $file."\t"; 45 if (defined($oldpatchfile{$file})) { 46 … if ( (join '', @{$oldpatchfile{$file}{'data'}}) eq (join '', @{$newpatchfile{$file}{'data'}}) ) { 49 print SORTEDPATCH $oldpatchfile{$file}{'origtimestamp'}."\n"; 50 print SORTEDPATCH $oldpatchfile{$file}{'patchedfilename'}."\t"; 51 print SORTEDPATCH $oldpatchfile{$file}{'patchedtimestamp'}."\n"; 52 print SORTEDPATCH @{$oldpatchfile{$file}{'data'}}; 58 print SORTEDPATCH $newpatchfile{$file}{'origtimestamp'}."\n"; 59 print SORTEDPATCH $newpatchfile{$file}{'patchedfilename'}."\t"; [all …]
|