Home
last modified time | relevance | path

Searched refs:file (Results 101 – 125 of 6778) sorted by relevance

12345678910>>...272

/aoo42x/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java265 File file = new File( tokens.nextToken(), SOFFICE ); in getPathFromPathEnvVar() local
267 if ( file.exists() ) { in getPathFromPathEnvVar()
270 path = file.getCanonicalFile().getParent(); in getPathFromPathEnvVar()
342 File file = new File( line.substring( i, end ) ); in getPathFromWhich() local
344 if ( file.exists() ) { in getPathFromWhich()
346 path = file.getCanonicalFile().getParent(); in getPathFromWhich()
552 File file = new File( path, SOFFICE ); in getCanonicalPathFromFileURL() local
554 if ( file.isAbsolute() && file.exists() ) { in getCanonicalPathFromFileURL()
557 ret = file.getCanonicalFile().getParent(); in getCanonicalPathFromFileURL()
/aoo42x/main/helpcontent2/helpers/
H A Dupdate_tree.pl223 $file = "$source_dir_xhp/$id";
226 if (open F,$file) {
340 … my ($Fld1,$file,$Fld3,$Fld4,$id,$Fld6,$Fld7,$Fld8,$Fld9,$lang,$text) = split($FS, $sdf_line , 12);
344 $file =~ s/.*text\\/text\\/g;
346 $file =~ s/\\/\//g;
350 $loc_title{$lang}->{$file} = $text;
352 if ($file =~ /tree_strings.xhp/) {
354 $file =~ s/.*text/text/g;
356 $file =~ s/\\/\//g;
/aoo42x/main/i18npool/source/localedata/data/
H A Dlinkermapfile-check.awk32 file = ""
57 file != FILENAME {
58 file = FILENAME
59 if ( file ~ /\.map$/ )
61 sMapFile[nMaps] = file
65 else if ( file ~ /\.xml$/ )
68 n = split( file, arr, /[:\\\/.]/ )
/aoo42x/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.src4 * 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
165 Text [ en-US ] = "~Backup file" ;
274 Text [ en-US ] = "Transaction ~file (MB)" ;
339 Text [ en-US ] = "Backup file information" ;
361 Text [ en-US ] = "No entry could be written in the configuration file." ;
375 Text [ en-US ] = "The backup file entered does not exist." ;
389 Text [ en-US ] = "No name has been entered for the $name$ file!" ;
398 Text [ en-US ] = "The specified file name or directory does not exist." ;
[all …]
/aoo42x/main/sal/test/
H A Dbootstrap.bat4 rem or more contributor license agreements. See the NOTICE file
6 rem regarding copyright ownership. The ASF licenses this file
8 rem "License"); you may not use this file except in compliance
27 .\testbootstrap.exe file
30 .\testbootstrap.Exe file
33 .\testbootstrap.bin file
36 .\testbootstrap.Bin file
43 rem simply ignore the file ....
/aoo42x/main/offapi/com/sun/star/deployment/
H A DXPackageTypeInfo.idl4 * 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
63 /** returns a file filter string for the file picker user interface.
64 Both, the short description string and file filter string
69 file filter string
82 (resource id for deploymentgui resource file),
/aoo42x/main/solenv/bin/modules/installer/windows/
H A Dadmin.pm357 my $file = $1;
369 $table{$file} = \%helphash;
371 $fileorder{$sequence} = $file;
441 my $file = $fileorder->{$i};
442 … ! exists($filehash->{$file}->{'Component'}) ) { installer::exiter::exit_program("ERROR: Did not f…
443 my $component = $filehash->{$file}->{'Component'};
448 …! exists($filehash->{$file}->{'FileName'}) ) { installer::exiter::exit_program("ERROR: Did not fin…
449 my $destfile = $filehash->{$file}->{'FileName'};
452 my $sourcefile = $unpackdir . $installer::globals::separator . $file;
463 my $realfilename = $filehash->{$file}->{'FileName'};
/aoo42x/test/testgui/source/pvt/gui/
H A DBenchmark.java293 public void loadFinish(String file, final String indicator) { in loadFinish() argument
294 final int openIndicatorIndex = file.matches(".*\\.(odp|ppt|pptx)$") ? 4 : 0; in loadFinish()
295 String path = prepareData(file); in loadFinish()
383 public void save(String file, final String openIndicator) { in save() argument
384 boolean alienFormat = file.matches(".*\\.(doc|xls|ppt|docx|xlsx|pptx)$"); in save()
385 final int openIndicatorIndex = file.matches(".*\\.(odp|ppt|pptx)$") ? 4 : 0; in save()
386 …final int saveIndicatorIndex = file.matches(".*\\.(odt|doc|docx)$") ? 5 : file.matches(".*\\.(ods|… in save()
392 open(prepareData(file, dir)); in save()
/aoo42x/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl4 * 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
50 (for example: "file:///c:/temp" or "file:///usr/install"). This is mandatory to support an
51 optional remote file system.<br>
53 configuration file (org/openoffice/Office/Substitution.xml). Please have a look at the
54 schema definition file which configuration structure this file uses.<br>
/aoo42x/main/xmerge/source/palmtests/qa-wrapper/env/
H A Dmaster.env4 # 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
22 #The Qa-Test environment is defined in this file. All of the fields are
26 # MASTERLIST file defines which test to run. These list are usually located in
29 MASTERLIST=<listdir/list file>
60 EM_ROM_FILE=<location and name of palm rom file>
61 EM_SESSION_FILE=<location of palm session file>
/aoo42x/main/solenv/bin/
H A Dpackimages.pl239 my $file = $_;
241 if ( $file =~ /.*\.png$/ && -f $file ) {
328 my $file = $_;
329 if (!defined $zip_hash_ref->{$file}) {
330 print "unknown file '$file'\n" if ($extra_verbose);
332 push @sorted, $file;
333 $included{$file} = 1;
/aoo42x/extras/l10n/source/
H A Dfix_l10n.sh13 foreach file ( $files )
14 echo "Processing $1 on file $file"
15 cat $file | sed -e "$1" > $file.tmp
16 mv $file.tmp $file
/aoo42x/main/connectivity/source/resource/
H A Dconn_shared_res.src4 * 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
317 Text [ en-US ] = "The file $filename$ could not be loaded." ;
395 …Text [ en-US ] = "The index could not be created. The file '$filename$' is used by an other index.…
408 Text [ en-US ] = "The file $filename$ could not be deleted." ;
450 …Text [ en-US ] = "The column '$columnname$' could not be added. May be the file system is write pr…
458 …Text [ en-US ] = "The table '$tablename$' could not be dropped. May be the file system is write pr…
467 Text [ en-US ] = "The file '$filename$' is an invalid (or unrecognized) dBASE file." ;
597 …Text [ en-US ] = "The database file '$filename$' could not be created. Please check your disk spac…
[all …]
/aoo42x/main/offapi/com/sun/star/logging/
H A DFileHandler.idl4 * 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
43 channel is a file.
47 file.</p>
55 /** creates a log handler whose output is directed to a file given by URL.
58 the URL of the file to be created. This URL is resolved using the
76 string, and denotes the file URL to which the handler's output should be directed.</p>
/aoo42x/main/offapi/com/sun/star/packages/
H A DPackage.idl4 * 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
50 Package service exists for each Package file to be manipulated.
53 the Package file to which the user requires access. If the instance is
63 1. A file URL referring to a package.
72 irectory record if the file is a ZIP file).
115 Package file will be written with any new or changed streams/folders and
/aoo42x/main/sdext/source/minimizer/
H A Dminimizer.src4 * 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
84 "file size of the current presentation. Images will be compressed and "
292 Text [ en-US ] = "Current file size:" ;
297 Text [ en-US ] = "Estimated new file size:" ;
333 "presentation '%TITLE'. The file size has changed "
340 "presentation '%TITLE'. The file size has changed "
347 "presentation '%TITLE'. The file size has changed to %NEWFILESIZE MB." ;
354 "The file size has changed to approximated %NEWFILESIZE MB." ;
/aoo42x/main/setup_native/scripts/
H A Dadmin.pl783 my $file = $1;
795 $table{$file} = \%helphash;
797 $fileorder{$sequence} = $file;
946 my $file = $fileorder->{$i};
947 …if ( ! exists($filehash->{$file}->{'Component'}) ) { exit_program("ERROR: Did not find component f…
948 my $component = $filehash->{$file}->{'Component'};
953 …if ( ! exists($filehash->{$file}->{'FileName'}) ) { exit_program("ERROR: Did not find \"FileName\"…
954 my $destfile = $filehash->{$file}->{'FileName'};
957 my $sourcefile = $unpackdir . $separator . $file;
968 my $realfilename = $filehash->{$file}->{'FileName'};
/aoo42x/main/uui/source/
H A Dalreadyopen.src4 * 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
36 … "Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n\…
48file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n\nClose docu…
/aoo42x/main/solenv/inc/
H A D_tg_shl.mk149 @echo dummy file to keep the dependencies for later use.
5463 @echo Import libs generated with .def file or with .dll file.
5517 @echo Import libs generated with .def file or with .dll file.
5571 @echo Import libs generated with .def file or with .dll file.
5625 @echo Import libs generated with .def file or with .dll file.
5679 @echo Import libs generated with .def file or with .dll file.
5733 @echo Import libs generated with .def file or with .dll file.
5787 @echo Import libs generated with .def file or with .dll file.
5841 @echo Import libs generated with .def file or with .dll file.
5895 @echo Import libs generated with .def file or with .dll file.
[all …]
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DResourceManager.java62 File file = new File(htmlDirectory, fileName); in checkFileExistence() local
65 if ( file.exists() ) { in checkFileExistence()
96 System.err.println("ERROR: Neither file \"" + file.getPath() + in checkFileExistence()
99 … System.err.println("ERROR: File \"" + file.getPath() + "\" does not exist!"); in checkFileExistence()
140 static public ImageIcon getIconFromPath(File file) { in getIconFromPath() argument
143 URL url = file.toURL(); in getIconFromPath()
147 System.err.println("Error: file not found: " + file.getPath()); in getIconFromPath()
/aoo42x/main/offapi/com/sun/star/ui/dialogs/
H A DCommonFilePickerElementIds.idl4 * 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
53 /** Is used to refer to the file view of the file picker. This view shows the list of
59 /** Is used to refer to the edit line where a file or path can be entered by the user.
71 /** The label of the file name listbox of a FilePicker dialog.
/aoo42x/main/offapi/com/sun/star/drawing/
H A DGraphicExportFilter.idl4 * 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
45 groups of shapes from a <type>DrawingDocument</type> to a file in one of the
46 file formats supported by the component.
51 starts the export of the graphic file.
61 this is the mime type of the target graphic file.</p>
87 <p>This is the target url of the file that will be created during export.</p>
/aoo42x/main/dbaccess/source/ui/misc/
H A Ddbumiscres.src4 * 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
49 Text [ en-US ] = "The document \"$file$\" could not be opened.";
80 Text[ en-US ] = "The file \"$file$\" does not exist.";
95 Text [ en-US ] = "The report, \"$file$\", requires the extension Report Builder.";
/aoo42x/main/l10ntools/source/
H A Dhelpmerge.cxx161 if(file.get() == NULL){ in CreateSDF()
166 file->Extract(); in CreateSDF()
167 if( !file->CheckExportStatus() ){ in CreateSDF()
180 XMLHashMap* aXMLStrHM = file->GetStrings(); in CreateSDF()
197 std::vector<ByteString> order = file->getOrder(); in CreateSDF()
415 XMLFile* file = new XMLFile( *xmlfile ); in Merge() local
417 hasNoError = MergeSingleFile( file , aMergeDataFile , sCur , sFilepath ); in Merge()
418 delete file; in Merge()
435 file->Extract(); in MergeSingleFile()
437 XMLHashMap* aXMLStrHM = file->GetStrings(); in MergeSingleFile()
[all …]
/aoo42x/main/offapi/com/sun/star/resource/
H A DXStringResourcePersistence.idl4 * 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
57 in a single file following the format of Java properties files.
105 Sets the comment stored first in each locale data file.
113 Comment stored first in each properties file followed by a line
117 properties file, e.g. "# My strings". The string may be empty.
139 Base string for the file names used to store the locale data.
148 Comment stored first in each properties file,
176 Base string for the file names used to store the locale data.
[all …]

Completed in 138 milliseconds

12345678910>>...272