/trunk/main/offapi/com/sun/star/mozilla/ |
H A D | XProfileDiscover.idl | 49 @param product 52 the profiles count of selected product. 55 long getProfileCount( [in]MozillaProductType product); 59 @param product 62 is a list of all profile of the given product. 64 the profile count for the given product. 71 @param product 74 the default profile name for the given product. 82 @param product 94 @param product [all …]
|
H A D | XProfileManager.idl | 51 @param product 52 is the product to start up. 59 long bootupProfile( [in]MozillaProductType product,[in]string profileName); 69 /** attempts to get the current product. 72 the current used product. 93 /** attempts to set the current used profile name for the given product. 95 @param product 96 is the product to be used. 100 the current used profile name for the given product. 103 string setCurrentProfile( [in]MozillaProductType product,[in]string profileName);
|
/trunk/main/saxon/ |
H A D | saxon-9.0.0.7-bj.patch | 209 + <delete dir="${product.dir}"/> 210 + <mkdir dir="${product.dir}"/> 671 + <mkdir dir="${product.dir}/bj"/> 672 + <copy todir="${product.dir}/bj"> 685 + <mkdir dir="${product.dir}/bn"/> 686 + <copy todir="${product.dir}/bn"> 701 + <target name="product-bn" description="Assemble product.directory for Saxon-B on .NET" 724 + <target name="product-san" description="Assemble product.directory for Saxon-SA on .NET" 884 + <copy todir="${product.dir}/bj"> 953 + depends="release-userdoc, product-javadoc, product-dotnetdoc, [all …]
|
/trunk/main/extensions/source/mozbootstrap/ |
H A D | MNSProfileDiscover.cxx | 45 product=aProduct; in ProfileStruct() 76 sal_Int32 ProfileAccess::LoadXPToolkitProfiles(MozillaProductType product) in LoadXPToolkitProfiles() argument 78 sal_Int32 index=product; in LoadXPToolkitProfiles() 81 ::rtl::OUString regDir = getRegistryDir(product); in LoadXPToolkitProfiles() 132 ProfileStruct* profileItem = new ProfileStruct(product,profileName, in LoadXPToolkitProfiles() 152 sal_Int32 index=product; in getProfilePath() 165 sal_Int32 index=product; in getProfileCount() 171 sal_Int32 index=product; in getProfileList() 189 sal_Int32 index=product; in getDefaultProfile() 207 (void)product; /* avoid warning about unused parameter */ in isProfileLocked() [all …]
|
H A D | MMozillaBootstrap.cxx | 120 …ootstrap::getProfileCount( ::com::sun::star::mozilla::MozillaProductType product) throw (::com::su… in getProfileCount() argument 122 return m_ProfileAccess->getProfileCount(product); in getProfileCount() 126 return m_ProfileAccess->getProfileList(product,list); in getProfileList() 128 …tstrap::getDefaultProfile( ::com::sun::star::mozilla::MozillaProductType product ) throw (::com::s… in getDefaultProfile() argument 130 return m_ProfileAccess->getDefaultProfile(product); in getDefaultProfile() 134 return m_ProfileAccess->getProfilePath(product,profileName); in getProfilePath() 138 return m_ProfileAccess->isProfileLocked(product,profileName); in isProfileLocked() 142 return m_ProfileAccess->getProfileExists(product,profileName); in getProfileExists() 146 …aBootstrap::bootupProfile( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in bootupProfile() argument 148 (void)product; /* avoid warning about unused parameter */ in bootupProfile() [all …]
|
H A D | MNSProfileDiscover.hxx | 56 MozillaProductType getProductType() { return product;} in getProductType() 60 MozillaProductType product; member in connectivity::mozab::ProfileStruct 82 …::rtl::OUString getProfilePath( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl… 83 …::sal_Int32 getProfileCount( ::com::sun::star::mozilla::MozillaProductType product ) throw (::com:… 84 …::sal_Int32 getProfileList( ::com::sun::star::mozilla::MozillaProductType product, ::com::sun::sta… 85 …UString getDefaultProfile( ::com::sun::star::mozilla::MozillaProductType product ) throw (::com::s… 86 … SAL_CALL isProfileLocked( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… 87 …SAL_CALL getProfileExists( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… 91 sal_Int32 LoadXPToolkitProfiles(MozillaProductType product);
|
H A D | MMozillaBootstrap.hxx | 71 … SAL_CALL getProfileCount( ::com::sun::star::mozilla::MozillaProductType product) throw (::com::su… 72 …2 SAL_CALL getProfileList( ::com::sun::star::mozilla::MozillaProductType product, ::com::sun::star… 73 …AL_CALL getDefaultProfile( ::com::sun::star::mozilla::MozillaProductType product ) throw (::com::s… 74 …g SAL_CALL getProfilePath( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… 75 … SAL_CALL isProfileLocked( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… 76 …SAL_CALL getProfileExists( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… 79 …32 SAL_CALL bootupProfile( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… 84 …AL_CALL setCurrentProfile( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS…
|
H A D | MNSFolders.cxx | 141 ::rtl::OUString getRegistryDir(MozillaProductType product) in getRegistryDir() argument 143 if (product == MozillaProductType_Default) in getRegistryDir() 146 return lcl_guessProfileRoot( product ); in getRegistryDir()
|
/trunk/main/ |
H A D | NOTICE | 5 This product includes software developed at 32 This product includes software developed by 45 This product includes software developed by 62 This product includes software developed by 78 This product includes software developed by 91 This product includes software developed by 97 This product includes software developed by 107 This product includes software developed by 114 This product includes software developed at 132 This product contains parts of the eID Applet project [all …]
|
/trunk/main/solenv/bin/ |
H A D | gen_update_info.pl | 34 my($product, $buildid, $id, $os, $arch, $lstfile, $languages, $productname, $productversion, $produ… 40 $product= $ARGV[0]; 101 if(open(LSTFILE, "sed -n \"/^$product:/,/^}\$/ p\" $lstfile |")) { 103 if ( /^$product\s?:\s?(\w+)$/ ) { 104 $product = $1; 117 unless(open(LSTFILE, "sed -n \"/^$product\$/,/^}\$/ p\" $lstfile |")) {
|
H A D | linkoo | 189 # FIXME: re-implement the $product functionality 299 if ($a =~ /--product/) { 300 $product = 1; 322 …printf "Usage: linkoo </path/to/ooo/install> [</path/to/ooo/build/tree>] [--product] [--dry-run]\n…
|
H A D | make_installer.pl | 1380 $installer::globals::product, 1500 if (($installer::globals::ismacdmgbuild) && ($installer::globals::product =~ /Apache_OpenOffice_Dev… 1502 if (($installer::globals::ismacdmgbuild) && ($installer::globals::product =~ /Apache_OpenOffice_Bet… 1554 if ($installer::globals::product =~ /suite/i ) { $filesinproductarrayref = installer::scriptitems::… 1754 $installer::globals::product); 2031 …if ((!($installer::globals::is_copy_only_project)) && (!($installer::globals::product =~ /ada/i ))… 2280 my $speciallogfilename = "fileinfo_" . $installer::globals::product . "\.log";
|
/trunk/main/instsetoo_native/util/ |
H A D | makefile.mk | 115 … "$(RTL_ARCH)" --os "$(RTL_OS)" --lstfile $(PRJ)$/util$/openoffice.lst --product OpenOffice --lang… 154 --product-name Apache_OpenOffice \ 279 --product Apache_OpenOffice \ 290 --product Apache_OpenOffice_Dev \ 300 --product Apache_OpenOffice_Beta \ 380 --product-name Apache_OpenOffice \ 389 --product-name Apache_OpenOffice \ 397 --product-name Apache_OpenOffice \ 405 --product-name Apache_OpenOffice \
|
/trunk/main/solenv/bin/modules/installer/patch/ |
H A D | InstallationSet.pm | 279 my ($version, $is_current_version, $language, $package_format, $product) = @_; 281 my $path = GetUnpackedPath($version, $is_current_version, $language, $package_format, $product); 296 my ($version, $is_current_version, $language, $package_format, $product) = @_; 298 my $path = GetUnpackedPath($version, $is_current_version, $language, $package_format, $product); 312 my ($version, $is_current_version, $language, $package_format, $product) = @_; 318 $product,
|
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | Error.ulf | 218 …y initiated an installation for product [3]. That user will need to run that installation again be… 221 …y initiated an installation for product [3]. That user will need to run that installation again be… 233 en-US = "The product [2] is already installed, preventing the installation of this product. The two… 245 …d not find any previously installed compliant products on the machine for installing this product." 260 en-US = "A previous installation for this product is in progress. You must undo the changes made by… 263 en-US = "No valid source could be found for product [2]. The Windows Installer cannot continue."
|
H A D | ActionTe.ulf | 158 en-US = "Publishing product features" 164 en-US = "Publishing product information" 197 en-US = "Registering product" 326 en-US = "Unpublishing product features" 332 en-US = "Unpublishing product information"
|
/trunk/main/solenv/doc/gbuild/solenv/gbuild/ |
H A D | gbuild.mk | 55 /// product build or non-product build with additional assertions and tests 71 /// 1=non-product build, 72 /// 2=debugging build (either product or nonproduct)
|
/trunk/main/solenv/bin/modules/installer/windows/ |
H A D | language.pm | 65 …nstaller::globals::product =~ /suitemulti/i ) || ( $installer::globals::product =~ /officemulti/i …
|
H A D | upgrade.pm | 46 …if (($installer::globals::product =~ /^\s*OpenOffice/i ) && ( ! ( $installer::globals::product =~ …
|
/trunk/main/javainstaller2/src/Localization/ |
H A D | setupstrings.ulf | 364 en-US = "Before you install this product, you must read and accept the entire Software License Agre… 370 …License Agreement, click 'Decline' to end the Installation Wizard without installing this product." 373 …e type of product installation to perform from the following choices. This will determine how much… 376 …product in the directory suggested by this Installation Wizard. <p>To choose a different location,…
|
/trunk/main/solenv/inc/ |
H A D | settings.mk | 352 product*=$(PRODUCT) 356 PRODUCT*=$(product) 459 product=full macro 471 product!=full 474 product!=demo 477 product!=compact
|
/trunk/main/cli_ure/source/climaker/ |
H A D | climaker_app.cxx | 363 OUString version, product, description, company, copyright, trademark, in SAL_IMPLEMENT_MAIN() local 399 !read_argument( &product, info_product, &nPos ) && in SAL_IMPLEMENT_MAIN() 587 if (product.getLength() != 0) in SAL_IMPLEMENT_MAIN() 592 args[ 0 ] = ustring_to_String( product ); in SAL_IMPLEMENT_MAIN()
|
/trunk/main/extensions/source/oooimprovement/ |
H A D | errormail.cxx | 148 …const OString product = OUStringToOString(config.getCompleteProductname(), RTL_TEXTENCODING_ASCII_… in getOfficeInfoXml() local 164 + xmlAttrEncode(product) + " \" />\n"; in getOfficeInfoXml()
|
/trunk/main/solenv/gbuild/ |
H A D | gbuild.mk | 74 ifneq ($(strip $(PRODUCT)$(product)),) 77 ifneq ($(strip $(product)),)
|
/trunk/main/solenv/bin/modules/packager/ |
H A D | work.pm | 89 my $product = $1; 94 $product =~ s/\s//g;
|