xref: /trunk/main/svx/xml/AccessibleShape.xml (revision cdf0e10c)
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>AccessibleShape</name>
9
10<description>This component represents the accessbility object of generic
11shapes.  There is a list of derived components that are used for special
12shapes and which support additional interfaces.  For more detailed
13information see the documentation of the supported services and the link
14to the general accessibility documentation.</description>
15
16<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
17title="Link to a general description of UNO accessibility"/>
18
19<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
20<language>c++</language>
21<status value="alpha"/>
22
23<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
24<supported-service>com.sun.star.accessibility.Accessible</supported-service>
25<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
26
27<type>com.sun.star.accessibility.XAccessible</type>
28<type>com.sun.star.accessibility.XAccessibleContext</type>
29<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
30<type>com.sun.star.accessibility.XAccessibleComponent</type>
31<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
32<type>com.sun.star.lang.XTypeProvider</type>
33<type>com.sun.star.lang.XServiceInfo</type>
34<type>com.sun.star.lang.XComponent</type>
35<type>com.sun.star.document.XEventListener</type>
36<type>com.sun.star.lang.XUnoTunnel</type>
37
38</component-description>
39</module-description>
40