LibreOffice
LibreOffice 24.2 SDK API Reference
|
Listener interface to receive global slide show events. More...
import"XSlideShowListener.idl";
Public Member Functions | |
void | paused () |
Notify that the slide show is paused. More... | |
void | resumed () |
Notify that the slide show is resumed from a paused state. More... | |
void | slideTransitionStarted () |
Notify that a new slide starts to become visible. More... | |
void | slideTransitionEnded () |
Notify that the slide transition of the current slide ended. More... | |
void | slideAnimationsEnded () |
Notify that the last animation from the main sequence of the current slide has ended. More... | |
void | slideEnded ([in] boolean reverse) |
Notify that the current slide has ended, e.g. More... | |
void | hyperLinkClicked ([in] string hyperLink) |
Notifies that a hyperlink has been clicked. More... | |
![]() | |
void | beginEvent ([in] XAnimationNode Node) |
This event is raised when the element local timeline begins to play. More... | |
void | endEvent ([in] XAnimationNode Node) |
This event is raised at the active end of the element. More... | |
void | repeat ([in] XAnimationNode Node, [in] long Repeat) |
This event is raised when the element local timeline repeats. More... | |
![]() | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. More... | |
![]() | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
void hyperLinkClicked | ( | [in] string | hyperLink | ) |
Notifies that a hyperlink has been clicked.
hyperLink | hyperlink URL |
void paused | ( | ) |
Notify that the slide show is paused.
void resumed | ( | ) |
Notify that the slide show is resumed from a paused state.
void slideAnimationsEnded | ( | ) |
Notify that the last animation from the main sequence of the current slide has ended.
void slideEnded | ( | [in] boolean | reverse | ) |
Notify that the current slide has ended, e.g.
the user has clicked on the slide. Calling displaySlide() twice will not issue this event.
reverse | For the default order (forward) this flag is FALSE . When the main sequence was traversed in reverse order then this flag is TRUE . |
void slideTransitionEnded | ( | ) |
Notify that the slide transition of the current slide ended.
void slideTransitionStarted | ( | ) |
Notify that a new slide starts to become visible.