Lines Matching refs:Exception
89 catch (java.lang.Exception e){ in main()
99 protected void useDocuments() throws java.lang.Exception { in useDocuments()
105 protected void useWriter() throws java.lang.Exception { in useWriter()
213 protected void useCalc() throws java.lang.Exception { in useCalc()
274 protected void useDraw() throws java.lang.Exception { in useDraw()
318 protected void manipulateText(XText xText) throws com.sun.star.uno.Exception { in manipulateText()
349 protected void manipulateTable(XCellRange xCellRange) throws com.sun.star.uno.Exception { in manipulateTable()
411 protected void manipulateShape(XShape xShape) throws com.sun.star.uno.Exception { in manipulateShape()
424 protected XComponent newDocComponent(String docType) throws java.lang.Exception { in newDocComponent()
435 protected XMultiComponentFactory getRemoteServiceManager() throws java.lang.Exception { in getRemoteServiceManager()
444 catch( Exception e) { in getRemoteServiceManager()