Lines Matching refs:XSpreadsheetDocument

47 import com.sun.star.sheet.XSpreadsheetDocument;
84 …public static XSpreadsheetDocument getSCDocument(XComponent xSpreadsheetComponent) throws Exceptio… in getSCDocument()
85 XSpreadsheetDocument xSpreadsheetDocument = in getSCDocument()
86 …(XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSpreadsheetComponent… in getSCDocument()
98 …public static XSpreadsheet getSCSheetByName(XSpreadsheetDocument xSpreadsheetDocument, String shee… in getSCSheetByName()
113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex()
133 XSpreadsheetDocument xSpreadsheetDocument, short index) in getSCSheetNameByIndex()
155 XSpreadsheetDocument xSpreadsheetDocument, short index, in setSCSheetNameByIndex()
421 …public static void setCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument, XSpreadsheet xSpread… in setCurrentSheet()
433 …public static XSpreadsheet getCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument) throws Excep… in getCurrentSheet()
450 XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in getSCActiveSheetName()
551 public static void save(XSpreadsheetDocument xSpreadsheetDocument) in save()
564 public static void closeFile(XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in closeFile()
577 …public static XSpreadsheetDocument reloadFile(UnoApp unoApp, XSpreadsheetDocument xSpreadsheetDocu… in reloadFile()
581XSpreadsheetDocument xScDocument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDo… in reloadFile()
593 public static XSpreadsheetDocument openFile(String filePath, UnoApp app) throws Exception { in openFile()
594 …return (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, app.loadDocume… in openFile()