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() 353 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in getTypeByName() 418 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in checkType() 442 PyErr_SetString( PyExc_RuntimeError, buf.getStr() ); in checkEnum() 591 PyErr_SetString( in absolutize() [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 | 346 PyErr_SetString( in importToGlobal() 356 PyErr_SetString( in importToGlobal() 367 PyErr_SetString( in importToGlobal() 394 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,
|
Completed in 48 milliseconds