LibreOffice Module pyuno (master) 1
|
#include "pyuno_impl.hxx"
#include <osl/diagnose.h>
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/XInvocation2.hpp>
Go to the source code of this file.
Namespaces | |
namespace | pyuno |
Functions | |
static void | pyuno::PyUNO_callable_del (PyObject *self) |
static PyObject * | pyuno::PyUNO_callable_call (PyObject *self, PyObject *args, SAL_UNUSED_PARAMETER PyObject *) |
PyRef | pyuno::PyUNO_callable_new (const Reference< XInvocation2 > &my_inv, const OUString &methodName, enum ConversionMode mode) |
Variables | |
static PyTypeObject | pyuno::PyUNO_callable_Type |
PyObject_HEAD PyUNO_callable_Internals* members |
Definition at line 46 of file pyuno_callable.cxx.
OUString methodName |
Definition at line 39 of file pyuno_callable.cxx.
Referenced by pyuno::PyUNO_callable_new().
ConversionMode mode |
Definition at line 40 of file pyuno_callable.cxx.
Referenced by pyuno::Runtime::pyObject2Any(), pyuno::PyUNO_callable_new(), and pyuno::val2str().
Reference<XInvocation2> xInvocation |
Definition at line 38 of file pyuno_callable.cxx.
Referenced by pyuno::PyUNO_new(), and pyuno::PyUNOStruct_new().