10#ifndef INCLUDED_TEST_TABLE_XCELLRANGE_HXX
11#define INCLUDED_TEST_TABLE_XCELLRANGE_HXX
15#include <com/sun/star/uno/XInterface.hpp>
17#include <com/sun/star/uno/Reference.hxx>
26 : m_aRangeName(
"A1:A1")
30 : m_aRangeName(
std::move(aRangeName))
34 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
36 void testGetCellByPosition();
37 void testGetCellRangeByName();
38 void testGetCellRangeByPosition();
virtual css::uno::Reference< css::uno::XInterface > init()=0
XCellRange(OUString aRangeName)
OUString const m_aRangeName
#define OOO_DLLPUBLIC_TEST