10#ifndef INCLUDED_TEST_SHEET_DATABASERANGE_HXX
11#define INCLUDED_TEST_SHEET_DATABASERANGE_HXX
13#include <com/sun/star/uno/XInterface.hpp>
14#include <com/sun/star/uno/Reference.hxx>
22 virtual css::uno::Reference<css::uno::XInterface>
init(
const OUString& rDBName) = 0;
25 void testKeepFormats();
27 void testAutoFilter();
28 void testUseFilterCriteriaSource();
29 void testFilterCriteriaSource();
30 void testRefreshPeriod();
31 void testFromSelection();
32 void testTokenIndex();
34 void testContainsHeader();
virtual css::uno::Reference< css::uno::XInterface > init(const OUString &rDBName)=0
#define OOO_DLLPUBLIC_TEST