20module
com { module sun { module star { module accessibility {
This exception is thrown to indicate that a container has been accessed with an illegal index.
Definition IndexOutOfBoundsException.idl:31
Implement this interface to give access to an object's set of relations.
Definition XAccessibleRelationSet.idl:37
AccessibleRelation getRelation([in] long nIndex)
Returns the relation of this relation set that is specified by the given index.
boolean containsRelation([in] short aRelationType)
Tests whether the relation set contains a relation matching the specified key.
AccessibleRelation getRelationByType([in] short aRelationType)
Retrieve and return the relation with the given relation type.
long getRelationCount()
Returns the number of relations in this relation set.
base interface of all UNO interfaces
Definition XInterface.idl:46
Definition Ambiguous.idl:20
An AccessibleRelation object defines a one-to-many relation.
Definition AccessibleRelation.idl:31