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