10#ifndef INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX
11#define INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX
13#include <com/sun/star/table/CellRangeAddress.hpp>
14#include <com/sun/star/uno/XInterface.hpp>
15#include <com/sun/star/uno/Reference.hxx>
24 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
26 void setCellRange(css::table::CellRangeAddress aCellRange) { m_aCellRange = aCellRange; }
27 const css::table::CellRangeAddress&
getCellRange()
const {
return m_aCellRange; }
28 void testGetReferredCells();
void setCellRange(css::table::CellRangeAddress aCellRange)
virtual css::uno::Reference< css::uno::XInterface > init()=0
css::table::CellRangeAddress m_aCellRange
const css::table::CellRangeAddress & getCellRange() const
#define OOO_DLLPUBLIC_TEST