Searched refs:any2PyObject (Results 1 – 9 of 9) sorted by relevance
190 ret = runtime.any2PyObject( makeAny( ctx ) ); in getComponentContext()386 PyRef constant = runtime.any2PyObject( a ); in getConstantByName()513 ret = runtime.any2PyObject( makeAny( seq ) ); in generateUuid()661 ret = runtime.any2PyObject( in getCurrentContext()
122 PyRef temp = runtime.any2PyObject (ret_value); in PyUNO_callable_call()138 PyRef ref = runtime.any2PyObject( aOutParam[i] ); in PyUNO_callable_call()
235 PyRef val = runtime.any2PyObject( aParams[i] ); in invoke()378 PyRef obj = runtime.any2PyObject( value ); in setValue()
408 PyRef Runtime::any2PyObject (const Any &a ) const in any2PyObject() function in pyuno::Runtime586 element = any2PyObject (tc->convertTo (s[i], s[i].getValueType() )); in any2PyObject()
48 PyRef exc = runtime.any2PyObject( anyExc ); in raisePyExceptionWithAny()
335 PyRef constant = runtime.any2PyObject( a ); in importToGlobal()
531 PyRef ret = runtime.any2PyObject(anyRet); in PyUNO_getattr()
235 PyRef any2PyObject (const com::sun::star::uno::Any &source ) const
202 PyRef pyCtx = runtime.any2PyObject( in CreateInstance()
Completed in 30 milliseconds