LibreOffice
LibreOffice 6.4 SDK C/C++ API Reference
|
Go to the documentation of this file.
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 );
157 CPPUHELPER_DLLPUBLIC ::rtl::OUString
This String class provides base functionality for C++ like Unicode character array handling.
Definition: ustring.hxx:127
virtual ~BootstrapException()
Destructs a BootstrapException.
BootstrapException(const BootstrapException &e)
Copy constructs a BootstrapException.
Definition: Enterable.hxx:27
unsigned char sal_Bool
Definition: types.h:38
BootstrapException(const ::rtl::OUString &rMessage)
Constructs a BootstrapException with the specified detail message.
BootstrapException()
Constructs a BootstrapException.
BootstrapException & operator=(const BootstrapException &e)
Assigns a BootstrapException.
const ::rtl::OUString & getMessage() const
Gets the message.
#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.
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > bootstrap()
Bootstraps the component context from a UNO installation.
An exception indicating a bootstrap error.
Definition: bootstrap.hxx:84
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > defaultBootstrap_InitialComponentContext()
Bootstraps an initial component context with service manager upon information from bootstrap variable...