LibreOffice
LibreOffice 25.8 SDK API Reference
|
Listener interface with navigation support to receive global slide show events. More...
import "XSlideShowNavigationListener.idl";
Public Member Functions | |
void | contextMenuShow ([in] com::sun::star::awt::Point point) |
Notify that the context menu has been requested. | |
Public Member Functions inherited from XSlideShowListener | |
void | paused () |
Notify that the slide show is paused. | |
void | resumed () |
Notify that the slide show is resumed from a paused state. | |
void | slideTransitionStarted () |
Notify that a new slide starts to become visible. | |
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 | slideEnded ([in] boolean reverse) |
Notify that the current slide has ended, e.g. | |
void | hyperLinkClicked ([in] string hyperLink) |
Notifies that a hyperlink has been clicked. | |
Public Member Functions inherited from XAnimationListener | |
void | beginEvent ([in] XAnimationNode Node) |
This event is raised when the element local timeline begins to play. | |
void | endEvent ([in] XAnimationNode Node) |
This event is raised at the active end of the element. | |
void | repeat ([in] XAnimationNode Node, [in] long Repeat) |
This event is raised when the element local timeline repeats. | |
Public Member Functions inherited from XEventListener | |
void | disposing ([in] com::sun::star::lang::EventObject Source) |
gets called when the broadcaster is about to be disposed. | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. | |
void | acquire () |
increases the reference counter by one. | |
void | release () |
decreases the reference counter by one. |
Listener interface with navigation support to receive global slide show events.
void contextMenuShow | ( | [in] com::sun::star::awt::Point | point | ) |
Notify that the context menu has been requested.
point | point to show the context menu |