19 #ifndef _CPPUHELPER_BOOTSTRAP_HXX_
20 #define _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