LibreOffice Module test (master) 1
|
#include <xdatapilottable2.hxx>
Public Member Functions | |
void | testGetPositionData () |
void | testGetDrillDownData () |
void | testGetOutputRangeByType () |
void | testInsertDrillDownSheet () |
virtual | ~XDataPilotTable2 () |
virtual css::uno::Reference< css::uno::XInterface > | initDP2 ()=0 |
virtual css::uno::Reference< css::uno::XInterface > | getSheets ()=0 |
Private Member Functions | |
void | getOutputRanges (css::uno::Reference< css::sheet::XDataPilotTable2 > const &) |
void | buildDataFields (css::uno::Reference< css::sheet::XDataPilotTable2 > const &) |
void | buildResultCells (css::uno::Reference< css::sheet::XDataPilotTable2 > const &) |
Static Private Member Functions | |
static void | checkDrillDownSheetContent (css::uno::Reference< css::sheet::XSpreadsheet > const &xSheet, const css::uno::Sequence< css::uno::Sequence< css::uno::Any > > &aData) |
Private Attributes | |
std::vector< css::table::CellAddress > | maResultCells |
std::vector< sal_Int32 > | maDataFieldDims |
css::table::CellRangeAddress | maRangeWhole |
css::table::CellRangeAddress | maRangeTable |
css::table::CellRangeAddress | maRangeResult |
Definition at line 26 of file xdatapilottable2.hxx.
|
virtual |
Definition at line 31 of file xdatapilottable2.cxx.
|
private |
Definition at line 215 of file xdatapilottable2.cxx.
References Any, i, and maDataFieldDims.
Referenced by testGetDrillDownData().
|
private |
Definition at line 185 of file xdatapilottable2.cxx.
References getOutputRanges(), maRangeResult, maResultCells, x, and y.
Referenced by testGetDrillDownData().
|
staticprivate |
Definition at line 250 of file xdatapilottable2.cxx.
References aData, Any, getLength(), x, and y.
Referenced by testInsertDrillDownSheet().
|
private |
Definition at line 208 of file xdatapilottable2.cxx.
References maRangeResult, maRangeTable, and maRangeWhole.
Referenced by buildResultCells(), testGetDrillDownData(), testGetOutputRangeByType(), and testGetPositionData().
|
pure virtual |
Referenced by testInsertDrillDownSheet().
|
pure virtual |
Referenced by testGetDrillDownData(), testGetOutputRangeByType(), testGetPositionData(), and testInsertDrillDownSheet().
void apitest::XDataPilotTable2::testGetDrillDownData | ( | ) |
Definition at line 58 of file xdatapilottable2.cxx.
References aData, Any, buildDataFields(), buildResultCells(), E, getOutputRanges(), initDP2(), maDataFieldDims, and maResultCells.
void apitest::XDataPilotTable2::testGetOutputRangeByType | ( | ) |
Definition at line 96 of file xdatapilottable2.cxx.
References getOutputRanges(), initDP2(), maRangeResult, maRangeTable, and maRangeWhole.
void apitest::XDataPilotTable2::testGetPositionData | ( | ) |
Definition at line 35 of file xdatapilottable2.cxx.
References getOutputRanges(), initDP2(), maRangeTable, x, and y.
void apitest::XDataPilotTable2::testInsertDrillDownSheet | ( | ) |
Definition at line 143 of file xdatapilottable2.cxx.
References aData, aName, checkDrillDownSheetContent(), getSheets(), i, initDP2(), and maResultCells.
|
private |
Definition at line 48 of file xdatapilottable2.hxx.
Referenced by buildDataFields(), and testGetDrillDownData().
|
private |
Definition at line 51 of file xdatapilottable2.hxx.
Referenced by buildResultCells(), getOutputRanges(), and testGetOutputRangeByType().
|
private |
Definition at line 50 of file xdatapilottable2.hxx.
Referenced by getOutputRanges(), testGetOutputRangeByType(), and testGetPositionData().
|
private |
Definition at line 49 of file xdatapilottable2.hxx.
Referenced by getOutputRanges(), and testGetOutputRangeByType().
|
private |
Definition at line 47 of file xdatapilottable2.hxx.
Referenced by buildResultCells(), testGetDrillDownData(), and testInsertDrillDownSheet().