Searched refs:PyErr_SetString (Results 1 – 7 of 7) sorted by relevance
| /trunk/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() 232 PyErr_SetString( PyExc_TypeError, buf.getStr()); in extractOneStringArg() 292 PyErr_SetString (PyExc_RuntimeError, buf.getStr()); in createUnoStructHelper() 297 PyErr_SetString( in createUnoStructHelper() 304 … PyErr_SetString (PyExc_AttributeError, "createUnoStruct: first argument wasn't a string"); in createUnoStructHelper() 309 PyErr_SetString (PyExc_AttributeError, "1 Arguments: Structure Name"); in createUnoStructHelper() 349 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in getTypeByName() 414 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 | 325 PyErr_SetString( in importToGlobal() 335 PyErr_SetString( in importToGlobal() 346 PyErr_SetString( in importToGlobal() 373 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in callCtor()
|
| H A D | pyuno.cxx | 504 PyErr_SetString (PyExc_AttributeError, name); in PyUNO_getattr() 571 PyErr_SetString (PyExc_AttributeError, name); in PyUNO_setattr() 653 PyErr_SetString(Py_NotImplemented, "not implemented"); in PyUNO_richcompare()
|
| H A D | pyuno_impl.hxx | 54 inline void PyErr_SetString( PyObject* pyObj, const rtl::OString& rName) { PyErr_SetString( pyObj, … in PyErr_SetString() function
|
| /trunk/main/pyuno/source/loader/ |
| H A D | pyuno_loader.cxx | 118 PyErr_SetString(PyExc_SystemError, "Cannot decode python home path"); in setPythonHome()
|
| /trunk/main/python/ |
| H A D | python-freebsd.patch | 45 PyErr_SetString(PyExc_ValueError,
|