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

#include <xcellrangereferrer.hxx>

Public Member Functions

virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
void setCellRange (css::table::CellRangeAddress aCellRange)
 
const css::table::CellRangeAddress & getCellRange () const
 
void testGetReferredCells ()
 

Protected Member Functions

 ~XCellRangeReferrer ()
 

Private Attributes

css::table::CellRangeAddress m_aCellRange
 

Detailed Description

Definition at line 21 of file xcellrangereferrer.hxx.

Constructor & Destructor Documentation

◆ ~XCellRangeReferrer()

apitest::XCellRangeReferrer::~XCellRangeReferrer ( )
inlineprotected

Definition at line 31 of file xcellrangereferrer.hxx.

Member Function Documentation

◆ getCellRange()

const css::table::CellRangeAddress & apitest::XCellRangeReferrer::getCellRange ( ) const
inline

Definition at line 27 of file xcellrangereferrer.hxx.

Referenced by testGetReferredCells().

◆ init()

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

Referenced by testGetReferredCells().

◆ setCellRange()

void apitest::XCellRangeReferrer::setCellRange ( css::table::CellRangeAddress  aCellRange)
inline

Definition at line 26 of file xcellrangereferrer.hxx.

◆ testGetReferredCells()

void apitest::XCellRangeReferrer::testGetReferredCells ( )

Definition at line 24 of file xcellrangereferrer.cxx.

References getCellRange(), and init().

Member Data Documentation

◆ m_aCellRange

css::table::CellRangeAddress apitest::XCellRangeReferrer::m_aCellRange
private

Definition at line 34 of file xcellrangereferrer.hxx.


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