LibreOffice Module test (master) 1
|
#include <xsheetannotations.hxx>
Public Member Functions | |
virtual css::uno::Reference< css::uno::XInterface > | init ()=0 |
virtual css::uno::Reference< css::sheet::XSheetAnnotations > | getAnnotations (tools::Long nIndex)=0 |
void | testIndex () |
void | testInsertNew () |
void | testRemoveByIndex () |
void | testCount () |
Protected Member Functions | |
~XSheetAnnotations () | |
Definition at line 23 of file xsheetannotations.hxx.
|
inlineprotected |
Definition at line 36 of file xsheetannotations.hxx.
|
pure virtual |
Referenced by testCount(), and testIndex().
|
pure virtual |
Referenced by testCount(), testIndex(), testInsertNew(), and testRemoveByIndex().
void apitest::XSheetAnnotations::testCount | ( | ) |
Definition at line 25 of file xsheetannotations.cxx.
References getAnnotations(), and init().
void apitest::XSheetAnnotations::testIndex | ( | ) |
Definition at line 160 of file xsheetannotations.cxx.
References getAnnotations(), and init().
void apitest::XSheetAnnotations::testInsertNew | ( | ) |
Definition at line 46 of file xsheetannotations.cxx.
References init().
void apitest::XSheetAnnotations::testRemoveByIndex | ( | ) |
Definition at line 92 of file xsheetannotations.cxx.
References init().