21module
com { module sun { module star { module container {
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:34
is notified to approve changes which happen to the content of a generic container
Definition XContainerApproveListener.idl:29
com::sun::star::util::XVeto approveRemoveElement([in] ContainerEvent Event)
is called for the listener to approve a removal of an element from the container
com::sun::star::util::XVeto approveInsertElement([in] ContainerEvent Event)
is called for the listener to approve an insertion into the container
com::sun::star::util::XVeto approveReplaceElement([in] ContainerEvent Event)
is called for the listener to approve a replacement inside the container
provides information about a veto which has been raised against an operation
Definition XVeto.idl:27
Definition Ambiguous.idl:20
This event is fired when an element is inserted in a container.
Definition ContainerEvent.idl:30