10 #ifndef INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX
11 #define INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX
13 #include <com/sun/star/uno/XInterface.hpp>
14 #include <com/sun/star/uno/Reference.hxx>
15 #include <com/sun/star/sheet/XDataPilotDescriptor.hpp>
26 void testSourceRange();
28 void testGetFilterDescriptor();
29 void testGetDataPilotFields();
30 void testGetColumnFields();
31 void testGetRowFields();
32 void testGetPageFields();
33 void testGetDataFields();
34 void testGetHiddenFields();
36 virtual css::uno::Reference< css::uno::XInterface >
init() = 0;
42 static void testGetDataPilotFields_Impl( css::uno::Reference< css::sheet::XDataPilotDescriptor >
const & xDescr );
44 static void checkName( css::uno::Reference< css::container::XIndexAccess >
const & xIndex, sal_Int32 nIndex );
50 #endif // INCLUDED_TEST_SHEET_XDATAPILOTDESCRIPTOR_HXX
static std::vector< OUString > maFieldNames
FILE * init(int, char **)
#define OOO_DLLPUBLIC_TEST