23 #ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
24 #define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
27 #include "com/sun/star/uno/Reference.h"
28 #include "rtl/ustring.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
::rtl::OUString m_aMessage
OUString bootstrap_expandUri(OUString const &uri)
An exception indicating a bootstrap error.
exports com.sun.star. container
sal_Bool SAL_CALL installTypeDescriptionManager(Reference< container::XHierarchicalNameAccess > const &xTDMgr_c)
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > SAL_CALL defaultBootstrap_InitialComponentContext()
Bootstraps an initial component context with service manager upon information from bootstrap variable...
Reference< XComponentContext > SAL_CALL bootstrap()
Bootstraps the component context from a UNO installation.
#define CPPUHELPER_DLLPUBLIC