Go to the source code of this file.
|
def | uno.getComponentContext () |
|
def | uno.getCurrentContext () |
|
def | uno.setCurrentContext (newContext) |
|
def | uno.getConstantByName (constant) |
|
def | uno.getTypeByName (typeName) |
|
def | uno.createUnoStruct (typeName, *args, **kwargs) |
|
def | uno.getClass (typeName) |
|
def | uno.isInterface (obj) |
|
def | uno.generateUuid () |
|
def | uno.systemPathToFileUrl (systemPath) |
|
def | uno.fileUrlToSystemPath (url) |
|
def | uno.absolutize (path, relativeUrl) |
|
def | uno.invoke (object, methodname, argTuple) |
|
def | uno._uno_import (name, *optargs, **kwargs) |
|
def | uno._impl_getConstantGroupByName (module, group) |
|
def | uno._uno_struct__init__ (self, *args, **kwargs) |
|
def | uno._uno_struct__getattr__ (self, name) |
|
def | uno._uno_struct__setattr__ (self, name, value) |
|
def | uno._uno_struct__repr__ (self) |
|
def | uno._uno_struct__str__ (self) |
|
def | uno._uno_struct__ne__ (self, other) |
|
def | uno._uno_struct__eq__ (self, that) |
|
def | uno._uno_extract_printable_stacktrace (trace) |
|