LibreOffice Module pyuno (master) 1
Public Member Functions | Public Attributes | List of all members
unohelper.CurrentContext Class Reference
Inheritance diagram for unohelper.CurrentContext:
[legend]
Collaboration diagram for unohelper.CurrentContext:
[legend]

Public Member Functions

def __init__ (self, oldContext, hashMap)
 
def getValueByName (self, name)
 
- Public Member Functions inherited from unohelper.Base
def getTypes (self)
 
def getImplementationId (self)
 

Public Attributes

 hashMap
 
 oldContext
 

Detailed Description

a current context implementation, which first does a lookup in the given
   hashmap and if the key cannot be found, it delegates to the predecessor
   if available

Definition at line 256 of file unohelper.py.

Constructor & Destructor Documentation

◆ __init__()

def unohelper.CurrentContext.__init__ (   self,
  oldContext,
  hashMap 
)

Definition at line 261 of file unohelper.py.

Member Function Documentation

◆ getValueByName()

def unohelper.CurrentContext.getValueByName (   self,
  name 
)

Member Data Documentation

◆ hashMap

unohelper.CurrentContext.hashMap

Definition at line 262 of file unohelper.py.

Referenced by unohelper.CurrentContext.getValueByName().

◆ oldContext

unohelper.CurrentContext.oldContext

Definition at line 263 of file unohelper.py.

Referenced by unohelper.CurrentContext.getValueByName().


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