Lines Matching refs:PresenterProtocolHandler

181 class PresenterProtocolHandler::Dispatch
186 typedef void (PresenterProtocolHandler::Dispatch::* Action)(void);
250 OUString PresenterProtocolHandler::getImplementationName_static (void) in getImplementationName_static()
258 Sequence<OUString> PresenterProtocolHandler::getSupportedServiceNames_static (void) in getSupportedServiceNames_static()
267 Reference<XInterface> PresenterProtocolHandler::Create ( in Create()
271 return Reference<XInterface>(static_cast<XWeak*>(new PresenterProtocolHandler(rxContext))); in Create()
280 PresenterProtocolHandler::PresenterProtocolHandler (const Reference<XComponentContext>& rxContext) in PresenterProtocolHandler() function in sdext::presenter::PresenterProtocolHandler
289 PresenterProtocolHandler::~PresenterProtocolHandler (void) in ~PresenterProtocolHandler()
296 void SAL_CALL PresenterProtocolHandler::disposing (void) in disposing()
305 void SAL_CALL PresenterProtocolHandler::initialize (const Sequence<Any>& aArguments) in initialize()
331 Reference<frame::XDispatch> SAL_CALL PresenterProtocolHandler::queryDispatch ( in queryDispatch()
354 Sequence<Reference<frame::XDispatch> > SAL_CALL PresenterProtocolHandler::queryDispatches( in queryDispatches()
368 void PresenterProtocolHandler::ThrowIfDisposed (void) const in ThrowIfDisposed()
385 Reference<frame::XDispatch> PresenterProtocolHandler::Dispatch::Create ( in Create()
399 PresenterProtocolHandler::Dispatch::Dispatch ( in 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()