22#include <com/sun/star/frame/XStatusListener.hpp>
23#include <com/sun/star/frame/XNotifyingDispatch.hpp>
24#include <com/sun/star/frame/XDispatchInformationProvider.hpp>
25#include <com/sun/star/util/URL.hpp>
26#include <com/sun/star/frame/XDispatchResultListener.hpp>
27#include <com/sun/star/uno/XComponentContext.hpp>
37 css::frame::XNotifyingDispatch,
38 css::frame::XDispatchInformationProvider >
48 css::uno::Reference< css::uno::XComponentContext >
m_xContext;
76 const css::uno::Sequence< css::beans::PropertyValue >& lArguments,
77 const css::uno::Reference< css::frame::XDispatchResultListener >& xListener )
override;
80 virtual void SAL_CALL
dispatch (
const css::util::URL& aURL ,
81 const css::uno::Sequence< css::beans::PropertyValue >& lArguments)
override;
82 virtual void SAL_CALL
addStatusListener (
const css::uno::Reference< css::frame::XStatusListener >& xListener ,
83 const css::util::URL& aURL )
override;
84 virtual void SAL_CALL
removeStatusListener(
const css::uno::Reference< css::frame::XStatusListener >& xListener ,
85 const css::util::URL& aURL )
override;
120 const css::uno::Any& aResult );
helper to handle all URLs related to the StartModule
StartModuleDispatcher(css::uno::Reference< css::uno::XComponentContext > xContext)
connect a new StartModuleDispatcher instance to its "owner frame".
virtual ~StartModuleDispatcher() override
does nothing real.
bool implts_isBackingModePossible()
check if StartModule can be shown.
virtual void SAL_CALL removeStatusListener(const css::uno::Reference< css::frame::XStatusListener > &xListener, const css::util::URL &aURL) override
virtual css::uno::Sequence< css::frame::DispatchInformation > SAL_CALL getConfigurableDispatchInformation(sal_Int16 nCommandGroup) override
virtual css::uno::Sequence< sal_Int16 > SAL_CALL getSupportedCommandGroups() override
virtual void SAL_CALL dispatch(const css::util::URL &aURL, const css::uno::Sequence< css::beans::PropertyValue > &lArguments) override
css::uno::Reference< css::uno::XComponentContext > m_xContext
reference to a uno service manager, which can be used to create own needed uno resources.
virtual void SAL_CALL addStatusListener(const css::uno::Reference< css::frame::XStatusListener > &xListener, const css::util::URL &aURL) override
void implts_establishBackingMode()
open the special BackingComponent (now StartModule)
virtual void SAL_CALL dispatchWithNotification(const css::util::URL &aURL, const css::uno::Sequence< css::beans::PropertyValue > &lArguments, const css::uno::Reference< css::frame::XDispatchResultListener > &xListener) override
void implts_notifyResultListener(const css::uno::Reference< css::frame::XDispatchResultListener > &xListener, sal_Int16 nState, const css::uno::Any &aResult)
notify a DispatchResultListener.