Lines Matching refs:Exception

84 …blic static XSpreadsheetDocument getSCDocument(XComponent xSpreadsheetComponent) throws Exception {  in getSCDocument()
98 …et getSCSheetByName(XSpreadsheetDocument xSpreadsheetDocument, String sheetName) throws Exception { in getSCSheetByName()
113 …dsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short index) throws Exception { in getSCSheetByIndex()
134 throws Exception { in getSCSheetNameByIndex()
156 String sheetname) throws Exception { in setSCSheetNameByIndex()
173 public static XTableRows getSCRows(XSpreadsheet xSpreadsheet) throws Exception { in getSCRows()
187 public static XTableColumns getSCColumns(XSpreadsheet xSpreadsheet) throws Exception { in getSCColumns()
203 …oid setValueToCell(XSpreadsheet xSpreadsheet, int column, int row, double value) throws Exception { in setValueToCell()
216 … void setTextToCell(XSpreadsheet xSpreadsheet, int column, int row, String text) throws Exception { in setTextToCell()
228 public static void setTextToCell(XCell xCell, String text) throws Exception { in setTextToCell()
241 …setFormulaToCell(XSpreadsheet xSpreadsheet, int column, int row, String formula) throws Exception { in setFormulaToCell()
254 …c static double getValueFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Exception { in getValueFromCell()
270 …ic static String getTextFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Exception { in getTextFromCell()
285 …static String getFormulaFromCell(XSpreadsheet xSpreadsheet, int column, int row) throws Exception { in getFormulaFromCell()
303 …eet, int start_col, int start_row, int end_col, int end_row, double[][] values) throws Exception { in setValueToCellRange()
314 …ange(XSpreadsheet xSpreadsheet, int start_col, int start_row, double[][] values) throws Exception { in setValueToCellRange()
336 …heet, int start_col, int start_row, int end_col, int end_row, String[][] texts) throws Exception { in setTextToCellRange()
349 …Range(XSpreadsheet xSpreadsheet, int start_col, int start_row, String[][] texts) throws Exception { in setTextToCellRange()
372 …preadsheet xSpreadsheet, int start_col, int start_row, int end_col, int end_row) throws Exception { in getValueFromCellRange()
397 …preadsheet xSpreadsheet, int start_col, int start_row, int end_col, int end_row) throws Exception { in getTextFromCellRange()
421 …rrentSheet(XSpreadsheetDocument xSpreadsheetDocument, XSpreadsheet xSpreadsheet) throws Exception { in setCurrentSheet()
433 …c static XSpreadsheet getCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in getCurrentSheet()
450 XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in getSCActiveSheetName()
469 public static void setProperties(Object obj, String propName, Object value) throws Exception { in setProperties()
482 public static Object getProperties(Object obj, String propName) throws Exception { in getProperties()
497 public static void setCellProperties(XCell xCell, String propName, Object value) throws Exception { in setCellProperties()
509 public static Object getCellProperties(XCell xCell, String propName) throws Exception { in getCellProperties()
527 … static void saveFileAs(XComponent scComponent, String fileName, String extName) throws Exception { in saveFileAs()
552 throws Exception { in save()
564 public static void closeFile(XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in closeFile()
577 …e(UnoApp unoApp, XSpreadsheetDocument xSpreadsheetDocument, String fullFileName) throws Exception { in reloadFile()
593 public static XSpreadsheetDocument openFile(String filePath, UnoApp app) throws Exception { in openFile()
601 private static void initFilterName() throws Exception { in initFilterName()
642 …readsheet, Rectangle rec, CellRangeAddress[] dataRangeAddress, String chartName) throws Exception { in createChart()
658 …dataRangeAddress, String chartName, Boolean hasColumnLabel, Boolean hasRowLabel) throws Exception { in createChart()
686 …tatic XChartDocument getChartByName(XSpreadsheet xSpreadsheet, String chartName) throws Exception { in getChartByName()
712 public static void setChartType(XChartDocument xChartDocument, String chartType) throws Exception { in setChartType()
726 public static String getChartType(XChartDocument xChartDocument) throws Exception { in getChartType()
736 public static String[] getChartNameList(XSpreadsheet xSpreadsheet) throws Exception { in getChartNameList()