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 cached 29 </module-name> 30 31 <component-description> 32 <author> 33 Ingrid Halama 34 </author> 35 <name> 36 com.sun.star.comp.ucb.CachedContentResultSetFactory 37 </name> 38 <description> 39 This component implements a factory for locally cached resultsets. 40 </description> 41 <loader-name> 42 com.sun.star.loader.SharedLibrary 43 </loader-name> 44 <language> 45 c++ 46 </language> 47 <status value="final"/> 48 <supported-service> 49 com.sun.star.ucb.CachedContentResultSetFactory 50 </supported-service> 51 52 <service-dependency> 53 com.sun.star.script.Converter 54 </service-dependency> 55 </component-description> 56 <component-description> 57 <author> 58 Ingrid Halama 59 </author> 60 <name> 61 com.sun.star.comp.ucb.CachedContentResultSetStubFactory 62 </name> 63 <description> 64 This component implements a factory for stubs for locally cached 65 resultsets. 66 </description> 67 <loader-name> 68 com.sun.star.loader.SharedLibrary 69 </loader-name> 70 <language> 71 c++ 72 </language> 73 <status value="final"/> 74 <supported-service> 75 com.sun.star.ucb.CachedContentResultSetStubFactory 76 </supported-service> 77 </component-description> 78 <component-description> 79 <author> 80 Ingrid Halama 81 </author> 82 <name> 83 com.sun.star.comp.ucb.CachedDynamicResultSetFactory 84 </name> 85 <description> 86 This component implements a factory for locally cached dynamic 87 resultsets. 88 </description> 89 <loader-name> 90 com.sun.star.loader.SharedLibrary 91 </loader-name> 92 <language> 93 c++ 94 </language> 95 <status value="final"/> 96 <supported-service> 97 com.sun.star.ucb.CachedDynamicResultSetFactory 98 </supported-service> 99 </component-description> 100 <component-description> 101 <author> 102 Ingrid Halama 103 </author> 104 <name> 105 com.sun.star.comp.ucb.CachedDynamicResultSetStubFactory 106 </name> 107 <description> 108 This component implements a factory for stubs for locally cached 109 dynamic resultsets. 110 </description> 111 <loader-name> 112 com.sun.star.loader.SharedLibrary 113 </loader-name> 114 <language> 115 c++ 116 </language> 117 <status value="final"/> 118 <supported-service> 119 com.sun.star.ucb.CachedDynamicResultSetStubFactory 120 </supported-service> 121 122 <service-dependency> 123 com.sun.star.ucb.SortedDynamicResultSetFactory 124 </service-dependency> 125 </component-description> 126 127 <project-build-dependency> sal </project-build-dependency> 128 <project-build-dependency> cppu </project-build-dependency> 129 <project-build-dependency> cppuhelper </project-build-dependency> 130 131 <runtime-module-dependency> sal3 </runtime-module-dependency> 132 <runtime-module-dependency> cppu3 </runtime-module-dependency> 133 <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency> 134 135 <type> com.sun.star.beans.PropertyAttribute </type> 136 <type> com.sun.star.beans.XPropertySet </type> 137 <type> com.sun.star.lang.DisposedException </type> 138 <type> com.sun.star.lang.XComponent </type> 139 <type> com.sun.star.lang.XMultiServiceFactory </type> 140 <type> com.sun.star.lang.XServiceInfo </type> 141 <type> com.sun.star.lang.XSingleServiceFactory </type> 142 <type> com.sun.star.lang.XTypeProvider </type> 143 <type> com.sun.star.registry.XRegistryKey </type> 144 <type> com.sun.star.script.XTypeConverter </type> 145 <type> com.sun.star.sdbc.FetchDirection </type> 146 <type> com.sun.star.sdbc.ResultSetType </type> 147 <type> com.sun.star.sdbc.XCloseable </type> 148 <type> com.sun.star.sdbc.XResultSet </type> 149 <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> 150 <type> com.sun.star.sdbc.XRow </type> 151 <type> com.sun.star.ucb.ContentResultSetCapability </type> 152 <type> com.sun.star.ucb.FetchError </type> 153 <type> com.sun.star.ucb.ListActionType </type> 154 <type> com.sun.star.ucb.ResultSetException </type> 155 <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct </type> 156 <type> com.sun.star.ucb.XContentAccess </type> 157 <type> com.sun.star.ucb.XCachedContentResultSetFactory </type> 158 <type> com.sun.star.ucb.XCachedContentResultSetStubFactory </type> 159 <type> com.sun.star.ucb.XCachedDynamicResultSetFactory </type> 160 <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type> 161 <type> com.sun.star.ucb.XContentIdentifierMapping </type> 162 <type> com.sun.star.ucb.XDynamicResultSet </type> 163 <type> com.sun.star.ucb.XFetchProvider </type> 164 <type> com.sun.star.ucb.XFetchProviderForContentAccess </type> 165 <type> com.sun.star.ucb.XSortedDynamicResultSetFactory </type> 166 <type> com.sun.star.ucb.XSourceInitialization </type> 167 <type> com.sun.star.uno.XWeak </type> 168</module-description> 169