10#ifndef INCLUDED_TEST_SHEET_XSHEETCELLRANGECONTAINER_HXX
11#define INCLUDED_TEST_SHEET_XSHEETCELLRANGECONTAINER_HXX
13#include <com/sun/star/table/CellRangeAddress.hpp>
15#include <com/sun/star/uno/XInterface.hpp>
16#include <com/sun/star/uno/Reference.hxx>
17#include <com/sun/star/uno/Sequence.hxx>
26 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
28 void testAddRemoveRangeAddress();
29 void testAddRemoveRangeAddresses();
33 static css::uno::Sequence<com::sun::star::table::CellRangeAddress> createCellRangeAddresses();
virtual css::uno::Reference< css::uno::XInterface > init()=0
~XSheetCellRangeContainer()
#define OOO_DLLPUBLIC_TEST