LibreOffice Module cppuhelper (master) 1
|
#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 | |
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 SAL_CALL | 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 > SAL_CALL | 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 > SAL_CALL | cppu::defaultBootstrap_InitialComponentContext (const ::rtl::OUString &iniFile) |
Bootstraps an initial component context with service manager upon information from an ini file. More... | |
Reference< XComponentContext > SAL_CALL | cppu::bootstrap () |
Bootstraps the component context from a UNO installation. More... | |