LibreOffice Module sc (master) 1
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
ScChartRangeSelectionListener Class Reference

#include <ChartRangeSelectionListener.hxx>

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

Public Member Functions

 ScChartRangeSelectionListener (ScTabViewShell *pViewShell)
 
virtual ~ScChartRangeSelectionListener () 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 ()
 

Protected Member Functions

virtual void SAL_CALL selectionChanged (const css::lang::EventObject &aEvent) override
 
virtual void SAL_CALL disposing (const css::lang::EventObject &Source) override
 
virtual void disposing (std::unique_lock< std::mutex > &) 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
 
- Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase
void throwIfDisposed (std::unique_lock< std::mutex > &)
 

Private Attributes

ScTabViewShellm_pViewShell
 

Additional Inherited Members

- 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 32 of file ChartRangeSelectionListener.hxx.

Constructor & Destructor Documentation

◆ ScChartRangeSelectionListener()

ScChartRangeSelectionListener::ScChartRangeSelectionListener ( ScTabViewShell pViewShell)
explicit

◆ ~ScChartRangeSelectionListener()

ScChartRangeSelectionListener::~ScChartRangeSelectionListener ( )
overridevirtual

Definition at line 40 of file ChartRangeSelectionListener.cxx.

Member Function Documentation

◆ disposing() [1/2]

virtual void SAL_CALL ScChartRangeSelectionListener::disposing ( const css::lang::EventObject &  Source)
overrideprotectedvirtual

◆ disposing() [2/2]

void ScChartRangeSelectionListener::disposing ( std::unique_lock< std::mutex > &  )
overrideprotectedvirtual

Reimplemented from comphelper::WeakComponentImplHelperBase.

Definition at line 66 of file ChartRangeSelectionListener.cxx.

References m_pViewShell.

◆ getImplementationName()

virtual OUString SAL_CALL ScChartRangeSelectionListener::getImplementationName ( )
overrideprotectedvirtual

◆ getSupportedServiceNames()

virtual css::uno::Sequence< OUString > SAL_CALL ScChartRangeSelectionListener::getSupportedServiceNames ( )
overrideprotectedvirtual

◆ selectionChanged()

void SAL_CALL ScChartRangeSelectionListener::selectionChanged ( const css::lang::EventObject &  aEvent)
overrideprotectedvirtual

◆ supportsService()

virtual sal_Bool SAL_CALL ScChartRangeSelectionListener::supportsService ( const OUString &  ServiceName)
overrideprotectedvirtual

Member Data Documentation

◆ m_pViewShell

ScTabViewShell* ScChartRangeSelectionListener::m_pViewShell
private

Definition at line 59 of file ChartRangeSelectionListener.hxx.

Referenced by disposing(), and selectionChanged().


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