summaryrefslogtreecommitdiff
path: root/sc/qa/extras/sccellrangesobj.cxx
diff options
context:
space:
mode:
authorRahul Gurung <gurungrahul2@gmail.com>2018-09-09 19:15:15 +0530
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2018-09-22 15:37:52 +0200
commitb56ad4cbe0aa67b92211cf31d70eca0b35c62666 (patch)
treecc8eca82750d925c299a0b9fd029c578cdfb2b07 /sc/qa/extras/sccellrangesobj.cxx
parentac2dff01460f8ef0c23fbf51f3666218b00c0c66 (diff)
tdf#45904 Move _XIndent Java Tests to C++
Change-Id: I65b594db595f0e08a50a9ea18baf44c496cf18e3 Reviewed-on: https://gerrit.libreoffice.org/60218 Tested-by: Jenkins Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/qa/extras/sccellrangesobj.cxx')
-rw-r--r--sc/qa/extras/sccellrangesobj.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/qa/extras/sccellrangesobj.cxx b/sc/qa/extras/sccellrangesobj.cxx
index 9bfe1dd88721..01785b538cb9 100644
--- a/sc/qa/extras/sccellrangesobj.cxx
+++ b/sc/qa/extras/sccellrangesobj.cxx
@@ -13,6 +13,7 @@
#include <test/sheet/xsheetcellrangecontainer.hxx>
#include <test/sheet/xsheetcellranges.hxx>
#include <test/sheet/xsheetoperation.hxx>
+#include <test/util/xindent.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/container/XIndexAccess.hpp>
@@ -32,6 +33,7 @@ namespace sc_apitest {
class ScCellRangesObj : public CalcUnoApiTest,
public apitest::SheetCellRanges,
public apitest::XFormulaQuery,
+ public apitest::XIndent,
public apitest::XSheetCellRangeContainer,
public apitest::XSheetCellRanges,
public apitest::XSheetOperation
@@ -54,6 +56,10 @@ public:
CPPUNIT_TEST(testQueryDependents);
CPPUNIT_TEST(testQueryPrecedents);
+ // XIndent
+ CPPUNIT_TEST(testIncrementIndent);
+ CPPUNIT_TEST(testDecrementIndent);
+
// XSheetCellRangeContainer
CPPUNIT_TEST(testAddRemoveRangeAddress);
CPPUNIT_TEST(testAddRemoveRangeAddresses);