xref: /trunk/main/linguistic/xml/linguistic.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>lng</module-name>
5*cdf0e10cSrcweir	<component-description>
6*cdf0e10cSrcweir		<author>Thomas Lange</author>
7*cdf0e10cSrcweir		<name>com.sun.star.lingu2.LngSvcMgr</name>
8*cdf0e10cSrcweir		<description>This component manages all registered linguistic module implementations for spellchecker, hyphenator and thesaurus.</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.linguistic2.LinguServiceManager</supported-service>
13*cdf0e10cSrcweir	</component-description>
14*cdf0e10cSrcweir	<component-description>
15*cdf0e10cSrcweir		<author>Thomas Lange</author>
16*cdf0e10cSrcweir		<name>com.sun.star.lingu2.DicList</name>
17*cdf0e10cSrcweir		<description>This component gives access to the list of personal-dictionaries.</description>
18*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
19*cdf0e10cSrcweir		<language>c++</language>
20*cdf0e10cSrcweir		<status value="final"/>
21*cdf0e10cSrcweir		<supported-service>com.sun.star.linguistic2.DictionaryList</supported-service>
22*cdf0e10cSrcweir	</component-description>
23*cdf0e10cSrcweir	<component-description>
24*cdf0e10cSrcweir		<author>Thomas Lange</author>
25*cdf0e10cSrcweir		<name>com.sun.star.lingu2.LinguProps</name>
26*cdf0e10cSrcweir		<description>This component allows to access all linguistic relevant properties and some others also.</description>
27*cdf0e10cSrcweir		<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
28*cdf0e10cSrcweir		<language>c++</language>
29*cdf0e10cSrcweir		<status value="final"/>
30*cdf0e10cSrcweir		<supported-service>com.sun.star.linguistic2.LinguProperties</supported-service>
31*cdf0e10cSrcweir	</component-description>
32*cdf0e10cSrcweir    <component-description>
33*cdf0e10cSrcweir        <author>Thomas Lange</author>
34*cdf0e10cSrcweir        <name>com.sun.star.lingu2.HHConvDic</name>
35*cdf0e10cSrcweir        <description>This object implements a user-defined text conversion dictionary for Hangul/Hanja conversion.</description>
36*cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
37*cdf0e10cSrcweir        <language>c++</language>
38*cdf0e10cSrcweir        <status value="beta"/>
39*cdf0e10cSrcweir        <supported-service>com.sun.star.linguistic2.ConversionDictionary</supported-service>
40*cdf0e10cSrcweir        <supported-service>com.sun.star.linguistic2.HangulHanjaConversionDictionary</supported-service>
41*cdf0e10cSrcweir    </component-description>
42*cdf0e10cSrcweir    <component-description>
43*cdf0e10cSrcweir        <author>Thomas Lange</author>
44*cdf0e10cSrcweir        <name>com.sun.star.lingu2.ConvDicList</name>
45*cdf0e10cSrcweir        <description>This component manages access to all user-defined text conversion dictionaries.</description>
46*cdf0e10cSrcweir        <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
47*cdf0e10cSrcweir        <language>c++</language>
48*cdf0e10cSrcweir        <status value="a"/>
49*cdf0e10cSrcweir        <supported-service>com.sun.star.linguistic2.ConversionDictionaryList</supported-service>
50*cdf0e10cSrcweir    </component-description>
51*cdf0e10cSrcweir</module-description>
52