LibreOffice Module pyuno (master) 1
Public Member Functions | Public Attributes | List of all members
unohelper.ImplementationHelper Class Reference

Public Member Functions

def __init__ (self)
 
def addImplementation (self, ctor, implementationName, serviceNames)
 
def writeRegistryInfo (self, regKey, smgr)
 
def getComponentFactory (self, implementationName, regKey, smgr)
 
def getSupportedServiceNames (self, implementationName)
 
def supportsService (self, implementationName, serviceName)
 

Public Attributes

 impls
 

Detailed Description

Definition at line 131 of file unohelper.py.

Constructor & Destructor Documentation

◆ __init__()

def unohelper.ImplementationHelper.__init__ (   self)

Definition at line 132 of file unohelper.py.

Member Function Documentation

◆ addImplementation()

def unohelper.ImplementationHelper.addImplementation (   self,
  ctor,
  implementationName,
  serviceNames 
)

Definition at line 135 of file unohelper.py.

References unohelper.ImplementationHelper.impls.

◆ getComponentFactory()

def unohelper.ImplementationHelper.getComponentFactory (   self,
  implementationName,
  regKey,
  smgr 
)

◆ getSupportedServiceNames()

def unohelper.ImplementationHelper.getSupportedServiceNames (   self,
  implementationName 
)

Definition at line 152 of file unohelper.py.

References unohelper.ImplementationHelper.impls.

Referenced by pythonloader.Loader.supportsService().

◆ supportsService()

def unohelper.ImplementationHelper.supportsService (   self,
  implementationName,
  serviceName 
)

Definition at line 158 of file unohelper.py.

References unohelper.ImplementationHelper.impls.

◆ writeRegistryInfo()

def unohelper.ImplementationHelper.writeRegistryInfo (   self,
  regKey,
  smgr 
)

Definition at line 138 of file unohelper.py.

References unohelper.ImplementationHelper.impls.

Member Data Documentation

◆ impls

unohelper.ImplementationHelper.impls

The documentation for this class was generated from the following file: