/aoo41x/main/solenv/bin/modules/installer/ |
H A D | packagepool.pm | 166 foreach my $dest ( keys %{$newcontent} ) 168 if ( ! exists($oldcontent->{$dest}) ) 182 foreach my $dest ( keys %{$oldcontent} ) 184 if ( ! exists($newcontent->{$dest}) ) 203 foreach my $dest ( keys %{$newcontent} ) 205 if ( $newcontent->{$dest}->{'md5sum'} ne $oldcontent->{$dest}->{'md5sum'} ) 220 if ( $newcontent->{$dest}->{'uniquename'} ne $oldcontent->{$dest}->{'uniquename'} ) 304 …$oneline = "Files:\t$dest\t$installer::globals::newpcfcontent->{$dest}->{'md5sum'}\t$installer::gl… 836 …foreach my $dest ( sort keys %installer::globals::pcfdifflist ) { push( @packreasons, "\t\t$dest\n… 837 foreach my $dest ( @installer::globals::pcfdiffcomment ) { push( @packreasons, "\t\t$dest"); } [all …]
|
H A D | systemactions.pm | 474 my ($source, $dest) = @_; 481 unlink($dest); 484 my $copyreturn = copy($source, $dest); 488 $infoline = "Copy: $source to $dest\n"; 531 my ($source, $dest) = @_; 535 my $copyreturn = link($source, $dest); 559 my ($source, $dest) = @_; 587 my ($source, $dest) = @_; 714 hardlink_one_file($source, $dest); 805 copy_one_file($source, $dest); [all …]
|
/aoo41x/main/solenv/bin/ |
H A D | linkoo | 138 my $dest = shift; 143 if (-l "$dest/$dest_name" ) { 148 unlink ("$dest/$dest_name"); 158 check_create_linked ($dest); 161 rename ("$dest/$dest_name", "$dest/linked/$dest_name") || 223 my $dest = $installed_files->{$file}; 225 do_link ($src, $dest, $file, $file); 238 if (-l $dest) { 240 unlink $dest; 246 symlink $src, $dest; [all …]
|
H A D | transform_description.pl | 30 my $dest = undef; 39 $dest = $ARGV[1] if ( $#ARGV > 0 ); 76 if ( defined $dest ) 78 open DEST, ">$dest" || die "could not open $dest for writing: $?\n"; 91 if ( defined $dest ) 103 if ( defined $dest ) 114 close DEST if ( defined $dest );
|
H A D | deliver.pl | 422 $dest = $arg; 488 if ( ($updminor) && !$dest ) { 497 if ( $dest ) { 498 $common_dest = $dest; 509 $dest = "$solarversion/$inpath" if ( !$dest ); 510 $common_dest = $dest; 512 $dest =~ s#\\#/#g; 908 if ( $to =~ /^\Q$dest\E/ ) { 1122 if ( $file =~ s#^\Q$dest\E/##o ) { 1154 if ( $entry[2] =~ /^\Q$dest\E/ ) { [all …]
|
H A D | cws.pl | 484 my $dest = shift; 491 if ( -d $local_source && can_use_hardlinks($local_source, $dest) ) { 503 hg_clone($source, $dest, $clone_option); 512 my $dest = shift; 516 hg_pull($dest, $remote_source); 523 my $dest = shift; 526 print_message("... update repository '$dest'"); 527 hg_update($dest); 552 my $dest = shift; 560 my @stat_dest = stat(dirname($dest)); [all …]
|
/aoo41x/main/svtools/source/filter/jpeg/ |
H A D | jpeg.cxx | 108 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in init_destination() local 111 dest->buffer = (JOCTET *) in init_destination() 115 dest->pub.next_output_byte = dest->buffer; in init_destination() 121 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in empty_output_buffer() local 123 if (dest->outfile->Write(dest->buffer, BUF_SIZE) != in empty_output_buffer() 127 dest->pub.next_output_byte = dest->buffer; in empty_output_buffer() 135 my_dest_ptr dest = (my_dest_ptr) cinfo->dest; in term_destination() local 140 if (dest->outfile->Write(dest->buffer, datacount) != datacount) in term_destination() 148 my_dest_ptr dest; in jpeg_svstream_dest() local 162 dest = (my_dest_ptr) cinfo->dest; in jpeg_svstream_dest() [all …]
|
/aoo41x/main/toolkit/src2xml/source/ |
H A D | src2xml.py | 63 dest='debug_lexer', default=False, 75 dest='dry_run', default=False, 79 dest='keep_going', default=False, 87 dest='include_path', 93 lst = getattr (parser.values, option.dest) 95 setattr (parser.values, option.dest, lst) 98 lst = getattr (parser.values, option.dest) 100 setattr (parser.values, option.dest, lst) 104 dest='include_path', 111 dest='include_path', [all …]
|
/aoo41x/main/ |
H A D | oowintool | 301 my ($src, $fname, $dest) = @_; 304 -d $dest || die "no directory $dest"; 306 print STDERR "Copying $src/$fname to $dest\n"; 307 copy ("$src/$fname", $dest) || die "copy failed: $!"; 327 my $dest = shift; 334 $dest . $ver->{'dll_suffix'}); 336 $dest . $ver->{'dll_suffix'}); 339 $dest . $ver->{'dll_suffix'}); 368 my $dest = shift @commands; 369 defined $dest || die "copy-dlls requires a destination directory"; [all …]
|
/aoo41x/main/filter/source/graphicfilter/ipict/ |
H A D | shape.cxx | 63 bool drawLineHQ(VirtualDevice *dev, Point const &orig, Point const &dest, Size const &pSize) { in drawLineHQ() argument 64 int dir[2] = L2I_ARY( dest.X()-orig.X(), dest.Y()-orig.Y() ); in drawLineHQ() 69 int X[2] = L2I_ARY( orig.X(), dest.X()); in drawLineHQ() 70 int Y[2] = L2I_ARY( orig.Y(), dest.Y()); in drawLineHQ() 94 int destPt[4][2] = { L2I_ARY( dest.X(), dest.Y()), in drawLineHQ() 95 L2I_ARY( dest.X()+pSize.Width(), dest.Y()), in drawLineHQ() 96 L2I_ARY( dest.X()+pSize.Width(), dest.Y()+pSize.Height()), in drawLineHQ() 97 L2I_ARY( dest.X(), dest.Y()+pSize.Height())}; in drawLineHQ() 123 void drawLine(VirtualDevice *dev, Point const &orig, Point const &dest, Size const &pSize) { in drawLine() argument 124 if (drawLineHQ(dev,orig,dest,pSize)) return; in drawLine() [all …]
|
/aoo41x/main/l10ntools/scripts/tool/ |
H A D | l10ntool.py | 141 …parser.add_option("-i", "--inputfile", dest="inputfile", metavar="FILE", help="resourc… 142 …parser.add_option("-o", "--outputfile", dest="outputfile", metavar="FILE", help="extract… 143 …parser.add_option("-m", "--inputsdffile", dest="input_sdf_file", metavar="FILE", help="merge t… 144 …parser.add_option("-x", "--pathprefix", dest="path_prefix", metavar="PATH", help="" … 145 …parser.add_option("-y", "--pathpostfix", dest="path_postfix", metavar="PATH", help="" … 146 …parser.add_option("-p", "--projectname", dest="project_name", metavar="NAME", help="" … 147 …parser.add_option("-r", "--projectroot", dest="project_root", metavar="PATH", help="" … 148 …parser.add_option("-f", "--forcedlanguages", dest="forcedlanguages", metavar="ISOCODE[,ISOCODE]", … 149 …parser.add_option("-l", "--languages", dest="languages", metavar="ISOCODE[,ISOCODE]", … 150 …parser.add_option("-s", "--pattern", dest="pattern", metavar="", help="" … [all …]
|
/aoo41x/main/soltools/testSHL/util/ |
H A D | tutil.cxx | 95 sal_Char* cpy( sal_Char** dest, const sal_Char* src ) { in cpy() argument 97 *dest = new sal_Char[ ln(src)+1 ]; in cpy() 99 sal_Char* pdest = *dest; in cpy() 105 return ( *dest ); in cpy() 113 sal_Char* dest = new sal_Char[ ln(str1)+ln(str2)+1 ]; in cat() local 116 sal_Char* pdest = dest; in cat() 125 return ( dest ); in cat()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | test_ftpurl.cxx | 258 char *dest = (char*) malloc(sizeof(char)); in test_ftpopen() local 259 dest[0] = 0; in test_ftpopen() 264 ndest = strlen(dest); in test_ftpopen() 265 dest = (char*)realloc(dest,ndest + nbuf + 1); in test_ftpopen() 266 strncat(dest,buff,nbuf); in test_ftpopen() 271 if(strcmp(expected,dest)) in test_ftpopen() 273 free(dest); in test_ftpopen()
|
/aoo41x/main/sal/textenc/ |
H A D | tcvtbyte.c | 641 const ImplByteConvertData* pConvertData, sal_Unicode c, sal_Char * dest ) in ImplConvertUnicodeCharToChar() argument 647 dest[0] = (sal_Char)c; in ImplConvertUnicodeCharToChar() 652 dest[0] = (sal_Char)pConvertData->mpToCharTab1[c-pConvertData->mnToCharStart1]; in ImplConvertUnicodeCharToChar() 653 if ( dest[0] != 0 ) in ImplConvertUnicodeCharToChar() 658 dest[0] = (sal_Char)pConvertData->mpToCharTab2[c-pConvertData->mnToCharStart2]; in ImplConvertUnicodeCharToChar() 659 if ( dest[0] != 0 ) in ImplConvertUnicodeCharToChar() 690 dest[0] = (sal_Char)pCharExData->mnChar; in ImplConvertUnicodeCharToChar() 695 dest[1] = (sal_Char)pCharExData->mnChar2; in ImplConvertUnicodeCharToChar()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | SystemManager.java | 313 static public void copyAllFiles(File source, File dest) { in copyAllFiles() argument 317 copy(file[i].getPath(), dest.getPath()); in copyAllFiles() 322 static public void copyAllFiles(File source, File dest, String ext) { in copyAllFiles() argument 326 copy(file[i].getPath(), dest.getPath()); in copyAllFiles() 332 static public boolean copy(String source, String dest) { in copy() argument 335 File dir = new File(dest); in copy() 339 File destFile = new File(dest, fileName); in copy() 340 dest = destFile.getPath(); in copy() 351 fos = new FileOutputStream(dest); in copy()
|
/aoo41x/main/comphelper/source/misc/ |
H A D | string.cxx | 63 ::rtl::OUString dest( _source ); in searchAndReplaceAllAsciiWithAscii() 67 dest = dest.replaceAt( n, fromLength, to ); in searchAndReplaceAllAsciiWithAscii() 68 n = dest.indexOfAsciiL( _from, fromLength, n + to.getLength() ); in searchAndReplaceAllAsciiWithAscii() 72 return dest; in searchAndReplaceAllAsciiWithAscii()
|
/aoo41x/main/shell/source/win32/shlxthandler/thumbviewer/ |
H A D | thumbviewer.cxx | 444 …Gdiplus::Rect dest(pos_signet.X, pos_signet.Y, signet_scaled.GetRight(), signet_scaled.GetBottom()… in Extract() local 447 signet_, dest, in Extract() 519 Gdiplus::Rect CThumbviewer::CalcScaledAspectRatio(Gdiplus::Rect src, Gdiplus::Rect dest) in CalcScaledAspectRatio() argument 523 result = Gdiplus::Rect(0, 0, dest.Width, src.Height * dest.Width / src.Width); in CalcScaledAspectRatio() 525 result = Gdiplus::Rect(0, 0, src.Width * dest.Height / src.Height, dest.Height); in CalcScaledAspectRatio()
|
/aoo41x/main/solenv/bin/modules/par2script/ |
H A D | systemactions.pm | 118 my ($source, $dest) = @_; 123 $copyreturn = copy($source, $dest); 127 $infoline = "Copy: $source to $dest\n"; 132 $infoline = "Error: Could not copy $source to $dest\n";
|
/aoo41x/main/solenv/bin/modules/pre2par/ |
H A D | systemactions.pm | 141 my ($source, $dest) = @_; 145 $copyreturn = copy($source, $dest); 149 $infoline = "Copy: $source to $dest\n"; 154 $infoline = "Error: Could not copy $source to $dest\n";
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_9rm.cxx | 1324 dxvertex &dest = vertices[nIndex++]; in flushVertexCache() local 1325 dest.x=it->x; in flushVertexCache() 1326 dest.y=it->y; in flushVertexCache() 1327 dest.z=it->z; in flushVertexCache() 1328 dest.rhw=1; in flushVertexCache() 1330 dest.diffuse=D3DCOLOR_ARGB(alpha,255,255,255); in flushVertexCache() 1331 dest.u=static_cast<float>(it->u + nHalfPixelSizeX); in flushVertexCache() 1332 dest.v=static_cast<float>(it->v + nHalfPixelSizeY); in flushVertexCache()
|
/aoo41x/main/solenv/bin/modules/installer/windows/ |
H A D | file.pm | 162 my $dest; 163 foreach $dest ( sort keys %{$allassigns{$cabfile}} ) # <- sorting the destination! 165 my $directaccessnumber = $directaccess{$dest}; 827 my $dest = $onefile->{'destination'}; 835 if (( $dest eq $hostname ) || ( $dest =~ /^\s*\Q$hostname\E\\/ ))
|
/aoo41x/main/dbaccess/qa/complex/dbaccess/ |
H A D | CopyTableWizard.java | 59 private DatabaseApplication dest; field in CopyTableWizard 72 dest.store(); in after() 88 dest = new DatabaseApplication( destinationDB ); in before() 139 copyTable(source,dest); in copyTableDbase()
|
/aoo41x/main/oovbaapi/genconstidl/ |
H A D | api-to-idl.pl | 35 my $dest = shift; 37 if ( !defined( $src ) || !defined( $dest ) || $src eq "-h" || $src eq "--help" ) { 208 generate_idls($dest);
|
/aoo41x/main/vcl/unx/gtk/app/ |
H A D | gtkdata.cxx | 238 GdkRectangle dest; in monitorsChanged() 239 gdk_screen_get_monitor_geometry(pScreen, i, &dest); in monitorsChanged() 240 … m_aXineramaScreenIndexMap[i] = addXineramaScreenUnique( dest.x, dest.y, dest.width, dest.height ); in monitorsChanged()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/ |
H A D | SOFormulaParser.java | 232 final FormulaToken dest = new FormulaToken(); in parseFormula() 233 …dest.OpCode = ((FormulaOpCodeMapEntry) specialOpCodes.get(FormulaMapGroupSpecialOffset.BAD)).Token… in parseFormula() 234 dest.Data = new Any(Type.STRING, images.get(i)); in parseFormula() 236 tokens.add(i, dest); in parseFormula()
|