Lines Matching refs:pyuno
23 import pyuno
40 _g_ctx = pyuno.getComponentContext( )
50 return pyuno.getConstantByName( constant )
56 return pyuno.getTypeByName( typeName )
76 return pyuno.getClass(typeName)
80 return pyuno.isInterface( obj )
84 return pyuno.generateUuid()
88 return pyuno.systemPathToFileUrl( systemPath )
92 return pyuno.fileUrlToSystemPath( url )
96 return pyuno.absolutize( path, relativeUrl )
103 return pyuno.getCurrentContext()
112 return pyuno.setCurrentContext( newContext )
122 pyuno.checkEnum( self )
139 pyuno.checkType(self)
235 return pyuno.invoke( object, methodname, argTuple )
257 mod = pyuno.__class__(x) # How to create a module ??
260 RuntimeException = pyuno.getClass( "com.sun.star.uno.RuntimeException" )
265 d[x] = pyuno.getTypeByName( name + "." + x[6:len(x)] )
271 d[x] = pyuno.getClass( name + "." + x )
293 self.__dict__["value"] = pyuno._createUnoStructHelper(self.__class__.__pyunostruct__,args)