LibreOffice Module sd (master) 1
|
This factory creates a marker view whose existence in a configuration indicates that a slideshow is running (in another but associated application window). More...
#include <PresentationFactory.hxx>
Public Member Functions | |
PresentationFactory (const rtl::Reference<::sd::DrawController > &rxController) | |
virtual | ~PresentationFactory () override |
virtual css::uno::Reference< css::drawing::framework::XResource > SAL_CALL | createResource (const css::uno::Reference< css::drawing::framework::XResourceId > &rxViewId) override |
virtual void SAL_CALL | releaseResource (const css::uno::Reference< css::drawing::framework::XResource > &xView) override |
virtual void SAL_CALL | notifyConfigurationChange (const css::drawing::framework::ConfigurationChangeEvent &rEvent) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &rEventObject) override |
![]() | |
virtual void SAL_CALL | acquire () noexcept override |
virtual void SAL_CALL | release () noexcept override |
virtual void SAL_CALL | dispose () noexcept final override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) final override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual css::uno::Sequence< css::uno::Type > SAL_CALL | getTypes () override |
virtual css::uno::Sequence< sal_Int8 > SAL_CALL | getImplementationId () override |
![]() | |
virtual | ~WeakComponentImplHelperBase () override |
virtual void SAL_CALL | dispose () override |
virtual void SAL_CALL | addEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual void SAL_CALL | removeEventListener (css::uno::Reference< css::lang::XEventListener > const &rxListener) override |
virtual css::uno::Any SAL_CALL | queryInterface (css::uno::Type const &rType) override |
virtual void | disposing (std::unique_lock< std::mutex > &) |
![]() | |
virtual | ~UnoImplBase () |
Static Public Member Functions | |
static void | install (const rtl::Reference<::sd::DrawController > &rxController) |
Private Member Functions | |
void | ThrowIfDisposed () const |
Private Attributes | |
rtl::Reference<::sd::DrawController > | mxController |
Additional Inherited Members | |
![]() | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
![]() | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
![]() | |
std::mutex | m_aMutex |
bool | m_bDisposed |
This factory creates a marker view whose existence in a configuration indicates that a slideshow is running (in another but associated application window).
Definition at line 41 of file PresentationFactory.hxx.
sd::framework::PresentationFactory::PresentationFactory | ( | const rtl::Reference<::sd::DrawController > & | rxController | ) |
Definition at line 73 of file PresentationFactory.cxx.
Referenced by install().
|
overridevirtual |
Definition at line 79 of file PresentationFactory.cxx.
|
overridevirtual |
Definition at line 85 of file PresentationFactory.cxx.
References sd::framework::gsPresentationViewURL, and ThrowIfDisposed().
|
overridevirtual |
Definition at line 118 of file PresentationFactory.cxx.
|
static |
Definition at line 131 of file PresentationFactory.cxx.
References DBG_UNHANDLED_EXCEPTION, sd::framework::gsPresentationViewURL, and PresentationFactory().
Referenced by sd::framework::ModuleController::InstantiateStartupServices().
|
overridevirtual |
Definition at line 112 of file PresentationFactory.cxx.
|
overridevirtual |
Definition at line 97 of file PresentationFactory.cxx.
References mxController, sd::SlideShow::Stop(), and ThrowIfDisposed().
|
private |
css::lang::DisposedException |
Definition at line 122 of file PresentationFactory.cxx.
References comphelper::UnoImplBase::m_bDisposed.
Referenced by createResource(), and releaseResource().
|
private |
Definition at line 73 of file PresentationFactory.hxx.
Referenced by releaseResource().