21module
com { module sun { module star { module container {
78 [attribute, readonly]
long Count;
is thrown by container methods, if an element is added which is already a child of the container.
Definition ElementExistException.idl:35
is thrown by child access methods of collections, if the addressed child does not exist.
Definition NoSuchElementException.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
maps strings to anys.
Definition XStringKeyMap.idl:30
long Count
the number of elements in the map.
Definition XStringKeyMap.idl:78
string getKeyByIndex([in] long nIndex)
obtains the key of an element by index.
any getValueByIndex([in] long nIndex)
obtains the value of an element by index.
any getValue([in] string aKey)
reads data from the map.
boolean hasValue([in] string aKey)
checks for element existence.
void insertValue([in] string aKey, [in] any aValue)
writes data to the map.
Definition Ambiguous.idl:20