diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-04-06 04:31:52 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-06 17:32:47 +0200 |
commit | 7dcda19e4a5580dd526eeab07feba12f4212e4f1 (patch) | |
tree | e237db11c5301dcd2f75b0acc48721861aa8308e /sc | |
parent | 8ed2fb306ffa8c7fef336b858fc5074c309c3c9f (diff) |
tdf#45904 Move _XCellRangeMovement Java tests to C++
Change-Id: I8d3697b9c409e4fd9f9d28b8598b8807b91c5363
Reviewed-on: https://gerrit.libreoffice.org/52485
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/extras/sctablesheetobj.cxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx index 8e712f26422a..eed8cbd3440e 100644 --- a/sc/qa/extras/sctablesheetobj.cxx +++ b/sc/qa/extras/sctablesheetobj.cxx @@ -15,6 +15,7 @@ #include <test/sheet/xcellformatrangessupplier.hxx> #include <test/sheet/xcellrangeaddressable.hxx> #include <test/sheet/xcellrangeformula.hxx> +#include <test/sheet/xcellrangemovement.hxx> #include <test/sheet/xcellseries.hxx> #include <test/sheet/xdatapilottablessupplier.hxx> #include <test/sheet/xmultipleoperation.hxx> @@ -53,6 +54,7 @@ class ScTableSheetObj : public CalcUnoApiTest, public apitest::Scenario, public apitest::XCellFormatRangesSupplier, public apitest::XCellRangeAddressable, public apitest::XCellRangeFormula, + public apitest::XCellRangeMovement, public apitest::XCellSeries, public apitest::XDataPilotTablesSupplier, public apitest::XMultipleOperation, @@ -113,6 +115,12 @@ public: CPPUNIT_TEST(testGetSetFormulaArray); #endif + // XCellRangeMovement + CPPUNIT_TEST(testInsertCells); + CPPUNIT_TEST(testCopyRange); + CPPUNIT_TEST(testMoveRange); + CPPUNIT_TEST(testRemoveRange); + // XCellSeries CPPUNIT_TEST(testFillAuto); CPPUNIT_TEST(testFillSeries); |