19#ifndef __com_sun_star_animations_XTimeContainer_idl__
20#define __com_sun_star_animations_XTimeContainer_idl__
29 module
com { module sun { module star { module animations {
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:39
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:35
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:31
This is a checked exception that wraps an exception thrown by the original target.
Definition WrappedTargetException.idl:38
Definition XAnimationNode.idl:30
Supported modules.
Definition XTimeContainer.idl:54
XAnimationNode insertAfter([in] XAnimationNode newChild, [in] XAnimationNode refChild)
XAnimationNode replaceChild([in] XAnimationNode newChild, [in] XAnimationNode oldChild)
XAnimationNode removeChild([in] XAnimationNode oldChild)
XAnimationNode insertBefore([in] XAnimationNode newChild, [in] XAnimationNode refChild)
XAnimationNode appendChild([in] XAnimationNode newChild)
Definition Ambiguous.idl:22