23#ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
24#define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
32namespace com {
namespace sun {
namespace star {
33 namespace container {
class XHierarchicalNameAccess; }
34 namespace uno {
class XComponentContext; }
161CPPUHELPER_DLLPUBLIC ::rtl::OUString
unsigned char sal_Bool
Definition types.h:38
#define CPPUHELPER_DLLPUBLIC
Definition cppuhelperdllapi.h:32
Definition typedescription.hxx:43
Definition Enterable.hxx:31
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > defaultBootstrap_InitialComponentContext()
Bootstraps an initial component context with service manager upon information from bootstrap variable...
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > bootstrap()
Bootstraps the component context from a UNO installation.
CPPUHELPER_DLLPUBLIC sal_Bool installTypeDescriptionManager(css::uno::Reference< css::container::XHierarchicalNameAccess > const &xTDMgr)
Installs type description manager instance, i.e.
Definition bootstrap.hxx:33
This String class provides base functionality for C++ like Unicode character array handling.
Definition ustring.hxx:172
Template reference class for interface type derived from BaseReference.
Definition Reference.h:184
BootstrapException & operator=(const BootstrapException &e)
Assigns a BootstrapException.
const ::rtl::OUString & getMessage() const
Gets the message.
BootstrapException()
Constructs a BootstrapException.
BootstrapException(const ::rtl::OUString &rMessage)
Constructs a BootstrapException with the specified detail message.
virtual ~BootstrapException()
Destructs a BootstrapException.
BootstrapException(const BootstrapException &e)
Copy constructs a BootstrapException.