xref: /aoo41x/main/xmlhelp/util/ucpchelp.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
5*cdf0e10cSrcweir    <module-name>
6*cdf0e10cSrcweir	ucpchelp
7*cdf0e10cSrcweir    </module-name>
8*cdf0e10cSrcweir
9*cdf0e10cSrcweir    <component-description>
10*cdf0e10cSrcweir        <author>
11*cdf0e10cSrcweir	    Andreas Bille
12*cdf0e10cSrcweir        </author>
13*cdf0e10cSrcweir        <name>
14*cdf0e10cSrcweir		CHelpContentProvider
15*cdf0e10cSrcweir        </name>
16*cdf0e10cSrcweir        <description>
17*cdf0e10cSrcweir	    This component implements a Content Provider for the Universal
18*cdf0e10cSrcweir            Content Broker. It provides access to help content and an index of those files
19*cdf0e10cSrcweir        </description>
20*cdf0e10cSrcweir        <loader-name>
21*cdf0e10cSrcweir            com.sun.star.loader.SharedLibrary
22*cdf0e10cSrcweir        </loader-name>
23*cdf0e10cSrcweir        <language>
24*cdf0e10cSrcweir            c++
25*cdf0e10cSrcweir        </language>
26*cdf0e10cSrcweir        <status value="final"/>
27*cdf0e10cSrcweir        <supported-service>
28*cdf0e10cSrcweir            com.sun.star.ucb.HelpContentProvider
29*cdf0e10cSrcweir        </supported-service>
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir        <service-dependency>
32*cdf0e10cSrcweir            com.sun.star.i18n.Collator
33*cdf0e10cSrcweir        </service-dependency>
34*cdf0e10cSrcweir        <service-dependency>
35*cdf0e10cSrcweir            com.sun.star.configuration.ConfigurationProvider
36*cdf0e10cSrcweir        </service-dependency>
37*cdf0e10cSrcweir    </component-description>
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir    <project-build-dependency> sablot             </project-build-dependency>
40*cdf0e10cSrcweir    <project-build-dependency> unoil              </project-build-dependency>
41*cdf0e10cSrcweir    <project-build-dependency> offuh			  </project-build-dependency>
42*cdf0e10cSrcweir    <project-build-dependency> external           </project-build-dependency>
43*cdf0e10cSrcweir    <project-build-dependency> XmlSearch          </project-build-dependency>
44*cdf0e10cSrcweir    <project-build-dependency> ucbhelper          </project-build-dependency>
45*cdf0e10cSrcweir    <project-build-dependency> berkeleydb         </project-build-dependency>
46*cdf0e10cSrcweir
47*cdf0e10cSrcweir    <runtime-module-dependency>	sal3			  </runtime-module-dependency>
48*cdf0e10cSrcweir    <runtime-module-dependency>	cppu3			  </runtime-module-dependency>
49*cdf0e10cSrcweir    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
50*cdf0e10cSrcweir	<runtime-module-dependency> libdb32           </runtime-module-dependency>
51*cdf0e10cSrcweir    <runtime-module-dependency>	ucbhelper4$(COM)  </runtime-module-dependency>
52*cdf0e10cSrcweir
53*cdf0e10cSrcweir	<type>com.sun.star.beans.Property</type>
54*cdf0e10cSrcweir	<type>com.sun.star.beans.PropertyAttribute</type>
55*cdf0e10cSrcweir	<type>com.sun.star.beans.PropertyValue</type>
56*cdf0e10cSrcweir	<type>com.sun.star.beans.PropertyState</type>
57*cdf0e10cSrcweir	<type>com.sun.star.beans.XPropertyAccess</type>
58*cdf0e10cSrcweir	<type>com.sun.star.beans.XPropertySet</type>
59*cdf0e10cSrcweir	<type>com.sun.star.container.XHierarchicalNameAccess</type>
60*cdf0e10cSrcweir	<type>com.sun.star.frame.XConfigManager</type>
61*cdf0e10cSrcweir	<type>com.sun.star.i18n.XCollator</type>
62*cdf0e10cSrcweir	<type>com.sun.star.io.XOutputStream</type>
63*cdf0e10cSrcweir	<type>com.sun.star.io.XActiveDataStreamer</type>
64*cdf0e10cSrcweir	<type>com.sun.star.io.XInputStream</type>
65*cdf0e10cSrcweir	<type>com.sun.star.io.XActiveDataSink</type>
66*cdf0e10cSrcweir	<type>com.sun.star.io.XSeekable</type>
67*cdf0e10cSrcweir	<type>com.sun.star.lang.Locale</type>
68*cdf0e10cSrcweir	<type>com.sun.star.lang.XComponent</type>
69*cdf0e10cSrcweir	<type>com.sun.star.lang.XMultiServiceFactory</type>
70*cdf0e10cSrcweir	<type>com.sun.star.lang.XSingleServiceFactory</type>
71*cdf0e10cSrcweir	<type>com.sun.star.registry.XRegistryKey</type>
72*cdf0e10cSrcweir	<type>com.sun.star.sdbc.XRow</type>
73*cdf0e10cSrcweir	<type>com.sun.star.sdbc.XResultSet</type>
74*cdf0e10cSrcweir	<type>com.sun.star.sdbc.XCloseable</type>
75*cdf0e10cSrcweir	<type>com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
76*cdf0e10cSrcweir	<type>com.sun.star.ucb.OpenCommandArgument2</type>
77*cdf0e10cSrcweir	<type>com.sun.star.ucb.OpenMode</type>
78*cdf0e10cSrcweir	<type>com.sun.star.ucb.UnsupportedDataSinkException</type>
79*cdf0e10cSrcweir	<type>com.sun.star.ucb.Command</type>
80*cdf0e10cSrcweir	<type>com.sun.star.ucb.CommandInfo</type>
81*cdf0e10cSrcweir	<type>com.sun.star.ucb.OpenCommandArgument2</type>
82*cdf0e10cSrcweir	<type>com.sun.star.ucb.NumberedSortingInfo</type>
83*cdf0e10cSrcweir	<type>com.sun.star.ucb.ListActionType</type>
84*cdf0e10cSrcweir	<type>com.sun.star.ucb.IllegalIdentifierException</type>
85*cdf0e10cSrcweir	<type>com.sun.star.ucb.XContentProvider</type>
86*cdf0e10cSrcweir	<type>com.sun.star.ucb.XContent</type>
87*cdf0e10cSrcweir	<type>com.sun.star.ucb.XContentIdentifier</type>
88*cdf0e10cSrcweir	<type>com.sun.star.ucb.XContentIdentifierFactory</type>
89*cdf0e10cSrcweir	<type>com.sun.star.ucb.XContentAccess</type>
90*cdf0e10cSrcweir	<type>com.sun.star.ucb.XPersistentPropertySet</type>
91*cdf0e10cSrcweir	<type>com.sun.star.ucb.XSourceInitialization</type>
92*cdf0e10cSrcweir	<type>com.sun.star.ucb.XCommandEnvironment</type>
93*cdf0e10cSrcweir	<type>com.sun.star.ucb.XCommandProcessor</type>
94*cdf0e10cSrcweir	<type>com.sun.star.ucb.XCommandInfo</type>
95*cdf0e10cSrcweir	<type>com.sun.star.uno.XInterface</type>
96*cdf0e10cSrcweir
97*cdf0e10cSrcweir</module-description>
98