Lines Matching defs:xSpreadsheetDocument
85 XSpreadsheetDocument xSpreadsheetDocument = in getSCDocument() local
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 …c static XSpreadsheetDocument reloadFile(UnoApp unoApp, XSpreadsheetDocument xSpreadsheetDocument,… in reloadFile()