diff options
author | Jens Carl <j.carl43@gmx.de> | 2018-04-03 03:46:14 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-04-03 07:11:02 +0200 |
commit | a7fc11be3083b61a70e7a55e0436032771e37f20 (patch) | |
tree | 5e179aedf770f345ca4f5afb1efd6a6f8cdfe663 /sc/qa/extras/sctablesheetobj.cxx | |
parent | 925a6a9983a079c66af5c3b107d38d1fcdd6bf39 (diff) |
tdf#45904 Move _XCellRangeFormula Java tests to C++
Change-Id: Iff5ca30e47a3a3eee704ad9aefdf61b3fcd72f5d
Reviewed-on: https://gerrit.libreoffice.org/52286
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/qa/extras/sctablesheetobj.cxx')
-rw-r--r-- | sc/qa/extras/sctablesheetobj.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/qa/extras/sctablesheetobj.cxx b/sc/qa/extras/sctablesheetobj.cxx index 3ea088d48249..8e712f26422a 100644 --- a/sc/qa/extras/sctablesheetobj.cxx +++ b/sc/qa/extras/sctablesheetobj.cxx @@ -14,6 +14,7 @@ #include <test/sheet/xarrayformularange.hxx> #include <test/sheet/xcellformatrangessupplier.hxx> #include <test/sheet/xcellrangeaddressable.hxx> +#include <test/sheet/xcellrangeformula.hxx> #include <test/sheet/xcellseries.hxx> #include <test/sheet/xdatapilottablessupplier.hxx> #include <test/sheet/xmultipleoperation.hxx> @@ -51,6 +52,7 @@ class ScTableSheetObj : public CalcUnoApiTest, public apitest::Scenario, public apitest::XArrayFormulaRange, public apitest::XCellFormatRangesSupplier, public apitest::XCellRangeAddressable, + public apitest::XCellRangeFormula, public apitest::XCellSeries, public apitest::XDataPilotTablesSupplier, public apitest::XMultipleOperation, @@ -106,6 +108,11 @@ public: // XCellRangeAddressable CPPUNIT_TEST(testGetRangeAddress); + // XCellRangeFormula +#if 0 // disable, because it makes no sense to set an FormulaArray over the whole sheet + CPPUNIT_TEST(testGetSetFormulaArray); +#endif + // XCellSeries CPPUNIT_TEST(testFillAuto); CPPUNIT_TEST(testFillSeries); |