AlterOffice
AlterOffice 3.4 SDK C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
shlib.hxx
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 #ifndef INCLUDED_CPPUHELPER_SHLIB_HXX
4 #define INCLUDED_CPPUHELPER_SHLIB_HXX
5 
8 #include "rtl/ustring.hxx"
9 
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; } } } }
13 
14 namespace cppu
15 {
16 
34 CPPUHELPER_DLLPUBLIC css::uno::Reference< css::uno::XInterface >
36  ::rtl::OUString const & uri,
37  ::rtl::OUString const & rPath,
38  ::rtl::OUString const & rImplName,
39  css::uno::Reference< css::lang::XMultiServiceFactory > const & xMgr,
40  css::uno::Reference< css::registry::XRegistryKey > const & xKey );
41 
58  ::rtl::OUString const & uri,
59  ::rtl::OUString const & rPath,
60  css::uno::Reference< css::lang::XMultiServiceFactory > const & xMgr,
61  css::uno::Reference< css::registry::XRegistryKey > const & xKey );
62 
63 } // end namespace cppu
64 
65 #endif
66 
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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.