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

#include <cellsuno.hxx>

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

Public Member Functions

 ScCellsObj (ScDocShell *pDocSh, ScRangeList aR)
 
virtual ~ScCellsObj () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) 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
 
ScRangeList aRanges
 

Detailed Description

Definition at line 1026 of file cellsuno.hxx.

Constructor & Destructor Documentation

◆ ScCellsObj()

ScCellsObj::ScCellsObj ( ScDocShell pDocSh,
ScRangeList  aR 
)

Definition at line 8553 of file cellsuno.cxx.

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

◆ ~ScCellsObj()

ScCellsObj::~ScCellsObj ( )
overridevirtual

Member Function Documentation

◆ createEnumeration()

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

Definition at line 8583 of file cellsuno.cxx.

References aRanges, and pDocShell.

◆ getElementType()

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

Definition at line 8591 of file cellsuno.cxx.

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

◆ getImplementationName()

virtual OUString SAL_CALL ScCellsObj::getImplementationName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ hasElements()

sal_Bool SAL_CALL ScCellsObj::hasElements ( )
overridevirtual

faster if test ourself?

Definition at line 8596 of file cellsuno.cxx.

References aRanges, and pDocShell.

◆ Notify()

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

◆ supportsService()

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

Member Data Documentation

◆ aRanges

ScRangeList ScCellsObj::aRanges
private

Definition at line 1033 of file cellsuno.hxx.

Referenced by createEnumeration(), hasElements(), and Notify().

◆ pDocShell

ScDocShell* ScCellsObj::pDocShell
private

Definition at line 1032 of file cellsuno.hxx.

Referenced by createEnumeration(), hasElements(), Notify(), ScCellsObj(), and ~ScCellsObj().


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