23 #ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX 24 #define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX 32 namespace com {
namespace sun {
namespace star {
33 namespace container {
class XHierarchicalNameAccess; }
34 namespace uno {
class XComponentContext; }
46 css::uno::Reference< css::container::XHierarchicalNameAccess >
const & xTDMgr );
124 const ::rtl::OUString & getMessage()
const;
161 CPPUHELPER_DLLPUBLIC ::rtl::OUString
CPPUHELPER_DLLPUBLIC sal_Bool installTypeDescriptionManager(css::uno::Reference< css::container::XHierarchicalNameAccess > const &xTDMgr)
Installs type description manager instance, i.e.
An exception indicating a bootstrap error.
Definition: bootstrap.hxx:87
unsigned char sal_Bool
Definition: types.h:38
Definition: Enterable.hxx:30
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:170
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:32
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.