Searched refs:oldname (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | archivefiles.pm | 42 my ( $oldname, $onelanguage ) = @_; 49 if ( $oldname =~ /en-US/ ) # files, that contain the language in the file name 51 $newname = $oldname; 56 if ( $oldname =~ /^\s*(.*)(\..*?)\s*$/ ) # files with extension 63 $filename = $oldname;
|
H A D | scriptitems.pm | 1440 my $oldname = $onefile->{'Name'}; 1452 … $installer::logger::Lang->printf("WARNING: Using %s instead of %s\n", $onefilename, $oldname); 1453 … $installer::logger::Info->printf("WARNING: Using %s instead of %s\n", $onefilename, $oldname); 1479 $onefile->{'Name'}, $oldname); 1480 $onefile->{'Name'} = $oldname; # Switching back to old file name 1882 my $oldname = $onefile->{'Name'}; 1897 … $installer::logger::Lang->printf("Changing name from %s to %s !\n", $oldname, $onefile->{'Name'});
|
H A D | javainstaller.pm | 1202 my ($alljavafiles, $oldname, $newname) = @_; 1213 my $oldstring = "ComponentDescription-" . $oldname; 1218 $oldstring = $oldname . "-install-DisplayName"; 1223 $oldstring = $oldname . "-uninstall-DisplayName"; 1229 $infoline = "Changes in Java file: $javafilename : $oldname \-\> $newname\n";
|
H A D | xpdinstaller.pm | 1536 my $oldname = $1; 1540 my $newparent = $oldname; 1542 ${$xpdfile}[$i] =~ s/\"\Q$oldname\E\"/\"$newname\"/;
|
/aoo42x/main/connectivity/source/drivers/hsqldb/ |
H A D | StorageFileAccess.cxx | 141 (JNIEnv * env, jobject /*obj_this*/,jstring key, jstring oldname, jstring newname) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() argument 147 ::rtl::OUString sOldName = StorageContainer::jstring2ustring(env,oldname); in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() 156 …StorageContainer::removeURLPrefix(StorageContainer::jstring2ustring(env,oldname),aStoragePair.firs… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement()
|
/aoo42x/main/solenv/bin/modules/installer/windows/ |
H A D | admin.pm | 641 my $oldname = ""; 642 …if ( exists($registryhash->{$regitem}->{'Name'}) ) { $oldname = $registryhash->{$regitem}->{'Name'… 653 $infoline = "Old: $oldkey : $oldname : $oldvalue\n";
|
H A D | file.pm | 367 my ($oldname) = @_; 374 my $uniquefilename = $oldname;
|
Completed in 54 milliseconds