#include <unomodule.hxx>
|
| SwUnoModule () |
|
virtual void SAL_CALL | dispatchWithNotification (const css::util::URL &aURL, const css::uno::Sequence< css::beans::PropertyValue > &aArgs, const css::uno::Reference< css::frame::XDispatchResultListener > &xListener) override |
|
virtual void SAL_CALL | dispatch (const css::util::URL &aURL, const css::uno::Sequence< css::beans::PropertyValue > &aArgs) override |
|
virtual void SAL_CALL | addStatusListener (const css::uno::Reference< css::frame::XStatusListener > &xControl, const css::util::URL &aURL) override |
|
virtual void SAL_CALL | removeStatusListener (const css::uno::Reference< css::frame::XStatusListener > &xControl, const css::util::URL &aURL) override |
|
virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL | queryDispatches (const css::uno::Sequence< css::frame::DispatchDescriptor > &seqDescriptor) override |
|
virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL | queryDispatch (const css::util::URL &aURL, const OUString &sTargetFrameName, sal_Int32 eSearchFlags) 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 |
|
Definition at line 49 of file unomodule.hxx.
◆ SwUnoModule()
SwUnoModule::SwUnoModule |
( |
| ) |
|
|
inline |
◆ addStatusListener()
void SAL_CALL SwUnoModule::addStatusListener |
( |
const css::uno::Reference< css::frame::XStatusListener > & |
xControl, |
|
|
const css::util::URL & |
aURL |
|
) |
| |
|
overridevirtual |
◆ dispatch()
void SAL_CALL SwUnoModule::dispatch |
( |
const css::util::URL & |
aURL, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
aArgs |
|
) |
| |
|
overridevirtual |
◆ dispatchWithNotification()
void SAL_CALL SwUnoModule::dispatchWithNotification |
( |
const css::util::URL & |
aURL, |
|
|
const css::uno::Sequence< css::beans::PropertyValue > & |
aArgs, |
|
|
const css::uno::Reference< css::frame::XDispatchResultListener > & |
xListener |
|
) |
| |
|
overridevirtual |
◆ getImplementationName()
OUString SAL_CALL SwUnoModule::getImplementationName |
( |
| ) |
|
|
overridevirtual |
◆ getSupportedServiceNames()
uno::Sequence< OUString > SAL_CALL SwUnoModule::getSupportedServiceNames |
( |
| ) |
|
|
overridevirtual |
◆ queryDispatch()
uno::Reference< frame::XDispatch > SAL_CALL SwUnoModule::queryDispatch |
( |
const css::util::URL & |
aURL, |
|
|
const OUString & |
sTargetFrameName, |
|
|
sal_Int32 |
eSearchFlags |
|
) |
| |
|
overridevirtual |
◆ queryDispatches()
uno::Sequence< uno::Reference< frame::XDispatch > > SAL_CALL SwUnoModule::queryDispatches |
( |
const css::uno::Sequence< css::frame::DispatchDescriptor > & |
seqDescriptor | ) |
|
|
overridevirtual |
◆ removeStatusListener()
void SAL_CALL SwUnoModule::removeStatusListener |
( |
const css::uno::Reference< css::frame::XStatusListener > & |
xControl, |
|
|
const css::util::URL & |
aURL |
|
) |
| |
|
overridevirtual |
◆ supportsService()
sal_Bool SAL_CALL SwUnoModule::supportsService |
( |
const OUString & |
ServiceName | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: