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

#include <cellsuno.hxx>

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

Public Member Functions

 ScCellFormatsEnumeration (ScDocShell *pDocSh, const ScRange &rR)
 
virtual ~ScCellFormatsEnumeration () 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 ()
 
rtl::Reference< ScCellRangeObjNextObject_Impl ()
 

Private Attributes

ScDocShellpDocShell
 
SCTAB nTab
 
std::unique_ptr< ScAttrRectIteratorpIter
 
ScRange aNext
 
bool bAtEnd
 
bool bDirty
 

Detailed Description

Definition at line 1124 of file cellsuno.hxx.

Constructor & Destructor Documentation

◆ ScCellFormatsEnumeration()

ScCellFormatsEnumeration::ScCellFormatsEnumeration ( ScDocShell pDocSh,
const ScRange rR 
)

◆ ~ScCellFormatsEnumeration()

ScCellFormatsEnumeration::~ScCellFormatsEnumeration ( )
overridevirtual

Member Function Documentation

◆ Advance_Impl()

void ScCellFormatsEnumeration::Advance_Impl ( )
private

Definition at line 8876 of file cellsuno.cxx.

References aNext, bAtEnd, bDirty, nTab, and pIter.

Referenced by NextObject_Impl(), and ScCellFormatsEnumeration().

◆ getImplementationName()

virtual OUString SAL_CALL ScCellFormatsEnumeration::getImplementationName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ hasMoreElements()

sal_Bool SAL_CALL ScCellFormatsEnumeration::hasMoreElements ( )
overridevirtual

Definition at line 8936 of file cellsuno.cxx.

References bAtEnd.

◆ nextElement()

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

Definition at line 8942 of file cellsuno.cxx.

References bAtEnd, NextObject_Impl(), and pDocShell.

◆ NextObject_Impl()

rtl::Reference< ScCellRangeObj > ScCellFormatsEnumeration::NextObject_Impl ( )
private

Definition at line 8899 of file cellsuno.cxx.

References Advance_Impl(), ScRange::aEnd, aNext, ScRange::aStart, bAtEnd, and pDocShell.

Referenced by nextElement().

◆ Notify()

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

and now???

Reimplemented from SfxListener.

Definition at line 8913 of file cellsuno.cxx.

References bDirty, SfxHint::GetId(), nId, pDocShell, and pIter.

◆ supportsService()

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

Member Data Documentation

◆ aNext

ScRange ScCellFormatsEnumeration::aNext
private

Definition at line 1133 of file cellsuno.hxx.

Referenced by Advance_Impl(), and NextObject_Impl().

◆ bAtEnd

bool ScCellFormatsEnumeration::bAtEnd
private

Definition at line 1134 of file cellsuno.hxx.

Referenced by Advance_Impl(), hasMoreElements(), nextElement(), and NextObject_Impl().

◆ bDirty

bool ScCellFormatsEnumeration::bDirty
private

Definition at line 1135 of file cellsuno.hxx.

Referenced by Advance_Impl(), and Notify().

◆ nTab

SCTAB ScCellFormatsEnumeration::nTab
private

Definition at line 1131 of file cellsuno.hxx.

Referenced by Advance_Impl(), and ScCellFormatsEnumeration().

◆ pDocShell

ScDocShell* ScCellFormatsEnumeration::pDocShell
private

◆ pIter

std::unique_ptr<ScAttrRectIterator> ScCellFormatsEnumeration::pIter
private

Definition at line 1132 of file cellsuno.hxx.

Referenced by Advance_Impl(), Notify(), and ScCellFormatsEnumeration().


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