|
LibreOffice Module test (master) 1
|
#include <xcalculatable.hxx>
Public Member Functions | |
| virtual css::uno::Reference< css::uno::XInterface > | init ()=0 |
| virtual css::uno::Sequence< css::uno::Reference< css::table::XCell > > | getXCells ()=0 |
| void | testCalculate () |
| void | testCalculateAll () |
| void | testEnableAutomaticCalculation () |
Protected Member Functions | |
| ~XCalculatable () | |
Definition at line 22 of file xcalculatable.hxx.
|
inlineprotected |
Definition at line 33 of file xcalculatable.hxx.
|
pure virtual |
Referenced by testCalculate(), and testCalculateAll().
|
pure virtual |
Referenced by testCalculate(), testCalculateAll(), and testEnableAutomaticCalculation().
| void apitest::XCalculatable::testCalculate | ( | ) |
Definition at line 36 of file xcalculatable.cxx.
References getXCells(), and init().
| void apitest::XCalculatable::testCalculateAll | ( | ) |
Definition at line 54 of file xcalculatable.cxx.
References getXCells(), and init().
| void apitest::XCalculatable::testEnableAutomaticCalculation | ( | ) |
Definition at line 25 of file xcalculatable.cxx.
References init().