LibreOffice
LibreOffice 4.2 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 <cppuhelper/cppuhelperdllapi.h>
Go to the source code of this file.
Classes | |
class | cppu::BootstrapException |
An exception indicating a bootstrap error. More... | |
Namespaces | |
com | |
com::sun | |
com::sun::star | |
com::sun::star::container | |
com::sun::star::uno | |
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. More... | |
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. More... | |
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. More... | |
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference < ::com::sun::star::uno::XComponentContext > | cppu::bootstrap () |
Bootstraps the component context from a UNO installation. More... | |