22module
com { module sun { module star { module container {
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
makes it possible to insert and remove elements in/from a container using an implicit (unique) ID.
Definition XImplicitIDContainer.idl:28
void removeByImplicitID([in] string ID)
removes an object from the container which is specified by an implicit (unique) identifier.
string addWithImplicitID([in] any aElement)
adds a new object to the container and generates an implicit (unique) ID for this object.
makes it possible to replace contents in a collection by an implicit (unique) ID:
Definition XImplicitIDReplace.idl:28
Definition Ambiguous.idl:20