Searched refs:PyErr_SetString (Results 1 – 7 of 7) sorted by relevance
| /AOO42X/main/pyuno/source/module/ |
| H A D | pyuno_module.cxx | 134 PyErr_SetString( PyExc_SystemError, buf.makeStringAndClear().getStr() ); in raisePySystemException() 158 PyErr_SetString( in getComponentContext() 224 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in extractOneStringArg() 236 PyErr_SetString( PyExc_TypeError, buf.getStr()); in extractOneStringArg() 296 PyErr_SetString (PyExc_RuntimeError, buf.getStr()); in createUnoStructHelper() 301 PyErr_SetString( in createUnoStructHelper() 308 … PyErr_SetString (PyExc_AttributeError, "createUnoStruct: first argument wasn't a string"); in createUnoStructHelper() 313 PyErr_SetString (PyExc_AttributeError, "1 Arguments: Structure Name"); in createUnoStructHelper() 353 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in getTypeByName() 418 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in checkType() [all …]
|
| H A D | pyuno_except.cxx | 65 PyErr_SetString( in raisePyExceptionWithAny() 72 PyErr_SetString( PyExc_SystemError, in raisePyExceptionWithAny() 77 PyErr_SetString( PyExc_SystemError, in raisePyExceptionWithAny() 82 PyErr_SetString( PyExc_SystemError, in raisePyExceptionWithAny()
|
| H A D | pyuno_type.cxx | 350 PyErr_SetString( in importToGlobal() 360 PyErr_SetString( in importToGlobal() 371 PyErr_SetString( in importToGlobal() 398 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in callCtor()
|
| H A D | pyuno.cxx | 537 PyErr_SetString (PyExc_AttributeError, name); in PyUNO_getattr() 613 PyErr_SetString (PyExc_AttributeError, name); in PyUNO_setattr() 696 PyErr_SetString(Py_NotImplemented, "not implemented"); in PyUNO_richcompare()
|
| H A D | pyuno_impl.hxx | 60 inline void PyErr_SetString( PyObject* pyObj, const rtl::OString& rName) { PyErr_SetString( pyObj, … in PyErr_SetString() function
|
| /AOO42X/main/pyuno/source/loader/ |
| H A D | pyuno_loader.cxx | 122 PyErr_SetString(PyExc_SystemError, "Cannot decode python home path"); in setPythonHome()
|
| /AOO42X/main/python/ |
| H A D | python-freebsd.patch | 45 PyErr_SetString(PyExc_ValueError,
|