LibreOffice
LibreOffice 7.4 SDK API Reference
Exported Interfaces | List of all members
XSelectionFunction Interface Referencepublished

import"XSelectionFunction.idl";

Inheritance diagram for XSelectionFunction:
XComponent XServiceInfo XDispatch XKeyHandler XMouseClickHandler XMouseMotionHandler XSelectionChangeListener XInterface XInterface XInterface XEventListener XEventListener XEventListener XEventListener XInterface XInterface XInterface XInterface

Exported Interfaces

interface ::com::sun::star::lang::XComponent
 
interface ::com::sun::star::lang::XServiceInfo
 
interface ::com::sun::star::frame::XDispatch
 
interface ::com::sun::star::awt::XKeyHandler
 
interface ::com::sun::star::awt::XMouseClickHandler
 
interface ::com::sun::star::awt::XMouseMotionHandler
 
interface ::com::sun::star::view::XSelectionChangeListener
 

Additional Inherited Members

- Public Member Functions inherited from XComponent
void dispose ()
 The owner of an object calls this method to explicitly free all resources kept by this object and thus break cyclic references. More...
 
void addEventListener ([in] XEventListener xListener)
 adds an event listener to the object. More...
 
void removeEventListener ([in] XEventListener aListener)
 removes an event listener from the listener list. 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...
 
- Public Member Functions inherited from XServiceInfo
string getImplementationName ()
 Provides the implementation name of the service implementation. More...
 
boolean supportsService ([in] string ServiceName)
 Tests whether the specified service is supported, i.e. More...
 
sequence< string > getSupportedServiceNames ()
 Provides the supported service names of the implementation, including also indirect service names. More...
 
- Public Member Functions inherited from XDispatch
void dispatch ([in] com::sun::star::util::URL URL, [in] sequence< com::sun::star::beans::PropertyValue > Arguments)
 dispatches (executes) a URL More...
 
void addStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL)
 registers a listener of a control for a specific URL at this object to receive status events. More...
 
void removeStatusListener ([in] XStatusListener Control, [in] com::sun::star::util::URL URL)
 unregisters a listener from a control. More...
 
- Public Member Functions inherited from XKeyHandler
boolean keyPressed ([in] com::sun::star::awt::KeyEvent aEvent)
 This function is called by the broadcaster, an com::sun::star::awt::XExtendedToolkit for instance, after a key has been pressed but before it is released. More...
 
boolean keyReleased ([in] com::sun::star::awt::KeyEvent aEvent)
 This function is called by the broadcaster, an com::sun::star::awt::XExtendedToolkit for instance, after a key has been pressed and released. 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 XMouseClickHandler
boolean mousePressed ([in] com::sun::star::awt::MouseEvent e)
 is invoked when a mouse button has been pressed on a window. More...
 
boolean mouseReleased ([in] com::sun::star::awt::MouseEvent e)
 is invoked when a mouse button has been released on a window. More...
 
- Public Member Functions inherited from XMouseMotionHandler
boolean mouseDragged ([in] com::sun::star::awt::MouseEvent e)
 is invoked when a mouse button is pressed on a window and then dragged. More...
 
boolean mouseMoved ([in] com::sun::star::awt::MouseEvent e)
 is invoked when the mouse button has been moved on a window (with no buttons down). More...
 
- Public Member Functions inherited from XSelectionChangeListener
void selectionChanged ([in] com::sun::star::lang::EventObject aEvent)
 is called when the selection changes. More...
 

Exported Interfaces

◆ ::com::sun::star::awt::XKeyHandler

◆ ::com::sun::star::awt::XMouseClickHandler

◆ ::com::sun::star::awt::XMouseMotionHandler

◆ ::com::sun::star::frame::XDispatch

◆ ::com::sun::star::lang::XComponent

◆ ::com::sun::star::lang::XServiceInfo

◆ ::com::sun::star::view::XSelectionChangeListener


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