LibreOffice Module sd (master) 1
|
#include <slideshowimpl.hxx>
Public Member Functions | |
SlideshowImpl (const css::uno::Reference< css::presentation::XPresentation2 > &xPresentation, ViewShell *pViewSh, ::sd::View *pView, SdDrawDocument *pDoc, vcl::Window *pParentWindow) | |
virtual sal_Bool SAL_CALL | getAlwaysOnTop () override |
virtual void SAL_CALL | setAlwaysOnTop (sal_Bool _alwaysontop) override |
virtual sal_Bool SAL_CALL | getMouseVisible () override |
virtual void SAL_CALL | setMouseVisible (sal_Bool _mousevisible) override |
virtual sal_Bool SAL_CALL | getUsePen () override |
virtual void SAL_CALL | setUsePen (sal_Bool _usepen) override |
virtual ::sal_Int32 SAL_CALL | getPenColor () override |
virtual void SAL_CALL | setPenColor (::sal_Int32 _pencolor) override |
virtual double SAL_CALL | getPenWidth () override |
virtual void SAL_CALL | setPenWidth (double dStrokeWidth) override |
virtual void SAL_CALL | setEraseAllInk (sal_Bool bEraseAllInk) override |
virtual sal_Bool SAL_CALL | isRunning () override |
virtual ::sal_Int32 SAL_CALL | getSlideCount () override |
virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL | getSlideByIndex (::sal_Int32 Index) override |
virtual void SAL_CALL | addSlideShowListener (const css::uno::Reference< css::presentation::XSlideShowListener > &Listener) override |
virtual void SAL_CALL | removeSlideShowListener (const css::uno::Reference< css::presentation::XSlideShowListener > &Listener) override |
virtual void SAL_CALL | gotoNextEffect () override |
virtual void SAL_CALL | gotoPreviousEffect () override |
virtual void SAL_CALL | gotoFirstSlide () override |
virtual void SAL_CALL | gotoNextSlide () override |
virtual void SAL_CALL | gotoPreviousSlide () override |
virtual void SAL_CALL | gotoLastSlide () override |
virtual void SAL_CALL | gotoBookmark (const OUString &Bookmark) override |
virtual void SAL_CALL | gotoSlide (const css::uno::Reference< css::drawing::XDrawPage > &Page) override |
virtual void SAL_CALL | gotoSlideIndex (::sal_Int32 Index) override |
virtual void SAL_CALL | stopSound () override |
virtual void SAL_CALL | pause () override |
virtual void SAL_CALL | resume () override |
virtual sal_Bool SAL_CALL | isPaused () override |
virtual void SAL_CALL | blankScreen (::sal_Int32 Color) override |
virtual void SAL_CALL | activate () override |
virtual void SAL_CALL | deactivate () override |
virtual sal_Bool SAL_CALL | isActive () override |
virtual css::uno::Reference< css::drawing::XDrawPage > SAL_CALL | getCurrentSlide () override |
virtual ::sal_Int32 SAL_CALL | getCurrentSlideIndex () override |
virtual ::sal_Int32 SAL_CALL | getNextSlideIndex () override |
virtual sal_Bool SAL_CALL | isEndless () override |
virtual sal_Bool SAL_CALL | isFullScreen () override |
virtual css::uno::Reference< css::presentation::XSlideShow > SAL_CALL | getSlideShow () override |
virtual ::sal_Int32 SAL_CALL | getCount () override |
virtual css::uno::Any SAL_CALL | getByIndex (::sal_Int32 Index) override |
virtual css::uno::Type SAL_CALL | getElementType () override |
virtual sal_Bool SAL_CALL | hasElements () override |
void | slideEnded (const bool bReverse) |
void | contextMenuShow (const css::awt::Point &point) |
void | hyperLinkClicked (const OUString &hyperLink) |
void | click (const css::uno::Reference< css::drawing::XShape > &xShape) |
bool | swipe (const CommandGestureSwipeData &rSwipeData) |
bool | longpress (const CommandGestureLongPressData &rLongPressData) |
void | endPresentation () |
ends the presentation async More... | |
ViewShell * | getViewShell () const |
void | paint () |
bool | keyInput (const KeyEvent &rKEvt) |
void | mouseButtonUp (const MouseEvent &rMEvt) |
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 () |
Private Member Functions | |
SlideshowImpl (SlideshowImpl const &)=delete | |
void | operator= (SlideshowImpl const &)=delete |
virtual | ~SlideshowImpl () override |
virtual void | disposing (std::unique_lock< std::mutex > &) override |
bool | startShow (PresentationSettingsEx const *pPresSettings) |
bool | startPreview (const css::uno::Reference< css::drawing::XDrawPage > &xDrawPage, const css::uno::Reference< css::animations::XAnimationNode > &xAnimationNode, vcl::Window *pParent) |
void | startUpdateTimer () |
forces an async call to update in the main thread More... | |
void | update () |
void | createSlideList (bool bAll, std::u16string_view rPresSlide) |
void | displayCurrentSlide (const bool bSkipAllMainSequenceEffects=false) |
void | displaySlideNumber (sal_Int32 nSlide) |
void | displaySlideIndex (sal_Int32 nIndex) |
nSlideIndex == -1 displays current slide again More... | |
sal_Int32 | getCurrentSlideNumber () const |
bool | isInputFreezed () const |
void | jumpToBookmark (const OUString &sBookmark) |
void | hideChildWindows () |
void | showChildWindows () |
void | resize (const Size &rSize) |
void | setActiveXToolbarsVisible (bool bVisible) |
DECL_LINK (updateHdl, Timer *, void) | |
DECL_LINK (ReadyForNextInputHdl, Timer *, void) | |
DECL_LINK (endPresentationHdl, void *, void) | |
void | ContextMenuSelectHdl (std::u16string_view rIdent) |
DECL_LINK (ContextMenuHdl, void *, void) | |
DECL_LINK (deactivateHdl, Timer *, void) | |
DECL_LINK (EventListenerHdl, VclSimpleEvent &, void) | |
void | onFirstPaint () |
called only by the slideshow view when the first paint event occurs. More... | |
::tools::Long | getRestoreSlide () const |
bool | startShowImpl (const css::uno::Sequence< css::beans::PropertyValue > &aProperties) |
SfxViewFrame * | getViewFrame () const |
SfxDispatcher * | getDispatcher () const |
SfxBindings * | getBindings () const |
sal_Int32 | getSlideNumberForBookmark (const OUString &rStrBookmark) |
void | removeShapeEvents () |
void | registerShapeEvents (sal_Int32 nSlideNumber) |
void | registerShapeEvents (css::uno::Reference< css::drawing::XShapes > const &xShapes) |
void | gotoPreviousSlide (const bool bSkipAllMainSequenceEffects) |
void | updateSlideShow () |
Called by our maUpdateTimer's updateHdl handler this method is responsible to call the slideshow update() method and, depending on its return value, wait for a certain amount of time before another call to update() is scheduled. More... | |
Static Private Member Functions | |
static css::uno::Reference< css::presentation::XSlideShow > | createSlideShow () |
static void | setAutoSaveState (bool bOn) |
Friends | |
class | SlideShow |
class | SlideShowView |
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 130 of file slideshowimpl.hxx.
|
explicit |
|
privatedelete |
|
overrideprivatevirtual |
Definition at line 548 of file slideshowimpl.cxx.
References SdModule::GetSdOptions(), Impress, LINK, m_aMutex, mdUserPaintStrokeWidth, Application::RemoveEventListener(), SD_MOD, SdOptionsMisc::SetPresentationPenColor(), and SdOptionsMisc::SetPresentationPenWidth().
|
overridevirtual |
Definition at line 2467 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, sd::getBindings(), SfxViewFrame::GetDispatcher(), getViewFrame(), SfxBindings::InvalidateAll(), mbActive, sd::pAllowed, and SfxDispatcher::SetSlotFilter().
|
overridevirtual |
Definition at line 1169 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 1453 of file slideshowimpl.cxx.
References ColorTransparency.
void sd::SlideshowImpl::click | ( | const css::uno::Reference< css::drawing::XShape > & | xShape | ) |
Definition at line 1468 of file slideshowimpl.cxx.
References aName, Any, aURL, avmedia::MediaWindow::createPlayer(), SfxViewFrame::Current(), SdrObject::getSdrObjectFromXShape(), o3tl::getToken(), getUiNameFromPageApiNameImpl(), SfxApplication::IsXScriptURL(), maShapeEventMap, INetURLObject::NONE, nPos, TOOLS_WARN_EXCEPTION, INetURLObject::Unambiguous, and INetURLObject::WasEncoded.
|
private |
Definition at line 2104 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, CM_SLIDES, COL_BLACK(), COL_WHITE(), ColorTransparency, eMode, SvColorDialog::Execute(), SvColorDialog::GetColor(), SvColorDialog::SetColor(), sd::SHOWWINDOWMODE_BLANK, sd::SHOWWINDOWMODE_END, sd::SHOWWINDOWMODE_PAUSE, o3tl::toInt32(), and u.
void sd::SlideshowImpl::contextMenuShow | ( | const css::awt::Point & | point | ) |
Definition at line 1615 of file slideshowimpl.cxx.
References LINK, point(), and Application::PostUserEvent().
|
private |
Definition at line 2259 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, bVisible, eMode, SdPage::GetName(), i, SdPage::IsExcluded(), SdCustomShow::PagesVector(), and Standard.
|
staticprivate |
Definition at line 2240 of file slideshowimpl.cxx.
References TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 2506 of file slideshowimpl.cxx.
References mbActive.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Definition at line 1345 of file slideshowimpl.cxx.
References update().
|
private |
nSlideIndex == -1 displays current slide again
Definition at line 1649 of file slideshowimpl.cxx.
|
private |
Definition at line 1637 of file slideshowimpl.cxx.
|
overrideprivatevirtual |
Reimplemented from comphelper::WeakComponentImplHelperBase.
Definition at line 572 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_PREVIEW, sd::ANIMATIONMODE_SHOW, Help::EnableContextHelp(), Help::EnableExtHelp(), Exception, SfxDispatcher::Execute(), sd::getDispatcher(), vcl::Window::GetOutDev(), vcl::Window::GetOutputSizePixel(), sd::Window::GrabFocus(), mpView, mxView, NotifyDocumentEvent(), vcl::Window::PixelToLogic(), Application::RemoveUserEvent(), StarBASIC::SetGlobalErrorHdl(), and TOOLS_WARN_EXCEPTION.
void sd::SlideshowImpl::endPresentation | ( | ) |
ends the presentation async
Definition at line 1368 of file slideshowimpl.cxx.
References LINK, and Application::PostUserEvent().
|
overridevirtual |
Definition at line 2615 of file slideshowimpl.cxx.
|
private |
Definition at line 2409 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 3034 of file slideshowimpl.cxx.
References Any.
|
override |
Definition at line 3029 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2565 of file slideshowimpl.cxx.
|
override |
Definition at line 2594 of file slideshowimpl.cxx.
|
private |
Definition at line 1667 of file slideshowimpl.cxx.
|
private |
Definition at line 2404 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 3039 of file slideshowimpl.cxx.
References cppu::UnoType< typename T >::get().
|
overridevirtual |
Definition at line 2637 of file slideshowimpl.cxx.
|
override |
Definition at line 2580 of file slideshowimpl.cxx.
|
override |
Definition at line 2712 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2699 of file slideshowimpl.cxx.
References mdUserPaintStrokeWidth.
|
inlineprivate |
Definition at line 258 of file slideshowimpl.hxx.
References mnRestoreSlide.
|
overridevirtual |
Definition at line 2606 of file slideshowimpl.cxx.
|
override |
Definition at line 2601 of file slideshowimpl.cxx.
|
private |
Definition at line 1591 of file slideshowimpl.cxx.
References SdPage::GetPageKind(), SdrPage::GetPageNum(), SdrObject::getSdrPageFromSdrObject(), getUiNameFromPageApiNameImpl(), SdrPage::IsMasterPage(), SDRPAGE_NOTFOUND, and Standard.
|
overridevirtual |
Definition at line 3049 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2654 of file slideshowimpl.cxx.
|
private |
Definition at line 2399 of file slideshowimpl.cxx.
|
inline |
Definition at line 198 of file slideshowimpl.hxx.
References mpViewShell.
|
overridevirtual |
Definition at line 2967 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2799 of file slideshowimpl.cxx.
References sd::SHOWWINDOWMODE_END.
|
overridevirtual |
Definition at line 2943 of file slideshowimpl.cxx.
References sd::SHOWWINDOWMODE_END.
|
overridevirtual |
Definition at line 2754 of file slideshowimpl.cxx.
References eMode, sd::SHOWWINDOWMODE_BLANK, sd::SHOWWINDOWMODE_END, sd::SHOWWINDOWMODE_PAUSE, and update().
|
overridevirtual |
Definition at line 2820 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_PREVIEW, sd::ANIMATIONMODE_SHOW, eMode, SfxApplication::GetApplicationLogo(), sd::SHOWWINDOWMODE_BLANK, and sd::SHOWWINDOWMODE_PAUSE.
|
overridevirtual |
Definition at line 2780 of file slideshowimpl.cxx.
References eMode, sd::SHOWWINDOWMODE_BLANK, sd::SHOWWINDOWMODE_PAUSE, and update().
|
overridevirtual |
Definition at line 2891 of file slideshowimpl.cxx.
|
private |
Definition at line 2896 of file slideshowimpl.cxx.
References eMode, Exception, sd::SHOWWINDOWMODE_BLANK, sd::SHOWWINDOWMODE_END, sd::SHOWWINDOWMODE_PAUSE, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 2979 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2999 of file slideshowimpl.cxx.
References nIndex.
|
overridevirtual |
Definition at line 3044 of file slideshowimpl.cxx.
|
private |
Definition at line 2359 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, sd::aShowChildren, SfxViewFrame::GetChildWindow(), getViewFrame(), i, nId, SAL_N_ELEMENTS, and SfxViewFrame::SetChildWindow().
void sd::SlideshowImpl::hyperLinkClicked | ( | const OUString & | hyperLink | ) |
css::uno::RuntimeException |
Definition at line 1621 of file slideshowimpl.cxx.
References aName, aURL, getUiNameFromPageApiNameImpl(), and nPos.
|
overridevirtual |
Definition at line 2537 of file slideshowimpl.cxx.
References mbActive.
|
overridevirtual |
Definition at line 1672 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2631 of file slideshowimpl.cxx.
Referenced by sd::PaneHider::PaneHider().
|
inlineprivate |
Definition at line 235 of file slideshowimpl.hxx.
References mbInputFreeze.
Referenced by sd::SlideShowView::mousePressed(), and sd::SlideShowView::mouseReleased().
|
overridevirtual |
Definition at line 1447 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2748 of file slideshowimpl.cxx.
|
private |
Definition at line 1660 of file slideshowimpl.cxx.
bool sd::SlideshowImpl::keyInput | ( | const KeyEvent & | rKEvt | ) |
Definition at line 1761 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, Exception, KeyEvent::GetCharCode(), vcl::KeyCode::GetCode(), KeyEvent::GetKeyCode(), vcl::KeyCode::IsMod1(), vcl::KeyCode::IsMod2(), KEY_0, KEY_1, KEY_2, KEY_3, KEY_4, KEY_5, KEY_6, KEY_7, KEY_8, KEY_9, KEY_A, KEY_B, KEY_BACKSPACE, KEY_COMMA, KEY_DOWN, KEY_E, KEY_END, KEY_ESCAPE, KEY_HOME, KEY_LEFT, KEY_P, KEY_PAGEDOWN, KEY_PAGEUP, KEY_POINT, KEY_RETURN, KEY_RIGHT, KEY_SPACE, KEY_SUBTRACT, KEY_UP, KEY_W, LINK, Application::PostUserEvent(), and TOOLS_WARN_EXCEPTION.
bool sd::SlideshowImpl::longpress | ( | const CommandGestureLongPressData & | rLongPressData | ) |
Definition at line 1211 of file slideshowimpl.cxx.
References CommandGestureLongPressData::getX(), CommandGestureLongPressData::getY(), LINK, and Application::PostUserEvent().
void sd::SlideshowImpl::mouseButtonUp | ( | const MouseEvent & | rMEvt | ) |
Definition at line 1980 of file slideshowimpl.cxx.
References MouseEvent::GetPosPixel(), MouseEvent::IsRight(), LINK, and Application::PostUserEvent().
|
private |
called only by the slideshow view when the first paint event occurs.
This actually starts the slideshow.
Definition at line 1139 of file slideshowimpl.cxx.
Referenced by sd::SlideShowView::paint(), and sd::SlideShowView::updateimpl().
|
privatedelete |
void sd::SlideshowImpl::paint | ( | ) |
Definition at line 1155 of file slideshowimpl.cxx.
References Exception, mxView, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 1391 of file slideshowimpl.cxx.
References Exception, and TOOLS_WARN_EXCEPTION.
|
private |
css::uno::Exception |
|
private |
Definition at line 1243 of file slideshowimpl.cxx.
References Exception, mxModel, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 1222 of file slideshowimpl.cxx.
References Exception, maShapeEventMap, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 1175 of file slideshowimpl.cxx.
|
private |
Definition at line 2414 of file slideshowimpl.cxx.
References Exception, mxView, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 1415 of file slideshowimpl.cxx.
References Exception, sd::SHOWWINDOWMODE_BLANK, sd::SHOWWINDOWMODE_END, TOOLS_WARN_EXCEPTION, and update().
|
private |
Definition at line 2435 of file slideshowimpl.cxx.
References bVisible, SfxViewFrame::GetFrame(), SfxFrame::GetFrameInterface(), SfxBoolItem::GetValue(), and getViewFrame().
|
overridevirtual |
Definition at line 2621 of file slideshowimpl.cxx.
|
staticprivate |
Definition at line 2543 of file slideshowimpl.cxx.
References aURL, Exception, comphelper::makePropertyValue(), and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
css::uno::RuntimeException |
Definition at line 2725 of file slideshowimpl.cxx.
References Exception, and TOOLS_WARN_EXCEPTION.
|
overridevirtual |
Definition at line 2643 of file slideshowimpl.cxx.
References bVisible.
|
overridevirtual |
Definition at line 2718 of file slideshowimpl.cxx.
|
overridevirtual |
Definition at line 2705 of file slideshowimpl.cxx.
References mdUserPaintStrokeWidth.
|
overridevirtual |
Definition at line 2660 of file slideshowimpl.cxx.
References Any, Exception, mdUserPaintStrokeWidth, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 2383 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, sd::aShowChildren, getViewFrame(), i, SAL_N_ELEMENTS, and SfxViewFrame::SetChildWindow().
void sd::SlideshowImpl::slideEnded | ( | const bool | bReverse | ) |
Definition at line 1181 of file slideshowimpl.cxx.
|
private |
Definition at line 727 of file slideshowimpl.cxx.
References tools::Rectangle::AdjustRight(), sd::ANIMATIONMODE_PREVIEW, aProperties, VclPtr< class reference_type >::Create(), Exception, comphelper::findValue(), AllSettings::GetLayoutRTL(), tools::Rectangle::GetSize(), vcl::Window::GetSizePixel(), mpView, tools::Rectangle::Right(), tools::Rectangle::SetLeft(), TOOLS_WARN_EXCEPTION, and tools::Rectangle::TopLeft().
|
private |
Definition at line 841 of file slideshowimpl.cxx.
References sd::ANIMATIONMODE_SHOW, Any, aProperties, VclPtr< class reference_type >::Create(), DBG_ASSERT, Help::DisableContextHelp(), Help::DisableExtHelp(), Exception, sd::getBindings(), StarBASIC::GetGlobalErrorHdl(), SdPage::GetName(), SdPage::GetPageKind(), SdrPage::GetPageNum(), SfxBindings::Invalidate(), SdPage::IsExcluded(), sd::PresentationSettingsEx::mbRehearseTimings, mdUserPaintStrokeWidth, mpView, Notes, sd::pAllowed, SD_MOD, StarBASIC::SetGlobalErrorHdl(), Standard, and TOOLS_WARN_EXCEPTION.
|
private |
Definition at line 1041 of file slideshowimpl.cxx.
References Any, aProperties, Exception, mxView, NotifyDocumentEvent(), TOOLS_WARN_EXCEPTION, and vcl::unotools::xBitmapFromBitmapEx().
|
private |
forces an async call to update in the main thread
Definition at line 1683 of file slideshowimpl.cxx.
Referenced by sd::SlideShowView::updateimpl().
|
overridevirtual |
Definition at line 3009 of file slideshowimpl.cxx.
References Exception, and TOOLS_WARN_EXCEPTION.
bool sd::SlideshowImpl::swipe | ( | const CommandGestureSwipeData & | rSwipeData | ) |
Definition at line 1189 of file slideshowimpl.cxx.
References CommandGestureSwipeData::getVelocityX(), and mxView.
|
private |
Definition at line 1678 of file slideshowimpl.cxx.
|
private |
Called by our maUpdateTimer's updateHdl handler this method is responsible to call the slideshow update() method and, depending on its return value, wait for a certain amount of time before another call to update() is scheduled.
Definition at line 1708 of file slideshowimpl.cxx.
References Exception, Application::Reschedule(), and TOOLS_WARN_EXCEPTION.
|
friend |
Definition at line 132 of file slideshowimpl.hxx.
|
friend |
Definition at line 133 of file slideshowimpl.hxx.
|
private |
Definition at line 309 of file slideshowimpl.hxx.
|
private |
Definition at line 293 of file slideshowimpl.hxx.
|
private |
Definition at line 292 of file slideshowimpl.hxx.
|
private |
Definition at line 306 of file slideshowimpl.hxx.
|
private |
Definition at line 321 of file slideshowimpl.hxx.
|
private |
Definition at line 307 of file slideshowimpl.hxx.
|
private |
Definition at line 328 of file slideshowimpl.hxx.
Definition at line 311 of file slideshowimpl.hxx.
|
private |
Definition at line 291 of file slideshowimpl.hxx.
|
private |
Definition at line 319 of file slideshowimpl.hxx.
|
private |
Definition at line 314 of file slideshowimpl.hxx.
|
private |
Definition at line 313 of file slideshowimpl.hxx.
|
private |
Definition at line 318 of file slideshowimpl.hxx.
Referenced by isInputFreezed().
|
private |
Definition at line 316 of file slideshowimpl.hxx.
|
private |
Definition at line 315 of file slideshowimpl.hxx.
|
private |
Definition at line 324 of file slideshowimpl.hxx.
|
private |
Definition at line 317 of file slideshowimpl.hxx.
|
private |
Definition at line 325 of file slideshowimpl.hxx.
|
private |
Definition at line 308 of file slideshowimpl.hxx.
|
private |
Definition at line 312 of file slideshowimpl.hxx.
|
private |
Definition at line 338 of file slideshowimpl.hxx.
|
private |
Definition at line 337 of file slideshowimpl.hxx.
|
private |
Definition at line 305 of file slideshowimpl.hxx.
Referenced by getRestoreSlide().
|
private |
Definition at line 322 of file slideshowimpl.hxx.
|
private |
Definition at line 298 of file slideshowimpl.hxx.
|
private |
Definition at line 297 of file slideshowimpl.hxx.
|
private |
Definition at line 310 of file slideshowimpl.hxx.
|
private |
Definition at line 335 of file slideshowimpl.hxx.
|
private |
Definition at line 300 of file slideshowimpl.hxx.
|
private |
Definition at line 301 of file slideshowimpl.hxx.
|
private |
Definition at line 303 of file slideshowimpl.hxx.
|
private |
Definition at line 295 of file slideshowimpl.hxx.
|
private |
Definition at line 296 of file slideshowimpl.hxx.
Referenced by getViewShell().
|
private |
Definition at line 341 of file slideshowimpl.hxx.
|
private |
Definition at line 289 of file slideshowimpl.hxx.
|
private |
Definition at line 333 of file slideshowimpl.hxx.
|
private |
Definition at line 340 of file slideshowimpl.hxx.
|
private |
Definition at line 331 of file slideshowimpl.hxx.
|
private |
Definition at line 330 of file slideshowimpl.hxx.
|
private |
Definition at line 287 of file slideshowimpl.hxx.
|
private |
Definition at line 288 of file slideshowimpl.hxx.