summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellobj.cxx
diff options
context:
space:
mode:
authorRahul Gurung <gurungrahul2@gmail.com>2018-08-31 15:52:59 +0530
committerJens Carl <j.carl43@gmx.de>2018-09-06 07:43:04 +0200
commit53291ffee8e2a2186afbd2412881a18dded5a697 (patch)
treeeb4d044852cc6eb5caab8b5cc5cf702ac69eb7aa /sc/qa/extras/sccellobj.cxx
parentd80b3235cc106e17a0c10dea44e8afa8db724400 (diff)
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 <j.carl43@gmx.de>
Diffstat (limited to 'sc/qa/extras/sccellobj.cxx')
-rw-r--r--sc/qa/extras/sccellobj.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/qa/extras/sccellobj.cxx b/sc/qa/extras/sccellobj.cxx
index 2361b3c5d208..1a3ffb2ec66c 100644
--- a/sc/qa/extras/sccellobj.cxx
+++ b/sc/qa/extras/sccellobj.cxx
@@ -13,6 +13,7 @@
#include <test/sheet/xcelladdressable.hxx>
#include <test/sheet/xformulaquery.hxx>
#include <test/sheet/xsheetannotationanchor.hxx>
+#include <test/table/xcolumnrowrange.hxx>
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/sheet/XSheetAnnotationsSupplier.hpp>
@@ -32,6 +33,7 @@ namespace sc_apitest {
class ScCellObj : public CalcUnoApiTest, public apitest::SheetCell,
public apitest::XCell,
public apitest::XCellAddressable,
+ public apitest::XColumnRowRange,
public apitest::XFormulaQuery,
public apitest::XSheetAnnotationAnchor
{
@@ -57,6 +59,10 @@ public:
// XCellAddressable
CPPUNIT_TEST(testGetCellAddress);
+ // XColumnRowRange
+ CPPUNIT_TEST(testGetColumns);
+ CPPUNIT_TEST(testGetRows);
+
// XFormulaQuery
CPPUNIT_TEST(testQueryDependents);
CPPUNIT_TEST(testQueryPrecedents);