|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module lang {
23 published
interface XConnectionPoint;
supports connection points for connectable objects.
Definition: XConnectionPoint.idl:78
sequence< type > getConnectionPointTypes()
XConnectionPoint queryConnectionPoint([in] type aType)
makes it possible to locate a specific connection point for a specified UIK and manages a sequence of...
Definition: XConnectionPointContainer.idl:36
void unadvise([in] type aType, [in] com::sun::star::uno::XInterface xListener)
terminates a notification previously set up with advise at the container or at the suitable connectio...
void advise([in] type aType, [in] com::sun::star::uno::XInterface xListener)
creates a connection between this object and a client's sink, where the sink implements the outgoing ...
Definition: Ambiguous.idl:20
base interface of all UNO interfaces
Definition: XInterface.idl:46