1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 4 <module-name>i18n</module-name> 5 <component-description> 6 <author>Georges Murr</author> 7 <name>com.sun.star.i18n.BreakIterator</name> 8 <description> 9 This component provides localized paragraph, line, word, sentence break 10</description> 11 <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 12 <language>C++</language> 13 <status value="final"/> 14 <supported-service>com.sun.star.i18n.BreakIterator</supported-service> 15 <reference-docu xlink:href="file:///docs/sampledoc.html" xlink:type="simple"/> 16 <type>com.sun.star.beans.PropertyState</type> 17 <type>com.sun.star.beans.PropertyValue</type> 18 <type>com.sun.star.beans.PropertyValues</type> 19 <type>com.sun.star.i18n.Calendar</type> 20 <type>com.sun.star.i18n.CalendarItem</type> 21 <type>com.sun.star.i18n.Currency</type> 22 <type>com.sun.star.i18n.ForbiddenCharacters</type> 23 <type>com.sun.star.i18n.FormatElement</type> 24 <type>com.sun.star.i18n.Implementation</type> 25 <type>com.sun.star.i18n.LanguageCountryInfo</type> 26 <type>com.sun.star.i18n.LocaleDataItem</type> 27 <type>com.sun.star.i18n.NumberFormatCode</type> 28 <type>com.sun.star.i18n.ParseResult</type> 29 <type>com.sun.star.i18n.XCharacterClassification</type> 30 <type>com.sun.star.i18n.XLocaleData</type> 31 <type>com.sun.star.i18n.XNumberFormatCode</type> 32 <type>com.sun.star.lang.IllegalArgumentException</type> 33 <type>com.sun.star.lang.Locale</type> 34 <type>com.sun.star.lang.XMultiServiceFactory</type> 35 <type>com.sun.star.lang.XTypeProvider</type> 36 <type>com.sun.star.linguistic2.XHyphenatedWord</type> 37 <type>com.sun.star.linguistic2.XHyphenator</type> 38 <type>com.sun.star.linguistic2.XPossibleHyphens</type> 39 <type>com.sun.star.linguistic2.XSupportedLocales</type> 40 <type>com.sun.star.i18n.Boundary</type> 41 <type>com.sun.star.i18n.BreakType</type> 42 <type>com.sun.star.i18n.CharType</type> 43 <type>com.sun.star.i18n.CharacterIteratorMode</type> 44 <type>com.sun.star.i18n.LineBreakHyphenationOptions</type> 45 <type>com.sun.star.i18n.LineBreakResults</type> 46 <type>com.sun.star.i18n.LineBreakUserOptions</type> 47 <type>com.sun.star.i18n.ScriptType</type> 48 <type>com.sun.star.i18n.WordType</type> 49 <type>com.sun.star.i18n.XBreakIterator</type> 50 <type>com.sun.star.uno.Exception</type> 51 <type>com.sun.star.uno.RuntimeException</type> 52 <type>com.sun.star.uno.TypeClass</type> 53 <type>com.sun.star.uno.XAdapter</type> 54 <type>com.sun.star.uno.XAggregation</type> 55 <type>com.sun.star.uno.XInterface</type> 56 <type>com.sun.star.uno.XReference</type> 57 <type>com.sun.star.uno.XWeak</type> 58 <type>com.sun.star.uno.Any</type> 59 <type>com.sun.star.uno.Reference</type> 60 <type>com.sun.star.uno.Sequence</type> 61 <type>com.sun.star.uno.Type</type> 62 <type>com.sun.star.uno.genfunc</type> 63 </component-description> 64 <project-build-dependency>comphelper</project-build-dependency> 65 <project-build-dependency>cppu</project-build-dependency> 66 <project-build-dependency>cppuhelper</project-build-dependency> 67 <project-build-dependency>osl</project-build-dependency> 68 <project-build-dependency>rtl</project-build-dependency> 69 <project-build-dependency>sal</project-build-dependency> 70 <project-build-dependency>stl</project-build-dependency> 71 <project-build-dependency>typelib</project-build-dependency> 72 <project-build-dependency>uno</project-build-dependency> 73 <runtime-module-dependency>comphelper</runtime-module-dependency> 74 <runtime-module-dependency>cppu</runtime-module-dependency> 75 <runtime-module-dependency>cppuhelper</runtime-module-dependency> 76 <runtime-module-dependency>osl</runtime-module-dependency> 77 <runtime-module-dependency>rtl</runtime-module-dependency> 78 <runtime-module-dependency>sal</runtime-module-dependency> 79 <runtime-module-dependency>stl</runtime-module-dependency> 80 <runtime-module-dependency>typelib</runtime-module-dependency> 81 <runtime-module-dependency>uno</runtime-module-dependency> 82</module-description> 83