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>
25 : m_aRangeName(
"A1:A1")
29 : m_aRangeName(aRangeName)
33 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
35 void testGetCellByPosition();
36 void testGetCellRangeByName();
37 void testGetCellRangeByPosition();
47 #endif // INCLUDED_TEST_TABLE_XCELLRANGE_HXX
OUString const m_aRangeName
XCellRange(const OUString &aRangeName)
FILE * init(int, char **)
#define OOO_DLLPUBLIC_TEST