LibreOffice Module pyuno (master) 1
|
Public Member Functions | |
def | __init__ (self, clazz, implementationName, serviceNames) |
def | getImplementationName (self) |
def | supportsService (self, ServiceName) |
def | getSupportedServiceNames (self) |
def | createInstanceWithContext (self, context) |
def | createInstanceWithArgumentsAndContext (self, args, context) |
Public Member Functions inherited from unohelper.Base | |
def | getTypes (self) |
def | getImplementationId (self) |
Public Attributes | |
clazz | |
implementationName | |
serviceNames | |
Definition at line 276 of file unohelper.py.
def unohelper._FactoryHelper_.__init__ | ( | self, | |
clazz, | |||
implementationName, | |||
serviceNames | |||
) |
Definition at line 277 of file unohelper.py.
def unohelper._FactoryHelper_.createInstanceWithArgumentsAndContext | ( | self, | |
args, | |||
context | |||
) |
Definition at line 294 of file unohelper.py.
References unohelper.ImplementationEntry.clazz, and unohelper._FactoryHelper_.clazz.
def unohelper._FactoryHelper_.createInstanceWithContext | ( | self, | |
context | |||
) |
Definition at line 291 of file unohelper.py.
References unohelper.ImplementationEntry.clazz, and unohelper._FactoryHelper_.clazz.
def unohelper._FactoryHelper_.getImplementationName | ( | self | ) |
Definition at line 282 of file unohelper.py.
References i18npool::IndexEntrySupplier_Common.implementationName, i18npool::TextConversionService.implementationName, i18npool::transliteration_commonclass.implementationName, SvXMLImport_Impl.implementationName, and unohelper._FactoryHelper_.implementationName.
def unohelper._FactoryHelper_.getSupportedServiceNames | ( | self | ) |
Definition at line 288 of file unohelper.py.
References pq_sdbc_driver::ImplementationStatics.serviceNames, unohelper._ImplementationHelperEntry.serviceNames, and unohelper._FactoryHelper_.serviceNames.
Referenced by pythonloader.Loader.supportsService().
def unohelper._FactoryHelper_.supportsService | ( | self, | |
ServiceName | |||
) |
Definition at line 285 of file unohelper.py.
References pq_sdbc_driver::ImplementationStatics.serviceNames, unohelper._ImplementationHelperEntry.serviceNames, and unohelper._FactoryHelper_.serviceNames.
unohelper._FactoryHelper_.clazz |
Definition at line 278 of file unohelper.py.
Referenced by unohelper._FactoryHelper_.createInstanceWithArgumentsAndContext(), and unohelper._FactoryHelper_.createInstanceWithContext().
unohelper._FactoryHelper_.implementationName |
Definition at line 279 of file unohelper.py.
Referenced by unohelper._FactoryHelper_.getImplementationName().
unohelper._FactoryHelper_.serviceNames |
Definition at line 280 of file unohelper.py.
Referenced by unohelper._FactoryHelper_.getSupportedServiceNames(), and unohelper._FactoryHelper_.supportsService().