|
LibreOffice Module pyuno (master) 1
|
#include <sal/config.h>#include <com/sun/star/beans/UnknownPropertyException.hpp>#include <com/sun/star/beans/XMaterialHolder.hpp>#include <com/sun/star/script/CannotConvertException.hpp>#include <com/sun/star/script/XInvocation2.hpp>#include <com/sun/star/lang/XSingleServiceFactory.hpp>#include "pyuno_impl.hxx"Go to the source code of this file.
Namespaces | |
| namespace | pyuno |
Functions | |
| static void | pyuno::PyUNOStruct_del (PyObject *self) |
| static PyObject * | pyuno::PyUNOStruct_str (PyObject *self) |
| static PyObject * | pyuno::PyUNOStruct_repr (PyObject *self) |
| static PyObject * | pyuno::PyUNOStruct_dir (PyObject *self) |
| static PyObject * | pyuno::PyUNOStruct_getattr (PyObject *self, char *name) |
| static int | pyuno::PyUNOStruct_setattr (PyObject *self, char *name, PyObject *value) |
| static PyObject * | pyuno::PyUNOStruct_cmp (PyObject *self, PyObject *that, int op) |
| int | pyuno::PyUNOStruct_initType () |
| PyRef | pyuno::getPyUnoStructClass () |
| PyRef | pyuno::PyUNOStruct_new (const Any &targetInterface, const Reference< XSingleServiceFactory > &ssf) |
Variables | |
| static PyMethodDef | pyuno::PyUNOStructMethods [] |
| static PyTypeObject | pyuno::PyUNOStructType |