Searched refs:firstexternalsheet (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/test/testuno/source/fvt/uno/sc/sheet/ |
| H A D | SheetBasicTest.java | 350 XSpreadsheet firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, in insertSheetFromfile() local 353 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromfile() 379 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 381 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 400 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromfile() 406 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 408 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 443 firstexternalsheet = SCUtil.getSCSheetByIndex(scDocument, (short) 3); in insertSheetFromfile() 465 SCUtil.getFormulaFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile() 467 SCUtil.getTextFromCell(firstexternalsheet, 1, 2)); in insertSheetFromfile()
|