10#ifndef INCLUDED_TEST_SHEET_XSHEETCELLCURSOR_HXX
11#define INCLUDED_TEST_SHEET_XSHEETCELLCURSOR_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 testCollapseToCurrentArray();
26 void testCollapseToCurrentRegion();
27 void testCollapseToMergedArea();
28 void testCollapseToSize();
29 void testExpandToEntireColumns();
30 void testExpandToEntireRows();
virtual css::uno::Reference< css::uno::XInterface > init()=0
#define OOO_DLLPUBLIC_TEST