LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_presentation_XSlideShowListener_idl__
20 #define __com_sun_star_presentation_XSlideShowListener_idl__
24 module
com { module sun { module star { module presentation {
void slideTransitionEnded()
Notify that the slide transition of the current slide ended.
void slideAnimationsEnded()
Notify that the last animation from the main sequence of the current slide has ended.
void resumed()
Notify that the slide show is resumed from a paused state.
void hyperLinkClicked([in] string hyperLink)
Notifies that a hyperlink has been clicked.
makes it possible to register listeners, which are called whenever an animation event occurs.
Definition: XAnimationListener.idl:35
Listener interface to receive global slide show events.
Definition: XSlideShowListener.idl:33
void slideEnded([in] boolean reverse)
Notify that the current slide has ended, e.g.
Definition: Ambiguous.idl:22
void paused()
Notify that the slide show is paused.
void slideTransitionStarted()
Notify that a new slide starts to become visible.