Lines Matching refs:Dispatch
181 class PresenterProtocolHandler::Dispatch class in sdext::presenter::PresenterProtocolHandler
186 typedef void (PresenterProtocolHandler::Dispatch::* Action)(void);
237 Dispatch (
240 virtual ~Dispatch (void);
345 xDispatch.set(Dispatch::Create(rURL.Path, mpPresenterController)); in queryDispatch()
385 Reference<frame::XDispatch> PresenterProtocolHandler::Dispatch::Create ( in Create()
389 ::rtl::Reference<Dispatch> pDispatch (new Dispatch (rsURLPath, rpPresenterController)); in Create()
399 PresenterProtocolHandler::Dispatch::Dispatch ( in Dispatch() function in sdext::presenter::PresenterProtocolHandler::Dispatch
419 Command* PresenterProtocolHandler::Dispatch::CreateCommand ( in CreateCommand()
502 PresenterProtocolHandler::Dispatch::~Dispatch (void) in ~Dispatch()
509 void PresenterProtocolHandler::Dispatch::disposing (void) in disposing()
527 void SAL_CALL PresenterProtocolHandler::Dispatch::dispatch( in dispatch()
551 void SAL_CALL PresenterProtocolHandler::Dispatch::addStatusListener( in addStatusListener()
574 void SAL_CALL PresenterProtocolHandler::Dispatch::removeStatusListener ( in removeStatusListener()
598 void PresenterProtocolHandler::Dispatch::ThrowIfDisposed (void) const in ThrowIfDisposed()
615 void SAL_CALL PresenterProtocolHandler::Dispatch::notifyEvent ( in notifyEvent()
629 void SAL_CALL PresenterProtocolHandler::Dispatch::disposing (const css::lang::EventObject& rEvent) in disposing()