Lines Matching refs:xSpreadsheetDocument

85     	XSpreadsheetDocument xSpreadsheetDocument =   in getSCDocument()  local
88 return xSpreadsheetDocument; in getSCDocument()
98 …public static XSpreadsheet getSCSheetByName(XSpreadsheetDocument xSpreadsheetDocument, String shee… in getSCSheetByName() argument
99 XSpreadsheets xSpreadsheets = xSpreadsheetDocument.getSheets(); in getSCSheetByName()
113 …public static XSpreadsheet getSCSheetByIndex(XSpreadsheetDocument xSpreadsheetDocument, short inde… in getSCSheetByIndex() argument
114 XSpreadsheets xSpreadsheets = xSpreadsheetDocument.getSheets(); in getSCSheetByIndex()
133 XSpreadsheetDocument xSpreadsheetDocument, short index) in getSCSheetNameByIndex() argument
135 XSpreadsheets xSpreadsheets = xSpreadsheetDocument.getSheets(); in getSCSheetNameByIndex()
155 XSpreadsheetDocument xSpreadsheetDocument, short index, in setSCSheetNameByIndex() argument
157 XSpreadsheets xSpreadsheets = xSpreadsheetDocument.getSheets(); in setSCSheetNameByIndex()
421 …public static void setCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument, XSpreadsheet xSpread… in setCurrentSheet() argument
422 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xSpreadsheetDocument); in setCurrentSheet()
433 …public static XSpreadsheet getCurrentSheet(XSpreadsheetDocument xSpreadsheetDocument) throws Excep… in getCurrentSheet() argument
434 XModel xModel = (XModel) UnoRuntime.queryInterface(XModel.class, xSpreadsheetDocument); in getCurrentSheet()
450 XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in getSCActiveSheetName() argument
452 XModel.class, xSpreadsheetDocument); in getSCActiveSheetName()
551 public static void save(XSpreadsheetDocument xSpreadsheetDocument) in save() argument
554 XStorable.class, xSpreadsheetDocument); in save()
564 public static void closeFile(XSpreadsheetDocument xSpreadsheetDocument) throws Exception { in closeFile() argument
565 …seable xCloseable = (XCloseable) UnoRuntime.queryInterface(XCloseable.class, xSpreadsheetDocument); in closeFile()
577 …preadsheetDocument reloadFile(UnoApp unoApp, XSpreadsheetDocument xSpreadsheetDocument, String ful… in reloadFile() argument
578 closeFile(xSpreadsheetDocument); in reloadFile()