#include <com/sun/star/container/XSet.hpp>
#include <cppuhelper/factory.hxx>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <fmservs.hxx>
Go to the source code of this file.
◆ REGISTER_SERVICE
#define REGISTER_SERVICE |
( |
|
ImplName, |
|
|
|
ServiceName |
|
) |
| |
Value:
xSingleFactory = ::cppu::createSingleFactory(xServiceFactory, \
OUString(), ImplName##_NewInstance_Impl, \
uno::Sequence< OUString>(&sString, 1)); \
if (xSingleFactory.is()) \
Definition at line 29 of file fmservs.cxx.