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>AccessiblePresentationOLEShape</name> 9*cdf0e10cSrcweir 10*cdf0e10cSrcweir<description>This component is derived from AccessibleOLEShape and 11*cdf0e10cSrcweirimplements Impress specific behaviour. For more detailed information see 12*cdf0e10cSrcweirthe documentation of the base component AccessibleOLEShape, the supported 13*cdf0e10cSrcweirservices, and the link to the general accessibility 14*cdf0e10cSrcweirdocumentation.</description> 15*cdf0e10cSrcweir 16*cdf0e10cSrcweir<reference-docu xlink-href="http://ui.openoffice.org/accessibility" 17*cdf0e10cSrcweirtitle="Link to a general description of UNO accessibility"/> 18*cdf0e10cSrcweir 19*cdf0e10cSrcweir<loader-name>com.sun.star.loader.SharedLibrary</loader-name> 20*cdf0e10cSrcweir<language>c++</language> 21*cdf0e10cSrcweir<status value="alpha"/> 22*cdf0e10cSrcweir 23*cdf0e10cSrcweir<supported-service>com.sun.star.drawing.AccessibleShape</supported-service> 24*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.Accessible</supported-service> 25*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> 26*cdf0e10cSrcweir 27*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessible</type> 28*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleContext</type> 29*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> 30*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleComponent</type> 31*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type> 32*cdf0e10cSrcweir<type>com.sun.star.accessibility.XAccessibleAction</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