#include <xformulaquery.hxx>
|
| | XFormulaQuery (css::table::CellRangeAddress aCellRangeAddressDependents, css::table::CellRangeAddress aCellRangeAddressPrecedents, unsigned int nIdxDependents=1, unsigned int nIdxPrecedents=1) |
| |
| virtual css::uno::Reference< css::uno::XInterface > | init ()=0 |
| |
| virtual css::uno::Reference< css::uno::XInterface > | getXSpreadsheet ()=0 |
| |
| void | setXCell (css::uno::Reference< css::table::XCell > xCell) |
| |
| css::uno::Reference< css::table::XCell > const & | getXCell () const |
| |
| void | testQueryDependents () |
| |
| void | testQueryPrecedents () |
| |
Definition at line 22 of file xformulaquery.hxx.
◆ XFormulaQuery()
| apitest::XFormulaQuery::XFormulaQuery |
( |
css::table::CellRangeAddress |
aCellRangeAddressDependents, |
|
|
css::table::CellRangeAddress |
aCellRangeAddressPrecedents, |
|
|
unsigned int |
nIdxDependents = 1, |
|
|
unsigned int |
nIdxPrecedents = 1 |
|
) |
| |
|
inline |
◆ ~XFormulaQuery()
| apitest::XFormulaQuery::~XFormulaQuery |
( |
| ) |
|
|
inlineprotected |
◆ getXCell()
| css::uno::Reference< css::table::XCell > const & apitest::XFormulaQuery::getXCell |
( |
| ) |
const |
|
inline |
◆ getXSpreadsheet()
| virtual css::uno::Reference< css::uno::XInterface > apitest::XFormulaQuery::getXSpreadsheet |
( |
| ) |
|
|
pure virtual |
◆ init()
| virtual css::uno::Reference< css::uno::XInterface > apitest::XFormulaQuery::init |
( |
| ) |
|
|
pure virtual |
◆ setXCell()
| void apitest::XFormulaQuery::setXCell |
( |
css::uno::Reference< css::table::XCell > |
xCell | ) |
|
|
inline |
◆ testQueryDependents()
| void apitest::XFormulaQuery::testQueryDependents |
( |
| ) |
|
◆ testQueryPrecedents()
| void apitest::XFormulaQuery::testQueryPrecedents |
( |
| ) |
|
◆ m_aCellRangeAddressDependents
| css::table::CellRangeAddress apitest::XFormulaQuery::m_aCellRangeAddressDependents |
|
private |
◆ m_aCellRangeAddressPrecedents
| css::table::CellRangeAddress apitest::XFormulaQuery::m_aCellRangeAddressPrecedents |
|
private |
◆ m_nIdxDependents
| unsigned int apitest::XFormulaQuery::m_nIdxDependents |
|
private |
◆ m_nIdxPrecedents
| unsigned int apitest::XFormulaQuery::m_nIdxPrecedents |
|
private |
◆ m_xCell
| css::uno::Reference<css::table::XCell> apitest::XFormulaQuery::m_xCell |
|
private |
The documentation for this class was generated from the following files: