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

#include <TablePivotCharts.hxx>

Inheritance diagram for sc::TablePivotCharts:
[legend]
Collaboration diagram for sc::TablePivotCharts:
[legend]

Public Member Functions

 TablePivotCharts (ScDocShell *pDocShell, SCTAB nTab)
 
virtual ~TablePivotCharts () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override
 
virtual void SAL_CALL addNewByName (OUString const &aName, const css::awt::Rectangle &aRect, OUString const &aDataPilotName) override
 
virtual void SAL_CALL removeByName (OUString const &aName) override
 
virtual css::uno::Any SAL_CALL getByName (OUString const &aName) override
 
virtual css::uno::Sequence< OUString > SAL_CALL getElementNames () override
 
virtual sal_Bool SAL_CALL hasByName (OUString const &aName) override
 
virtual sal_Int32 SAL_CALL getCount () override
 
virtual css::uno::Any SAL_CALL getByIndex (sal_Int32 nIndex) 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 (OUString const &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

ScDocShellm_pDocShell
 
SCTAB m_nTab
 

Detailed Description

Definition at line 30 of file TablePivotCharts.hxx.

Constructor & Destructor Documentation

◆ TablePivotCharts()

sc::TablePivotCharts::TablePivotCharts ( ScDocShell pDocShell,
SCTAB  nTab 
)

Definition at line 47 of file TablePivotCharts.cxx.

◆ ~TablePivotCharts()

sc::TablePivotCharts::~TablePivotCharts ( )
overridevirtual

Member Function Documentation

◆ addNewByName()

void SAL_CALL sc::TablePivotCharts::addNewByName ( OUString const &  aName,
const css::awt::Rectangle &  aRect,
OUString const &  aDataPilotName 
)
overridevirtual

◆ getByIndex()

uno::Any SAL_CALL sc::TablePivotCharts::getByIndex ( sal_Int32  nIndex)
overridevirtual

◆ getByName()

uno::Any SAL_CALL sc::TablePivotCharts::getByName ( OUString const &  aName)
overridevirtual

◆ getCount()

sal_Int32 SAL_CALL sc::TablePivotCharts::getCount ( )
overridevirtual

◆ getElementNames()

uno::Sequence< OUString > SAL_CALL sc::TablePivotCharts::getElementNames ( )
overridevirtual

◆ getElementType()

uno::Type SAL_CALL sc::TablePivotCharts::getElementType ( )
overridevirtual

Definition at line 224 of file TablePivotCharts.cxx.

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

◆ getImplementationName()

virtual OUString SAL_CALL sc::TablePivotCharts::getImplementationName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ hasByName()

sal_Bool SAL_CALL sc::TablePivotCharts::hasByName ( OUString const &  aName)
overridevirtual

◆ hasElements()

sal_Bool SAL_CALL sc::TablePivotCharts::hasElements ( )
overridevirtual

Definition at line 229 of file TablePivotCharts.cxx.

References getCount().

◆ Notify()

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

Reimplemented from SfxListener.

Definition at line 62 of file TablePivotCharts.cxx.

References SfxHint::GetId(), and m_pDocShell.

◆ removeByName()

void SAL_CALL sc::TablePivotCharts::removeByName ( OUString const &  aName)
overridevirtual

◆ supportsService()

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

Member Data Documentation

◆ m_nTab

SCTAB sc::TablePivotCharts::m_nTab
private

◆ m_pDocShell

ScDocShell* sc::TablePivotCharts::m_pDocShell
private

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