LibreOffice
LibreOffice 24.2 SDK C/C++ API Reference
|
#include "sal/config.h"
#include "com/sun/star/uno/Reference.h"
#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 (css::uno::Reference< css::container::XHierarchicalNameAccess > const &xTDMgr) |
Installs type description manager instance, i.e. More... | |
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > | cppu::defaultBootstrap_InitialComponentContext () |
Bootstraps an initial component context with service manager upon information from bootstrap variables. More... | |
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > | cppu::defaultBootstrap_InitialComponentContext (const ::rtl::OUString &iniFile) |
Bootstraps an initial component context with service manager upon information from an ini file. More... | |
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XComponentContext > | cppu::bootstrap () |
Bootstraps the component context from a UNO installation. More... | |