|
LibreOffice Module sc (master) 1
|
#include <ChartRangeSelectionListener.hxx>
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 | |
| ScTabViewShell * | m_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 |
Definition at line 32 of file ChartRangeSelectionListener.hxx.
|
explicit |
|
overridevirtual |
Definition at line 40 of file ChartRangeSelectionListener.cxx.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 66 of file ChartRangeSelectionListener.cxx.
References m_pViewShell.
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
Definition at line 44 of file ChartRangeSelectionListener.cxx.
References aEvent, ScTabView::DoChartSelection(), and m_pViewShell.
|
overrideprotectedvirtual |
|
private |
Definition at line 59 of file ChartRangeSelectionListener.hxx.
Referenced by disposing(), and selectionChanged().