20 #ifndef __com_sun_star_accessibility_XAccessibleStateSet_idl__ 21 #define __com_sun_star_accessibility_XAccessibleStateSet_idl__ 26 module
com { module sun { module star { module accessibility {
28 interface XAccessible;
60 boolean contains ([in]
short aState);
77 boolean containsAll ([in] sequence<short> aStateSet);
91 sequence<short> getStates ();
Implement this interface to represent a set of states.
Definition: XAccessibleStateSet.idl:39
Definition: Ambiguous.idl:22
base interface of all UNO interfaces
Definition: XInterface.idl:47