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