10 #ifndef INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX
11 #define INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX
13 #include <com/sun/star/uno/Reference.hxx>
14 #include <com/sun/star/table/CellRangeAddress.hpp>
15 #include <com/sun/star/table/CellAddress.hpp>
16 #include <com/sun/star/sheet/XDataPilotTable2.hpp>
17 #include <com/sun/star/sheet/XSpreadsheet.hpp>
18 #include <com/sun/star/uno/Sequence.h>
29 void testGetPositionData();
30 void testGetDrillDownData();
31 void testGetOutputRangeByType();
32 void testInsertDrillDownSheet();
35 virtual css::uno::Reference< css::uno::XInterface > initDP2() = 0;
36 virtual css::uno::Reference< css::uno::XInterface > getSheets() = 0;
41 static void checkDrillDownSheetContent(css::uno::Reference< css::sheet::XSpreadsheet >
const & xSheet,
const css::uno::Sequence< css::uno::Sequence < css::uno::Any > >&
aData);
43 void getOutputRanges(css::uno::Reference< css::sheet::XDataPilotTable2 >
const &);
44 void buildDataFields(css::uno::Reference< css::sheet::XDataPilotTable2 >
const &);
45 void buildResultCells(css::uno::Reference< css::sheet::XDataPilotTable2 >
const &);
56 #endif // INCLUDED_TEST_SHEET_XDATAPILOTTABLE2_HXX
css::table::CellRangeAddress maRangeTable
std::vector< css::table::CellAddress > maResultCells
css::table::CellRangeAddress maRangeResult
constexpr OUStringLiteral aData
css::table::CellRangeAddress maRangeWhole
std::vector< sal_Int32 > maDataFieldDims
#define OOO_DLLPUBLIC_TEST