Home
last modified time | relevance | path

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

/AOO42X/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java427 XSpreadsheetDocument sourcescDocument = SCUtil.reloadFile(unoApp, in insertSheetFromfile() local
429 firstSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 0); in insertSheetFromfile()
430 secondSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 1); in insertSheetFromfile()
431 thirdSheet = SCUtil.getSCSheetByIndex(sourcescDocument, (short) 2); in insertSheetFromfile()
435 SCUtil.save(sourcescDocument); in insertSheetFromfile()
436 SCUtil.closeFile(sourcescDocument); in insertSheetFromfile()