summaryrefslogtreecommitdiff
path: root/sd/xml
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-06-20 08:28:21 +0000
committerAndre Fischer <af@openoffice.org>2002-06-20 08:28:21 +0000
commit7477a56de2eef9fb60f9c11a46a25b22241722d3 (patch)
treefe9991dc1b0b8836fe9b2ab427948dd0d500c101 /sd/xml
parentf43f6e26c24804b9fcbaa397388029b1482db302 (diff)
#100516# Initial revision.
Diffstat (limited to 'sd/xml')
-rw-r--r--sd/xml/AccessibleDrawDocumentView.xml41
-rw-r--r--sd/xml/AccessibleOutlineView.xml39
-rw-r--r--sd/xml/AccessiblePageShape.xml39
-rw-r--r--sd/xml/AccessiblePresentationGraphicShape.xml40
-rw-r--r--sd/xml/AccessiblePresentationOLEShape.xml40
-rw-r--r--sd/xml/AccessiblePresentationShape.xml38
-rw-r--r--sd/xml/AccessibleSlideView.xml34
7 files changed, 271 insertions, 0 deletions
diff --git a/sd/xml/AccessibleDrawDocumentView.xml b/sd/xml/AccessibleDrawDocumentView.xml
new file mode 100644
index 000000000000..7e12891cdad4
--- /dev/null
+++ b/sd/xml/AccessibleDrawDocumentView.xml
@@ -0,0 +1,41 @@
+<?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>AccessibleDrawDocumentView</name>
+
+<description>This component represents the accessbility object for Draw
+document views and Impress document views with the view modes edit view,
+notes view, or handout 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.drawing.AccessibleDrawDocumentView</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.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>drafts.com.sun.star.drawing.XAccessibleExtendedComponent</type>
+<type>drafts.com.sun.star.drawing.XAccessibleSelection</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.beans.XPropertyChangeListener</type>
+<type>com.sun.star.awt.XWindowListener</type>
+<type>com.sun.star.awt.XTopWindowListener</type>
+
+</component-description>
+</module-description>
diff --git a/sd/xml/AccessibleOutlineView.xml b/sd/xml/AccessibleOutlineView.xml
new file mode 100644
index 000000000000..a6905626556c
--- /dev/null
+++ b/sd/xml/AccessibleOutlineView.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>sd</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleOutlineView</name>
+
+<description>This component represents the accessbility object for Impress
+document views in outline view mode. 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>
+
+<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>drafts.com.sun.star.drawing.XAccessibleExtendedComponent</type>
+<type>drafts.com.sun.star.drawing.XAccessibleSelection</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.beans.XPropertyChangeListener</type>
+<type>com.sun.star.awt.XWindowListener</type>
+<type>com.sun.star.awt.XTopWindowListener</type>
+
+</component-description>
+</module-description>
diff --git a/sd/xml/AccessiblePageShape.xml b/sd/xml/AccessiblePageShape.xml
new file mode 100644
index 000000000000..c9fd2b9e6d2e
--- /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>
diff --git a/sd/xml/AccessiblePresentationGraphicShape.xml b/sd/xml/AccessiblePresentationGraphicShape.xml
new file mode 100644
index 000000000000..8f33334921b1
--- /dev/null
+++ b/sd/xml/AccessiblePresentationGraphicShape.xml
@@ -0,0 +1,40 @@
+<?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>AccessiblePresentationGraphicShape</name>
+
+<description>This component is derived from AccessibleGraphicShape and
+implements Impress specific behaviour. For more detailed information see
+the documentation of the base component AccessibleGraphicShape, 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>drafts.com.sun.star.accessibility.XAccessibleImage</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>
diff --git a/sd/xml/AccessiblePresentationOLEShape.xml b/sd/xml/AccessiblePresentationOLEShape.xml
new file mode 100644
index 000000000000..5f13e133fe21
--- /dev/null
+++ b/sd/xml/AccessiblePresentationOLEShape.xml
@@ -0,0 +1,40 @@
+<?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>AccessiblePresentationOLEShape</name>
+
+<description>This component is derived from AccessibleOLEShape and
+implements Impress specific behaviour. For more detailed information see
+the documentation of the base component AccessibleOLEShape, 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>drafts.com.sun.star.accessibility.XAccessibleAction</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>
diff --git a/sd/xml/AccessiblePresentationShape.xml b/sd/xml/AccessiblePresentationShape.xml
new file mode 100644
index 000000000000..5b2fcef4ac6e
--- /dev/null
+++ b/sd/xml/AccessiblePresentationShape.xml
@@ -0,0 +1,38 @@
+<?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>AccessiblePresentationShape</name>
+
+<description>This component represents the accessbility object of generic
+presentation shapes. 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>
diff --git a/sd/xml/AccessibleSlideView.xml b/sd/xml/AccessibleSlideView.xml
new file mode 100644
index 000000000000..b8bf3591c2c1
--- /dev/null
+++ b/sd/xml/AccessibleSlideView.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 Impress
+document views in slide view mode. 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>
+
+<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>drafts.com.sun.star.drawing.XAccessibleSelection</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XUnoTunnel</type>
+
+</component-description>
+</module-description>