Lines Matching refs:DispatchInterceptionMultiplexer
65 DBG_NAME(DispatchInterceptionMultiplexer) in DBG_NAME() argument
67 DispatchInterceptionMultiplexer::DispatchInterceptionMultiplexer( in DBG_NAME()
76 DBG_CTOR(DispatchInterceptionMultiplexer,NULL); in DBG_NAME()
96 DispatchInterceptionMultiplexer::~DispatchInterceptionMultiplexer() in ~DispatchInterceptionMultiplexer()
101 DBG_DTOR(DispatchInterceptionMultiplexer,NULL); in ~DispatchInterceptionMultiplexer()
105 …Reference< XDispatch > SAL_CALL DispatchInterceptionMultiplexer::queryDispatch( const URL& aURL, c… in queryDispatch()
122 …DispatchInterceptionMultiplexer::queryDispatches( const Sequence< DispatchDescriptor >& aDescripts… in queryDispatches()
136 …Reference< XDispatchProvider > SAL_CALL DispatchInterceptionMultiplexer::getSlaveDispatchProvider(… in getSlaveDispatchProvider()
143 …void SAL_CALL DispatchInterceptionMultiplexer::setSlaveDispatchProvider(const Reference< XDispatch… in setSlaveDispatchProvider()
150 …Reference< XDispatchProvider> SAL_CALL DispatchInterceptionMultiplexer::getMasterDispatchProvider(… in getMasterDispatchProvider()
157 …void SAL_CALL DispatchInterceptionMultiplexer::setMasterDispatchProvider(const Reference< XDispatc… in setMasterDispatchProvider()
164 …void SAL_CALL DispatchInterceptionMultiplexer::disposing(const EventObject& Source) throw( Runtime… in disposing()
175 void DispatchInterceptionMultiplexer::ImplDetach() in ImplDetach()
195 void DispatchInterceptionMultiplexer::disposing() in disposing()