merge the formfield patch from ooo-build
[ooovba.git] / xmlhelp / util / ucpchelp.xml
blob9ca78dff2d9e60a2d1d78bf250dbb7372b9722e0
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">
5     <module-name>
6     ucpchelp
7     </module-name>
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>
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>
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     <project-build-dependency> berkeleydb         </project-build-dependency>
47     <runtime-module-dependency> sal3                      </runtime-module-dependency>
48     <runtime-module-dependency> cppu3                     </runtime-module-dependency>
49     <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
50     <runtime-module-dependency> libdb32           </runtime-module-dependency>
51     <runtime-module-dependency> ucbhelper4$(COM)  </runtime-module-dependency>
53     <type>com.sun.star.beans.Property</type>
54     <type>com.sun.star.beans.PropertyAttribute</type>
55     <type>com.sun.star.beans.PropertyValue</type>
56     <type>com.sun.star.beans.PropertyState</type>
57     <type>com.sun.star.beans.XPropertyAccess</type>
58     <type>com.sun.star.beans.XPropertySet</type>
59     <type>com.sun.star.container.XHierarchicalNameAccess</type>
60     <type>com.sun.star.frame.XConfigManager</type>
61     <type>com.sun.star.i18n.XCollator</type>
62     <type>com.sun.star.io.XOutputStream</type>
63     <type>com.sun.star.io.XActiveDataStreamer</type>
64     <type>com.sun.star.io.XInputStream</type>
65     <type>com.sun.star.io.XActiveDataSink</type>
66     <type>com.sun.star.io.XSeekable</type>
67     <type>com.sun.star.lang.Locale</type>
68     <type>com.sun.star.lang.XComponent</type>
69     <type>com.sun.star.lang.XMultiServiceFactory</type>
70     <type>com.sun.star.lang.XSingleServiceFactory</type>
71     <type>com.sun.star.registry.XRegistryKey</type>
72     <type>com.sun.star.sdbc.XRow</type>
73     <type>com.sun.star.sdbc.XResultSet</type>
74     <type>com.sun.star.sdbc.XCloseable</type>
75     <type>com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
76     <type>com.sun.star.ucb.OpenCommandArgument2</type>
77     <type>com.sun.star.ucb.OpenMode</type>
78     <type>com.sun.star.ucb.UnsupportedDataSinkException</type>
79     <type>com.sun.star.ucb.Command</type>
80     <type>com.sun.star.ucb.CommandInfo</type>
81     <type>com.sun.star.ucb.OpenCommandArgument2</type>
82     <type>com.sun.star.ucb.NumberedSortingInfo</type>
83     <type>com.sun.star.ucb.ListActionType</type>
84     <type>com.sun.star.ucb.IllegalIdentifierException</type>
85     <type>com.sun.star.ucb.XContentProvider</type>
86     <type>com.sun.star.ucb.XContent</type>
87     <type>com.sun.star.ucb.XContentIdentifier</type>
88     <type>com.sun.star.ucb.XContentIdentifierFactory</type>
89     <type>com.sun.star.ucb.XContentAccess</type>
90     <type>com.sun.star.ucb.XPersistentPropertySet</type>
91     <type>com.sun.star.ucb.XSourceInitialization</type>
92     <type>com.sun.star.ucb.XCommandEnvironment</type>
93     <type>com.sun.star.ucb.XCommandProcessor</type>
94     <type>com.sun.star.ucb.XCommandInfo</type>
95     <type>com.sun.star.uno.XInterface</type>
97 </module-description>