23#include <com/sun/star/sheet/XRangeSelectionListener.hpp>
46 :
public ::cppu::WeakImplHelper<css::sheet::XRangeSelectionListener>
56 virtual void SAL_CALL
done(
const css::sheet::RangeSelectionEvent&
aEvent)
override;
57 virtual void SAL_CALL
aborted(
const css::sheet::RangeSelectionEvent&
aEvent)
override;
60 virtual void SAL_CALL
disposing(
const css::lang::EventObject&
Source)
override;
This guard calls lockControllers at the given Model in the CTOR and unlockControllers in the DTOR.
~RangeSelectionListenerParent()
virtual void disposingRangeSelection()=0
virtual void listeningFinished(const OUString &rNewRange)=0
RangeSelectionListenerParent & m_rParent
RangeSelectionListener(RangeSelectionListenerParent &rParent, OUString aInitialRange, const rtl::Reference<::chart::ChartModel > &xModelToLockController)
virtual void SAL_CALL disposing(const css::lang::EventObject &Source) override
ControllerLockGuardUNO m_aControllerLockGuard
virtual void SAL_CALL done(const css::sheet::RangeSelectionEvent &aEvent) override
virtual void SAL_CALL aborted(const css::sheet::RangeSelectionEvent &aEvent) override
virtual ~RangeSelectionListener() override