LibreOffice Module pyuno (master) 1
Namespaces | Functions | Variables
pyuno_callable.cxx File Reference
#include "pyuno_impl.hxx"
#include <osl/diagnose.h>
#include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/XInvocation2.hpp>
Include dependency graph for pyuno_callable.cxx:

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
 

Variable Documentation

◆ members

PyObject_HEAD PyUNO_callable_Internals* members

Definition at line 46 of file pyuno_callable.cxx.

◆ methodName

OUString methodName

Definition at line 39 of file pyuno_callable.cxx.

Referenced by pyuno::PyUNO_callable_new().

◆ mode

ConversionMode mode

◆ xInvocation

Reference<XInvocation2> xInvocation

Definition at line 38 of file pyuno_callable.cxx.

Referenced by pyuno::PyUNO_new(), and pyuno::PyUNOStruct_new().