LibreOffice Module dtrans (master)
1
|
#include <cppuhelper/factory.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/container/XSet.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/datatransfer/XDataFormatTranslator.hpp>
#include "ftransl.hxx"
Go to the source code of this file.
Macros | |
#define | SERVICE_NAME "com.sun.star.datatransfer.DataFormatTranslator" |
#define | IMPL_NAME "com.sun.star.datatransfer.DataFormatTranslator" |
Functions | |
SAL_DLLPUBLIC_EXPORT void * | ftransl_component_getFactory (const sal_Char *pImplName, void *pSrvManager, void *) |
#define IMPL_NAME "com.sun.star.datatransfer.DataFormatTranslator" |
Definition at line 30 of file ftranslentry.cxx.
Referenced by ftransl_component_getFactory().
#define SERVICE_NAME "com.sun.star.datatransfer.DataFormatTranslator" |
Definition at line 28 of file ftranslentry.cxx.
Referenced by ftransl_component_getFactory().
SAL_DLLPUBLIC_EXPORT void* ftransl_component_getFactory | ( | const sal_Char * | pImplName, |
void * | pSrvManager, | ||
void * | |||
) |
Definition at line 54 of file ftranslentry.cxx.
References createInstance(), createOneInstanceFactory(), IMPL_NAME, SERVICE_NAME, and xFactory.