10 #ifndef INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX
11 #define INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX
13 #include <com/sun/star/sheet/XSheetAnnotation.hpp>
16 #include <com/sun/star/table/CellAddress.hpp>
23 virtual css::uno::Reference<css::uno::XInterface>
init() = 0;
26 void testGetPosition();
29 void testGetIsVisible();
30 void testSetIsVisible();
35 virtual css::uno::Reference<css::sheet::XSheetAnnotation>
36 getAnnotation(css::table::CellAddress&) = 0;
40 #endif // INCLUDED_TEST_SHEET_XSHEETANNOTATION_HXX
FILE * init(int, char **)
#define OOO_DLLPUBLIC_TEST