Lines Matching refs:PyObject
157 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in importUnoModule()
315 return PyRef( reinterpret_cast< PyObject * > ( me ), SAL_NO_ACQUIRE ); in create()
318 void stRuntimeImpl::del(PyObject* self) in del()
391 Py_XINCREF( reinterpret_cast< PyObject * >(impl) ); in Runtime()
396 Py_XDECREF( reinterpret_cast< PyObject * >(impl) ); in ~Runtime()
401 PyRef temp( reinterpret_cast< PyObject * >(r.impl) ); in operator =()
403 Py_XDECREF( reinterpret_cast< PyObject * >(impl) ); in operator =()
629 static Sequence< Type > invokeGetTypes( const Runtime & r , PyObject * o ) in invokeGetTypes()
667 PyObject *o = source.get(); in pyObject2Any()
1046 PyObject *value = in ~PyThreadAttach()
1059 PyObject *value = in PyThreadDetach()