20 #ifndef __com_sun_star_accessibility_XAccessibleSelection_idl__ 21 #define __com_sun_star_accessibility_XAccessibleSelection_idl__ 26 module
com { module sun { module star { module accessibility {
28 interface XAccessible;
62 void selectAccessibleChild ([in]
long nChildIndex)
79 boolean isAccessibleChildSelected ([in]
long nChildIndex)
85 void clearAccessibleSelection ();
94 void selectAllAccessibleChildren ();
108 long getSelectedAccessibleChildCount ();
129 XAccessible getSelectedAccessibleChild ([in]
long nSelectedChildIndex)
146 void deselectAccessibleChild ([in]
long nChildIndex)
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 interface has to be implemented by any class that wants to be accessible.
Definition: XAccessible.idl:54
Implement this interface to represent a selection of accessible objects.
Definition: XAccessibleSelection.idl:45
base interface of all UNO interfaces
Definition: XInterface.idl:47