|
LibreOffice Module pyuno (master) 1
|
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 | |
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.
| def unohelper.CurrentContext.__init__ | ( | self, | |
| oldContext, | |||
| hashMap | |||
| ) |
Definition at line 261 of file unohelper.py.
| def unohelper.CurrentContext.getValueByName | ( | self, | |
| name | |||
| ) |
Definition at line 265 of file unohelper.py.
References unohelper.CurrentContext.getValueByName(), unohelper.CurrentContext.hashMap, and unohelper.CurrentContext.oldContext.
Referenced by unohelper.CurrentContext.getValueByName().
| unohelper.CurrentContext.hashMap |
Definition at line 262 of file unohelper.py.
Referenced by unohelper.CurrentContext.getValueByName().
| unohelper.CurrentContext.oldContext |
Definition at line 263 of file unohelper.py.
Referenced by unohelper.CurrentContext.getValueByName().