/aoo42x/main/offapi/com/sun/star/rendering/ |
H A D | CompositeOperation.idl | 41 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 D | RenderingIntent.idl | 52 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 D | XBitmapCanvas.idl | 63 canvas to a place on another. Source and destination areas are 67 operation. The device color for both source and destination 104 The view state to apply to the destination of this copy 109 The render state to apply to the destination of this copy
|
/aoo42x/main/scripting/workben/installer/ |
H A D | ZipData.java | 36 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 …]
|
/aoo42x/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
H A D | Base64.java | 494 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 …]
|
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | copyproject.pm | 64 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 D | simplepackage.pm | 703 my $destination = $onefile->{'destination'}; 704 $destination = $subfolderdir . $installer::globals::separator . $destination; 709 $destination =~ s/\$\$/\$/; 713 my $copyreturn = copy($source, $destination); 728 installer::systemactions::copy_one_file($source, $destination); 756 my $destination = $onelink->{'destination'}; 757 $destination = $subfolderdir . $installer::globals::separator . $destination; 760 my $localcall = "ln -sf \'$destinationfile\' \'$destination\' \>\/dev\/null 2\>\&1"; 765 $destination); 777 my $localcall = "ln -sf \'$target\' \'$destination\' \>\/dev\/null 2\>\&1"; [all …]
|
H A D | worker.pm | 794 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 D | packagepool.pm | 262 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 D | scriptitems.pm | 1659 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 D | archivefiles.pm | 345 my $destination = $onefile->{'destination'}; 346 installer::pathanalyzer::get_path_from_fullqualifiedname(\$destination); 347 $newfile{'destination'} = $destination . $zipname; 423 $newfile{'destination'} = $destination . $newzipname;
|
H A D | epmfile.pm | 252 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"; 1680 my $destination = $onefile->{'destination'}; 1684 if ( ${$changefile}[$j] =~ /^\s*(\%attr\(.*\))\s+(\".*?\Q$destination\E\"\s*)$/ )
|
/aoo42x/main/codemaker/source/codemaker/ |
H A D | global.cxx | 71 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()
|
/aoo42x/main/solenv/bin/ |
H A D | download_external_dependencies.pl | 109 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;
|
/aoo42x/main/solenv/bin/modules/installer/windows/ |
H A D | component.pm | 124 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 D | file.pm | 234 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 D | idtglobal.pm | 1591 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;
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XStorage.idl | 125 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
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XTypeConverter.idl | 66 destination type 80 if the destination 87 destination type class
|
/aoo42x/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | Control.ulf | 29 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."
|
/aoo42x/main/solenv/gbuild/ |
H A D | Package.mk | 33 $(foreach destination,$(call gb_PackagePart_get_destinations),$(eval $(call gb_PackagePart_deliver_…
|
/aoo42x/main/offapi/com/sun/star/frame/status/ |
H A D | FontHeight.idl | 50 destination. 57 destination.
|
/aoo42x/main/solenv/bin/modules/installer/patch/ |
H A D | InstallationSet.pm | 678 my ($source,$destination) = @{shift @todo}; 681 File::Path::make_path($destination); 695 my $destination_file = File::Spec->catfile($destination, $file);
|
/aoo42x/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | package.mk | 45 /// Adds a file to the package. destination is the relative path in 47 add_file(Path destination, Path source);
|
/aoo42x/main/dbaccess/source/ui/uno/ |
H A D | copytablewizard.src | 28 Text [ en-US ] = "The destination database does not support views."; 33 Text [ en-US ] = "The destination database does not support primary keys.";
|