#include <formdispatchinterceptor.hxx>
|
css::uno::Reference< css::frame::XDispatchProviderInterception > | getIntercepted () const |
|
| DispatchInterceptionMultiplexer (const css::uno::Reference< css::frame::XDispatchProviderInterception > &_rToIntercept, DispatchInterceptor *_pMaster) |
|
virtual css::uno::Reference< css::frame::XDispatch > SAL_CALL | queryDispatch (const css::util::URL &aURL, const OUString &aTargetFrameName, sal_Int32 nSearchFlags) override |
|
virtual css::uno::Sequence< css::uno::Reference< css::frame::XDispatch > > SAL_CALL | queryDispatches (const css::uno::Sequence< css::frame::DispatchDescriptor > &aDescripts) override |
|
virtual css::uno::Reference< css::frame::XDispatchProvider > SAL_CALL | getSlaveDispatchProvider () override |
|
virtual void SAL_CALL | setSlaveDispatchProvider (const css::uno::Reference< css::frame::XDispatchProvider > &xNewDispatchProvider) override |
|
virtual css::uno::Reference< css::frame::XDispatchProvider > SAL_CALL | getMasterDispatchProvider () override |
|
virtual void SAL_CALL | setMasterDispatchProvider (const css::uno::Reference< css::frame::XDispatchProvider > &xNewSupplier) override |
|
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
|
virtual void SAL_CALL | disposing () override |
|
Definition at line 54 of file formdispatchinterceptor.hxx.
◆ DispatchInterceptionMultiplexer()
svxform::DispatchInterceptionMultiplexer::DispatchInterceptionMultiplexer |
( |
const css::uno::Reference< css::frame::XDispatchProviderInterception > & |
_rToIntercept, |
|
|
DispatchInterceptor * |
_pMaster |
|
) |
| |
◆ ~DispatchInterceptionMultiplexer()
svxform::DispatchInterceptionMultiplexer::~DispatchInterceptionMultiplexer |
( |
| ) |
|
|
overrideprivatevirtual |
◆ disposing() [1/2]
void svxform::DispatchInterceptionMultiplexer::disposing |
( |
| ) |
|
|
overridevirtual |
◆ disposing() [2/2]
virtual void SAL_CALL svxform::DispatchInterceptionMultiplexer::disposing |
( |
const css::lang::EventObject & |
Source | ) |
|
|
overridevirtual |
◆ getIntercepted()
css::uno::Reference< css::frame::XDispatchProviderInterception > svxform::DispatchInterceptionMultiplexer::getIntercepted |
( |
| ) |
const |
|
inline |
◆ getMasterDispatchProvider()
Reference< XDispatchProvider > SAL_CALL svxform::DispatchInterceptionMultiplexer::getMasterDispatchProvider |
( |
| ) |
|
|
overridevirtual |
◆ getSlaveDispatchProvider()
Reference< XDispatchProvider > SAL_CALL svxform::DispatchInterceptionMultiplexer::getSlaveDispatchProvider |
( |
| ) |
|
|
overridevirtual |
◆ ImplDetach()
void svxform::DispatchInterceptionMultiplexer::ImplDetach |
( |
| ) |
|
|
private |
◆ queryDispatch()
Reference< XDispatch > SAL_CALL svxform::DispatchInterceptionMultiplexer::queryDispatch |
( |
const css::util::URL & |
aURL, |
|
|
const OUString & |
aTargetFrameName, |
|
|
sal_Int32 |
nSearchFlags |
|
) |
| |
|
overridevirtual |
◆ queryDispatches()
Sequence< Reference< XDispatch > > SAL_CALL svxform::DispatchInterceptionMultiplexer::queryDispatches |
( |
const css::uno::Sequence< css::frame::DispatchDescriptor > & |
aDescripts | ) |
|
|
overridevirtual |
◆ setMasterDispatchProvider()
void SAL_CALL svxform::DispatchInterceptionMultiplexer::setMasterDispatchProvider |
( |
const css::uno::Reference< css::frame::XDispatchProvider > & |
xNewSupplier | ) |
|
|
overridevirtual |
◆ setSlaveDispatchProvider()
void SAL_CALL svxform::DispatchInterceptionMultiplexer::setSlaveDispatchProvider |
( |
const css::uno::Reference< css::frame::XDispatchProvider > & |
xNewDispatchProvider | ) |
|
|
overridevirtual |
◆ m_aFallback
::osl::Mutex svxform::DispatchInterceptionMultiplexer::m_aFallback |
|
private |
◆ m_bListening
bool svxform::DispatchInterceptionMultiplexer::m_bListening |
|
private |
◆ m_pMaster
◆ m_pMutex
::osl::Mutex* svxform::DispatchInterceptionMultiplexer::m_pMutex |
|
private |
◆ m_xIntercepted
css::uno::WeakReference< css::frame::XDispatchProviderInterception > svxform::DispatchInterceptionMultiplexer::m_xIntercepted |
|
private |
◆ m_xMasterDispatcher
css::uno::Reference< css::frame::XDispatchProvider> svxform::DispatchInterceptionMultiplexer::m_xMasterDispatcher |
|
private |
◆ m_xSlaveDispatcher
css::uno::Reference< css::frame::XDispatchProvider> svxform::DispatchInterceptionMultiplexer::m_xSlaveDispatcher |
|
private |
The documentation for this class was generated from the following files: