LibreOffice Module test (master) 1
|
#include <xcellcursor.hxx>
Public Member Functions | |
virtual css::uno::Reference< css::uno::XInterface > | init ()=0 |
virtual css::uno::Reference< css::uno::XInterface > | getXSpreadsheet ()=0 |
void | testGoToNext () |
void | testGoToOffset () |
void | testGoToPrevious () |
void | testGoToStart () |
void | testGoToEnd () |
Protected Member Functions | |
~XCellCursor () | |
Definition at line 20 of file xcellcursor.hxx.
|
inlineprotected |
Definition at line 33 of file xcellcursor.hxx.
|
pure virtual |
Referenced by testGoToEnd().
|
pure virtual |
Referenced by testGoToEnd(), testGoToNext(), testGoToOffset(), testGoToPrevious(), and testGoToStart().
void apitest::XCellCursor::testGoToEnd | ( | ) |
Definition at line 102 of file xcellcursor.cxx.
References getXSpreadsheet(), and init().
void apitest::XCellCursor::testGoToNext | ( | ) |
Definition at line 29 of file xcellcursor.cxx.
References init().
void apitest::XCellCursor::testGoToOffset | ( | ) |
Definition at line 46 of file xcellcursor.cxx.
References init().
void apitest::XCellCursor::testGoToPrevious | ( | ) |
Definition at line 66 of file xcellcursor.cxx.
References init().
void apitest::XCellCursor::testGoToStart | ( | ) |
Definition at line 84 of file xcellcursor.cxx.
References init().