Привет.Подскажите как строить диаграммы в scalc при помощи UNO.Везде в примерах используется какой-то другой метод при котором sheets.getCharts() есть, а если я используюКод:unoidl.com.sun.star.uno.XCo mponentContext localContext = uno.util.Bootstrap.bootstrap();XMultiSer viceFactory multiServiceFactory = (XMultiServiceFactory)localContext.getSe rviceManager();XComponentLoader componentLoader = (XComponentLoader)multiServiceFactory.cr eateInstance("com.sun.star.frame.Desktop ");XComponent xComponent = componentLoader.loadComponentFromURL("
pr ivate:factory/scalc","_blank", 0,new unoidl.com.sun.star.beans.PropertyValue[0]);XSpreadsheetDocument doc = xComponent as unoidl.com.sun.star.sheet.XSpreadsheetDo cument;XSpreadsheets sheets = doc.getSheets();XSpreadsheet sheet = sheets.getByName("Лист1");то getSheets() - нету.