Home
last modified time | relevance | path

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

/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaDocs.java105 XSpreadsheetDocument scDoc = (XSpreadsheetDocument) UnoRuntime.queryInterface( in testOneDoc() local
107 XSpreadsheet xSheet = SCUtil.getCurrentSheet( scDoc); in testOneDoc()
162 XModifiable modified = (XModifiable)UnoRuntime.queryInterface( XModifiable.class, scDoc); in testOneDoc()
164 SCUtil.closeFile( scDoc); in testOneDoc()