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

#include <cellsuno.hxx>

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

Public Member Functions

 ScUniqueCellFormatsObj (ScDocShell *pDocSh, const ScRange &rR)
 
virtual ~ScUniqueCellFormatsObj () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 Index) override
 
virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration () override
 
virtual css::uno::Type SAL_CALL getElementType () override
 
virtual sal_Bool SAL_CALL hasElements () 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

ScDocShellpDocShell
 
std::vector< ScRangeListaRangeLists
 

Detailed Description

Definition at line 1157 of file cellsuno.hxx.

Constructor & Destructor Documentation

◆ ScUniqueCellFormatsObj()

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

◆ ~ScUniqueCellFormatsObj()

ScUniqueCellFormatsObj::~ScUniqueCellFormatsObj ( )
overridevirtual

Member Function Documentation

◆ createEnumeration()

uno::Reference< container::XEnumeration > SAL_CALL ScUniqueCellFormatsObj::createEnumeration ( )
overridevirtual

Definition at line 9194 of file cellsuno.cxx.

References aRangeLists, and pDocShell.

◆ getByIndex()

uno::Any SAL_CALL ScUniqueCellFormatsObj::getByIndex ( sal_Int32  Index)
overridevirtual

Definition at line 9170 of file cellsuno.cxx.

References aRangeLists, o3tl::make_unsigned(), nIndex, and pDocShell.

◆ getCount()

sal_Int32 SAL_CALL ScUniqueCellFormatsObj::getCount ( )
overridevirtual

Definition at line 9163 of file cellsuno.cxx.

References aRangeLists.

◆ getElementType()

uno::Type SAL_CALL ScUniqueCellFormatsObj::getElementType ( )
overridevirtual

Definition at line 9181 of file cellsuno.cxx.

References cppu::UnoType< typename T >::get().

◆ getImplementationName()

virtual OUString SAL_CALL ScUniqueCellFormatsObj::getImplementationName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ hasElements()

sal_Bool SAL_CALL ScUniqueCellFormatsObj::hasElements ( )
overridevirtual

Definition at line 9186 of file cellsuno.cxx.

References aRangeLists.

◆ Notify()

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

aTotalRange...

Reimplemented from SfxListener.

Definition at line 8962 of file cellsuno.cxx.

References SfxHint::GetId(), and pDocShell.

◆ supportsService()

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

Member Data Documentation

◆ aRangeLists

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

◆ pDocShell

ScDocShell* ScUniqueCellFormatsObj::pDocShell
private

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