|
static PyObject * | pyuno::PyUNO_str (PyObject *self) |
|
static void | pyuno::PyUNO_del (PyObject *self) |
|
OUString | pyuno::val2str (const void *pVal, typelib_TypeDescriptionReference *pTypeRef, sal_Int32 mode) |
|
static sal_Int32 | pyuno::lcl_PyNumber_AsSal_Int32 (PyObject *pObj) |
|
static int | pyuno::lcl_PySlice_GetIndicesEx (PyObject *pObject, sal_Int32 nLen, sal_Int32 *nStart, sal_Int32 *nStop, sal_Int32 *nStep, sal_Int32 *nSliceLength) |
|
static bool | pyuno::lcl_hasInterfaceByName (Any const &object, OUString const &interfaceName) |
|
static PyObject * | pyuno::PyUNO_repr (PyObject *self) |
|
static Py_hash_t | pyuno::PyUNO_hash (PyObject *self) |
|
PyObject * | pyuno::PyUNO_invoke (PyObject *object, const char *name, PyObject *args) |
|
static PyObject * | pyuno::PyUNO_dir (PyObject *self) |
|
static sal_Int32 | pyuno::lcl_detach_getLength (PyUNO const *me) |
|
static int | pyuno::PyUNO_bool (PyObject *self) |
|
static Py_ssize_t | pyuno::PyUNO_len (PyObject *self) |
|
static void | pyuno::lcl_getRowsColumns (PyUNO const *me, sal_Int32 &nRows, sal_Int32 &nColumns) |
|
static PyRef | pyuno::lcl_indexToSlice (const PyRef &rIndex) |
|
static PyObject * | pyuno::lcl_getitem_XCellRange (PyUNO const *me, PyObject *pKey) |
|
static PyObject * | pyuno::lcl_getitem_index (PyUNO const *me, PyObject *pKey, Runtime const &runtime) |
|
static PyObject * | pyuno::lcl_getitem_slice (PyUNO const *me, PyObject *pKey) |
|
static PyObject * | pyuno::lcl_getitem_string (PyUNO const *me, PyObject *pKey, Runtime const &runtime) |
|
static PyObject * | pyuno::PyUNO_getitem (PyObject *self, PyObject *pKey) |
|
static int | pyuno::lcl_setitem_index (PyUNO const *me, PyObject *pKey, PyObject *pValue) |
|
static int | pyuno::lcl_setitem_slice (PyUNO const *me, PyObject *pKey, PyObject *pValue) |
|
static int | pyuno::lcl_setitem_string (PyUNO const *me, PyObject *pKey, PyObject *pValue) |
|
static int | pyuno::PyUNO_setitem (PyObject *self, PyObject *pKey, PyObject *pValue) |
|
static PyObject * | pyuno::PyUNO_iter (PyObject *self) |
|
static int | pyuno::PyUNO_contains (PyObject *self, PyObject *pKey) |
|
static PyObject * | pyuno::PyUNO_getattr (PyObject *self, char *name) |
|
static int | pyuno::PyUNO_setattr (PyObject *self, char *name, PyObject *value) |
|
static PyObject * | pyuno::PyUNO_cmp (PyObject *self, PyObject *that, int op) |
|
int | pyuno::PyUNO_initType () |
|
PyRef | pyuno::getPyUnoClass () |
|
PyRef | pyuno::PyUNO_new (const Any &targetInterface, const Reference< XSingleServiceFactory > &ssf) |
|