Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 164) sorted by relevance

1234567

/AOO42X/main/offapi/com/sun/star/mozilla/ !
H A DXProfileDiscover.idl49 @param product
50 is the product name to get profiles count.Currently support "Mozilla" and "Thunderbird".
52 the profiles count of selected product.
55 long getProfileCount( [in]MozillaProductType product);
57 /** attempts to get the profile list for the given product.
59 @param product
60 is the product name to get profile list.Currently support "Mozilla" and "Thunderbird".
62 is a list of all profile of the given product.
64 the profile count for the given product.
67 long getProfileList( [in]MozillaProductType product,[out] sequence<string> list);
[all …]
H A DXProfileManager.idl51 @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);
/AOO42X/main/saxon/ !
H A Dsaxon-9.0.0.7-bj.patch28 + proprietary source code. The open source Saxon-B product can be built for
92 + <!-- directory in which to build the product for release -->
93 + <property name="product.dir" value="${troot}/saxon-build/${version}"/>
102 + <!-- following locations are for IKVMC code used to build the .NET product -->
135 + <property name="build-bj.dir" value="${product.dir}/bj"/>
136 + <property name="build-saj.dir" value="${product.dir}/saj"/>
137 + <property name="build-bn.dir" value="${product.dir}/bn"/>
138 + <property name="build-san.dir" value="${product.dir}/san"/>
139 + <property name="build-resources.dir" value="${product.dir}/resources"/>
209 + <delete dir="${product.dir}"/>
[all …]
/AOO42X/main/extensions/source/mozbootstrap/ !
H A DMNSProfileDiscover.cxx45 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()
150 …ileAccess::getProfilePath( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in getProfilePath() argument
152 sal_Int32 index=product; in getProfilePath()
163 …leAccess::getProfileCount( ::com::sun::star::mozilla::MozillaProductType product) throw (::com::su… in getProfileCount() argument
165 sal_Int32 index=product; in getProfileCount()
169 …ileAccess::getProfileList( ::com::sun::star::mozilla::MozillaProductType product, ::com::sun::star… in getProfileList() argument
[all …]
H A DMMozillaBootstrap.cxx120 …ootstrap::getProfileCount( ::com::sun::star::mozilla::MozillaProductType product) throw (::com::su… in getProfileCount() argument
122 return m_ProfileAccess->getProfileCount(product); in getProfileCount()
124 …Bootstrap::getProfileList( ::com::sun::star::mozilla::MozillaProductType product, ::com::sun::star… in getProfileList() argument
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()
132 …Bootstrap::getProfilePath( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in getProfilePath() argument
134 return m_ProfileAccess->getProfilePath(product,profileName); in getProfilePath()
136 …ootstrap::isProfileLocked( ::com::sun::star::mozilla::MozillaProductType product, const ::rtl::OUS… in isProfileLocked() argument
138 return m_ProfileAccess->isProfileLocked(product,profileName); in isProfileLocked()
[all …]
H A DMNSProfileDiscover.hxx56 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 DMMozillaBootstrap.hxx71 … 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 DMNSFolders.cxx141 ::rtl::OUString getRegistryDir(MozillaProductType product) in getRegistryDir() argument
143 if (product == MozillaProductType_Default) in getRegistryDir()
146 return lcl_guessProfileRoot( product ); in getRegistryDir()
/AOO42X/main/ !
H A DNOTICE5 This product includes software developed at
17 As part of the base system this product also includes code from the following
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
100 This product includes software from the Spring Framework,
107 This product includes software developed by
[all …]
/AOO42X/main/solenv/bin/ !
H A Dgen_update_info.pl34 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 Dlinkoo189 # 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 Dmake_installer.pl1380 $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";
/AOO42X/main/instsetoo_native/util/ !
H A Dmakefile.mk115 … "$(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 \
/AOO42X/main/solenv/bin/modules/installer/patch/ !
H A DInstallationSet.pm279 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,
/AOO42X/main/instsetoo_native/inc_openoffice/windows/msi_languages/ !
H A DError.ulf218 …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 DActionTe.ulf158 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"
/AOO42X/main/solenv/doc/gbuild/solenv/gbuild/ !
H A Dgbuild.mk55 /// product build or non-product build with additional assertions and tests
71 /// 1=non-product build,
72 /// 2=debugging build (either product or nonproduct)
/AOO42X/main/solenv/bin/modules/installer/windows/ !
H A Dlanguage.pm65 …nstaller::globals::product =~ /suitemulti/i ) || ( $installer::globals::product =~ /officemulti/i …
H A Dupgrade.pm46 …if (($installer::globals::product =~ /^\s*OpenOffice/i ) && ( ! ( $installer::globals::product =~ …
/AOO42X/main/javainstaller2/src/Localization/ !
H A Dsetupstrings.ulf364 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…
376product in the directory suggested by this Installation Wizard. <p>To choose a different location,…
/AOO42X/main/solenv/inc/ !
H A Dsettings.mk351 product*=$(PRODUCT)
355 PRODUCT*=$(product)
458 product=full
470 product!=full
473 product!=demo
476 product!=compact
/AOO42X/main/cli_ure/source/climaker/ !
H A Dclimaker_app.cxx363 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()
/AOO42X/main/extensions/source/oooimprovement/ !
H A Derrormail.cxx148 …const OString product = OUStringToOString(config.getCompleteProductname(), RTL_TEXTENCODING_ASCII_… in getOfficeInfoXml() local
164 + xmlAttrEncode(product) + " \" />\n"; in getOfficeInfoXml()
/AOO42X/main/solenv/gbuild/ !
H A Dgbuild.mk74 ifneq ($(strip $(PRODUCT)$(product)),)
77 ifneq ($(strip $(product)),)
/AOO42X/main/solenv/bin/modules/packager/ !
H A Dwork.pm89 my $product = $1;
94 $product =~ s/\s//g;

1234567