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>sd</module-name> 5*cdf0e10cSrcweir<component-description> 6*cdf0e10cSrcweir 7*cdf0e10cSrcweir<author>Andre Fischer</author> 8*cdf0e10cSrcweir<name>AccessibleOutlineView</name> 9*cdf0e10cSrcweir 10*cdf0e10cSrcweir<description>This component represents the accessbility object for Impress 11*cdf0e10cSrcweirdocument views in outline view mode. For more detailed information see the 12*cdf0e10cSrcweirdocumentation of the supported services and the link to the general 13*cdf0e10cSrcweiraccessibility documentation.</description> 14*cdf0e10cSrcweir 15*cdf0e10cSrcweir<reference-docu xlink-href="http://ui.openoffice.org/accessibility" 16*cdf0e10cSrcweirtitle="Link to a general description of UNO accessibility"/> 17*cdf0e10cSrcweir 18*cdf0e10cSrcweir<loader-name>com.sun.star.loader.SharedLibrary</loader-name> 19*cdf0e10cSrcweir<language>c++</language> 20*cdf0e10cSrcweir<status value="alpha"/> 21*cdf0e10cSrcweir 22*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.Accessible</supported-service> 23*cdf0e10cSrcweir<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> 24*cdf0e10cSrcweir 25*cdf0e10cSrcweir<type>com.sun.star.drawing.XAccessible</type> 26*cdf0e10cSrcweir<type>com.sun.star.drawing.XAccessibleContext</type> 27*cdf0e10cSrcweir<type>com.sun.star.drawing.XAccessibleEventBroadcaster</type> 28*cdf0e10cSrcweir<type>com.sun.star.drawing.XAccessibleComponent</type> 29*cdf0e10cSrcweir<type>com.sun.star.drawing.XAccessibleExtendedComponent</type> 30*cdf0e10cSrcweir<type>com.sun.star.drawing.XAccessibleSelection</type> 31*cdf0e10cSrcweir<type>com.sun.star.lang.XTypeProvider</type> 32*cdf0e10cSrcweir<type>com.sun.star.lang.XServiceInfo</type> 33*cdf0e10cSrcweir<type>com.sun.star.lang.XComponent</type> 34*cdf0e10cSrcweir<type>com.sun.star.beans.XPropertyChangeListener</type> 35*cdf0e10cSrcweir<type>com.sun.star.awt.XWindowListener</type> 36*cdf0e10cSrcweir<type>com.sun.star.awt.XTopWindowListener</type> 37*cdf0e10cSrcweir 38*cdf0e10cSrcweir</component-description> 39*cdf0e10cSrcweir</module-description> 40