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

#include <xindexaccess.hxx>

Public Member Functions

 XIndexAccess (sal_Int32 nItems)
 
virtual css::uno::Reference< css::uno::XInterface > init ()=0
 
void testGetCount ()
 
void testGetByIndex ()
 
void testGetByIndexException ()
 

Protected Member Functions

 ~XIndexAccess ()
 

Private Attributes

sal_Int32 m_nItems
 

Detailed Description

Definition at line 21 of file xindexaccess.hxx.

Constructor & Destructor Documentation

◆ XIndexAccess()

apitest::XIndexAccess::XIndexAccess ( sal_Int32  nItems)
inline

Definition at line 24 of file xindexaccess.hxx.

◆ ~XIndexAccess()

apitest::XIndexAccess::~XIndexAccess ( )
inlineprotected

Definition at line 36 of file xindexaccess.hxx.

Member Function Documentation

◆ init()

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

◆ testGetByIndex()

void apitest::XIndexAccess::testGetByIndex ( )

Definition at line 29 of file xindexaccess.cxx.

References Any, init(), and m_nItems.

◆ testGetByIndexException()

void apitest::XIndexAccess::testGetByIndexException ( )

Definition at line 47 of file xindexaccess.cxx.

References init(), and m_nItems.

◆ testGetCount()

void apitest::XIndexAccess::testGetCount ( )

Definition at line 23 of file xindexaccess.cxx.

References init(), and m_nItems.

Member Data Documentation

◆ m_nItems

sal_Int32 apitest::XIndexAccess::m_nItems
private

Definition at line 39 of file xindexaccess.hxx.

Referenced by testGetByIndex(), testGetByIndexException(), and testGetCount().


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