diff options
author | Andre Fischer <af@openoffice.org> | 2002-06-20 08:28:21 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2002-06-20 08:28:21 +0000 |
commit | db043d06244882f07259590c5063efc62e528ca9 (patch) | |
tree | c0bf2add72c1a5b151dbc25c0a8b7877cdbe128f /sd/xml/AccessiblePageShape.xml | |
parent | 089a01097df1ca0dccc406ecb1b192743a19d33a (diff) |
#100516# Initial revision.
Diffstat (limited to 'sd/xml/AccessiblePageShape.xml')
-rw-r--r-- | sd/xml/AccessiblePageShape.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/sd/xml/AccessiblePageShape.xml b/sd/xml/AccessiblePageShape.xml new file mode 100644 index 000000000..c9fd2b9e6 --- /dev/null +++ b/sd/xml/AccessiblePageShape.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> +<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> +<module-name>svx</module-name> +<component-description> + +<author>Andre Fischer</author> +<name>AccessiblePageShape</name> + +<description>This component is derived from AccessibleShape and makes the +graphical representation of the currently visible draw page accessible. For +more detailed information see the documentation of the base component +AccessibleShape, the supported services, and the link to the general +accessibility documentation.</description> + +<reference-docu xlink-href="http://ui.openoffice.org/accessibility" +title="Link to a general description of UNO accessibility"/> + +<loader-name>com.sun.star.loader.SharedLibrary</loader-name> +<language>c++</language> +<status value="alpha"/> + +<supported-service>drafts.com.sun.star.drawing.AccessibleShape</supported-service> +<supported-service>drafts.com.sun.star.accessibility.Accessible</supported-service> +<supported-service>drafts.com.sun.star.accessibility.AccessibleContext</supported-service> + +<type>drafts.com.sun.star.accessibility.XAccessible</type> +<type>drafts.com.sun.star.accessibility.XAccessibleContext</type> +<type>drafts.com.sun.star.accessibility.XAccessibleEventBroadcaster</type> +<type>drafts.com.sun.star.accessibility.XAccessibleComponent</type> +<type>drafts.com.sun.star.accessibility.XAccessibleExtendedComponent</type> +<type>com.sun.star.lang.XTypeProvider</type> +<type>com.sun.star.lang.XServiceInfo</type> +<type>com.sun.star.lang.XComponent</type> +<type>com.sun.star.document.XEventListener</type> +<type>com.sun.star.lang.XUnoTunnel</type> + +</component-description> +</module-description> |