Lines Matching refs:runtime

77     const Runtime &runtime) throw ( RuntimeException )  in fillStructWithInitializer()  argument
82 inv, pCompType->pBaseTypeDescription, initializer, runtime ); in fillStructWithInitializer()
97 Any a = runtime.pyObject2Any( element, ACCEPT_UNO_ANY ); in fillStructWithInitializer()
150 Runtime runtime; in getComponentContext() local
151 ctx = runtime.getImpl()->cargo->xContext; in getComponentContext()
189 Runtime runtime; in getComponentContext() local
190 ret = runtime.any2PyObject( makeAny( ctx ) ); in getComponentContext()
249 Runtime runtime; in createUnoStructHelper() local
260 RuntimeCargo *c = runtime.getImpl()->cargo; in createUnoStructHelper()
275 me->members->xInvocation, pCompType, initializer, runtime ); in createUnoStructHelper()
345 Runtime runtime; in getTypeByName() local
347 name, (com::sun::star::uno::TypeClass)typeDesc.get()->eTypeClass, runtime ); in getTypeByName()
374 Runtime runtime; in getConstantByName() local
375 Any a = runtime.getImpl()->cargo->xTdMgr->getByHierarchicalName(typeName); in getConstantByName()
386 PyRef constant = runtime.any2PyObject( a ); in getConstantByName()
468 Runtime runtime; in getClass() local
469 PyRef ret = getClass( pyString2ustring(obj), runtime ); in getClass()
512 Runtime runtime; in generateUuid() local
513 ret = runtime.any2PyObject( makeAny( seq ) ); in generateUuid()
660 Runtime runtime; in getCurrentContext() local
661 ret = runtime.any2PyObject( in getCurrentContext()
679 Runtime runtime; in setCurrentContext() local
680 Any a = runtime.pyObject2Any( PyTuple_GetItem( args, 0 ) ); in setCurrentContext()