Home
last modified time | relevance | path

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

/trunk/main/pyuno/source/module/
H A Dpyuno_callable.cxx125 PyRef return_list( PyTuple_New (1+aOutParam.getLength()), SAL_NO_ACQUIRE ); in PyUNO_callable_call() local
126 PyTuple_SetItem (return_list.get(), 0, temp.getAcquired()); in PyUNO_callable_call()
133 PyTuple_SetItem( return_list.get() , i , Py_None ); in PyUNO_callable_call()
139 PyTuple_SetItem (return_list.get(), 1+i, ref.getAcquired()); in PyUNO_callable_call()
141 ret = return_list; in PyUNO_callable_call()

Completed in 18 milliseconds