23#ifndef INCLUDED_CPPUHELPER_SHLIB_HXX
24#define INCLUDED_CPPUHELPER_SHLIB_HXX
27#include "com/sun/star/uno/Reference.h"
28#include "rtl/ustring.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; } } } }
56 ::rtl::OUString
const & uri,
57 ::rtl::OUString
const & rPath,
58 ::rtl::OUString
const & rImplName,
59 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
60 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
78 ::rtl::OUString
const & uri,
79 ::rtl::OUString
const & rPath,
80 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
81 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
#define CPPUHELPER_DLLPUBLIC
SAL_DLLPUBLIC_EXPORT css::uno::Reference< css::uno::XInterface > SAL_CALL loadSharedLibComponentFactory(OUString const &, OUString const &, OUString const &, css::uno::Reference< css::lang::XMultiServiceFactory > const &, css::uno::Reference< css::registry::XRegistryKey > const &, OUString const &)
CPPUHELPER_DLLPUBLIC void SAL_CALL 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.