19 #ifndef INCLUDED_CPPUHELPER_SHLIB_HXX
20 #define INCLUDED_CPPUHELPER_SHLIB_HXX
22 #include <com/sun/star/lang/XMultiServiceFactory.hpp>
23 #include <com/sun/star/registry/XRegistryKey.hpp>
52 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
53 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
73 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
74 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
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.
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.
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:106