1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3*cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4*cdf0e10cSrcweir<module-name>svx</module-name> 5*cdf0e10cSrcweir<component-description> 6*cdf0e10cSrcweir 7*cdf0e10cSrcweir<author>Andre Fischer</author> 8*cdf0e10cSrcweir<name>AccessibleControlShape</name> 9*cdf0e10cSrcweir 10*cdf0e10cSrcweir<description>This component represents the accessbility object of control 11*cdf0e10cSrcweirshapes. This is an accessible object where the accessible context is 12*cdf0e10cSrcweirimplemented by another object. Furthermore, this context may be replaced by 13*cdf0e10cSrcweiranother during runtime. For more detailed information see the documentation 14*cdf0e10cSrcweirof the supported services and the link to the general accessibility 15*cdf0e10cSrcweirdocumentation.</description> 16*cdf0e10cSrcweir 17*cdf0e10cSrcweir<reference-docu xlink-href="http://ui.openoffice.org/accessibility" 18*cdf0e10cSrcweirtitle="Link to a general description of UNO accessibility"/> 19*cdf0e10cSrcweir 20*cdf0e10cSrcweir<loader-name>com.sun.star.loader.SharedLibrary</loader-name> 21*cdf0e10cSrcweir<language>c++</language> 22*cdf0e10cSrcweir<status value="alpha"/> 23*cdf0e10cSrcweir 24*cdf0e10cSrcweir<supported-service>com.sun.star.drawing.AccessibleShape</supported-service> 25*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.Accessible</supported-service> 26*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> 27*cdf0e10cSrcweir 28*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessible</type> 29*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleContext</type> 30*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> 31*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleComponent</type> 32*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type> 33*cdf0e10cSrcweir<type>com.sun.star.lang.XTypeProvider</type> 34*cdf0e10cSrcweir<type>com.sun.star.lang.XServiceInfo</type> 35*cdf0e10cSrcweir<type>com.sun.star.lang.XComponent</type> 36*cdf0e10cSrcweir<type>com.sun.star.document.XEventListener</type> 37*cdf0e10cSrcweir<type>com.sun.star.lang.XUnoTunnel</type> 38*cdf0e10cSrcweir 39*cdf0e10cSrcweir</component-description> 40*cdf0e10cSrcweir</module-description> 41