20module
com { module sun { module star { module presentation {
makes it possible to register listeners, which are called whenever an animation event occurs.
Definition XAnimationListener.idl:30
Listener interface to receive global slide show events.
Definition XSlideShowListener.idl:29
void slideTransitionStarted()
Notify that a new slide starts to become visible.
void slideAnimationsEnded()
Notify that the last animation from the main sequence of the current slide has ended.
void paused()
Notify that the slide show is paused.
void hyperLinkClicked([in] string hyperLink)
Notifies that a hyperlink has been clicked.
void slideTransitionEnded()
Notify that the slide transition of the current slide ended.
void slideEnded([in] boolean reverse)
Notify that the current slide has ended, e.g.
void resumed()
Notify that the slide show is resumed from a paused state.
Definition Ambiguous.idl:20