xref: /trunk/main/svx/xml/AccessibleOLEShape.xml (revision cdf0e10c)
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>AccessibleOLEShape</name>
9*cdf0e10cSrcweir
10*cdf0e10cSrcweir<description>Derived from AccessibleShape this component supports the
11*cdf0e10cSrcweiradditional com.sun.star.accessibility.XAccessibleAction interface in
12*cdf0e10cSrcweirorder to supply more detailed information about accessible OLE shapes.  For
13*cdf0e10cSrcweirmore detailed information see the documentation of the base component
14*cdf0e10cSrcweirAccessibleShape, the supported services, and the link to the general
15*cdf0e10cSrcweiraccessibility documentation.</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.accessibility.XAccessibleAction</type>
34*cdf0e10cSrcweir<type>com.sun.star.lang.XTypeProvider</type>
35*cdf0e10cSrcweir<type>com.sun.star.lang.XServiceInfo</type>
36*cdf0e10cSrcweir<type>com.sun.star.lang.XComponent</type>
37*cdf0e10cSrcweir<type>com.sun.star.document.XEventListener</type>
38*cdf0e10cSrcweir<type>com.sun.star.lang.XUnoTunnel</type>
39*cdf0e10cSrcweir
40*cdf0e10cSrcweir</component-description>
41*cdf0e10cSrcweir</module-description>
42