/aoo4110/main/solenv/bin/modules/installer/windows/ |
H A D | property.pm | 147 my $productname = $name . " " . $version; 153 $productname = $productname . " " . $postversionextension; 160 $productname = $productname . " " . $productextension; 167 $productname = $name . " " . $version . " Language Pack" . " " . $langstring; 174 $productname = $productname . " " . $patchstring; 178 $allvariables->{'PROPERTYTABLEPRODUCTNAME'} = $productname; 179 my $infoline = "Defined variable PROPERTYTABLEPRODUCTNAME: $productname\n"; 182 return $productname; 470 my $productname = get_productname_for_property_table($allvariables); 483 ${$propertyfile}[$i] =~ s/\bPRODUCTNAMETEMPLATE\b/$productname/;
|
H A D | sign.pm | 656 my $productname = ""; 657 …if ( $followmeinfohash->{'allvariableshash'}->{'PRODUCTNAME'} ) { $productname = "/d " . "\"$follo… 694 …my $systemcall = "signtool.exe sign /f \"$pfxfilepath\" /p $pw $productname $url /t \"$timestampur… 695 …my $displaysystemcall = "signtool.exe sign /f \"$pfxfilepath\" /p ***** $productname $url /t \"$ti…
|
H A D | directory.pm | 627 my $productname = $allvariableshashref->{'PRODUCTNAME'}; 636 my $realproductkey = $productname . " " . $productversion; 637 my $productkey = $productname . " " . $baseproductversion;
|
H A D | msiglobal.pm | 758 my $productname = $allvariableshashref->{'PRODUCTNAME'}; 759 my $line = "productname=" . $productname . "\n";
|
/aoo4110/main/solenv/bin/modules/installer/ |
H A D | languagepack.pm | 317 my $productname = $variableshashref->{'PRODUCTNAME'}; 318 $productname = lc($productname); 319 $productname =~ s/\.//g; # openoffice.org -> openofficeorg 321 my $infoline = "Adding productname $productname into language pack script\n"; 326 ${$scriptfile}[$i] =~ s/PRODUCTNAMEPLACEHOLDER/$productname/; 339 my $productname = $variableshashref->{'PRODUCTNAME'}; 342 my $fullproductname = $productname . " " . $productversion;
|
H A D | download.pm | 52 my $productname = $variableshashref->{'PRODUCTNAME'}; 53 $productname = lc($productname); 54 $productname =~ s/\.//g; # openoffice.org -> openofficeorg 55 $productname =~ s/\s*//g; 57 …nstaller::logger::Lang->printf("Adding productname %s into download shell script\n", $productname); 61 ${$scriptfile}[$i] =~ s/PRODUCTNAMEPLACEHOLDER/$productname/; 928 my $productname = $variableshashref->{'PRODUCTNAME'}; 929 $productname =~ s/\.//g; # OpenOffice.org -> OpenOfficeorg 931 replace_one_variable($templatefile, "PRODUCTNAMEPLACEHOLDER", $productname);
|
H A D | scppatchsoname.pm | 99 my $productname = $variableshashref->{'PRODUCTNAME'} . " " . $variableshashref->{'PRODUCTVERSION'}; 100 …if ( exists($onefilehash->{'FileDescription'}) ) { $productname = $onefilehash->{'FileDescription'… 101 my $unicode_productname = convert_to_unicode($productname);
|
H A D | epmfile.pm | 1259 my $productname = $allvariables->{'PRODUCTNAME'}; 1260 $newline = "SUNW_PRODNAME=$productname\n"; 3336 my $productname = $allvariables->{'PRODUCTNAME'}; 3337 $productname = lc($productname); 3338 $productname =~ s/ /_/g; # abc office -> abc_office 3340 … $installer::logger::Lang->printf("Adding productname %s into Linux patch script\n", $productname); 3342 … 0; $j <= $#{$scriptfile}; $j++ ) { ${$scriptfile}[$j] =~ s/PRODUCTNAMEPLACEHOLDER/$productname/; }
|
H A D | scriptitems.pm | 988 my $productname = $hashref->{'PRODUCTNAME'}; 992 my $productkey = $productname . " " . $productversion; 1015 my $updateid = $productname . "_" . $userdirproductversion . "_" . $$languagestringref;
|
H A D | xpdinstaller.pm | 962 my $productname = $allvariables->{'LCONEWORDPRODUCTNAME'}; 963 my $tag = $indent . "<product " . "name=" . "\"" . $productname . "\">" . "\n";
|
/aoo4110/main/solenv/bin/ |
H A D | gen_update_info.pl | 34 my($product, $buildid, $id, $os, $arch, $lstfile, $languages, $productname, $productversion, $produ… 84 $productname = $_; 126 $productname = $_; 149 $id = $productname . "_" . $id . "_" . $languages; 168 s/name></name>$productname</;
|
H A D | converttags.pl | 40 $productname = shift @ARGV; 60 print "$productname\n"; 90 s#\[PRODUCTNAME\]#$productname#go;
|
/aoo4110/main/sysui/desktop/share/ |
H A D | brand.pl | 37 $productname = "OpenOffice"; 46 $productname = $ARGV[0]; 116 s/%PRODUCTNAME/$productname/g;
|
H A D | translate.pl | 35 $productname = "OpenOffice"; 42 $productname = $ARGV[0]; 121 $value=~s/%PRODUCTNAME/$productname/g;
|
H A D | create_mime_xml.pl | 24 $productname = 'OpenOffice'; 43 $comment =~ s/%PRODUCTNAME/$productname/;
|
/aoo4110/main/setup_native/source/win32/customactions/quickstarter/ |
H A D | quickstarter.cxx | 53 std::string productname; in GetOfficeProductName() local 64 productname = buff; in GetOfficeProductName() 66 return productname; in GetOfficeProductName()
|
/aoo4110/main/crashrep/source/unx/ |
H A D | main.cxx | 997 static string productname; in setup_version() local 1003 productname = productkey.substr( 0, iSpace ); in setup_version() 1007 productname = productkey; in setup_version() 1009 productname.insert( 0, "PRODUCTNAME=" ); in setup_version() 1010 putenv( (char *)productname.c_str() ); in setup_version()
|
/aoo4110/main/desktop/source/migration/ |
H A D | migration.cxx | 246 return m_aInfo.productname; in getOldVersionName() 356 … aMsg += "\nOldVersion: " + OUStringToOString(m_aInfo.productname, RTL_TEXTENCODING_ASCII_US); in doMigration() 580 aInfo.productname = aVersion; in findInstallation() 599 if (aInstallInfo.productname.getLength() > 0 ) in findPreferedMigrationProcess() 771 if ( m_aInfo.productname.equals( OUString::createFromAscii("OpenOffice.org 3") ) ) in copyConfig() 925 uno::makeAny(m_aInfo.productname))); in runServices()
|
H A D | migration_impl.hxx | 57 rtl::OUString productname; // human readeable product name member
|
/aoo4110/main/xmlhelp/source/cxxhelp/provider/ |
H A D | provider.cxx | 309 rtl::OUString productname( in init() local 371 productname, in init()
|
/aoo4110/main/sysui/desktop/mandriva/ |
H A D | mandriva-menus.spec | 24 Summary: %productname desktop integration 52 %productname desktop integration
|
/aoo4110/main/sysui/desktop/debian/ |
H A D | control | 1 Description: %productname desktop integration
|
/aoo4110/main/sysui/desktop/redhat/ |
H A D | redhat-menus.spec | 24 Summary: %productname desktop integration 42 %productname desktop integration
|
/aoo4110/main/sysui/desktop/suse/ |
H A D | suse-menus.spec | 24 Summary: %productname desktop integration 45 %productname desktop integration
|
/aoo4110/main/sysui/desktop/freedesktop/ |
H A D | freedesktop-menus.spec | 24 Summary: %productname desktop integration 46 %productname desktop integration for desktop-environments that implement
|