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"
32namespace 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;
161CPPUHELPER_DLLPUBLIC ::rtl::OUString
An exception indicating a bootstrap error.
::rtl::OUString m_aMessage
BootstrapException(const ::rtl::OUString &rMessage)
Constructs a BootstrapException with the specified detail message.
#define CPPUHELPER_DLLPUBLIC
sal_Bool SAL_CALL installTypeDescriptionManager(Reference< container::XHierarchicalNameAccess > const &xTDMgr_c)
OUString bootstrap_expandUri(OUString const &uri)
Reference< XComponentContext > SAL_CALL bootstrap()
Bootstraps the component context from a UNO installation.
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...