LibreOffice Module sd (master) 1
|
#include <slideshow.hxx>
Public Member Functions | |
void | startPreview (const css::uno::Reference< css::drawing::XDrawPage > &xDrawPage, const css::uno::Reference< css::animations::XAnimationNode > &xAnimationNode) |
virtual void | disposing (std::unique_lock< std::mutex > &) override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | start () override |
virtual void SAL_CALL | end () override |
virtual void SAL_CALL | rehearseTimings () override |
virtual void SAL_CALL | startWithArguments (const css::uno::Sequence< css::beans::PropertyValue > &Arguments) override |
virtual sal_Bool SAL_CALL | isRunning () override |
virtual css::uno::Reference< css::presentation::XSlideShowController > SAL_CALL | getController () override |
void | jumpToPageNumber (sal_Int32 nPage) |
void | jumpToPageIndex (sal_Int32 nIndex) |
void | jumpToBookmark (const OUString &sBookmark) |
void | pause (bool bPause) |
sets or clears the pause state of the running slideshow. More... | |
bool | swipe (const CommandGestureSwipeData &rSwipeData) |
bool | longpress (const CommandGestureLongPressData &rLongPressData) |
bool | isFullScreen () const |
OutputDevice * | getShowWindow () |
int | getAnimationMode () const |
sal_Int32 | getCurrentPageNumber () const |
void | resize (const Size &rSize) |
bool | activate (ViewShellBase &rBase) |
void | deactivate () |
void | paint () |
bool | keyInput (const KeyEvent &rKEvt) |
bool | dependsOn (ViewShellBase const *pViewShellBase) |
bool | IsExitAfterPresenting () const |
void | SetExitAfterPresenting (bool bExit) |
Public Member Functions inherited from comphelper::WeakComponentImplHelper< typename... Ifc > | |
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 |
Public Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
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 > &) |
Public Member Functions inherited from comphelper::UnoImplBase | |
virtual | ~UnoImplBase () |
Static Public Member Functions | |
static rtl::Reference< SlideShow > | Create (SdDrawDocument *pDoc) |
used by the model to create a slideshow for it More... | |
static rtl::Reference< SlideShow > | GetSlideShow (SdDrawDocument const *pDocument) |
static rtl::Reference< SlideShow > | GetSlideShow (SdDrawDocument const &rDocument) |
static rtl::Reference< SlideShow > | GetSlideShow (ViewShellBase const &rBase) |
static css::uno::Reference< css::presentation::XSlideShowController > | GetSlideShowController (ViewShellBase const &rBase) |
static bool | StartPreview (ViewShellBase const &rBase, const css::uno::Reference< css::drawing::XDrawPage > &xDrawPage, const css::uno::Reference< css::animations::XAnimationNode > &xAnimationNode) |
static void | Stop (ViewShellBase const &rBase) |
static bool | IsRunning (ViewShellBase const &rBase) |
returns true if there is a running presentation for the given ViewShellBase More... | |
static bool | IsRunning (const ViewShell &rViewShell) |
returns true if there is a running presentation inside the given ViewShell returns false even if there is a running presentation but in another ViewShell More... | |
static sal_Int32 | GetDisplay () |
convert configuration setting display concept to real screens More... | |
Private Member Functions | |
SlideShow (SdDrawDocument *pDoc) | |
DECL_LINK (StartInPlacePresentationConfigurationHdl, void *, void) | |
void | StartInPlacePresentationConfigurationCallback () |
void | StartInPlacePresentation () |
void | StartFullscreenPresentation () |
void | ThrowIfDisposed () const |
void | CreateController (ViewShell *pViewSh, ::sd::View *pView, vcl::Window *pParentWindow) |
WorkWindow * | GetWorkWindow () |
SlideShow (const SlideShow &)=delete | |
SlideShow & | operator= (const SlideShow &)=delete |
Private Attributes | |
SvxItemPropertySet | maPropSet |
rtl::Reference< SlideshowImpl > | mxController |
bool | mbIsInStartup |
This flag is used together with mxController.is() to prevent multiple instances of the slide show for one document. More... | |
SdDrawDocument * | mpDoc |
std::shared_ptr< PresentationSettingsEx > | mxCurrentSettings |
ViewShellBase * | mpCurrentViewShellBase |
ViewShellBase * | mpFullScreenViewShellBase |
FrameView * | mpFullScreenFrameView |
ImplSVEvent * | mnInPlaceConfigEvent |
Additional Inherited Members | |
Protected Member Functions inherited from comphelper::WeakComponentImplHelperBase | |
void | throwIfDisposed (std::unique_lock< std::mutex > &) |
Protected Attributes inherited from comphelper::WeakComponentImplHelperBase | |
comphelper::OInterfaceContainerHelper4< css::lang::XEventListener > | maEventListeners |
Protected Attributes inherited from comphelper::UnoImplBase | |
std::mutex | m_aMutex |
bool | m_bDisposed |
Definition at line 78 of file slideshow.hxx.
|
private |
Definition at line 134 of file slideshow.cxx.
Referenced by Create().
|
privatedelete |
bool SlideShow::activate | ( | ViewShellBase & | rBase | ) |
Definition at line 982 of file slideshow.cxx.
References CreateController(), sd::ViewShellBase::GetMainViewShell(), sd::ViewShellBase::GetViewWindow(), mpFullScreenFrameView, mpFullScreenViewShellBase, mxController, and mxCurrentSettings.
|
overridevirtual |
Definition at line 606 of file slideshow.cxx.
|
overridevirtual |
Definition at line 614 of file slideshow.cxx.
|
static |
used by the model to create a slideshow for it
Definition at line 152 of file slideshow.cxx.
References SlideShow().
Referenced by CreatePresentation().
|
private |
Definition at line 220 of file slideshow.cxx.
References mbIsInStartup, mpDoc, mxController, SAL_INFO_IF, and xController.
Referenced by activate(), and StartInPlacePresentation().
void SlideShow::deactivate | ( | ) |
Definition at line 1009 of file slideshow.cxx.
References mxController.
|
private |
bool SlideShow::dependsOn | ( | ViewShellBase const * | pViewShellBase | ) |
Definition at line 1198 of file slideshow.cxx.
References mpCurrentViewShellBase, mpFullScreenViewShellBase, and mxController.
|
overridevirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 905 of file slideshow.cxx.
References mnInPlaceConfigEvent, mpCurrentViewShellBase, mpDoc, mpFullScreenViewShellBase, mxController, and Application::RemoveUserEvent().
|
overridevirtual |
Definition at line 657 of file slideshow.cxx.
References sd::ANIMATIONMODE_SHOW, any2bool(), aURL, SfxViewFrame::DoClose(), SfxViewFrame::GetBindings(), sd::ViewShellBase::GetDrawController(), SfxViewFrame::GetFrame(), sd::ViewShell::GetFrameView(), sd::ViewShellBase::GetMainViewShell(), vcl::Window::GetParent(), sd::FrameView::GetPresentationViewShellId(), sd::FrameView::GetPreviousViewShellType(), getPropertyValue(), SdDrawDocument::GetSdPage(), sd::ViewShell::GetShellType(), SdrPage::getUnoPage(), sd::ViewShell::GetViewFrame(), sd::framework::FrameworkHelper::GetViewURL(), SfxFrame::GetWindow(), sd::framework::FrameworkHelper::Instance(), SfxBindings::InvalidateAll(), mbIsInStartup, mpCurrentViewShellBase, mpDoc, mpFullScreenFrameView, mpFullScreenViewShellBase, sd::framework::FrameworkHelper::msCenterPaneURL, mxController, sd::DrawController::setCurrentPage(), sd::FrameView::SetPresentationViewShellId(), sd::FrameView::SetPreviousViewShellType(), sd::ViewShell::ST_NONE, Standard, WorkWindow::StartPresentationMode(), sd::DrawViewShell::SwitchPage(), xController, and xDispatch.
Referenced by StartInPlacePresentation(), and startWithArguments().
int SlideShow::getAnimationMode | ( | ) | const |
Definition at line 943 of file slideshow.cxx.
References sd::ANIMATIONMODE_SHOW, and mxController.
|
overridevirtual |
Definition at line 896 of file slideshow.cxx.
References mxController, and ThrowIfDisposed().
sal_Int32 SlideShow::getCurrentPageNumber | ( | ) | const |
Definition at line 960 of file slideshow.cxx.
References mxController.
|
static |
convert configuration setting display concept to real screens
Definition at line 1178 of file slideshow.cxx.
References SdOptionsMisc::GetDisplay(), Application::GetDisplayExternalScreen(), Impress, SAL_INFO, and SD_MOD.
Referenced by StartFullscreenPresentation().
|
overridevirtual |
Definition at line 237 of file slideshow.cxx.
|
overridevirtual |
Definition at line 253 of file slideshow.cxx.
References SvxItemPropertySet::getPropertySetInfo(), and maPropSet.
|
overridevirtual |
Definition at line 538 of file slideshow.cxx.
References Any, SdCustomShowList::GetCurObject(), SdDrawDocument::GetCustomShowList(), SdOptionsMisc::GetDisplay(), SdCustomShow::GetName(), getPageApiNameFromUiName(), SdDrawDocument::getPresentationSettings(), SvxItemPropertySet::getPropertyMapEntry(), Impress, sd::PresentationSettings::maPresPage, maPropSet, sd::PresentationSettings::mbAll, sd::PresentationSettings::mbAlwaysOnTop, sd::PresentationSettings::mbAnimationAllowed, sd::PresentationSettings::mbCustomShow, sd::PresentationSettings::mbEndless, sd::PresentationSettings::mbFullScreen, sd::PresentationSettings::mbLockedPages, sd::PresentationSettings::mbManual, sd::PresentationSettings::mbMouseAsPen, sd::PresentationSettings::mbMouseVisible, sd::PresentationSettings::mbShowPauseLogo, sd::PresentationSettings::mbUseNavigation, sd::PresentationSettings::mnPauseTimeout, mpDoc, SfxItemPropertyMapEntry::nWID, SD_MOD, and ThrowIfDisposed().
Referenced by end().
OutputDevice * SlideShow::getShowWindow | ( | ) |
Definition at line 938 of file slideshow.cxx.
References mxController.
|
static |
Definition at line 167 of file slideshow.cxx.
References SdDrawDocument::getPresentation().
|
static |
Definition at line 157 of file slideshow.cxx.
References GetSlideShow().
Referenced by sd::PresentationViewShell::Activate(), sd::ViewShell::Activate(), sd::ViewShell::ArrangeGUIElements(), sd::tools::IdleDetection::CheckSlideShowRunning(), sd::DrawView::CompleteRedraw(), sd::ViewShell::Deactivate(), sd::DrawViewShell::ExecCtrl(), sd::DrawViewShell::GetMenuState(), GetSlideShow(), GetSlideShowController(), sd::DrawViewShell::GetStatusBarState(), sd::ViewShell::HandleScrollCommand(), sd::IMPL_LINK_NOARG(), IsRunning(), sd::ViewShell::KeyInput(), sd::PresentationViewShell::Paint(), accessibility::AccessibleDrawDocumentView::propertyChange(), sd::DrawViewShell::Resize(), sd::PresentationViewShell::Resize(), sd::ShowWindow::RestartShow(), sd::ShowWindow::SetPauseMode(), StartPreview(), Stop(), sd::DrawController::suspend(), sd::DrawViewShell::SwitchPage(), and sd::ViewShellBase::~ViewShellBase().
|
static |
Definition at line 173 of file slideshow.cxx.
References sd::ViewShellBase::GetDocument(), and GetSlideShow().
|
static |
Definition at line 178 of file slideshow.cxx.
References GetSlideShow().
Referenced by sd::ViewShell::HandleScrollCommand().
|
overridevirtual |
Definition at line 247 of file slideshow.cxx.
|
private |
Definition at line 630 of file slideshow.cxx.
References SfxViewFrame::GetFrame(), sd::ViewShellBase::GetMainViewShell(), vcl::Window::GetParent(), sd::ViewShell::GetViewFrame(), SfxFrame::GetWindow(), and mpFullScreenViewShellBase.
Referenced by setPropertyValue().
bool SlideShow::IsExitAfterPresenting | ( | ) | const |
Definition at line 643 of file slideshow.cxx.
References SdDrawDocument::IsExitAfterPresenting(), mpDoc, and ThrowIfDisposed().
bool SlideShow::isFullScreen | ( | ) | const |
Definition at line 971 of file slideshow.cxx.
References mxController.
|
overridevirtual |
Definition at line 890 of file slideshow.cxx.
References mxController.
|
static |
returns true if there is a running presentation inside the given ViewShell returns false even if there is a running presentation but in another ViewShell
Definition at line 214 of file slideshow.cxx.
References GetSlideShow(), and sd::ViewShell::GetViewShellBase().
|
static |
returns true if there is a running presentation for the given ViewShellBase
Definition at line 208 of file slideshow.cxx.
References GetSlideShow().
Referenced by sd::DrawViewShell::AcceptDrop(), sd::View::AcceptDrop(), sd::DrawViewShell::Command(), sd::FuNavigation::DoExecute(), sd::DrawViewShell::ExecCtrl(), SdModule::Execute(), sd::DrawDocShell::Execute(), sd::DrawViewShell::Execute(), sd::DrawViewShell::ExecuteDrop(), sd::DrawViewShell::ExecutePropPanelAttr(), sd::FuPoor::ForceScroll(), sd::DrawViewShell::FuPermanent(), sd::DrawViewShell::FuSupport(), sd::DrawViewShell::FuTemporary(), sd::DrawViewShell::GetModeSwitchingMenuState(), sd::DrawViewShell::GetStatusBarState(), sd::DrawViewShell::ImplDestroy(), SdNavigatorWin::InitTreeLB(), sd::FuPoor::KeyInput(), sd::DrawViewShell::MakeVisible(), sd::ViewShell::SetupRulers(), and sd::DrawViewShell::Shutdown().
void SlideShow::jumpToBookmark | ( | const OUString & | sBookmark | ) |
Definition at line 965 of file slideshow.cxx.
References mxController.
void SlideShow::jumpToPageIndex | ( | sal_Int32 | nIndex | ) |
Definition at line 948 of file slideshow.cxx.
References mxController.
void SlideShow::jumpToPageNumber | ( | sal_Int32 | nPage | ) |
Definition at line 954 of file slideshow.cxx.
References mxController.
bool SlideShow::keyInput | ( | const KeyEvent & | rKEvt | ) |
Definition at line 1014 of file slideshow.cxx.
References mxController.
bool SlideShow::longpress | ( | const CommandGestureLongPressData & | rLongPressData | ) |
Definition at line 1041 of file slideshow.cxx.
References mxController.
void SlideShow::paint | ( | ) |
Definition at line 1019 of file slideshow.cxx.
References mxController.
void SlideShow::pause | ( | bool | bPause | ) |
sets or clears the pause state of the running slideshow.
!!!! This should only be called by the SdShowWindow !!!!
Definition at line 1025 of file slideshow.cxx.
References mxController.
|
overridevirtual |
Definition at line 821 of file slideshow.cxx.
References aArguments, comphelper::makePropertyValue(), and startWithArguments().
|
overridevirtual |
Definition at line 610 of file slideshow.cxx.
|
overridevirtual |
Definition at line 618 of file slideshow.cxx.
void SlideShow::resize | ( | const Size & | rSize | ) |
Definition at line 976 of file slideshow.cxx.
References mxController.
void SlideShow::SetExitAfterPresenting | ( | bool | bExit | ) |
Definition at line 650 of file slideshow.cxx.
References mpDoc, SdDrawDocument::SetExitAfterPresenting(), and ThrowIfDisposed().
|
overridevirtual |
Definition at line 260 of file slideshow.cxx.
References SdCustomShowList::First(), SdDrawDocument::GetCustomShowList(), SdCustomShow::GetName(), SdDrawDocument::getPresentationSettings(), SvxItemPropertySet::getPropertyMapEntry(), getUiNameFromPageApiNameImpl(), GetWorkWindow(), Impress, sd::PresentationSettings::maPresPage, maPropSet, sd::PresentationSettings::mbAll, sd::PresentationSettings::mbAlwaysOnTop, sd::PresentationSettings::mbAnimationAllowed, sd::PresentationSettings::mbCustomShow, sd::PresentationSettings::mbEndless, sd::PresentationSettings::mbFullScreen, sd::PresentationSettings::mbLockedPages, sd::PresentationSettings::mbManual, sd::PresentationSettings::mbMouseAsPen, sd::PresentationSettings::mbMouseVisible, sd::PresentationSettings::mbShowPauseLogo, sd::PresentationSettings::mbUseNavigation, sd::PresentationSettings::mnPauseTimeout, mpDoc, SdCustomShowList::Next(), SfxItemPropertyMapEntry::nFlags, nValue, SfxItemPropertyMapEntry::nWID, SD_MOD, SdDrawDocument::SetChanged(), SdOptionsMisc::SetDisplay(), and ThrowIfDisposed().
|
overridevirtual |
Definition at line 624 of file slideshow.cxx.
References aArguments, and startWithArguments().
|
private |
Definition at line 1131 of file slideshow.cxx.
References COL_BLACK(), VclPtr< class reference_type >::Create(), SfxFrame::CreateHidden(), SfxFrame::GetCurrentViewFrame(), GetDisplay(), SdDrawDocument::GetDocSh(), sd::ViewShellBase::GetDocShell(), sd::ViewShellBase::GetMainViewShell(), SdDrawDocument::getPresentationSettings(), SfxObjectShell::GetTitle(), SfxShell::GetViewShell(), SfxViewShell::GetWindow(), vcl::Window::GrabFocus(), sd::PresentationSettings::mbAlwaysOnTop, mpCurrentViewShellBase, mpDoc, mpFullScreenFrameView, mpFullScreenViewShellBase, sd::PRESENTATION_FACTORY_ID, SdResId(), SfxFrame::SetPresentationMode(), and SFX_TITLE_DETECT.
Referenced by startWithArguments().
|
private |
Definition at line 1060 of file slideshow.cxx.
References CreateController(), end(), sd::ViewShellBase::GetViewWindow(), SfxViewShell::GetWindow(), vcl::Window::GrabFocus(), mpCurrentViewShellBase, mxController, mxCurrentSettings, sd::FrameView::SetPageKind(), sd::FrameView::SetPresentationViewShellId(), sd::FrameView::SetPreviousViewShellType(), sd::ViewShell::ST_IMPRESS, sd::ViewShell::ST_NONE, Standard, and StartInPlacePresentationConfigurationCallback().
Referenced by startWithArguments().
|
private |
Definition at line 1046 of file slideshow.cxx.
References LINK, mnInPlaceConfigEvent, Application::PostUserEvent(), and Application::RemoveUserEvent().
Referenced by StartInPlacePresentation().
void SlideShow::startPreview | ( | const css::uno::Reference< css::drawing::XDrawPage > & | xDrawPage, |
const css::uno::Reference< css::animations::XAnimationNode > & | xAnimationNode | ||
) |
Definition at line 926 of file slideshow.cxx.
References aArguments, comphelper::makePropertyValue(), and startWithArguments().
|
static |
Definition at line 189 of file slideshow.cxx.
References GetSlideShow().
Referenced by sd::CustomAnimationPane::preview().
|
overridevirtual |
Definition at line 829 of file slideshow.cxx.
References SfxViewFrame::Current(), end(), SdDrawDocument::GetDocSh(), sd::ViewShellBase::GetDocument(), SfxViewFrame::GetFirst(), sd::ViewShellBase::GetMainViewShell(), SdDrawDocument::getPresentationSettings(), sd::ViewShell::GetView(), sd::ViewShellBase::GetViewShellBase(), mbIsInStartup, mpCurrentViewShellBase, mpDoc, mxController, mxCurrentSettings, sd::View::SdrEndTextEdit(), StartFullscreenPresentation(), StartInPlacePresentation(), and ThrowIfDisposed().
Referenced by rehearseTimings(), start(), and startPreview().
|
static |
Definition at line 201 of file slideshow.cxx.
References GetSlideShow().
Referenced by IMPL_LINK(), sd::CustomAnimationPane::onAdd(), sd::framework::PresentationFactory::releaseResource(), and sd::ViewShellBase::~ViewShellBase().
|
overridevirtual |
Definition at line 242 of file slideshow.cxx.
References ServiceName, and cppu::supportsService().
bool SlideShow::swipe | ( | const CommandGestureSwipeData & | rSwipeData | ) |
Definition at line 1036 of file slideshow.cxx.
References mxController.
|
private |
css::uno::RuntimeException |
Definition at line 145 of file slideshow.cxx.
References mpDoc.
Referenced by getController(), getPropertyValue(), IsExitAfterPresenting(), SetExitAfterPresenting(), setPropertyValue(), and startWithArguments().
|
private |
Definition at line 191 of file slideshow.hxx.
Referenced by getPropertySetInfo(), getPropertyValue(), and setPropertyValue().
|
private |
This flag is used together with mxController.is() to prevent multiple instances of the slide show for one document.
The flag covers the time before mxController is set.
Definition at line 198 of file slideshow.hxx.
Referenced by CreateController(), end(), and startWithArguments().
|
private |
Definition at line 206 of file slideshow.hxx.
Referenced by disposing(), and StartInPlacePresentationConfigurationCallback().
|
private |
Definition at line 203 of file slideshow.hxx.
Referenced by dependsOn(), disposing(), end(), StartFullscreenPresentation(), StartInPlacePresentation(), and startWithArguments().
|
private |
Definition at line 199 of file slideshow.hxx.
Referenced by CreateController(), disposing(), end(), getPropertyValue(), IsExitAfterPresenting(), SetExitAfterPresenting(), setPropertyValue(), StartFullscreenPresentation(), startWithArguments(), and ThrowIfDisposed().
|
private |
Definition at line 205 of file slideshow.hxx.
Referenced by activate(), end(), and StartFullscreenPresentation().
|
private |
Definition at line 204 of file slideshow.hxx.
Referenced by activate(), dependsOn(), disposing(), end(), GetWorkWindow(), and StartFullscreenPresentation().
|
private |
Definition at line 193 of file slideshow.hxx.
Referenced by activate(), CreateController(), deactivate(), dependsOn(), disposing(), end(), getAnimationMode(), getController(), getCurrentPageNumber(), getShowWindow(), isFullScreen(), isRunning(), jumpToBookmark(), jumpToPageIndex(), jumpToPageNumber(), keyInput(), longpress(), paint(), pause(), resize(), StartInPlacePresentation(), startWithArguments(), and swipe().
|
private |
Definition at line 201 of file slideshow.hxx.
Referenced by activate(), StartInPlacePresentation(), and startWithArguments().