Home
last modified time | relevance | path

Searched refs:UnoException (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/pyuno/demo/
H A Dooextract.py29 from com.sun.star.uno import Exception as UnoException unknown
90 raise UnoException( "Couldn't open stream for unknown reason", None )
96 except UnoException as e:
102 except UnoException as e:
/AOO41X/main/scripting/source/pyprov/
H A Dofficehelper.py33 from com.sun.star.uno import Exception as UnoException unknown
36 class BootstrapException(UnoException):
H A Dpythonscript.py133 from com.sun.star.uno import Exception as UnoException unknown
264 except UnoException as e:
1025 except UnoException as e:
1218 except UnoException as e: