19 #ifndef __com_sun_star_container_XIndexContainer_idl__ 20 #define __com_sun_star_container_XIndexContainer_idl__ 31 module
com { module sun { module star { module container {
44 void insertByIndex( [in]
long Index,
53 void removeByIndex( [in]
long Index )
This is the generic interface for supporting the replacement of indexed elements.
Definition: XIndexReplace.idl:38
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition: IndexOutOfBoundsException.idl:34
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:29
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
This is the generic interface for supporting the insertion and removal of indexed elements.
Definition: XIndexContainer.idl:37