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)
114 void * pServiceManager,
::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >(* ComponentFactoryFunc)(::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const &xContext)
Function pointer declaration.
Definition: factory.hxx:127
This String class provides base functionality for C++ like Unicode character array handling...
Definition: ustring.hxx:82
#define CPPUHELPER_DLLPUBLIC
Definition: cppuhelperdllapi.h:28
Backwards-compatibility remainder of a removed library unloading feature.
Definition: unload.h:42
#define MY_FN_PTR(name)
Definition: implementationentry.hxx:32
sal_Int32 nFlags
Must be set to 0 ! For future extensions.
Definition: implementationentry.hxx:76
::com::sun::star::uno::Reference< ::com::sun::star::lang::XSingleComponentFactory > MY_FN_PTR() createFactory(ComponentFactoryFunc fptr,::rtl::OUString const &rImplementationName,::com::sun::star::uno::Sequence< ::rtl::OUString > const &rServiceNames, rtl_ModuleCount *pModCount)
Function that creates a SingleComponentFactory.
rtl::OUString MY_FN_PTR() getImplementationName()
Function that returns the implementation-name of the implementation (same as XServiceInfo.getImplementationName() ).
One struct instance represents all data necessary for registering one service implementation.
Definition: implementationentry.hxx:40
Template reference class for interface type derived from BaseReference.
Definition: unotype.hxx:32
com::sun::star::uno::Sequence< rtl::OUString > MY_FN_PTR() getSupportedServiceNames()
Function that returns all supported servicenames of the implementation ( same as XServiceInfo.getSupportedServiceNames() ).
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:46
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...
char sal_Char
Definition: types.h:124
rtl_ModuleCount * moduleCounter
Backwards-compatibility remainder of a removed library unloading feature; always set to null...
Definition: implementationentry.hxx:71
ComponentFactoryFunc create
Function that creates an instance of the implementation.
Definition: implementationentry.hxx:44
Template C++ class representing an IDL sequence.
Definition: unotype.hxx:33