xref: /trunk/main/basctl/util/basctl.xml (revision cdf0e10c)
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>basctl</module-name>
5*cdf0e10cSrcweir    <component-description>
6*cdf0e10cSrcweir        <author>Thomas Benisch</author>
7*cdf0e10cSrcweir        <name>com.sun.star.comp.basctl.AccessibleWindow</name>
8*cdf0e10cSrcweir        <description>specifies accessibility support for a window.</description>
9*cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
10*cdf0e10cSrcweir        <language>c++</language>
11*cdf0e10cSrcweir        <status value="beta"/>
12*cdf0e10cSrcweir        <supported-service>com.sun.star.awt.AccessibleWindow</supported-service>
13*cdf0e10cSrcweir    </component-description>
14*cdf0e10cSrcweir    <component-description>
15*cdf0e10cSrcweir        <author>Thomas Benisch</author>
16*cdf0e10cSrcweir        <name>com.sun.star.comp.basctl.AccessibleShape</name>
17*cdf0e10cSrcweir        <description>specifies accessibility support for a shape.</description>
18*cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
19*cdf0e10cSrcweir        <language>c++</language>
20*cdf0e10cSrcweir        <status value="beta"/>
21*cdf0e10cSrcweir        <supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
22*cdf0e10cSrcweir    </component-description>
23*cdf0e10cSrcweir</module-description>
24