summaryrefslogtreecommitdiff
path: root/include/test
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2018-06-12 06:21:24 +0000
committerJens Carl <j.carl43@gmx.de>2018-06-12 18:38:52 +0200
commit939fc7dc50a038edb252a8da941ef4e1c018f2b0 (patch)
tree0c9347ceab0b2a1ded6c06eb23ff72d97efa846d /include/test
parentbd6e17c4ff03909e12d525151b5111934fdd791f (diff)
tdf#45904 Move _XCellRangeData Java test to C++
Move the remaining tests to C++ and also enable/fix #i84671 by creating test cases for ScTableSheetObj. Change-Id: I9412fe7a1947b9afb4343a8f5726eccf9ea371a3 Reviewed-on: https://gerrit.libreoffice.org/55657 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'include/test')
-rw-r--r--include/test/sheet/xcellrangedata.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/test/sheet/xcellrangedata.hxx b/include/test/sheet/xcellrangedata.hxx
index 7af4e7d9ea0f..00aef5e8152c 100644
--- a/include/test/sheet/xcellrangedata.hxx
+++ b/include/test/sheet/xcellrangedata.hxx
@@ -18,10 +18,13 @@ namespace apitest {
class OOO_DLLPUBLIC_TEST XCellRangeData
{
public:
+ virtual css::uno::Reference< css::uno::XInterface > init() = 0;
virtual css::uno::Reference< css::uno::XInterface > getXCellRangeData() = 0;
void testGetDataArray();
void testSetDataArray();
+ void testGetDataArrayOnTableSheet();
+ void testSetDataArrayOnTableSheet();
protected:
~XCellRangeData() {}