Home
last modified time | relevance | path

Searched refs:excTraceback (Results 1 – 5 of 5) sorted by relevance

/aoo41x/main/pyuno/source/loader/
H A Dpyuno_loader.cxx59 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()
/aoo41x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx156 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 Dpyuno_adapter.cxx94 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()
/aoo41x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx253 const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;
/aoo41x/main/scripting/source/pyprov/
H A Dpythonscript.py62 (excType,excInstance,excTraceback) = sys.exc_info()
64 uno._uno_extract_printable_stacktrace( excTraceback )

Completed in 41 milliseconds