Lines Matching refs:SCUtil
40 import testlib.uno.SCUtil;
106 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
123 SCUtil.clearTempDir(); in tearDownConnection()
144 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellProtected()
151 SCUtil. setTextToCell(cells[1], inputType); in testCellProtected()
156 SCUtil.setCellProperties(cells[i], inputType, inputProtectProps); in testCellProtected()
159 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellProtected()
160 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCellProtected()
161 sheet = SCUtil.getCurrentSheet(scDocument); in testCellProtected()
165 results[i] = (CellProtection) SCUtil.getCellProperties(cells[i], inputType); in testCellProtected()
168 SCUtil.closeFile(scDocument); in testCellProtected()