| /AOO41X/main/offapi/com/sun/star/rendering/ |
| H A D | CompositeOperation.idl | 41 destination alpha, respectively).<p> 47 /** Clear the destination.<p> 49 Clear the destination area. The function values are: Fa = Fb = 54 /** Copy source as-is to the destination.<p> 56 Copy source as-is to the destination. The function values are: 61 /** Leave the destination as-is.<p> 63 Leave the destination as-is. The function values are: Fa = 0, 68 /** Copy the source over the destination.<p> 70 Copy the source over the destination. The function values are: 75 /** Copy the source under the destination.<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 | 66 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
|
| /AOO41X/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() 68 System.out.println("Unzipping " + entry + " to " + destination); 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() [all …]
|
| /AOO41X/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/ |
| H A D | Base64.java | 494 byte[] destination, int destOffset, int options ) in encode3to4() argument 516 destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ]; in encode3to4() 517 destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ]; in encode3to4() 518 destination[ destOffset + 2 ] = ALPHABET[ (inBuff >>> 6) & 0x3f ]; in encode3to4() 519 destination[ destOffset + 3 ] = ALPHABET[ (inBuff ) & 0x3f ]; in encode3to4() 520 return destination; in encode3to4() 523 destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ]; in encode3to4() 524 destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ]; in encode3to4() 525 destination[ destOffset + 2 ] = ALPHABET[ (inBuff >>> 6) & 0x3f ]; in encode3to4() 526 destination[ destOffset + 3 ] = EQUALS_SIGN; in encode3to4() [all …]
|
| /AOO41X/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 | 699 my $destination = $onefile->{'destination'}; 700 $destination = $subfolderdir . $installer::globals::separator . $destination; 705 $destination =~ s/\$\$/\$/; 709 my $copyreturn = copy($source, $destination); 713 $installer::logger::Lang->printf("Copy: $source to %s\n", $destination); 718 … $installer::logger::Lang->printf("ERROR: Could not copy %s to %s\n", $source, $destination); 724 installer::systemactions::copy_one_file($source, $destination); 734 …my $localcall = "$installer::globals::wrapcmd chmod $unixrights \'$destination\' \>\/dev\/null 2\>… 752 my $destination = $onelink->{'destination'}; 753 $destination = $subfolderdir . $installer::globals::separator . $destination; [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… 807 utime ($sourcestat->atime, $sourcestat->mtime, "$destdir$destination"); 808 chmod (oct($unixrights), "$destdir$destination") || die "Can't change permissions: $!"; 809 push @lines, "$destination\n"; 815 my $destination = $onelink->{'destination'}; 819 symlink ("$destinationfile", "$destdir$destination") || die "Can't create symlink: $!"; 820 push @lines, "$destination\n"; [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"; 1696 my $destination = $onefile->{'destination'}; 1700 … if ( ${$changefile}[$j] =~ /^\s*(\%attr\(.*\))\s+(\".*?\Q$destination\E\"\s*)$/ )
|
| /AOO41X/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()
|
| /AOO41X/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;
|
| /AOO41X/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;
|
| /AOO41X/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
|
| /AOO41X/main/oovbaapi/genconstidl/ |
| H A D | api-to-idl.pl | 91 my @destination = split( /\./, $source ); 92 my $module = shift( @destination ); 93 my $type = shift( @destination );
|
| /AOO41X/main/udkapi/com/sun/star/script/ |
| H A D | XTypeConverter.idl | 66 destination type 80 if the destination 87 destination type class
|
| /AOO41X/main/solenv/gbuild/ |
| H A D | Package.mk | 33 $(foreach destination,$(call gb_PackagePart_get_destinations),$(eval $(call gb_PackagePart_deliver_…
|
| /AOO41X/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."
|
| /AOO41X/main/offapi/com/sun/star/frame/status/ |
| H A D | FontHeight.idl | 50 destination. 57 destination.
|
| /AOO41X/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);
|
| /AOO41X/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);
|