From 53291ffee8e2a2186afbd2412881a18dded5a697 Mon Sep 17 00:00:00 2001 From: Rahul Gurung Date: Fri, 31 Aug 2018 15:52:59 +0530 Subject: tdf#45904 Move _XColumnRowRange Java tests to C++ Change-Id: I35b5fc2f18867c386c8c92d1d7a3a0823bd07b78 Reviewed-on: https://gerrit.libreoffice.org/59863 Tested-by: Jenkins Reviewed-by: Jens Carl --- sc/qa/extras/sccellcursorobj.cxx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sc/qa/extras/sccellcursorobj.cxx') diff --git a/sc/qa/extras/sccellcursorobj.cxx b/sc/qa/extras/sccellcursorobj.cxx index 08c9931324af..ed1fd270f980 100644 --- a/sc/qa/extras/sccellcursorobj.cxx +++ b/sc/qa/extras/sccellcursorobj.cxx @@ -26,6 +26,7 @@ #include #include #include +#include #include #include @@ -44,6 +45,7 @@ class ScCellCursorObj : public CalcUnoApiTest, public apitest::SheetCellRange, public apitest::XCellRangeData, public apitest::XCellRangeFormula, public apitest::XCellSeries, + public apitest::XColumnRowRange, public apitest::XFormulaQuery, public apitest::XMultipleOperation, public apitest::XSheetCellCursor, @@ -96,6 +98,10 @@ public: CPPUNIT_TEST(testFillAuto); CPPUNIT_TEST(testFillSeries); + // XColumnRowRange + CPPUNIT_TEST(testGetColumns); + CPPUNIT_TEST(testGetRows); + // XFormulaQuery CPPUNIT_TEST(testQueryDependents); CPPUNIT_TEST(testQueryPrecedents); -- cgit