19 #ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX 20 #define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX 28 namespace com {
namespace sun {
namespace star {
29 namespace container {
class XHierarchicalNameAccess; }
30 namespace uno {
class XComponentContext; }
42 css::uno::Reference< css::container::XHierarchicalNameAccess >
const & xTDMgr );
120 const ::rtl::OUString & getMessage()
const;
157 CPPUHELPER_DLLPUBLIC ::rtl::OUString
An exception indicating a bootstrap error.
Definition: bootstrap.hxx:83
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
CPPUHELPER_DLLPUBLIC sal_Bool installTypeDescriptionManager(css::uno::Reference< css::container::XHierarchicalNameAccess > const &xTDMgr)
Installs type description manager instance, i.e.
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:121
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > bootstrap()
Bootstraps the component context from a UNO installation.
unsigned char sal_Bool
Definition: types.h:39
Definition: Enterable.hxx:26
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > defaultBootstrap_InitialComponentContext(const ::rtl::OUString &iniFile)
Bootstraps an initial component context with service manager upon information from an ini file...