diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 09:58:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-27 09:58:12 +0000 |
commit | 2c32696a04bc195c8ce61a0df6dcafb8c0c49fe0 (patch) | |
tree | 20f65f4b4d1a3a1c7c73f694210b3a07b6bea496 /sd/xml | |
parent | 534bd7f86535dc81073d673d9bc185bb34520a55 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sd/xml')
-rw-r--r-- | sd/xml/AccessibleSlideView.xml | 1 | ||||
-rw-r--r-- | sd/xml/AccessibleSlideViewObject.xml | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/sd/xml/AccessibleSlideView.xml b/sd/xml/AccessibleSlideView.xml index b8bf3591c2c1..4c7d3cf65b6c 100644 --- a/sd/xml/AccessibleSlideView.xml +++ b/sd/xml/AccessibleSlideView.xml @@ -21,6 +21,7 @@ title="Link to a general description of UNO accessibility"/> <supported-service>drafts.com.sun.star.accessibility.Accessible</supported-service> <supported-service>drafts.com.sun.star.accessibility.AccessibleContext</supported-service> +<supported-service>drafts.com.sun.star.drawing.AccessibleSlideView</supported-service> <type>drafts.com.sun.star.drawing.XAccessible</type> <type>drafts.com.sun.star.drawing.XAccessibleContext</type> diff --git a/sd/xml/AccessibleSlideViewObject.xml b/sd/xml/AccessibleSlideViewObject.xml new file mode 100644 index 000000000000..db8b65214f38 --- /dev/null +++ b/sd/xml/AccessibleSlideViewObject.xml @@ -0,0 +1,34 @@ +<?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>sd</module-name> +<component-description> + +<author>Andre Fischer</author> +<name>AccessibleSlideView</name> + +<description>This component represents the accessbility object for the +slides managed by Impress slide view. For more detailed information see the +documentation of 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.accessibility.Accessible</supported-service> +<supported-service>drafts.com.sun.star.accessibility.AccessibleContext</supported-service> +<supported-service>drafts.com.sun.star.drawing.AccessibleSlideViewObject</supported-service> + +<type>drafts.com.sun.star.drawing.XAccessible</type> +<type>drafts.com.sun.star.drawing.XAccessibleContext</type> +<type>drafts.com.sun.star.drawing.XAccessibleEventBroadcaster</type> +<type>drafts.com.sun.star.drawing.XAccessibleComponent</type> +<type>com.sun.star.lang.XTypeProvider</type> +<type>com.sun.star.lang.XUnoTunnel</type> + +</component-description> +</module-description> |