LibreOffice Module sdext (master)
1
|
#include <PresenterProtocolHandler.hxx>
Classes | |
class | Dispatch |
Public Member Functions | |
PresenterProtocolHandler () | |
virtual | ~PresenterProtocolHandler () override |
void SAL_CALL | disposing () override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
OUString SAL_CALL | getImplementationName () override |
sal_Bool SAL_CALL | supportsService (OUString const &ServiceName) override |
css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
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 > &rDescriptors) override |
Private Member Functions | |
void | ThrowIfDisposed () const |
Private Attributes | |
::rtl::Reference< PresenterController > | mpPresenterController |
Additional Inherited Members | |
![]() | |
mutable::osl::Mutex | m_aMutex |
Definition at line 41 of file PresenterProtocolHandler.hxx.
sdext::presenter::PresenterProtocolHandler::PresenterProtocolHandler | ( | ) |
Definition at line 240 of file PresenterProtocolHandler.cxx.
References m_aMutex.
|
overridevirtual |
Definition at line 245 of file PresenterProtocolHandler.cxx.
|
override |
Definition at line 249 of file PresenterProtocolHandler.cxx.
|
override |
Definition at line 275 of file PresenterProtocolHandler.cxx.
|
override |
Definition at line 286 of file PresenterProtocolHandler.cxx.
|
overridevirtual |
Definition at line 255 of file PresenterProtocolHandler.cxx.
References sdext::presenter::PresenterController::Instance(), mpPresenterController, ThrowIfDisposed(), and xFrame.
|
overridevirtual |
Definition at line 300 of file PresenterProtocolHandler.cxx.
References sdext::presenter::PresenterProtocolHandler::Dispatch::Create(), mpPresenterController, ThrowIfDisposed(), and xDispatch.
|
overridevirtual |
Definition at line 317 of file PresenterProtocolHandler.cxx.
References ThrowIfDisposed().
|
override |
Definition at line 280 of file PresenterProtocolHandler.cxx.
References cppu::supportsService().
|
private |
css::lang::DisposedException |
Definition at line 325 of file PresenterProtocolHandler.cxx.
Referenced by initialize(), queryDispatch(), and queryDispatches().
|
private |
Definition at line 75 of file PresenterProtocolHandler.hxx.
Referenced by sdext::presenter::PresenterProtocolHandler::Dispatch::disposing(), initialize(), and queryDispatch().