LibreOffice
LibreOffice 4.1 SDK C/C++ API Reference
|
#include "sal/config.h"
#include "com/sun/star/uno/Exception.hpp"
#include "com/sun/star/uno/Reference.hxx"
#include "rtl/ustring.hxx"
#include "sal/types.h"
#include "cppuhelperdllapi.h"
Go to the source code of this file.
Classes | |
class | cppu::BootstrapException |
An exception indicating a bootstrap error. More... |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::container |
namespace | com::sun::star::uno |
namespace | cppu |
Functions | |
CPPUHELPER_DLLPUBLIC sal_Bool | cppu::installTypeDescriptionManager (::com::sun::star::uno::Reference< ::com::sun::star::container::XHierarchicalNameAccess > const &xTDMgr) throw () |
Installs type description manager instance, i.e. | |
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference < ::com::sun::star::uno::XComponentContext > | cppu::defaultBootstrap_InitialComponentContext () throw (::com::sun::star::uno::Exception) |
Bootstraps an initial component context with service manager upon information from bootstrap variables. | |
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference < ::com::sun::star::uno::XComponentContext > | cppu::defaultBootstrap_InitialComponentContext (const ::rtl::OUString &iniFile) throw (::com::sun::star::uno::Exception) |
Bootstraps an initial component context with service manager upon information from an ini file. | |
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference < ::com::sun::star::uno::XComponentContext > | cppu::bootstrap () |
Bootstraps the component context from a UNO installation. |