LibreOffice Module comphelper (master) 1
|
Namespaces | |
namespace | detail |
Classes | |
class | ServiceDecl |
Class to declare a service implementation. More... | |
struct | vba_service_class_ |
struct | with_args |
To specify whether the implementation class expects arguments (uno::Sequence<uno::Any>). More... | |
Functions | |
void * | component_getFactoryHelper (const char *pImplName, std::initializer_list< ServiceDecl const * > args) |
Variables | |
const char | cDelim = ';' |
COMPHELPER_DLLPUBLIC void * comphelper::service_decl::component_getFactoryHelper | ( | const char * | pImplName, |
std::initializer_list< ServiceDecl const * > | args | ||
) |
Definition at line 146 of file servicedecl.cxx.
const char comphelper::service_decl::cDelim = ';' |
Definition at line 34 of file servicedecl.cxx.
Referenced by comphelper::service_decl::ServiceDecl::getSupportedServiceNames(), and comphelper::service_decl::ServiceDecl::supportsService().