10#ifndef INCLUDED_TEST_SHEET_XCONSOLIDATIONDESCRIPTOR_HXX
11#define INCLUDED_TEST_SHEET_XCONSOLIDATIONDESCRIPTOR_HXX
13#include <com/sun/star/uno/XInterface.hpp>
14#include <com/sun/star/uno/Reference.hxx>
23 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
25 void testGetFunction();
26 void testSetFunction();
27 void testGetSources();
28 void testSetSources();
29 void testGetStartOutputPosition();
30 void testSetStartOutputPosition();
31 void testGetUseColumnHeaders();
32 void testSetUseColumnHeaders();
33 void testGetUseRowHeaders();
34 void testSetUseRowHeaders();
35 void testGetInsertLinks();
36 void testSetInsertLinks();
~XConsolidationDescriptor()
virtual css::uno::Reference< css::uno::XInterface > init()=0
#define OOO_DLLPUBLIC_TEST