Home
last modified time | relevance | path

Searched refs:any2PyObject (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/pyuno/source/module/
H A Dpyuno_module.cxx190 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()
H A Dpyuno_callable.cxx122 PyRef temp = runtime.any2PyObject (ret_value); in PyUNO_callable_call()
138 PyRef ref = runtime.any2PyObject( aOutParam[i] ); in PyUNO_callable_call()
H A Dpyuno_adapter.cxx235 PyRef val = runtime.any2PyObject( aParams[i] ); in invoke()
378 PyRef obj = runtime.any2PyObject( value ); in setValue()
H A Dpyuno_runtime.cxx408 PyRef Runtime::any2PyObject (const Any &a ) const in any2PyObject() function in pyuno::Runtime
586 element = any2PyObject (tc->convertTo (s[i], s[i].getValueType() )); in any2PyObject()
H A Dpyuno_except.cxx48 PyRef exc = runtime.any2PyObject( anyExc ); in raisePyExceptionWithAny()
H A Dpyuno_type.cxx335 PyRef constant = runtime.any2PyObject( a ); in importToGlobal()
H A Dpyuno.cxx531 PyRef ret = runtime.any2PyObject(anyRet); in PyUNO_getattr()
/aoo42x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx235 PyRef any2PyObject (const com::sun::star::uno::Any &source ) const
/aoo42x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx202 PyRef pyCtx = runtime.any2PyObject( in CreateInstance()

Completed in 64 milliseconds