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>text</module-name> 5 <component-description> 6 <author>Oliver Spect</author> 7 <name>com.sun.star.text.DefaultNumberingProvider</name> 8 <description> 9 This component provides localized Paragraph Numbering 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.text.DefaultNumberingProvider</supported-service> 15 <reference-docu xlink:href="file:///docs/sampledoc.html" xlink:type="simple"/> 16 <type>com.sun.star.i18n.KCharacterType</type> 17 <type>com.sun.star.i18n.ParseResult</type> 18 <type>com.sun.star.i18n.XCharacterClassification</type> 19 <type>com.sun.star.lang.Locale</type> 20 <type>com.sun.star.lang.XMultiServiceFactory</type> 21 <type>com.sun.star.lang.XTypeProvider</type> 22 <type>com.sun.star.uno.Exception</type> 23 <type>com.sun.star.uno.RuntimeException</type> 24 <type>com.sun.star.uno.TypeClass</type> 25 <type>com.sun.star.uno.XAdapter</type> 26 <type>com.sun.star.uno.XAggregation</type> 27 <type>com.sun.star.uno.XInterface</type> 28 <type>com.sun.star.uno.XReference</type> 29 <type>com.sun.star.uno.XWeak</type> 30 <type>com.sun.star.uno.Any</type> 31 <type>com.sun.star.uno.Reference</type> 32 <type>com.sun.star.uno.Sequence</type> 33 <type>com.sun.star.uno.Type</type> 34 <type>com.sun.star.uno.genfunc</type> 35 </component-description> 36 <project-build-dependency>cppu</project-build-dependency> 37 <project-build-dependency>cppuhelper</project-build-dependency> 38 <project-build-dependency>osl</project-build-dependency> 39 <project-build-dependency>rtl</project-build-dependency> 40 <project-build-dependency>sal</project-build-dependency> 41 <project-build-dependency>stl</project-build-dependency> 42 <project-build-dependency>typelib</project-build-dependency> 43 <project-build-dependency>uno</project-build-dependency> 44 <runtime-module-dependency>cppu</runtime-module-dependency> 45 <runtime-module-dependency>cppuhelper</runtime-module-dependency> 46 <runtime-module-dependency>osl</runtime-module-dependency> 47 <runtime-module-dependency>rtl</runtime-module-dependency> 48 <runtime-module-dependency>sal</runtime-module-dependency> 49 <runtime-module-dependency>stl</runtime-module-dependency> 50 <runtime-module-dependency>typelib</runtime-module-dependency> 51 <runtime-module-dependency>uno</runtime-module-dependency> 52</module-description> 53