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();
38 #endif // INCLUDED_TEST_SHEET_XCELLRANGEREFERRER_HXX
void setCellRange(css::table::CellRangeAddress aCellRange)
const css::table::CellRangeAddress & getCellRange() const
css::table::CellRangeAddress m_aCellRange
FILE * init(int, char **)
#define OOO_DLLPUBLIC_TEST