Lines Matching refs:Exception

85 	public static XTextDocument saveAndReload(XTextDocument document, UnoApp app) throws Exception {  in saveAndReload()
94 public static XTextDocument newDocument(UnoApp app) throws Exception { in newDocument()
99 public static XTextDocument openDocumentFromURL(String url, UnoApp app) throws Exception { in openDocumentFromURL()
103 public static XTextDocument openDocument(String filePath, UnoApp app) throws Exception { in openDocument()
128 … void setDocumentProperty(XTextDocument document, String prop, String propValue) throws Exception { in setDocumentProperty()
148 …ertBookmark(XTextDocument document, XTextCursor textCursor, String bookmarkName) throws Exception { in insertBookmark()
163 public static void insertColumnBreak(XText xText, XTextCursor currentCursor) throws Exception in insertColumnBreak()
177 public static void insertPageBreak(XText xText, XTextCursor currentCursor) throws Exception in insertPageBreak()
192 public static int getPageCount(XTextDocument document) throws Exception in getPageCount()
210 …tic Object getDefaultPageStyleProperty(XComponent xComponent, String propertyName) throws Exception in getDefaultPageStyleProperty()
229 …ageStyleProperty(XComponent xComponent, String propertyName, Object propertyValue) throws Exception in setDefaultPageStyleProperty()
240 …de_reload(XTextDocument xTextDocument,String filtervalue, String url,UnoApp app) throws Exception { in saveTo_Override_reload()
256 …ublic static XComponent newDocumentFromTemplate(String templatePath,UnoApp unoApp) throws Exception in newDocumentFromTemplate()