Home
last modified time | relevance | path

Searched refs:SCUtil (Results 1 – 25 of 34) sorted by relevance

12

/trunk/test/testuno/source/fvt/uno/sc/data/
H A DSubtotalsForGroup.java32 import testlib.uno.SCUtil;
80 scDocument = SCUtil.getSCDocument(scComponent); in testForSecondGroup()
81 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in testForSecondGroup()
116 assertEquals("10 Sum", SCUtil.getTextFromCell(currentsheet, 1, 2)); in testForSecondGroup()
119 SCUtil.getFormulaFromCell(currentsheet, 2, 2)); in testForSecondGroup()
121 assertEquals(1, SCUtil.getValueFromCell(currentsheet, 2, 2), in testForSecondGroup()
125 assertEquals("20 Sum", SCUtil.getTextFromCell(currentsheet, 1, 4)); in testForSecondGroup()
128 SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in testForSecondGroup()
130 assertEquals(2, SCUtil.getValueFromCell(currentsheet, 2, 4), in testForSecondGroup()
134 assertEquals("30 Sum", SCUtil.getTextFromCell(currentsheet, 1, 6)); in testForSecondGroup()
[all …]
H A DStandardFilterOption.java32 import testlib.uno.SCUtil;
86 scDocument = SCUtil.openFile(sample, unoApp); in testStandardFilterForString()
88 …XCellRange xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrent… in testStandardFilterForString()
117 SCUtil.save(scDocument); in testStandardFilterForString()
118 SCUtil.closeFile(scDocument); in testStandardFilterForString()
119 scDocument = SCUtil.openFile(sample, unoApp); in testStandardFilterForString()
122 …xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrentSheet(scDoc… in testStandardFilterForString()
144 scDocument = SCUtil.openFile(sample, unoApp); in testStandardFilterOptionCaseSensitive()
146 …XCellRange xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrent… in testStandardFilterOptionCaseSensitive()
190 SCUtil.save(scDocument); in testStandardFilterOptionCaseSensitive()
[all …]
H A DSubTotalsFunction.java37 import testlib.uno.SCUtil;
129 scDocument = SCUtil.getSCDocument(scComponent); in test()
130 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in test()
161 SCUtil.getValueFromCell(currentsheet, 2, 4), 0.000000001); in test()
162 assertEquals(BSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 4)); in test()
164 SCUtil.getTextFromCell(currentsheet, 0, 4)); in test()
171 SCUtil.getValueFromCell(currentsheet, 2, 7), 0.000000001); in test()
172 assertEquals(CSsubtotals, SCUtil.getFormulaFromCell(currentsheet, 2, 7)); in test()
174 SCUtil.getTextFromCell(currentsheet, 0, 7)); in test()
181 SCUtil.getValueFromCell(currentsheet, 2, 10), 0.000000001); in test()
[all …]
H A DDataSort.java31 import testlib.uno.SCUtil;
79 scDocument = SCUtil.getSCDocument(scComponent); in singleFieldSort()
80 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in singleFieldSort()
121 String[][] actureResult = SCUtil.getTextFromCellRange(currentsheet, 0, in singleFieldSort()
126 SCUtil.saveFileAs(scComponent, "SortSingleFiled", "ods"); in singleFieldSort()
127 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in singleFieldSort()
130 currentsheet = SCUtil.getCurrentSheet(scDocument); in singleFieldSort()
131 actureResult = SCUtil.getTextFromCellRange(currentsheet, 0, 0, 4, 7); in singleFieldSort()
141 scDocument = SCUtil.getSCDocument(scComponent); in sortByTwoFields()
142 XSpreadsheet currentsheet = SCUtil.getCurrentSheet(scDocument); in sortByTwoFields()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java33 import testlib.uno.SCUtil;
83 scDocument = SCUtil.getSCDocument(scComponent); in insertRenameDeleteSheet()
88 XSpreadsheet newSpreadSheet = SCUtil.getSCSheetByIndex(scDocument, in insertRenameDeleteSheet()
90 SCUtil.setCurrentSheet(scDocument, newSpreadSheet); in insertRenameDeleteSheet()
94 SCUtil.getSCSheetNameByIndex(scDocument, (short) 1)); in insertRenameDeleteSheet()
98 SCUtil.setSCSheetNameByIndex(scDocument, (short) 1, changedname); in insertRenameDeleteSheet()
101 SCUtil.saveFileAs(scComponent, "TestSpreadsheet", "ods"); in insertRenameDeleteSheet()
102 XSpreadsheetDocument scDocumentTemp = SCUtil.reloadFile(unoApp, in insertRenameDeleteSheet()
106 String sheetnameaftermove = SCUtil.getSCSheetNameByIndex(scDocument, in insertRenameDeleteSheet()
117 SCUtil.save(scDocumentTemp); in insertRenameDeleteSheet()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java41 import testlib.uno.SCUtil;
103 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
120 SCUtil.clearTempDir(); in tearDownConnection()
148 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateMainTitle()
150 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateMainTitle()
153 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateMainTitle()
156 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateMainTitle()
157 SCUtil.setChartType(xChartDocument, inputType); in testCreateMainTitle()
159 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasMainTitle"); in testCreateMainTitle()
161 SCUtil.setProperties(xChartDocument, "HasMainTitle", true); in testCreateMainTitle()
[all …]
H A DChartGrid.java39 import testlib.uno.SCUtil;
115 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
132 SCUtil.clearTempDir(); in tearDownConnection()
165 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYGrid()
167 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateXYGrid()
170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYGrid()
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYGrid()
174 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYGrid()
178 SCUtil.setProperties(xDiagram, "HasXAxisGrid", majorGrids[0]); in testCreateXYGrid()
179 SCUtil.setProperties(xDiagram, "HasYAxisGrid", majorGrids[1]); in testCreateXYGrid()
[all …]
H A DChartAxis.java39 import testlib.uno.SCUtil;
115 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
132 SCUtil.clearTempDir(); in tearDownConnection()
165 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateXYAxes()
167 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateXYAxes()
170 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateXYAxes()
173 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateXYAxes()
174 SCUtil.setChartType(xChartDocument, inputType); in testCreateXYAxes()
178 SCUtil.setProperties(xDiagram, "HasXAxis", axes[0]); in testCreateXYAxes()
179 SCUtil.setProperties(xDiagram, "HasYAxis", axes[1]); in testCreateXYAxes()
[all …]
H A DChartLegend.java41 import testlib.uno.SCUtil;
104 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
121 SCUtil.clearTempDir(); in tearDownConnection()
145 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testDisableLegend()
147 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testDisableLegend()
149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testDisableLegend()
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testDisableLegend()
154 SCUtil.setChartType(xChartDocument, inputType); in testDisableLegend()
155 result = (Boolean) SCUtil.getProperties(xChartDocument, "HasLegend"); in testDisableLegend()
157 SCUtil.setProperties(xChartDocument, "HasLegend", false); in testDisableLegend()
[all …]
H A DChartYErrorBar.java39 import testlib.uno.SCUtil;
111 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
128 SCUtil.clearTempDir(); in tearDownConnection()
155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateYErrorBar()
157 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateYErrorBar()
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateYErrorBar()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateYErrorBar()
164 SCUtil.setChartType(xChartDocument, inputType); in testCreateYErrorBar()
167 SCUtil.setProperties(xDiagram, "ErrorCategory", inputCategory); in testCreateYErrorBar()
168 SCUtil.setProperties(xDiagram, "ErrorIndicator", inputIndicator); in testCreateYErrorBar()
[all …]
H A DChartMeanValueLine.java40 import testlib.uno.SCUtil;
101 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
118 SCUtil.clearTempDir(); in tearDownConnection()
144 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateTrendline()
146 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateTrendline()
149 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
152 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateTrendline()
153 SCUtil.setChartType(xChartDocument, inputType); in testCreateTrendline()
156 SCUtil.setProperties(xDiagram, "MeanValue", meanValueLine); in testCreateTrendline()
158 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateTrendline()
[all …]
H A DChartDataLabel.java39 import testlib.uno.SCUtil;
112 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
129 SCUtil.clearTempDir(); in tearDownConnection()
155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateDataLabel()
157 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateDataLabel()
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateDataLabel()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateDataLabel()
164 SCUtil.setChartType(xChartDocument, inputType); in testCreateDataLabel()
166 SCUtil.setProperties(xChartDocument.getDiagram(), "DataCaption", labelType); in testCreateDataLabel()
168 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateDataLabel()
[all …]
H A DChartTrendline.java39 import testlib.uno.SCUtil;
104 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
121 SCUtil.clearTempDir(); in tearDownConnection()
147 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateTrendline()
149 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateTrendline()
152 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateTrendline()
155 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateTrendline()
156 SCUtil.setChartType(xChartDocument, inputType); in testCreateTrendline()
159 SCUtil.setProperties(xDiagram, "RegressionCurves", trendlineType); in testCreateTrendline()
161 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateTrendline()
[all …]
H A DChartType.java39 import testlib.uno.SCUtil;
113 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
130 SCUtil.clearTempDir(); in tearDownConnection()
155 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCreateChart()
157 SCUtil.setValueToCellRange(sheet, 0, 0, numberData); in testCreateChart()
160 cellAddress[0] = SCUtil.getChartDataRangeByName(sheet, cellRangeName); in testCreateChart()
163 xChartDocument = SCUtil.createChart(sheet, rectangle, cellAddress, chartName); in testCreateChart()
165 SCUtil.setChartType(xChartDocument, inputType); in testCreateChart()
167 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateChart()
168 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCreateChart()
[all …]
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java61 import testlib.uno.SCUtil;
122 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
124 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
126 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
128 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
130 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=1*2"); // cell B3 in setUp()
131 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in setUp()
132 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*2"); in setUp()
135 SCUtil.saveFileAs(scComponent, "source", "xls"); in setUp()
136 SCUtil.closeFile(scDocument); in setUp()
[all …]
H A DInsertCalcSheetTest.java61 import testlib.uno.SCUtil;
122 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
124 XSpreadsheet firstSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
126 XSpreadsheet secondSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
128 XSpreadsheet thirdSheet = SCUtil.getSCSheetByIndex(scDocument, in setUp()
130 SCUtil.setFormulaToCell(firstSheet, 1, 2, "=1*2"); // cell B3 in setUp()
131 SCUtil.setFormulaToCell(secondSheet, 1, 2, "=2*2"); in setUp()
132 SCUtil.setFormulaToCell(thirdSheet, 1, 2, "=3*2"); in setUp()
135 SCUtil.saveFileAs(scComponent, "source", "ods"); in setUp()
136 SCUtil.closeFile(scDocument); in setUp()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/cell/
H A DCellEffectOverline.java42 import testlib.uno.SCUtil;
132 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
149 SCUtil.clearTempDir(); in tearDownConnection()
172 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCharOverline()
179 SCUtil.setTextToCell(cells[1], inputType[0]); in testCharOverline()
184 SCUtil.setCellProperties(cells[i], inputType[0], inputStyle); in testCharOverline()
186 SCUtil.setCellProperties(cells[i], inputType[1], true); in testCharOverline()
187 SCUtil.setCellProperties(cells[i], inputType[2], inputColor); in testCharOverline()
191 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCharOverline()
192 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCharOverline()
[all …]
H A DCellEffectUnderline.java42 import testlib.uno.SCUtil;
131 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
148 SCUtil.clearTempDir(); in tearDownConnection()
171 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCharUnderline()
178 SCUtil.setTextToCell(cells[1], inputType[0]); in testCharUnderline()
183 SCUtil.setCellProperties(cells[i], inputType[0], inputStyle); in testCharUnderline()
185 SCUtil.setCellProperties(cells[i], inputType[1], true); in testCharUnderline()
186 SCUtil.setCellProperties(cells[i], inputType[2], inputColor); in testCharUnderline()
190 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCharUnderline()
191 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCharUnderline()
[all …]
H A DCellFontSize.java40 import testlib.uno.SCUtil;
95 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
112 SCUtil.clearTempDir(); in tearDownConnection()
133 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellFontSize()
140 SCUtil. setTextToCell(cells[1], inputType); in testCellFontSize()
145 SCUtil.setCellProperties(cells[i], inputType, inputData[i]); in testCellFontSize()
148 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellFontSize()
149 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCellFontSize()
150 sheet = SCUtil.getCurrentSheet(scDocument); in testCellFontSize()
154 results[i] = ((Float) SCUtil.getCellProperties(cells[i], inputType)).floatValue(); in testCellFontSize()
[all …]
H A DCellColor.java40 import testlib.uno.SCUtil;
100 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
117 SCUtil.clearTempDir(); in tearDownConnection()
139 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellColor()
146 SCUtil. setTextToCell(cells[1], inputType); in testCellColor()
151 SCUtil.setCellProperties(cells[i], inputType, inputData[i]); in testCellColor()
154 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellColor()
155 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCellColor()
156 sheet = SCUtil.getCurrentSheet(scDocument); in testCellColor()
160 results[i] = ((Integer) SCUtil.getCellProperties(cells[i], inputType)).intValue(); in testCellColor()
[all …]
H A DCellProtected.java40 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()
[all …]
H A DCellAlignment.java41 import testlib.uno.SCUtil;
107 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
124 SCUtil.clearTempDir(); in tearDownConnection()
145 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellAlignment()
156 SCUtil. setTextToCell(cells[1], "alignment"); in testCellAlignment()
161 SCUtil.setCellProperties(cells[i], inputType, inputValue); in testCellAlignment()
164 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellAlignment()
166 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName+"." + fileType); in testCellAlignment()
167 sheet = SCUtil.getCurrentSheet(scDocument); in testCellAlignment()
170 results[i] = (Enum) SCUtil.getCellProperties(cells[i], inputType); in testCellAlignment()
[all …]
H A DCellBorder.java40 import testlib.uno.SCUtil;
145 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
162 SCUtil.clearTempDir(); in tearDownConnection()
184 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in testCellBorder()
191 SCUtil. setTextToCell(cells[1], "all border"); in testCellBorder()
197 SCUtil.setCellProperties(cells[i], borderType[j], borderLine); in testCellBorder()
201 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellBorder()
202 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testCellBorder()
203 sheet = SCUtil.getCurrentSheet(scDocument); in testCellBorder()
208 results[i][j] = (BorderLine) SCUtil.getCellProperties(cells[i], borderType[j]); in testCellBorder()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/formula/
H A DTestFormulaRoundTrip.java40 import testlib.uno.SCUtil;
62 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
72 XSpreadsheet sheet = SCUtil.getCurrentSheet(scDocument); in generateTestDocument()
73 SCUtil.setTextToCell(sheet, 0, 0, "Hello world"); in generateTestDocument()
74 SCUtil.setFormulaToCell(sheet, 0, 1, "=A1"); in generateTestDocument()
81 String formulaValue = SCUtil.getTextFromCell(sheet, 0, 1); in testMSExcel2003XMLFormulaRoundTrip()
89 sheet = SCUtil.getCurrentSheet(scDocument); in testMSExcel2003XMLFormulaRoundTrip()
90 String formulaValue2 = SCUtil.getTextFromCell(sheet, 0, 1); in testMSExcel2003XMLFormulaRoundTrip()
92 String formula2 = SCUtil.getFormulaFromCell(sheet, 0, 1); in testMSExcel2003XMLFormulaRoundTrip()
99 String formulaValue = SCUtil.getTextFromCell(sheet, 0, 1); in testStarOfficeXMLFormulaRoundTrip()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java39 import testlib.uno.SCUtil;
98 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
115 SCUtil.clearTempDir(); in tearDownConnection()
135 scDocument = SCUtil.getSCDocument(scComponent); in testDrawingObject()
136 XSpreadsheet xSheet = SCUtil.getCurrentSheet(scDocument); in testDrawingObject()
154 SCUtil.saveFileAs(scComponent, fileName, fileType); in testDrawingObject()
155 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testDrawingObject()
157 xSheet = SCUtil.getCurrentSheet(scDocument); in testDrawingObject()
180 SCUtil.save(scDocument); in testDrawingObject()
183 scDocument = SCUtil.reloadFile(unoApp, scDocument, fileName + "." + fileType); in testDrawingObject()
[all …]

12