Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 105) sorted by relevance

12345

/aoo4110/main/offapi/com/sun/star/rendering/
H A DCompositeOperation.idl41 destination alpha, respectively).<p>
47 /** Clear the destination.<p>
54 /** Copy source as-is to the destination.<p>
61 /** Leave the destination as-is.<p>
82 /** Copy the source to the destination.<p>
89 /** Leave the destination as is.<p>
96 /** Copy the source to the destination<p>
104 /** Leave the destination as is.<p>
114 destination is. Keep the destination. The function values are:
135 /** Add source and destination values.<p>
[all …]
H A DRenderingIntent.idl52 color. It scales the source gamut to the destination
66 of the destination color space and shifts all colors
72 inside the destination gamut unchanged. Out of gamut
74 destination white point is performed. This intent aims
H A DXBitmapCanvas.idl66 canvas to a place on another. Source and destination areas are
70 operation. The device color for both source and destination
107 The view state to apply to the destination of this copy
112 The render state to apply to the destination of this copy
/aoo4110/main/scripting/workben/installer/
H A DZipData.java36 public boolean extractEntry(String entry, String destination, in extractEntry() argument
43 System.out.println("To: " + destination); in extractEntry()
58 if (destination.lastIndexOf(File.separator) != -1) { in extractEntry()
59 destName = destination.substring(destination.lastIndexOf(File.separator) + 1); in extractEntry()
62 destName = destination; in extractEntry()
66 destination = destination.concat(entryName); in extractEntry()
71 out = new FileOutputStream(destination); in extractEntry()
74 System.err.println("Error opening " + destination + in extractEntry()
78 statusLabel.setText("Error opening" + destination + in extractEntry()
106 System.err.println("Error writing " + destination + ": " + in extractEntry()
[all …]
/aoo4110/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DBase64.java494 byte[] destination, int destOffset, int options ) in encode3to4() argument
520 return destination; in encode3to4()
526 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()
527 return destination; in encode3to4()
532 destination[ destOffset + 2 ] = EQUALS_SIGN; in encode3to4()
533 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4()
534 return destination; in encode3to4()
537 return destination; in encode3to4()
859 destination[ destOffset ] = (byte)( outBuff >>> 16 ); in decode4to3()
894 destination[ destOffset ] = (byte)( outBuff >> 16 ); in decode4to3()
[all …]
/aoo4110/main/solenv/bin/modules/installer/
H A Dcopyproject.pm64 my $destination = $installdir . $installer::globals::separator . $onefile->{'Name'};
66 installer::systemactions::copy_one_file($source, $destination);
68 if ( $destination =~ /install\s*$/ )
70 my $localcall = "chmod 775 $destination \>\/dev\/null 2\>\&1";
76 my $localcall = "chmod $onefile->{'UnixRights'} $destination \>\/dev\/null 2\>\&1";
88 my $destination = $installdir . $installer::globals::separator . $onefile->{'DestinationName'};
90 installer::systemactions::copy_one_file($source, $destination);
92 if ( $destination =~ /install\s*$/ )
94 my $localcall = "chmod 775 $destination \>\/dev\/null 2\>\&1";
100 my $localcall = "chmod $onefile->{'UnixRights'} $destination \>\/dev\/null 2\>\&1";
H A Dsimplepackage.pm699 my $destination = $onefile->{'destination'};
700 $destination = $subfolderdir . $installer::globals::separator . $destination;
705 $destination =~ s/\$\$/\$/;
709 my $copyreturn = copy($source, $destination);
724 installer::systemactions::copy_one_file($source, $destination);
752 my $destination = $onelink->{'destination'};
753 $destination = $subfolderdir . $installer::globals::separator . $destination;
756 my $localcall = "ln -sf \'$destinationfile\' \'$destination\' \>\/dev\/null 2\>\&1";
761 $destination);
773 my $localcall = "ln -sf \'$target\' \'$destination\' \>\/dev\/null 2\>\&1";
[all …]
H A Dworker.pm794 my $destination = $onefile->{'destination'};
800 $destination =~ s/\$\$/\$/;
803 push @lines, "$destination\n";
805 …copy ("$sourcepath", "$destdir$destination") || die "Can't copy file: $sourcepath -> $destdir$dest…
809 push @lines, "$destination\n";
820 push @lines, "$destination\n";
830 `ln -sf '$target' '$destdir$destination'`;
831 push @lines, "$destination\n";
865 my $destination = $inffile->{'destination'};
867 $destination = $destination . $onefile->{'Name'};
[all …]
H A Dpackagepool.pm262 my $destination = $onefile->{'destination'};
268 …if ( exists($globalcontent{$destination}) ) { installer::exiter::exit_program("ERROR: Destination …
269 $globalcontent{$destination} = \%onefilehash;
371 my $destination = $1;
379 $allcontent{$destination} = \%onefilehash;
1004 my $destination = $installdir . $installer::globals::separator . $subdir;
1005 if ( ! -d $destination ) { installer::systemactions::create_directory($destination); }
1006 my $destinationfile = $destination . $installer::globals::separator . $packagename;
1013 installer::worker::untar_package($destination, $tarfilename, $installer::globals::getuidpath);
H A Dscriptitems.pm1659 my $destination = $onefile->{'destination'};
1663 …if ( ( $destination =~ /share\Q$installer::globals::separator\Ereadme\Q$installer::globals::separa…
1664 …|| (( $styles =~ /\bROOTLICENSEFILE\b/ ) && ( $destination =~ /\Q$installer::globals::separator\E?…
2596 my $destination = $onelink->{'destination'};
2599 my $destinationpath = $destination;
2836 my $destination = $onefile->{'destination'};
2837 $destination = $rootpath . $installer::globals::separator . $destination;
2838 $onefile->{'destination'} = $destination;
2851 my $destination = $onelink->{'destination'};
2852 $destination = $rootpath . $installer::globals::separator . $destination;
[all …]
H A Darchivefiles.pm345 my $destination = $onefile->{'destination'};
346 installer::pathanalyzer::get_path_from_fullqualifiedname(\$destination);
347 $newfile{'destination'} = $destination . $zipname;
423 $newfile{'destination'} = $destination . $newzipname;
H A Depmfile.pm252 my $destination = $onefile->{'destination'};
264 my $line = "$filetype $unixrights root $group $destination $sourcepath\n";
284 my $destination = $onelink->{'destination'};
287 my $line = "l 000 root $group $destination $destinationfile\n";
303 my $destination = $onelink->{'destination'};
306 my $line = "l 000 root $group $destination $target\n";
1696 my $destination = $onefile->{'destination'};
1700 if ( ${$changefile}[$j] =~ /^\s*(\%attr\(.*\))\s+(\".*?\Q$destination\E\"\s*)$/ )
/aoo4110/main/codemaker/source/codemaker/
H A Dglobal.cxx71 OString createFileNameFromType( const OString& destination, in createFileNameFromType() argument
84 sal_uInt32 length = destination.getLength(); in createFileNameFromType()
96 if (destination.getStr()[destination.getLength()] != '\\' && in createFileNameFromType()
97 destination.getStr()[destination.getLength()] != '/' && in createFileNameFromType()
110 nameBuffer.append(destination.getStr(), destination.getLength()); in createFileNameFromType()
/aoo4110/main/solenv/bin/
H A Ddownload_external_dependencies.pl109 my $destination = $ENV{'TARFILE_LOCATION'};
610 my $destination = $ENV{'TARFILE_LOCATION'};
611 die "ERROR: no destination defined! please set TARFILE_LOCATION!" if ($destination eq "");
613 if ( ! -d $destination)
615 File::Path::make_path($destination);
616 die "ERROR: can't create \$TARFILE_LOCATION" if ! -d $destination;
/aoo4110/main/solenv/bin/modules/installer/windows/
H A Dcomponent.pm124 my $destination = $onefile->{'destination'};
126 installer::pathanalyzer::get_path_from_fullqualifiedname(\$destination);
128 $destination =~ s/\Q$installer::globals::separator\E\s*$//;
133 if ($destination eq "") # files in the installation root
142 if ($directory->{'HostName'} eq $destination)
153 "ERROR: Did not find destination $destination in directory collection",
H A Dfile.pm234 my $destination = $fileref->{'destination'};
235 installer::pathanalyzer::get_path_from_fullqualifiedname(\$destination);
236 $destination =~ s/\s//g;
237 $destination =~ s/\\/\_/g;
238 $destination =~ s/\//\_/g;
239 $destination =~ s/\_\s*$//g; # removing ending underline
241 $componentname = $fileref->{'gid'} . "__" . $destination;
H A Didtglobal.pm1591 my $destination = $onefile->{'destination'};
1594 $destination =~ s/\Q$name\E\s*$//;
1595 $destination =~ s/\Q$installer::globals::separator\E\s*$//;
1599 if ( $destination =~ /\Q$installer::globals::separator\E/ )
1601 if ( $destination =~ /^\s*(\S.*\S\Q$installer::globals::separator\E)(\S.+\S?)/ )
1608 $path = $destination;
/aoo4110/main/offapi/com/sun/star/embed/
H A DXStorage.idl125 The destination storage contents are overwritten.
131 a destination storage this storage must be copied to.
574 a destination storage
577 the name of the result element in destination storage
586 an element with specified destination name already exists in destination storage
618 a destination storage
621 the name of the result element in destination storage
630 an element with specified destination name already exists in destination storage
/aoo4110/main/oovbaapi/genconstidl/
H A Dapi-to-idl.pl91 my @destination = split( /\./, $source );
92 my $module = shift( @destination );
93 my $type = shift( @destination );
/aoo4110/main/udkapi/com/sun/star/script/
H A DXTypeConverter.idl66 destination type
80 if the destination
87 destination type class
/aoo4110/main/solenv/gbuild/
H A DPackage.mk27 $(foreach destination,$(call gb_PackagePart_get_destinations), $(destination)/%) :
/aoo4110/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DControl.ulf29 en-US = "Browse to the destination folder."
251 …olumes, choose to install less features onto local drives, or select different destination drives."
284 en-US = "Browse to the destination folder."
377 …olumes, choose to install less features onto local drives, or select different destination drives."
710 en-US = "The destination folder specified below does not contain a [DEFINEDPRODUCT] [DEFINEDVERSION…
719 en-US = "Check the destination folder."
/aoo4110/main/offapi/com/sun/star/frame/status/
H A DFontHeight.idl50 destination.
57 destination.
/aoo4110/main/solenv/doc/gbuild/solenv/gbuild/
H A Dpackage.mk45 /// Adds a file to the package. destination is the relative path in
47 add_file(Path destination, Path source);
/aoo4110/main/solenv/bin/modules/installer/patch/
H A DInstallationSet.pm678 my ($source,$destination) = @{shift @todo};
681 File::Path::make_path($destination);
695 my $destination_file = File::Spec->catfile($destination, $file);

Completed in 147 milliseconds

12345