LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_util_XChainable_idl__
20 #define __com_sun_star_util_XChainable_idl__
28 module
com { module sun { module star { module util {
void setSuccessor([in] com::sun::star::util::XChainable xChainable)
connects the specified object to this object as the successor in a chain.
enables the object to be a member of a chain.
Definition: XChainable.idl:34
com::sun::star::util::XChainable getPredecessor()
boolean isChainable([in] com::sun::star::util::XChainable xChainable)
checks if the specified object can be linked to this.
com::sun::star::util::XChainable getSuccessor()
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48