Home
last modified time | relevance | path

Searched refs:PresenterProtocolHandler (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sdext/source/presenter/
H A DPresenterProtocolHandler.cxx181 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()
[all …]
H A Dcomponents.cxx40 PresenterProtocolHandler::Create,
41 PresenterProtocolHandler::getImplementationName_static,
42 PresenterProtocolHandler::getSupportedServiceNames_static,
H A DPresenterProtocolHandler.hxx51 class PresenterProtocolHandler class
56 PresenterProtocolHandler (const css::uno::Reference<css::uno::XComponentContext>& rxContext);
57 virtual ~PresenterProtocolHandler (void);
H A Dmakefile.mk79 $(SLO)$/PresenterProtocolHandler.obj \