Home
last modified time | relevance | path

Searched refs:xSpreadsheetDocument (Results 1 – 8 of 8) sorted by relevance

/aoo41x/test/testuno/source/testlib/uno/
H A DSCUtil.java85 XSpreadsheetDocument xSpreadsheetDocument = in getSCDocument() local
88 return xSpreadsheetDocument; in getSCDocument()
99 XSpreadsheets xSpreadsheets = xSpreadsheetDocument.getSheets(); in getSCSheetByName()
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()
452 XModel.class, xSpreadsheetDocument); in getSCActiveSheetName()
554 XStorable.class, xSpreadsheetDocument); in save()
[all …]
/aoo41x/main/qadevOOo/tests/java/ifc/sheet/
H A D_XGoalSeek.java49 XSpreadsheetDocument xSpreadsheetDocument = (XSpreadsheetDocument) in before() local
51 XSpreadsheets oSheets = xSpreadsheetDocument.getSheets(); in before()
H A D_XDocumentAuditing.java63 XSpreadsheetDocument xSpreadsheetDocument = (XSpreadsheetDocument) in before() local
65 XSpreadsheets oSheets = xSpreadsheetDocument.getSheets(); in before()
/aoo41x/main/sc/source/ui/vba/
H A Dvbacharts.cxx34 xSpreadsheetDocument.set( xComponent, uno::UNO_QUERY_THROW ); in ScVbaCharts()
69 uno::Reference< sheet::XSpreadsheets > xSpreadsheets( xSpreadsheetDocument->getSheets() ); in getCount()
H A Dvbachartobjects.cxx86 …uno::Reference< sheet::XSpreadsheetDocument > xSpreadsheetDocument( pDocShell->GetModel(), uno::UN… in getChartObjectNames() local
87 uno::Reference< sheet::XSpreadsheets > xSpreadsheets = xSpreadsheetDocument->getSheets(); in getChartObjectNames()
H A Dvbacharts.hxx36 css::uno::Reference< css::sheet::XSpreadsheetDocument > xSpreadsheetDocument; member in ScVbaCharts
/aoo41x/main/odk/examples/DevelopersGuide/FirstSteps/
H A DFirstLoadComponent.java71 XSpreadsheetDocument xSpreadsheetDocument = (XSpreadsheetDocument) in main() local
75 XSpreadsheets xSpreadsheets = xSpreadsheetDocument.getSheets(); in main()
H A DHelloTextTableShape.java217 XSpreadsheetDocument xSpreadsheetDocument = in useCalc() local
220 Object sheets = xSpreadsheetDocument.getSheets(); in useCalc()

Completed in 51 milliseconds