LibreOffice Module connectivity (master) 1
|
#include "mysqlc_driver.hxx"
#include <cppuhelper/factory.hxx>
#include <uno/lbnames.h>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
Go to the source code of this file.
Typedefs | |
typedef Reference< XSingleServiceFactory >(* | createFactoryFunc) (const Reference< XMultiServiceFactory > &rServiceManager, const OUString &rComponentName, ::cppu::ComponentInstantiation pCreateFunction, const Sequence< OUString > &rServiceNames, rtl_ModuleCount *) |
Functions | |
SAL_DLLPUBLIC_EXPORT void * | component_getFactory (const char *pImplementationName, void *pServiceManager, void *) |
SAL_DLLPUBLIC_EXPORT void | component_getImplementationEnvironment (char const **ppEnvTypeName, uno_Environment **) |
typedef Reference< XSingleServiceFactory >(* createFactoryFunc) (const Reference< XMultiServiceFactory > &rServiceManager, const OUString &rComponentName, ::cppu::ComponentInstantiation pCreateFunction, const Sequence< OUString > &rServiceNames, rtl_ModuleCount *) |
Definition at line 32 of file mysqlc_services.cxx.
SAL_DLLPUBLIC_EXPORT void * component_getFactory | ( | const char * | pImplementationName, |
void * | pServiceManager, | ||
void * | |||
) |
Definition at line 71 of file mysqlc_services.cxx.
References connectivity::mysqlc::MysqlCDriver_CreateInstance().
SAL_DLLPUBLIC_EXPORT void component_getImplementationEnvironment | ( | char const ** | ppEnvTypeName, |
uno_Environment ** | |||
) |
Definition at line 96 of file mysqlc_services.cxx.