Home
last modified time | relevance | path

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

12

/aoo42x/test/testuno/source/fvt/uno/sc/sheet/
H A DSheetBasicTest.java51 XComponent scComponent = null; field in SheetBasicTest
66 scComponent = unoApp.newDocument("scalc"); in setUp()
71 unoApp.closeDocument(scComponent); in tearDown()
82 scDocument = SCUtil.getSCDocument(scComponent); in insertRenameDeleteSheet()
125 scDocument = SCUtil.getSCDocument(scComponent); in copypastesheet()
162 scDocument = SCUtil.getSCDocument(scComponent); in movesheet()
218 scDocument = SCUtil.getSCDocument(scComponent); in hideShowSheet()
272 scDocument = SCUtil.getSCDocument(scComponent); in sheetColor()
322 scDocument = SCUtil.getSCDocument(scComponent); in insertSheetFromfile()
343 scComponent = unoApp.newDocument("scalc"); in insertSheetFromfile()
[all …]
/aoo42x/test/testuno/source/fvt/uno/sc/data/
H A DDataSort.java48 XComponent scComponent = null; field in DataSort
54 scComponent = unoApp.newDocument("scalc"); in setUpDocument()
60 unoApp.closeDocument(scComponent); in tearDownDocument()
79 scDocument = SCUtil.getSCDocument(scComponent); in singleFieldSort()
126 SCUtil.saveFileAs(scComponent, "SortSingleFiled", "ods"); in singleFieldSort()
141 scDocument = SCUtil.getSCDocument(scComponent); in sortByTwoFields()
192 SCUtil.saveFileAs(scComponent, "SortTwoFileds", "xls"); in sortByTwoFields()
207 scDocument = SCUtil.getSCDocument(scComponent); in sortByThreeField()
264 SCUtil.saveFileAs(scComponent, "SortThreeFileds", "ods"); in sortByThreeField()
278 scDocument = SCUtil.getSCDocument(scComponent); in sortOption()
[all …]
H A DSubtotalsForGroup.java51 XComponent scComponent = null; field in SubtotalsForGroup
56 scComponent = unoApp.newDocument("scalc"); in setUpDocument()
62 unoApp.closeDocument(scComponent); in tearDownDocument()
79 scComponent = unoApp.newDocument("scalc"); in testForSecondGroup()
80 scDocument = SCUtil.getSCDocument(scComponent); in testForSecondGroup()
215 SCUtil.saveFileAs(scComponent, "SubTotalsForGroup", "ods"); in testForSecondGroup()
325 scComponent = unoApp.newDocument("scalc"); in testForThirdGroup()
326 scDocument = SCUtil.getSCDocument(scComponent); in testForThirdGroup()
506 SCUtil.saveFileAs(scComponent, "SubTotalsForGroup", "ods"); in testForThirdGroup()
H A DSubTotalsFunction.java56 XComponent scComponent = null; field in SubTotalsFunction
98 unoApp.closeDocument(scComponent); in tearDownDocument()
128 scComponent = unoApp.newDocument("scalc"); in test()
129 scDocument = SCUtil.getSCDocument(scComponent); in test()
199 SCUtil.saveFileAs(scComponent, "Subtotals", "ods"); in test()
/aoo42x/test/testuno/source/fvt/uno/sc/rowcolumn/
H A DResizeHideShowRowColumn.java51 XComponent scComponent = null; field in ResizeHideShowRowColumn
60 unoApp.closeDocument(scComponent); in tearDown()
70 scComponent = unoApp.newDocument("scalc"); in testResizeColumn()
71 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testResizeColumn()
103 saveFileAs(scComponent, "TestColumn", "ods"); in testResizeColumn()
162 scComponent = unoApp.newDocument("scalc"); in testResizeRow()
163 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testResizeRow()
195 saveFileAs(scComponent, "TestRow", "xls"); in testResizeRow()
H A DInsertDeleteRowAndColumn.java53 XComponent scComponent = null; field in InsertDeleteRowAndColumn
62 unoApp.closeDocument(scComponent); in tearDown()
70 scComponent = unoApp.newDocument("scalc"); in testInsertDeleteRows()
71 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testInsertDeleteRows()
116 scComponent = unoApp.newDocument("scalc"); in testInsertDeleteColumns()
117 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testInsertDeleteColumns()
H A DCreateShowHideEditDeleteComments.java62 XComponent scComponent = null; field in CreateShowHideEditDeleteComments
71 unoApp.closeDocument(scComponent); in tearDown()
96 scComponent = unoApp.newDocument("scalc"); in testCreateEditDeleteComments()
97 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testCreateEditDeleteComments()
158 scComponent = unoApp.newDocument("scalc"); in testShowHideComments()
159 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testShowHideComments()
/aoo42x/test/testuno/source/fvt/uno/sc/object/
H A DDrawingObject.java65 XComponent scComponent = null; field in DrawingObject
97 scComponent = unoApp.newDocument("scalc"); in setUp()
98 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
103 unoApp.closeDocument(scComponent); in tearDown()
135 scDocument = SCUtil.getSCDocument(scComponent); in testDrawingObject()
145 XShape xShape = ShapeUtil.createShape(scComponent, po, Si, inputType); in testDrawingObject()
154 SCUtil.saveFileAs(scComponent, fileName, fileType); in testDrawingObject()
/aoo42x/test/testuno/source/fvt/uno/sc/chart/
H A DChartTitle.java65 XComponent scComponent = null; field in ChartTitle
102 scComponent = unoApp.newDocument("scalc"); in setUp()
103 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
108 unoApp.closeDocument(scComponent); in tearDown()
166 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateMainTitle()
222 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateSubTitle()
282 SCUtil.saveFileAs(scComponent, fileName, fileType); in testInputTitles()
H A DChartLegend.java66 XComponent scComponent = null; field in ChartLegend
103 scComponent = unoApp.newDocument("scalc"); in setUp()
104 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
109 unoApp.closeDocument(scComponent); in tearDown()
160 SCUtil.saveFileAs(scComponent, fileName, fileType); in testDisableLegend()
212 SCUtil.saveFileAs(scComponent, fileName, fileType); in testLegendPosition()
H A DChartAxis.java64 XComponent scComponent = null; field in ChartAxis
114 scComponent = unoApp.newDocument("scalc"); in setUp()
115 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
120 unoApp.closeDocument(scComponent); in tearDown()
199 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateXYAxes()
269 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateXYZAxes()
H A DChartGrid.java64 XComponent scComponent = null; field in ChartGrid
114 scComponent = unoApp.newDocument("scalc"); in setUp()
115 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
120 unoApp.closeDocument(scComponent); in tearDown()
190 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateXYGrid()
267 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateXYZGrid()
H A DChartType.java61 XComponent scComponent = null; field in ChartType
112 scComponent = unoApp.newDocument("scalc"); in setUp()
113 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
118 unoApp.closeDocument(scComponent); in tearDown()
167 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateChart()
H A DChartDataLabel.java62 XComponent scComponent = null; field in ChartDataLabel
111 scComponent = unoApp.newDocument("scalc"); in setUp()
112 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
117 unoApp.closeDocument(scComponent); in tearDown()
168 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateDataLabel()
H A DChartMeanValueLine.java65 XComponent scComponent = null; field in ChartMeanValueLine
100 scComponent = unoApp.newDocument("scalc"); in setUp()
101 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
106 unoApp.closeDocument(scComponent); in tearDown()
158 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateTrendline()
H A DChartTrendline.java65 XComponent scComponent = null; field in ChartTrendline
103 scComponent = unoApp.newDocument("scalc"); in setUp()
104 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
109 unoApp.closeDocument(scComponent); in tearDown()
161 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateTrendline()
H A DChartYErrorBar.java68 XComponent scComponent = null; field in ChartYErrorBar
110 scComponent = unoApp.newDocument("scalc"); in setUp()
111 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
116 unoApp.closeDocument(scComponent); in tearDown()
170 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCreateYErrorBar()
/aoo42x/test/testuno/source/fvt/uno/sc/cell/
H A DInsertDeleteCells.java56 XComponent scComponent = null; field in InsertDeleteCells
65 unoApp.closeDocument(scComponent); in tearDown()
82 scComponent = unoApp.newDocument("scalc"); in testInsertCells()
83 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testInsertCells()
212 scComponent = unoApp.newDocument("scalc"); in testDeleteCells()
213 …cument = (XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, scComponent); in testDeleteCells()
H A DCellFontSize.java64 XComponent scComponent = null; field in CellFontSize
94 scComponent = unoApp.newDocument("scalc"); in setUp()
95 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
100 unoApp.closeDocument(scComponent); in tearDown()
148 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellFontSize()
H A DCellColor.java64 XComponent scComponent = null; field in CellColor
99 scComponent = unoApp.newDocument("scalc"); in setUp()
100 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
105 unoApp.closeDocument(scComponent); in tearDown()
154 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellColor()
H A DCellProtected.java65 XComponent scComponent = null; field in CellProtected
105 scComponent = unoApp.newDocument("scalc"); in setUp()
106 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
111 unoApp.closeDocument(scComponent); in tearDown()
159 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellProtected()
H A DCellAlignment.java67 XComponent scComponent = null; field in CellAlignment
106 scComponent = unoApp.newDocument("scalc"); in setUp()
107 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
112 unoApp.closeDocument(scComponent); in tearDown()
164 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellAlignment()
H A DCellBorder.java98 XComponent scComponent = null; field in CellBorder
144 scComponent = unoApp.newDocument("scalc"); in setUp()
145 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
150 unoApp.closeDocument(scComponent); in tearDown()
201 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCellBorder()
H A DCellEffectOverline.java68 XComponent scComponent = null; field in CellEffectOverline
131 scComponent = unoApp.newDocument("scalc"); in setUp()
132 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
137 unoApp.closeDocument(scComponent); in tearDown()
191 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCharOverline()
H A DCellEffectUnderline.java68 XComponent scComponent = null; field in CellEffectUnderline
130 scComponent = unoApp.newDocument("scalc"); in setUp()
131 scDocument = SCUtil.getSCDocument(scComponent); in setUp()
136 unoApp.closeDocument(scComponent); in tearDown()
190 SCUtil.saveFileAs(scComponent, fileName, fileType); in testCharUnderline()

Completed in 103 milliseconds

12