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>AccessiblePresentationShape</name> 9*cdf0e10cSrcweir 10*cdf0e10cSrcweir<description>This component represents the accessbility object of generic 11*cdf0e10cSrcweirpresentation shapes. For more detailed information see the documentation of 12*cdf0e10cSrcweirthe base component AccessibleShape, the supported services, and the link to 13*cdf0e10cSrcweirthe general accessibility documentation.</description> 14*cdf0e10cSrcweir 15*cdf0e10cSrcweir<reference-docu xlink-href="http://ui.openoffice.org/accessibility" 16*cdf0e10cSrcweirtitle="Link to a general description of UNO accessibility"/> 17*cdf0e10cSrcweir 18*cdf0e10cSrcweir<loader-name>com.sun.star.loader.SharedLibrary</loader-name> 19*cdf0e10cSrcweir<language>c++</language> 20*cdf0e10cSrcweir<status value="alpha"/> 21*cdf0e10cSrcweir 22*cdf0e10cSrcweir<supported-service>com.sun.star.drawing.AccessibleShape</supported-service> 23*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.Accessible</supported-service> 24*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> 25*cdf0e10cSrcweir 26*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessible</type> 27*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleContext</type> 28*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> 29*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleComponent</type> 30*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type> 31*cdf0e10cSrcweir<type>com.sun.star.lang.XTypeProvider</type> 32*cdf0e10cSrcweir<type>com.sun.star.lang.XServiceInfo</type> 33*cdf0e10cSrcweir<type>com.sun.star.lang.XComponent</type> 34*cdf0e10cSrcweir<type>com.sun.star.document.XEventListener</type> 35*cdf0e10cSrcweir<type>com.sun.star.lang.XUnoTunnel</type> 36*cdf0e10cSrcweir 37*cdf0e10cSrcweir</component-description> 38*cdf0e10cSrcweir</module-description> 39