Searched refs:excTraceback (Results 1 – 5 of 5) sorted by relevance
/aoo4110/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()
|
/aoo4110/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() 158 PyRef str( PyObject_Repr( excTraceback.get() ), SAL_NO_ACQUIRE ); in importUnoModule() 923 …extractUnoException( const PyRef & excType, const PyRef &excValue, const PyRef &excTraceback) const in extractUnoException() 927 if( excTraceback.is() ) in extractUnoException() 938 PyTuple_SetItem( args.get(), 0, excTraceback.getAcquired() ); 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()
|
/aoo4110/main/pyuno/inc/pyuno/ |
H A D | pyuno.hxx | 253 const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;
|
/aoo4110/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 62 (excType,excInstance,excTraceback) = sys.exc_info() 64 uno._uno_extract_printable_stacktrace( excTraceback )
|
Completed in 41 milliseconds