1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
4<module-name>svx</module-name>
5<component-description>
6
7<author>Andre Fischer</author>
8<name>AccessibleGraphicShape</name>
9
10<description>Derived from AccessibleShape this component supports the
11additional com.sun.star.accessibility.XAccessibleImage interface in
12order to supply more detailed information about accessible images.  For more
13detailed information see the documentation of the base component
14AccessibleShape, the supported services, and the link to the general
15accessibility documentation.</description>
16
17<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
18title="Link to a general description of UNO accessibility"/>
19
20<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
21<language>c++</language>
22<status value="alpha"/>
23
24<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
25<supported-service>com.sun.star.accessibility.Accessible</supported-service>
26<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
27
28<type>com.sun.star.accessibility.XAccessible</type>
29<type>com.sun.star.accessibility.XAccessibleContext</type>
30<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
31<type>com.sun.star.accessibility.XAccessibleComponent</type>
32<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
33<type>com.sun.star.accessibility.XAccessibleImage</type>
34<type>com.sun.star.lang.XTypeProvider</type>
35<type>com.sun.star.lang.XServiceInfo</type>
36<type>com.sun.star.lang.XComponent</type>
37<type>com.sun.star.document.XEventListener</type>
38<type>com.sun.star.lang.XUnoTunnel</type>
39
40</component-description>
41</module-description>
42