Home
last modified time | relevance | path

Searched refs:excValue (Results 1 – 4 of 4) sorted by relevance

/aoo42x/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()
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 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()
/aoo42x/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()
/aoo42x/main/pyuno/inc/pyuno/
H A Dpyuno.hxx253 const PyRef & excType, const PyRef & excValue, const PyRef & excTraceback) const;

Completed in 29 milliseconds