LibreOffice Module test (master) 1
Public Member Functions | Protected Attributes | List of all members
apitest::XDataPilotTable Class Referenceabstract

#include <xdatapilottable.hxx>

Public Member Functions

virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
virtual ~XDataPilotTable ()
 
void testGetOutputRange ()
 
void testRefresh ()
 

Protected Attributes

css::uno::Reference< css::table::XCell > xCellForChange
 
css::uno::Reference< css::table::XCell > xCellForCheck
 

Detailed Description

Definition at line 21 of file xdatapilottable.hxx.

Constructor & Destructor Documentation

◆ ~XDataPilotTable()

apitest::XDataPilotTable::~XDataPilotTable ( )
virtual

Definition at line 45 of file xdatapilottable.cxx.

Member Function Documentation

◆ init()

virtual css::uno::Reference< css::uno::XInterface > apitest::XDataPilotTable::init ( )
pure virtual

Referenced by testGetOutputRange(), and testRefresh().

◆ testGetOutputRange()

void apitest::XDataPilotTable::testGetOutputRange ( )

Definition at line 19 of file xdatapilottable.cxx.

References init().

◆ testRefresh()

void apitest::XDataPilotTable::testRefresh ( )

Definition at line 29 of file xdatapilottable.cxx.

References init(), xCellForChange, and xCellForCheck.

Member Data Documentation

◆ xCellForChange

css::uno::Reference< css::table::XCell > apitest::XDataPilotTable::xCellForChange
protected

Definition at line 31 of file xdatapilottable.hxx.

Referenced by testRefresh().

◆ xCellForCheck

css::uno::Reference< css::table::XCell > apitest::XDataPilotTable::xCellForCheck
protected

Definition at line 32 of file xdatapilottable.hxx.

Referenced by testRefresh().


The documentation for this class was generated from the following files: