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

#include <cellsuno.hxx>

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

Public Member Functions

 ScUniqueCellFormatsEnumeration (ScDocShell *pDocShell, std::vector< ScRangeList > &&rRangeLists)
 
virtual ~ScUniqueCellFormatsEnumeration () 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 Attributes

std::vector< ScRangeListaRangeLists
 
ScDocShellpDocShell
 
sal_Int32 nCurrentPosition
 

Detailed Description

Definition at line 1191 of file cellsuno.hxx.

Constructor & Destructor Documentation

◆ ScUniqueCellFormatsEnumeration()

ScUniqueCellFormatsEnumeration::ScUniqueCellFormatsEnumeration ( ScDocShell pDocShell,
std::vector< ScRangeList > &&  rRangeLists 
)

Definition at line 9202 of file cellsuno.cxx.

References ScDocument::AddUnoObject(), ScDocShell::GetDocument(), and pDocShell.

◆ ~ScUniqueCellFormatsEnumeration()

ScUniqueCellFormatsEnumeration::~ScUniqueCellFormatsEnumeration ( )
overridevirtual

Member Function Documentation

◆ getImplementationName()

virtual OUString SAL_CALL ScUniqueCellFormatsEnumeration::getImplementationName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ hasMoreElements()

sal_Bool SAL_CALL ScUniqueCellFormatsEnumeration::hasMoreElements ( )
overridevirtual

Definition at line 9233 of file cellsuno.cxx.

References aRangeLists, o3tl::make_unsigned(), and nCurrentPosition.

Referenced by nextElement().

◆ nextElement()

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

Definition at line 9239 of file cellsuno.cxx.

References aRangeLists, hasMoreElements(), nCurrentPosition, and pDocShell.

◆ Notify()

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

and now ???

Reimplemented from SfxListener.

Definition at line 9218 of file cellsuno.cxx.

References SfxHint::GetId(), and pDocShell.

◆ supportsService()

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

Member Data Documentation

◆ aRangeLists

std::vector<ScRangeList> ScUniqueCellFormatsEnumeration::aRangeLists
private

Definition at line 1197 of file cellsuno.hxx.

Referenced by hasMoreElements(), and nextElement().

◆ nCurrentPosition

sal_Int32 ScUniqueCellFormatsEnumeration::nCurrentPosition
private

Definition at line 1199 of file cellsuno.hxx.

Referenced by hasMoreElements(), and nextElement().

◆ pDocShell

ScDocShell* ScUniqueCellFormatsEnumeration::pDocShell
private

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