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

#include <TablePivotChart.hxx>

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

Public Member Functions

 TablePivotChart (ScDocShell *pDocShell, SCTAB nTab, OUString aName)
 
virtual ~TablePivotChart () override
 
virtual void Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override
 
virtual css::uno::Reference< css::lang::XComponent > SAL_CALL getEmbeddedObject () override
 
virtual OUString SAL_CALL getName () override
 
virtual void SAL_CALL setName (OUString const &aName) override
 
virtual OUString SAL_CALL getPivotTableName () 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 comphelper::WeakComponentImplHelper< typename... Ifc >
virtual void SAL_CALL acquire () noexcept override
 
virtual void SAL_CALL release () noexcept override
 
virtual void SAL_CALL dispose () noexcept final override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual css::uno::Sequence< css::uno::Type > SAL_CALL getTypes () override
 
virtual css::uno::Sequence< sal_Int8 > SAL_CALL getImplementationId () override
 
- Public Member Functions inherited from comphelper::WeakComponentImplHelperBase
virtual ~WeakComponentImplHelperBase () override
 
virtual void SAL_CALL dispose () override
 
virtual void SAL_CALL addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual void SAL_CALL removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override
 
virtual css::uno::Any SAL_CALL queryInterface (css::uno::Type const &rType) override
 
virtual void disposing (std::unique_lock< std::mutex > &)
 
- Public Member Functions inherited from comphelper::UnoImplBase
virtual ~UnoImplBase ()
 
- 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
 
OUString m_aChartName
 

Additional Inherited Members

- Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase
void throwIfDisposed (std::unique_lock< std::mutex > &)
 
- Protected Attributes inherited from comphelper::WeakComponentImplHelperBase
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > maEventListeners
 
- Protected Attributes inherited from comphelper::UnoImplBase
std::mutex m_aMutex
 
bool m_bDisposed
 

Detailed Description

Definition at line 33 of file TablePivotChart.hxx.

Constructor & Destructor Documentation

◆ TablePivotChart()

sc::TablePivotChart::TablePivotChart ( ScDocShell pDocShell,
SCTAB  nTab,
OUString  aName 
)

Definition at line 31 of file TablePivotChart.cxx.

◆ ~TablePivotChart()

sc::TablePivotChart::~TablePivotChart ( )
overridevirtual

Member Function Documentation

◆ getEmbeddedObject()

uno::Reference< lang::XComponent > SAL_CALL sc::TablePivotChart::getEmbeddedObject ( )
overridevirtual

◆ getImplementationName()

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

◆ getName()

OUString SAL_CALL sc::TablePivotChart::getName ( )
overridevirtual

Definition at line 67 of file TablePivotChart.cxx.

References m_aChartName.

◆ getPivotTableName()

OUString SAL_CALL sc::TablePivotChart::getPivotTableName ( )
overridevirtual

◆ getSupportedServiceNames()

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

◆ Notify()

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

Reimplemented from SfxListener.

Definition at line 48 of file TablePivotChart.cxx.

References SfxHint::GetId(), and m_pDocShell.

◆ setName()

void SAL_CALL sc::TablePivotChart::setName ( OUString const &  aName)
overridevirtual

Definition at line 72 of file TablePivotChart.cxx.

◆ supportsService()

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

Member Data Documentation

◆ m_aChartName

OUString sc::TablePivotChart::m_aChartName
private

Definition at line 39 of file TablePivotChart.hxx.

Referenced by getEmbeddedObject(), getName(), and getPivotTableName().

◆ m_nTab

SCTAB sc::TablePivotChart::m_nTab
private

Definition at line 38 of file TablePivotChart.hxx.

Referenced by getEmbeddedObject(), and getPivotTableName().

◆ m_pDocShell

ScDocShell* sc::TablePivotChart::m_pDocShell
private

Definition at line 37 of file TablePivotChart.hxx.

Referenced by getEmbeddedObject(), getPivotTableName(), Notify(), and ~TablePivotChart().


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