Searched refs:scDoc (Results 1 – 1 of 1) sorted by relevance
84 XSpreadsheetDocument scDoc = SCUtil.openFile( sample, unoApp); in testOneDoc() local85 XSpreadsheet xSheet = SCUtil.getCurrentSheet( scDoc); in testOneDoc()140 XModifiable modified = (XModifiable)UnoRuntime.queryInterface( XModifiable.class, scDoc); in testOneDoc()142 SCUtil.closeFile( scDoc); in testOneDoc()
Completed in 8 milliseconds