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

#include <cellsuno.hxx>

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

Public Member Functions

 ScCellFormatsObj (ScDocShell *pDocSh, const ScRange &rR)
 
virtual ~ScCellFormatsObj () 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 Member Functions

rtl::Reference< ScCellRangeObjGetObjectByIndex_Impl (tools::Long nIndex) const
 

Private Attributes

ScDocShellpDocShell
 
ScRange aTotalRange
 

Detailed Description

Definition at line 1087 of file cellsuno.hxx.

Constructor & Destructor Documentation

◆ ScCellFormatsObj()

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

◆ ~ScCellFormatsObj()

ScCellFormatsObj::~ScCellFormatsObj ( )
overridevirtual

Member Function Documentation

◆ createEnumeration()

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

Definition at line 8842 of file cellsuno.cxx.

References aTotalRange, and pDocShell.

◆ getByIndex()

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

Definition at line 8817 of file cellsuno.cxx.

References GetObjectByIndex_Impl(), and nIndex.

◆ getCount()

sal_Int32 SAL_CALL ScCellFormatsObj::getCount ( )
overridevirtual

◆ getElementType()

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

Definition at line 8829 of file cellsuno.cxx.

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

◆ getImplementationName()

virtual OUString SAL_CALL ScCellFormatsObj::getImplementationName ( )
overridevirtual

◆ GetObjectByIndex_Impl()

rtl::Reference< ScCellRangeObj > ScCellFormatsObj::GetObjectByIndex_Impl ( tools::Long  nIndex) const
private

◆ getSupportedServiceNames()

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

◆ hasElements()

sal_Bool SAL_CALL ScCellFormatsObj::hasElements ( )
overridevirtual

always greater then zero ??

Definition at line 8834 of file cellsuno.cxx.

References getCount().

◆ Notify()

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

aTotalRange...

Reimplemented from SfxListener.

Definition at line 8751 of file cellsuno.cxx.

References SfxHint::GetId(), and pDocShell.

◆ supportsService()

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

Member Data Documentation

◆ aTotalRange

ScRange ScCellFormatsObj::aTotalRange
private

◆ pDocShell

ScDocShell* ScCellFormatsObj::pDocShell
private

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