Searched refs:excValue (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/pyuno/source/module/ |
H A D | pyuno_runtime.cxx | 156 PyRef excType, excValue, excTraceback; in importUnoModule() local 157 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in importUnoModule() 162 PyRef valueRep( PyObject_Repr( excValue.get() ), SAL_NO_ACQUIRE ); in importUnoModule() 923 Any Runtime::extractUnoException( const PyRef & excType, const PyRef &excValue, const PyRef &excTra… in extractUnoException() argument 962 if( isInstanceOfStructOrException( excValue.get() ) ) in extractUnoException() 964 ret = pyObject2Any( excValue ); in extractUnoException() 979 PyRef valueRep( PyObject_Str( excValue.get() ), SAL_NO_ACQUIRE ); in extractUnoException()
|
H A D | pyuno_adapter.cxx | 94 PyRef excType, excValue, excTraceback; in raiseInvocationTargetExceptionWhenNeeded() local 95 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in raiseInvocationTargetExceptionWhenNeeded() 96 Any unoExc( runtime.extractUnoException( excType, excValue, excTraceback ) ); in raiseInvocationTargetExceptionWhenNeeded()
|
/aoo42x/main/pyuno/source/loader/ |
H A D | pyuno_loader.cxx | 59 PyRef excType, excValue, excTraceback; in raiseRuntimeExceptionWhenNeeded() local 60 PyErr_Fetch( (PyObject **)&excType, (PyObject**)&excValue,(PyObject**)&excTraceback); in raiseRuntimeExceptionWhenNeeded() 62 com::sun::star::uno::Any a = runtime.extractUnoException( excType, excValue, excTraceback ); in raiseRuntimeExceptionWhenNeeded()
|
/aoo42x/main/pyuno/inc/pyuno/ |
H A D | pyuno.hxx | 253 const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;
|
Completed in 36 milliseconds