Overview | Namespace | Class | Index | Help |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
* Bootstraps the component context from a UNO installation. * *
a bootstrapped component context *
const ::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > & | xRegistry, |
const ::rtl::OUString & | rBootstrapPath = :: rtl :: OUString ) |
throw( ::com::sun::star::uno::Exception ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Bootstraps an initial component context with service manager upon a given registry. This includes insertion of initial services: - (registry) service manager, shared lib loader, - simple registry, nested registry, - implementation registration - registry typedescription provider, typedescription manager (also installs it into cppu core)
xRegistry | registry for service manager and singleton objects of context (may be null) |
rBootstrapPath | optional bootstrap path for initial components |
component context
const ::rtl::OUString & | rBootstrapPath = :: rtl :: OUString ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Creates a nested registry service instance.
@rBootstrapPath optional bootstrap path for initial components
nested registry service instance
const ::rtl::OUString & | rBootstrapPath = :: rtl :: OUString ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Creates a simple registry service instance.
@rBootstrapPath optional bootstrap path for initial components
simple registry service instance
throw( ::com::sun::star::uno::Exception ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Bootstraps an initial component context with service manager upon default types and services registry. This includes insertion of initial services: - (registry) service manager, shared lib loader, - simple registry, nested registry, - implementation registration - registry typedescription provider, typedescription manager (also installs it into cppu core) This function tries to find its parameters via these bootstrap variables: - UNO_TYPES -- a space separated list of file urls of type rdbs - UNO_SERVICES -- a space separated list of file urls of service rdbs - UNO_WRITERDB -- a file url of a write rdb (e.g. user.rdb) Please look at http://udk.openoffice.org/common/man/concept/uno_default_bootstrapping.html for further info.
component context
const ::rtl::OUString & | iniFile ) |
throw( ::com::sun::star::uno::Exception ); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Bootstraps an initial component context with service manager upon default types and services registry. This includes insertion of initial services: - (registry) service manager, shared lib loader, - simple registry, nested registry, - implementation registration - registry typedescription provider, typedescription manager (also installs it into cppu core) This function tries to find its parameters via these bootstrap variables: - UNO_TYPES -- a space separated list of file urls of type rdbs - UNO_SERVICES -- a space separated list of file urls of service rdbs - UNO_WRITERDB -- a file url of a write rdb (e.g. user.rdb) Please look at http://udk.openoffice.org/common/man/concept/uno_default_bootstrapping.html for further info.
iniFile | ini filename to get bootstrap variables |
component context
const ::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > & | xTDMgr ) throw(); |
virtual | abstract | const | volatile | template | static | inline | C-linkage |
NO | NO | NO | NO | NO | NO | NO | NO |
Installs type description manager instance, i.e. registers a callback at cppu core.
xTDMgr | manager instance |
true, if successfully registered
Copyright © 2003 Sun Microsystems, Inc.