Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/solenv/bin/modules/installer/
H A Dpackagepool.pm166 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 Dsystemactions.pm474 my ($source, $dest) = @_;
481 unlink($dest);
484 my $copyreturn = copy($source, $dest);
507 my $chmodreturn = chmod($mode, $dest);
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 …]
/trunk/main/solenv/bin/
H A Dlinkoo138 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 Dtransform_description.pl30 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 Ddeliver.pl422 $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/ ) {
1125 if ( $file =~ s#^\Q$dest\E/##o ) {
1157 if ( $entry[2] =~ /^\Q$dest\E/ ) {
[all …]
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx108 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 …]
/trunk/main/toolkit/src2xml/source/
H A Dsrc2xml.py63 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 …]
/trunk/main/
H A Doowintool321 my ($src, $fname, $dest) = @_;
324 -d $dest || die "no directory $dest";
326 print STDERR "Copying $src/$fname to $dest\n";
327 copy ("$src/$fname", $dest) || die "copy failed: $!";
347 my $dest = shift;
354 $dest . $ver->{'dll_suffix'});
356 $dest . $ver->{'dll_suffix'});
359 $dest . $ver->{'dll_suffix'});
389 my $dest = shift @commands;
390 defined $dest || die "copy-dlls requires a destination directory";
[all …]
/trunk/main/filter/source/graphicfilter/ipict/
H A Dshape.cxx63 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 …]
/trunk/main/l10ntools/scripts/tool/
H A Dl10ntool.py141 …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 …]
/trunk/main/ucb/source/ucp/ftp/
H A Dtest_ftpurl.cxx258 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()
/trunk/main/soltools/testSHL/util/
H A Dtutil.cxx95 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()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java313 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()
/trunk/main/sal/textenc/
H A Dtcvtbyte.c641 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()
/trunk/main/comphelper/source/misc/
H A Dstring.cxx63 ::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()
/trunk/main/shell/source/win32/shlxthandler/thumbviewer/
H A Dthumbviewer.cxx444 …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()
/trunk/main/solenv/bin/modules/par2script/
H A Dsystemactions.pm118 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";
/trunk/main/solenv/bin/modules/pre2par/
H A Dsystemactions.pm141 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";
/trunk/main/canvas/source/directx/
H A Ddx_9rm.cxx1324 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()
/trunk/main/solenv/bin/modules/installer/windows/
H A Dfile.pm162 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\\/ ))
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableWizard.java59 private DatabaseApplication dest; field in CopyTableWizard
72 dest.store(); in after()
88 dest = new DatabaseApplication( destinationDB ); in before()
139 copyTable(source,dest); in copyTableDbase()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx238 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()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOFormulaParser.java232 final FormulaToken dest = new FormulaToken(); in parseFormula()
233dest.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()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx526 void rename(const fs::path &src, const fs::path &dest) in rename() argument
528 osl::File::move(src.data, dest.data); in rename()
531 void copy(const fs::path &src, const fs::path &dest) in copy() argument
533 osl::File::copy(src.data, dest.data); in copy()
/trunk/main/l10ntools/source/
H A Dexport2.cxx340 bool Export::CopyFile( const ByteString& source , const ByteString& dest ) in CopyFile() argument
350 FILE* OUT_FILE = fopen( dest.GetBuffer() , "w" ); in CopyFile()
353 …cerr << "Export::CopyFile WARNING: Could not open/create " << dest.GetBuffer() << " for writing\n"; in CopyFile()
372 cerr << "Export::CopyFile WARNING: Read problems " << dest.GetBuffer() << "\n"; in CopyFile()

Completed in 128 milliseconds

1234