From 50eef509b25f5f0f1a597d9e56d92b357b8a547a Mon Sep 17 00:00:00 2001 From: Andre Fischer Date: Wed, 19 Jun 2002 08:06:24 +0000 Subject: Initial revision --- svx/xml/AccessibleGraphicShape.xml | 41 ++++++++++++++++++++++++++++++++++++++ svx/xml/AccessibleOLEShape.xml | 41 ++++++++++++++++++++++++++++++++++++++ svx/xml/AccessibleShape.xml | 39 ++++++++++++++++++++++++++++++++++++ 3 files changed, 121 insertions(+) create mode 100644 svx/xml/AccessibleGraphicShape.xml create mode 100644 svx/xml/AccessibleOLEShape.xml create mode 100644 svx/xml/AccessibleShape.xml (limited to 'svx/xml') diff --git a/svx/xml/AccessibleGraphicShape.xml b/svx/xml/AccessibleGraphicShape.xml new file mode 100644 index 000000000000..91391860fd0f --- /dev/null +++ b/svx/xml/AccessibleGraphicShape.xml @@ -0,0 +1,41 @@ + + + +svx + + +Andre Fischer +AccessibleGraphicShape + +Derived from AccessibleShape this component supports the +additional drafts.com.sun.star.accessibility.XAccessibleImage interface in +order to supply more detailed information about accessible images. For more +detailed information see the documentation of the base component +AccessibleShape, the supported services, and the link to the general +accessibility documentation. + + + +com.sun.star.loader.SharedLibrary +c++ + + +drafts.com.sun.star.drawing.AccessibleShape +drafts.com.sun.star.accessibility.Accessible +drafts.com.sun.star.accessibility.AccessibleContext + +drafts.com.sun.star.accessibility.XAccessible +drafts.com.sun.star.accessibility.XAccessibleContext +drafts.com.sun.star.accessibility.XAccessibleEventBroadcaster +drafts.com.sun.star.accessibility.XAccessibleComponent +drafts.com.sun.star.accessibility.XAccessibleExtendedComponent +drafts.com.sun.star.accessibility.XAccessibleImage +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XComponent +com.sun.star.document.XEventListener +com.sun.star.lang.XUnoTunnel + + + diff --git a/svx/xml/AccessibleOLEShape.xml b/svx/xml/AccessibleOLEShape.xml new file mode 100644 index 000000000000..cdeb48a7f6bb --- /dev/null +++ b/svx/xml/AccessibleOLEShape.xml @@ -0,0 +1,41 @@ + + + +svx + + +Andre Fischer +AccessibleOLEShape + +Derived from AccessibleShape this component supports the +additional drafts.com.sun.star.accessibility.XAccessibleAction interface in +order to supply more detailed information about accessible OLE shapes. For +more detailed information see the documentation of the base component +AccessibleShape, the supported services, and the link to the general +accessibility documentation. + + + +com.sun.star.loader.SharedLibrary +c++ + + +drafts.com.sun.star.drawing.AccessibleShape +drafts.com.sun.star.accessibility.Accessible +drafts.com.sun.star.accessibility.AccessibleContext + +drafts.com.sun.star.accessibility.XAccessible +drafts.com.sun.star.accessibility.XAccessibleContext +drafts.com.sun.star.accessibility.XAccessibleEventBroadcaster +drafts.com.sun.star.accessibility.XAccessibleComponent +drafts.com.sun.star.accessibility.XAccessibleExtendedComponent +drafts.com.sun.star.accessibility.XAccessibleAction +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XComponent +com.sun.star.document.XEventListener +com.sun.star.lang.XUnoTunnel + + + diff --git a/svx/xml/AccessibleShape.xml b/svx/xml/AccessibleShape.xml new file mode 100644 index 000000000000..ab81fc7c4a3e --- /dev/null +++ b/svx/xml/AccessibleShape.xml @@ -0,0 +1,39 @@ + + + +svx + + +Andre Fischer +AccessibleShape + +This component represents the accessbility object of generic +shapes. There is a list of derived components that are used for special +shapes and which support additional interfaces. For more detailed +information see the documentation of the supported services and the link +to the general accessibility documentation. + + + +com.sun.star.loader.SharedLibrary +c++ + + +drafts.com.sun.star.drawing.AccessibleShape +drafts.com.sun.star.accessibility.Accessible +drafts.com.sun.star.accessibility.AccessibleContext + +drafts.com.sun.star.accessibility.XAccessible +drafts.com.sun.star.accessibility.XAccessibleContext +drafts.com.sun.star.accessibility.XAccessibleEventBroadcaster +drafts.com.sun.star.accessibility.XAccessibleComponent +drafts.com.sun.star.accessibility.XAccessibleExtendedComponent +com.sun.star.lang.XTypeProvider +com.sun.star.lang.XServiceInfo +com.sun.star.lang.XComponent +com.sun.star.document.XEventListener +com.sun.star.lang.XUnoTunnel + + + -- cgit