|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
22 module
com { module sun { module star { module lang {
supports connection points for connectable objects.
Definition: XConnectionPoint.idl:78
com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer()
is thrown by the XConnectionPoint::advice() method to indicate that the listener has not supplied the...
Definition: InvalidListenerException.idl:31
is thrown by the XConnectionPoint::advise() method to indicate that there is only one listener allowe...
Definition: ListenerExistException.idl:30
sequence< com::sun::star::uno::XInterface > getConnections()
void advise([in] com::sun::star::uno::XInterface xListener)
creates a connection between a connection point and a client's sink, where the sink implements the ou...
void unadvise([in] com::sun::star::uno::XInterface xListener)
terminates a notification previously set up with advise.
makes it possible to locate a specific connection point for a specified UIK and manages a sequence of...
Definition: XConnectionPointContainer.idl:36
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46