37 const css::uno::Reference< css::uno::XComponentContext > & xContext,
47 const css::util::URL&
URL,
48 const css::uno::Sequence< css::beans::PropertyValue >& Arguments )
override;
52 virtual void disposing(std::unique_lock<std::mutex>& rGuard)
override;
56 const css::lang::EventObject& Source )
override;
59 const OUString & rURL,
60 const css::uno::Reference< css::frame::XStatusListener > & xSingleListener )
override;
This is the base class for an XDispatch.
This is a CommandDispatch implementation for Undo and Redo.
rtl::Reference<::chart::ChartModel > m_xModel
virtual ~UndoCommandDispatch() override
css::uno::Reference< css::document::XUndoManager > m_xUndoManager
virtual void disposing(std::unique_lock< std::mutex > &rGuard) override
is called when this is disposed
UndoCommandDispatch(const css::uno::Reference< css::uno::XComponentContext > &xContext, rtl::Reference<::chart::ChartModel > xModel)
virtual void SAL_CALL dispatch(const css::util::URL &URL, const css::uno::Sequence< css::beans::PropertyValue > &Arguments) override
virtual void SAL_CALL disposing(const css::lang::EventObject &Source) override
virtual void initialize() override
virtual void fireStatusEvent(const OUString &rURL, const css::uno::Reference< css::frame::XStatusListener > &xSingleListener) override
sends a status event for a specific command to all registered listeners or only the one given when se...
Reference< XModel > xModel