LibreOffice
LibreOffice 24.2 SDK API Reference
Public Member Functions | List of all members
XSlideShowNavigationListener Interface Reference

Listener interface with navigation support to receive global slide show events. More...

import"XSlideShowNavigationListener.idl";

Inheritance diagram for XSlideShowNavigationListener:
XSlideShowListener XAnimationListener XEventListener XInterface

Public Member Functions

void contextMenuShow ([in] com::sun::star::awt::Point point)
 Notify that the context menu has been requested. More...
 
- Public Member Functions inherited from XSlideShowListener
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...
 
- Public Member Functions inherited from XAnimationListener
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...
 
- 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. More...
 
- Public Member Functions inherited from XInterface
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...
 

Detailed Description

Listener interface with navigation support to receive global slide show events.

See also
XSlideShowListener
Since
LibreOffice 7.6

Member Function Documentation

◆ contextMenuShow()

void contextMenuShow ( [in] com::sun::star::awt::Point  point)

Notify that the context menu has been requested.

Parameters
pointpoint to show the context menu

The documentation for this interface was generated from the following file: