xref: /aoo41x/main/ucb/source/sorter/srtrs.xml (revision cdf0e10c)
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	srtrs
7    </module-name>
8
9    <component-description>
10        <author>
11	    Dirk Voelzke
12        </author>
13        <name>
14            com.sun.star.comp.ucb.SortedDynamicResultSetFactory
15        </name>
16        <description>
17	    This component implements a factory for sorted Content Resultsets.
18	    It can be used to sort resultsets obtained from UCB folder contents.
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.SortedDynamicResultSetFactory
29        </supported-service>
30
31        <service-dependency>
32            com.sun.star.ucb.CachedDynamicResultSetStubFactory
33        </service-dependency>
34    </component-description>
35
36    <project-build-dependency> sal                </project-build-dependency>
37    <project-build-dependency> cppu               </project-build-dependency>
38    <project-build-dependency> cppuhelper         </project-build-dependency>
39
40    <runtime-module-dependency>	sal3			  </runtime-module-dependency>
41    <runtime-module-dependency>	cppu3			  </runtime-module-dependency>
42    <runtime-module-dependency>	cppuhelper3$(COM) </runtime-module-dependency>
43
44    <type> com.sun.star.beans.XPropertySet                     </type>
45    <type> com.sun.star.lang.XComponent                        </type>
46    <type> com.sun.star.lang.XMultiServiceFactory              </type>
47    <type> com.sun.star.lang.XSingleServiceFactory             </type>
48    <type> com.sun.star.lang.XServiceInfo                      </type>
49    <type> com.sun.star.lang.XTypeProvider                     </type>
50    <type> com.sun.star.registry.XRegistryKey                  </type>
51    <type> com.sun.star.sdbc.DataType                          </type>
52    <type> com.sun.star.sdbc.XCloseable                        </type>
53    <type> com.sun.star.sdbc.XResultSet                        </type>
54    <type> com.sun.star.sdbc.XResultSetMetaDataSupplier        </type>
55    <type> com.sun.star.sdbc.XRow                              </type>
56    <type> com.sun.star.ucb.ContentResultSetCapability         </type>
57    <type> com.sun.star.ucb.ListActionType                     </type>
58    <type> com.sun.star.ucb.NumberedSortingInfo                </type>
59    <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct      </type>
60    <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type>
61    <type> com.sun.star.ucb.XContentAccess                     </type>
62    <type> com.sun.star.ucb.XDynamicResultSet                  </type>
63    <type> com.sun.star.ucb.XSortedDynamicResultSetFactory     </type>
64    <type> com.sun.star.ucb.XSourceInitialization              </type>
65    <type> com.sun.star.uno.XWeak                              </type>
66</module-description>
67