19 #ifndef INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
20 #define INCLUDED_CPPUHELPER_BOOTSTRAP_HXX
23 #include <com/sun/star/uno/Exception.hpp>
29 namespace com {
namespace sun {
namespace star {
30 namespace container {
class XHierarchicalNameAccess; }
31 namespace uno {
class XComponentContext; }
59 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > SAL_CALL
77 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > SAL_CALL
99 BootstrapException( const ::rtl::OUString & rMessage );
104 BootstrapException(
const BootstrapException & e );
109 virtual ~BootstrapException();
114 BootstrapException & operator=(
const BootstrapException & e );
122 const ::rtl::OUString & getMessage()
const;
138 CPPUHELPER_DLLPUBLIC ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >
159 CPPUHELPER_DLLPUBLIC ::rtl::OUString
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:82
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
CPPUHELPER_DLLPUBLIC sal_Bool installTypeDescriptionManager(::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > const &xTDMgr)
Installs type description manager instance, i.e.
Template reference class for interface type derived from BaseReference.
Definition: unotype.hxx:32
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > bootstrap()
Bootstraps the component context from a UNO installation.
unsigned char sal_Bool
Definition: types.h:46
An exception indicating a bootstrap error.
Definition: bootstrap.hxx:85
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > defaultBootstrap_InitialComponentContext()
Bootstraps an initial component context with service manager upon information from bootstrap variable...
#define SAL_THROW(exc)
Definition of function throw clause macros.
Definition: types.h:358