3 #ifndef INCLUDED_CPPUHELPER_SHLIB_HXX
4 #define INCLUDED_CPPUHELPER_SHLIB_HXX
10 namespace com {
namespace sun {
namespace star {
namespace lang {
class XMultiServiceFactory; } } } }
11 namespace com {
namespace sun {
namespace star {
namespace registry {
class XRegistryKey; } } } }
12 namespace com {
namespace sun {
namespace star {
namespace uno {
class XInterface; } } } }
39 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
40 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
60 css::uno::Reference< css::lang::XMultiServiceFactory >
const & xMgr,
61 css::uno::Reference< css::registry::XRegistryKey >
const & xKey );
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:182
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:12
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.