19 #ifndef INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX
20 #define INCLUDED_CPPUHELPER_IMPLEMENTATIONENTRY_HXX
30 #define MY_FN_PTR(name) SAL_CALL (* name)
32 #define MY_FN_PTR(name) (SAL_CALL * name)
61 css::uno::Reference< css::lang::XSingleComponentFactory >
65 css::uno::Sequence< ::rtl::OUString >
const & rServiceNames,
114 void * pServiceManager,
char sal_Char
A legacy synonym for char.
Definition: types.h:130
#define MY_FN_PTR(name)
Definition: implementationentry.hxx:32
css::uno::Sequence< rtl::OUString > MY_FN_PTR() getSupportedServiceNames()
Function that returns all supported servicenames of the implementation ( same as XServiceInfo.getSupportedServiceNames() ).
css::uno::Reference< css::lang::XSingleComponentFactory > MY_FN_PTR() createFactory(ComponentFactoryFunc fptr,::rtl::OUString const &rImplementationName, css::uno::Sequence< ::rtl::OUString > const &rServiceNames, rtl_ModuleCount *pModCount)
Function that creates a SingleComponentFactory.
sal_Int32 nFlags
Must be set to 0 ! For future extensions.
Definition: implementationentry.hxx:76
CPPUHELPER_DLLPUBLIC sal_Bool component_writeInfoHelper(void *pServiceManager, void *pRegistryKey, const struct ImplementationEntry entries[])
Helper function for implementation of the component_writeInfo()-function.
unsigned char sal_Bool
Definition: types.h:48
CPPUHELPER_DLLPUBLIC void * component_getFactoryHelper(const sal_Char *pImplName, void *pServiceManager, void *pRegistryKey, const struct ImplementationEntry entries[])
Helper function for implementation of the component_getFactory()-function, that must be implemented b...
rtl_ModuleCount * moduleCounter
Backwards-compatibility remainder of a removed library unloading feature; always set to null...
Definition: implementationentry.hxx:71
css::uno::Reference< css::uno::XInterface >(* ComponentFactoryFunc)(css::uno::Reference< css::uno::XComponentContext > const &xContext)
Function pointer declaration.
Definition: factory.hxx:127
rtl::OUString MY_FN_PTR() getImplementationName()
Function that returns the implementation-name of the implementation (same as XServiceInfo.getImplementationName() ).
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:106
One struct instance represents all data necessary for registering one service implementation.
Definition: implementationentry.hxx:40
struct SAL_DLLPUBLIC_RTTI _rtl_ModuleCount rtl_ModuleCount
Backwards-compatibility remainder of a removed library unloading feature.
ComponentFactoryFunc create
Function that creates an instance of the implementation.
Definition: implementationentry.hxx:44