10#ifndef INCLUDED_TEST_SHEET_CELLAREALINK_HXX
11#define INCLUDED_TEST_SHEET_CELLAREALINK_HXX
13#include <com/sun/star/uno/XInterface.hpp>
15#include <com/sun/star/uno/Reference.hxx>
26 : m_aFileURL(
std::move(aFileURL))
29 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
33 void testFilterOptions();
34 void testRefreshDelay();
35 void testRefreshPeriod();
OUString const m_aFileURL
virtual css::uno::Reference< css::uno::XInterface > init()=0
CellAreaLink(OUString aFileURL)
#define OOO_DLLPUBLIC_TEST