Searched refs:firstexternalsheet (Results 1 – 1 of 1) sorted by relevance
/aoo41x/test/testuno/source/fvt/uno/sc/sheet/ |
H A D | SheetBasicTest.java | 347 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() local 350 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromfile() 376 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 378 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 397 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromfile() 403 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 405 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 440 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromfile() 462 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 464 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
|
Completed in 5 milliseconds