LibreOffice Module cppuhelper (master) 1
|
#include "cppuhelper/cppuhelperdllapi.h"
#include "com/sun/star/uno/Reference.h"
#include "rtl/ustring.hxx"
Go to the source code of this file.
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::lang |
namespace | com::sun::star::registry |
namespace | com::sun::star::uno |
namespace | cppu |
Functions | |
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XInterface > SAL_CALL | cppu::loadSharedLibComponentFactory (::rtl::OUString const &uri, ::rtl::OUString const &rPath, ::rtl::OUString const &rImplName, css::uno::Reference< css::lang::XMultiServiceFactory > const &xMgr, css::uno::Reference< css::registry::XRegistryKey > const &xKey) |
Loads a shared library component and gets the factory out of it. More... | |
CPPUHELPER_DLLPUBLIC void SAL_CALL | cppu::writeSharedLibComponentInfo (::rtl::OUString const &uri, ::rtl::OUString const &rPath, css::uno::Reference< css::lang::XMultiServiceFactory > const &xMgr, css::uno::Reference< css::registry::XRegistryKey > const &xKey) |
Invokes component_writeInfo() function of specified component library. More... | |