Searched refs:return_list (Results 1 – 1 of 1) sorted by relevance
125 PyRef return_list( PyTuple_New (1+aOutParam.getLength()), SAL_NO_ACQUIRE ); in PyUNO_callable_call() local126 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 9 milliseconds