LibreOffice Module sc (master) 1
Public Member Functions | Private Attributes | List of all members
ScIndexEnumeration Class Referencefinal

#include <miscuno.hxx>

Inheritance diagram for ScIndexEnumeration:
[legend]
Collaboration diagram for ScIndexEnumeration:
[legend]

Public Member Functions

 ScIndexEnumeration (css::uno::Reference< css::container::XIndexAccess > xInd, OUString aServiceName)
 
virtual ~ScIndexEnumeration () override
 
virtual sal_Bool SAL_CALL hasMoreElements () override
 
virtual css::uno::Any SAL_CALL nextElement () override
 
virtual OUString SAL_CALL getImplementationName () override
 
virtual sal_Bool SAL_CALL supportsService (const OUString &ServiceName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames () override
 

Private Attributes

css::uno::Reference< css::container::XIndexAccess > xIndex
 
OUString sServiceName
 
sal_Int32 nPos
 

Detailed Description

Definition at line 97 of file miscuno.hxx.

Constructor & Destructor Documentation

◆ ScIndexEnumeration()

ScIndexEnumeration::ScIndexEnumeration ( css::uno::Reference< css::container::XIndexAccess >  xInd,
OUString  aServiceName 
)

Definition at line 190 of file miscuno.cxx.

References nPos, and sServiceName.

◆ ~ScIndexEnumeration()

ScIndexEnumeration::~ScIndexEnumeration ( )
overridevirtual

Definition at line 198 of file miscuno.cxx.

Member Function Documentation

◆ getImplementationName()

OUString SAL_CALL ScIndexEnumeration::getImplementationName ( )
overridevirtual

Definition at line 225 of file miscuno.cxx.

◆ getSupportedServiceNames()

css::uno::Sequence< OUString > SAL_CALL ScIndexEnumeration::getSupportedServiceNames ( )
overridevirtual

Definition at line 236 of file miscuno.cxx.

References sServiceName.

◆ hasMoreElements()

sal_Bool SAL_CALL ScIndexEnumeration::hasMoreElements ( )
overridevirtual

Definition at line 204 of file miscuno.cxx.

◆ nextElement()

uno::Any SAL_CALL ScIndexEnumeration::nextElement ( )
overridevirtual

Definition at line 210 of file miscuno.cxx.

References nPos, and xIndex.

◆ supportsService()

sal_Bool SAL_CALL ScIndexEnumeration::supportsService ( const OUString &  ServiceName)
overridevirtual

Definition at line 230 of file miscuno.cxx.

References ServiceName, and cppu::supportsService().

Member Data Documentation

◆ nPos

sal_Int32 ScIndexEnumeration::nPos
private

Definition at line 104 of file miscuno.hxx.

Referenced by nextElement().

◆ sServiceName

OUString ScIndexEnumeration::sServiceName
private

Definition at line 103 of file miscuno.hxx.

Referenced by getSupportedServiceNames().

◆ xIndex

css::uno::Reference<css::container::XIndexAccess> ScIndexEnumeration::xIndex
private

Definition at line 102 of file miscuno.hxx.

Referenced by nextElement().


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