My Project
UDK 3.2.7 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::registry |
namespace | com::sun::star::uno |
namespace | cppu |
Functions | |
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference < ::com::sun::star::registry::XSimpleRegistry > | cppu::createSimpleRegistry (const ::rtl::OUString &rBootstrapPath=::rtl::OUString()) throw () |
Creates a simple registry service instance. | |
CPPUHELPER_DLLPUBLIC::com::sun::star::uno::Reference < ::com::sun::star::registry::XSimpleRegistry > | cppu::createNestedRegistry (const ::rtl::OUString &rBootstrapPath=::rtl::OUString()) throw () |
Creates a nested registry service instance. | |
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::bootstrap_InitialComponentContext (::com::sun::star::uno::Reference< ::com::sun::star::registry::XSimpleRegistry > const &xRegistry,::rtl::OUString const &rBootstrapPath=::rtl::OUString()) throw (::com::sun::star::uno::Exception) |
Bootstraps an initial component context with service manager upon a given registry. | |
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. |