LibreOffice Module pyuno (master) 1
Classes | Namespaces | Functions | Variables
uno.py File Reference

Go to the source code of this file.

Classes

class  uno.Enum
 
class  uno.Type
 
class  uno.Bool
 
class  uno.Char
 
class  uno.ByteSequence
 
class  uno::Any
 
class  uno._ConstantGroup
 

Namespaces

namespace  uno
 

Functions

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)
 

Variables

 uno._component_context = pyuno.getComponentContext()
 
 uno._builtin_import = __import__