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
60 defaultBootstrap_InitialComponentContext()
SAL_THROW( (::
com::sun::star::uno::Exception) );
78 defaultBootstrap_InitialComponentContext(const ::
rtl::OUString & iniFile)
SAL_THROW( (::
com::sun::star::uno::Exception) );
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
unsigned char sal_Bool
Definition: types.h:46
Definition: bootstrap.hxx:24
CPPUHELPER_DLLPUBLIC sal_Bool installTypeDescriptionManager(::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > const &xTDMgr) SAL_THROW(())
Installs type description manager instance, i.e.
Definition: Enterable.hxx:26
#define SAL_THROW(x)
Exception specification documentation.
Definition: types.h:361
Bootstraps an initial component context with service manager upon information from bootstrap variable...
Definition: bootstrap.hxx:85
Template reference class for interface type derived from BaseReference.
Definition: unotype.hxx:32
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > bootstrap()
Bootstraps the component context from a UNO installation.
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:82