23#ifndef INCLUDED_CPPUHELPER_SHLIB_HXX
24#define INCLUDED_CPPUHELPER_SHLIB_HXX
30namespace com {
namespace sun {
namespace star {
namespace lang {
class XMultiServiceFactory; } } } }
31namespace com {
namespace sun {
namespace star {
namespace registry {
class XRegistryKey; } } } }
32namespace com {
namespace sun {
namespace star {
namespace uno {
class XInterface; } } } }
59 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
60 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
80 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
81 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
#define CPPUHELPER_DLLPUBLIC
Definition cppuhelperdllapi.h:32
Definition Enterable.hxx:31
CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XInterface > 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.
CPPUHELPER_DLLPUBLIC void 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.
This String class provides base functionality for C++ like Unicode character array handling.
Definition ustring.hxx:172