xref: /aoo4110/main/ucb/source/ucp/tdoc/ucptdoc.xml (revision b1cdbd2c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24
25<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
26
27    <module-name>
28	ucptdoc
29    </module-name>
30
31    <component-description>
32        <author>
33            Kai Sommerfeld
34        </author>
35        <name>
36            com.sun.star.comp.ucb.TransientDocumentsContentProvider
37        </name>
38        <description>
39        This component implements a Content Provider for the Universal Content Broker.
40        It provides access to the hierachical structure of the documents that are active
41        in a running OpenOffice.org process.
42        </description>
43        <loader-name>
44            com.sun.star.loader.SharedLibrary
45        </loader-name>
46        <language>
47            c++
48        </language>
49        <status value="final"/>
50        <supported-service>
51            com.sun.star.ucb.TransientDocumentsContentProvider
52        </supported-service>
53
54        <service-dependency>
55            com.sun.star.frame.GlobalEventBroadcaster
56        </service-dependency>
57        <service-dependency>
58            com.sun.star.reflection.ProxyFactory
59        </service-dependency>
60        <service-dependency>
61            com.sun.star.embed.StorageFactory
62        </service-dependency>
63    </component-description>
64
65    <component-description>
66        <author>
67            Kai Sommerfeld
68        </author>
69        <name>
70            com.sun.star.comp.ucb.TransientDocumentsDocumentContentFactory
71        </name>
72        <description>
73        This component implements a factory for
74        'com.sun.star.ucb.TransientDocumentsDocumentContent's.
75        </description>
76        <loader-name>
77            com.sun.star.loader.SharedLibrary
78        </loader-name>
79        <language>
80            c++
81        </language>
82        <status value="final"/>
83        <supported-service>
84            com.sun.star.frame.TransientDocumentsDocumentContentFactory
85        </supported-service>
86
87        <service-dependency>
88            com.sun.star.ucb.TransientDocumentsContentProvider
89        </service-dependency>
90    </component-description>
91
92    <project-build-dependency> sal                </project-build-dependency>
93    <project-build-dependency> salhelper          </project-build-dependency>
94    <project-build-dependency> cppu               </project-build-dependency>
95    <project-build-dependency> cppuhelper         </project-build-dependency>
96    <project-build-dependency> ucbhelper          </project-build-dependency>
97
98    <runtime-module-dependency> sal3              </runtime-module-dependency>
99    <runtime-module-dependency> cppu3             </runtime-module-dependency>
100    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
101    <runtime-module-dependency> ucbhelper4$(COM)  </runtime-module-dependency>
102
103    <type> com.sun.star.beans.Property                                  </type>
104    <type> com.sun.star.beans.PropertyAttribute                         </type>
105    <type> com.sun.star.beans.PropertyValue                             </type>
106    <type> com.sun.star.beans.XPropertySet                              </type>
107    <type> com.sun.star.container.XEnumerationAccess                    </type>
108    <type> com.sun.star.container.XNameAccess                           </type>
109    <type> com.sun.star.document.XStorageBasedDocument                  </type>
110    <type> com.sun.star.document.XEventBroadcaster                      </type>
111    <type> com.sun.star.document.XEventListener                         </type>
112    <type> com.sun.star.embed.ElementModes                              </type>
113    <type> com.sun.star.embed.XStorage                                  </type>
114    <type> com.sun.star.embed.XTransactedObject                         </type>
115    <type> com.sun.star.frame.XTransientDocumentsDocumentContentFactory </type>
116    <type> com.sun.star.io.XActiveDataSink                              </type>
117    <type> com.sun.star.io.XActiveDataStreamer                          </type>
118    <type> com.sun.star.io.XSeekable                                    </type>
119    <type> com.sun.star.io.XTruncate                                    </type>
120    <type> com.sun.star.lang.DisposedException                          </type>
121    <type> com.sun.star.lang.IllegalAccessException                     </type>
122    <type> com.sun.star.lang.XComponent                                 </type>
123    <type> com.sun.star.lang.XMultiServiceFactory                       </type>
124    <type> com.sun.star.lang.XServiceInfo                               </type>
125    <type> com.sun.star.lang.XSingleServiceFactory                      </type>
126    <type> com.sun.star.reflection.XProxyFactory                        </type>
127    <type> com.sun.star.registry.XRegistryKey                           </type>
128    <type> com.sun.star.task.DocumentPasswordRequest                    </type>
129    <type> com.sun.star.task.XInteractionPassword                       </type>
130    <type> com.sun.star.sdbc.XRow                                       </type>
131    <type> com.sun.star.ucb.CommandInfo                                 </type>
132    <type> com.sun.star.ucb.ContentInfoAttribute                        </type>
133    <type> com.sun.star.ucb.InsertCommandArgument                       </type>
134    <type> com.sun.star.ucb.InteractiveBadTransferURLException          </type>
135    <type> com.sun.star.ucb.MissingInputStreamException                 </type>
136    <type> com.sun.star.ucb.MissingPropertiesException                  </type>
137    <type> com.sun.star.ucb.NameClash                                   </type>
138    <type> com.sun.star.ucb.NameClashException                          </type>
139    <type> com.sun.star.ucb.OpenCommandArgument2                        </type>
140    <type> com.sun.star.ucb.OpenMode                                    </type>
141    <type> com.sun.star.ucb.TransferInfo                                </type>
142    <type> com.sun.star.ucb.UnsupportedCommandException                 </type>
143    <type> com.sun.star.ucb.UnsupportedDataSinkException                </type>
144    <type> com.sun.star.ucb.UnsupportedNameClashException               </type>
145    <type> com.sun.star.ucb.UnsupportedOpenModeException                </type>
146    <type> com.sun.star.ucb.XCommandInfo                                </type>
147    <type> com.sun.star.ucb.XContentCreator                             </type>
148    <type> com.sun.star.ucb.XPersistentPropertySet                      </type>
149    <type> com.sun.star.uno.XAggregation                                </type>
150
151</module-description>
152