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

#include <cellsuno.hxx>

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

Public Member Functions

 ScCellsEnumeration (ScDocShell *pDocSh, ScRangeList aR)
 
virtual ~ScCellsEnumeration () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) 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
 
- Public Member Functions inherited from SfxListener
 SfxListener ()
 
 SfxListener (const SfxListener &rCopy)
 
virtual ~SfxListener () COVERITY_NOEXCEPT_FALSE
 
void StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected)
 
void EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false)
 
void EndListeningAll ()
 
bool IsListening (SfxBroadcaster &rBroadcaster) const
 
sal_uInt16 GetBroadcasterCount () const
 
SfxBroadcasterGetBroadcasterJOE (sal_uInt16 nNo) const
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint)
 
void RemoveBroadcaster_Impl (SfxBroadcaster &rBC)
 
virtual bool IsSdrView () const
 

Private Member Functions

void Advance_Impl ()
 
void CheckPos_Impl ()
 

Private Attributes

ScDocShellpDocShell
 
ScRangeList aRanges
 
ScAddress aPos
 
std::unique_ptr< ScMarkDatapMark
 
bool bAtEnd
 

Detailed Description

Definition at line 1055 of file cellsuno.hxx.

Constructor & Destructor Documentation

◆ ScCellsEnumeration()

ScCellsEnumeration::ScCellsEnumeration ( ScDocShell pDocSh,
ScRangeList  aR 
)

◆ ~ScCellsEnumeration()

ScCellsEnumeration::~ScCellsEnumeration ( )
overridevirtual

Member Function Documentation

◆ Advance_Impl()

void ScCellsEnumeration::Advance_Impl ( )
private

◆ CheckPos_Impl()

void ScCellsEnumeration::CheckPos_Impl ( )
private

◆ getImplementationName()

virtual OUString SAL_CALL ScCellsEnumeration::getImplementationName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ hasMoreElements()

sal_Bool SAL_CALL ScCellsEnumeration::hasMoreElements ( )
overridevirtual

Definition at line 8712 of file cellsuno.cxx.

References bAtEnd.

◆ nextElement()

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

Definition at line 8718 of file cellsuno.cxx.

References Advance_Impl(), aPos, bAtEnd, and pDocShell.

◆ Notify()

void ScCellsEnumeration::Notify ( SfxBroadcaster rBC,
const SfxHint rHint 
)
overridevirtual

◆ supportsService()

virtual sal_Bool SAL_CALL ScCellsEnumeration::supportsService ( const OUString &  ServiceName)
overridevirtual

Member Data Documentation

◆ aPos

ScAddress ScCellsEnumeration::aPos
private

Definition at line 1063 of file cellsuno.hxx.

Referenced by Advance_Impl(), CheckPos_Impl(), nextElement(), Notify(), and ScCellsEnumeration().

◆ aRanges

ScRangeList ScCellsEnumeration::aRanges
private

Definition at line 1062 of file cellsuno.hxx.

Referenced by Advance_Impl(), CheckPos_Impl(), Notify(), and ScCellsEnumeration().

◆ bAtEnd

bool ScCellsEnumeration::bAtEnd
private

Definition at line 1065 of file cellsuno.hxx.

Referenced by Advance_Impl(), hasMoreElements(), nextElement(), Notify(), and ScCellsEnumeration().

◆ pDocShell

ScDocShell* ScCellsEnumeration::pDocShell
private

◆ pMark

std::unique_ptr<ScMarkData> ScCellsEnumeration::pMark
private

Definition at line 1064 of file cellsuno.hxx.

Referenced by Advance_Impl(), CheckPos_Impl(), Notify(), and ~ScCellsEnumeration().


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