10#ifndef INCLUDED_TEST_SHEET_XCALCULATABLE_HXX
11#define INCLUDED_TEST_SHEET_XCALCULATABLE_HXX
13#include <com/sun/star/table/XCell.hpp>
14#include <com/sun/star/uno/XInterface.hpp>
15#include <com/sun/star/uno/Reference.hxx>
16#include <com/sun/star/uno/Sequence.hxx>
25 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
26 virtual css::uno::Sequence<css::uno::Reference<css::table::XCell>>
getXCells() = 0;
29 void testCalculateAll();
30 void testEnableAutomaticCalculation();
virtual css::uno::Reference< css::uno::XInterface > init()=0
virtual css::uno::Sequence< css::uno::Reference< css::table::XCell > > getXCells()=0
#define OOO_DLLPUBLIC_TEST