Home
last modified time | relevance | path

Searched refs:unoExc (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/pyuno/source/module/
H A Dpyuno_adapter.cxx96 Any unoExc( runtime.extractUnoException( excType, excValue, excTraceback ) ); in raiseInvocationTargetExceptionWhenNeeded() local
98 ((com::sun::star::uno::Exception*)unoExc.getValue())->Message, in raiseInvocationTargetExceptionWhenNeeded()
99 Reference<XInterface>(), unoExc ); in raiseInvocationTargetExceptionWhenNeeded()
/aoo41x/main/testtools/source/bridgetest/pyuno/
H A Dcore.py208 unoExc = uno.getClass( "com.sun.star.uno.Exception" )
214 except unoExc as instance:
231 except unoExc:

Completed in 29 milliseconds