summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellcursorobj.cxx
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-11-03 05:16:30 +0000
committerJens Carl <j.carl43@gmx.de>2017-11-03 08:57:05 +0100
commitc3965b1ce4428a97a8050a7bc53d60b642062502 (patch)
tree34a973013fa0bc02be4dec7ede13397d7dbb9012 /sc/qa/extras/sccellcursorobj.cxx
parent646448dda41484dfa936f906356d7c58c8a28605 (diff)
tdf#45904 Move Java _XSheetCellRange tests to C++
Change-Id: Ia4534f083a804d450ac8fdd31759f1554b684e15 Reviewed-on: https://gerrit.libreoffice.org/44245 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sc/qa/extras/sccellcursorobj.cxx')
-rw-r--r--sc/qa/extras/sccellcursorobj.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/qa/extras/sccellcursorobj.cxx b/sc/qa/extras/sccellcursorobj.cxx
index 7bfd2dcc3060..f5663714b7be 100644
--- a/sc/qa/extras/sccellcursorobj.cxx
+++ b/sc/qa/extras/sccellcursorobj.cxx
@@ -9,6 +9,7 @@
#include <test/calc_unoapi_test.hxx>
#include <test/sheet/xcellseries.hxx>
+#include <test/sheet/xsheetcellrange.hxx>
#include <test/sheet/xsheetfilterable.hxx>
#include <test/sheet/xsheetoperation.hxx>
#include <test/sheet/xsubtotalcalculatable.hxx>
@@ -24,9 +25,10 @@ using namespace css::uno;
namespace sc_apitest {
-#define NUMBER_OF_TESTS 11
+#define NUMBER_OF_TESTS 12
class ScCellCursorObj : public CalcUnoApiTest, public apitest::XCellSeries,
+ public apitest::XSheetCellRange,
public apitest::XSheetFilterable,
public apitest::XSheetOperation,
public apitest::XSubTotalCalculatable,
@@ -51,6 +53,9 @@ public:
CPPUNIT_TEST(testFillAuto);
CPPUNIT_TEST(testFillSeries);
+ // XSheetCellRange
+ CPPUNIT_TEST(testGetSpreadsheet);
+
// XSheetFilterable
CPPUNIT_TEST(testCreateFilterDescriptor);
CPPUNIT_TEST(testFilter);