1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2cdf0e10cSrcweir<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> 3*a0b87975SAndrew Rist<!--*********************************************************** 4*a0b87975SAndrew Rist * 5*a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 6*a0b87975SAndrew Rist * or more contributor license agreements. See the NOTICE file 7*a0b87975SAndrew Rist * distributed with this work for additional information 8*a0b87975SAndrew Rist * regarding copyright ownership. The ASF licenses this file 9*a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the 10*a0b87975SAndrew Rist * "License"); you may not use this file except in compliance 11*a0b87975SAndrew Rist * with the License. You may obtain a copy of the License at 12*a0b87975SAndrew Rist * 13*a0b87975SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 14*a0b87975SAndrew Rist * 15*a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing, 16*a0b87975SAndrew Rist * software distributed under the License is distributed on an 17*a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18*a0b87975SAndrew Rist * KIND, either express or implied. See the License for the 19*a0b87975SAndrew Rist * specific language governing permissions and limitations 20*a0b87975SAndrew Rist * under the License. 21*a0b87975SAndrew Rist * 22*a0b87975SAndrew Rist ***********************************************************--> 23*a0b87975SAndrew Rist 24*a0b87975SAndrew Rist 25*a0b87975SAndrew Rist<!--*********************************************************** 26*a0b87975SAndrew Rist * 27*a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 28*a0b87975SAndrew Rist * or more contributor license agreements. See the NOTICE file 29*a0b87975SAndrew Rist * distributed with this work for additional information 30*a0b87975SAndrew Rist * regarding copyright ownership. The ASF licenses this file 31*a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the 32*a0b87975SAndrew Rist * "License"); you may not use this file except in compliance 33*a0b87975SAndrew Rist * with the License. You may obtain a copy of the License at 34*a0b87975SAndrew Rist * 35*a0b87975SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 36*a0b87975SAndrew Rist * 37*a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing, 38*a0b87975SAndrew Rist * software distributed under the License is distributed on an 39*a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 40*a0b87975SAndrew Rist * KIND, either express or implied. See the License for the 41*a0b87975SAndrew Rist * specific language governing permissions and limitations 42*a0b87975SAndrew Rist * under the License. 43*a0b87975SAndrew Rist * 44*a0b87975SAndrew Rist ***********************************************************--> 45*a0b87975SAndrew Rist 46*a0b87975SAndrew Rist 47*a0b87975SAndrew Rist<!--*********************************************************** 48*a0b87975SAndrew Rist * 49*a0b87975SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 50*a0b87975SAndrew Rist * or more contributor license agreements. See the NOTICE file 51*a0b87975SAndrew Rist * distributed with this work for additional information 52*a0b87975SAndrew Rist * regarding copyright ownership. The ASF licenses this file 53*a0b87975SAndrew Rist * to you under the Apache License, Version 2.0 (the 54*a0b87975SAndrew Rist * "License"); you may not use this file except in compliance 55*a0b87975SAndrew Rist * with the License. You may obtain a copy of the License at 56*a0b87975SAndrew Rist * 57*a0b87975SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 58*a0b87975SAndrew Rist * 59*a0b87975SAndrew Rist * Unless required by applicable law or agreed to in writing, 60*a0b87975SAndrew Rist * software distributed under the License is distributed on an 61*a0b87975SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 62*a0b87975SAndrew Rist * KIND, either express or implied. See the License for the 63*a0b87975SAndrew Rist * specific language governing permissions and limitations 64*a0b87975SAndrew Rist * under the License. 65*a0b87975SAndrew Rist * 66*a0b87975SAndrew Rist ***********************************************************--> 67*a0b87975SAndrew Rist 68*a0b87975SAndrew Rist 69cdf0e10cSrcweir<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> 70cdf0e10cSrcweir <module-name>sc</module-name> 71cdf0e10cSrcweir <component-description> 72cdf0e10cSrcweir <author>Niklas Nebel</author> 73cdf0e10cSrcweir <name>com.sun.star.comp.office.ScDatabaseRangesObj</name> 74cdf0e10cSrcweir <description> 75cdf0e10cSrcweir This component provides access to the collection of database ranges in a spreadsheet document. 76cdf0e10cSrcweir</description> 77cdf0e10cSrcweir <loader-name>com.sun.star.loader.SharedLibrary</loader-name> 78cdf0e10cSrcweir <language>c++</language> 79cdf0e10cSrcweir <status value="final"/> 80cdf0e10cSrcweir <supported-service>com.sun.star.sheet.DatabaseRanges</supported-service> 81cdf0e10cSrcweir <type>com.sun.star.awt.FocusEvent</type> 82cdf0e10cSrcweir <type>com.sun.star.awt.InputEvent</type> 83cdf0e10cSrcweir <type>com.sun.star.awt.KeyEvent</type> 84cdf0e10cSrcweir <type>com.sun.star.awt.MouseEvent</type> 85cdf0e10cSrcweir <type>com.sun.star.awt.PaintEvent</type> 86cdf0e10cSrcweir <type>com.sun.star.awt.Point</type> 87cdf0e10cSrcweir <type>com.sun.star.awt.Rectangle</type> 88cdf0e10cSrcweir <type>com.sun.star.awt.Size</type> 89cdf0e10cSrcweir <type>com.sun.star.awt.WindowEvent</type> 90cdf0e10cSrcweir <type>com.sun.star.awt.XBitmap</type> 91cdf0e10cSrcweir <type>com.sun.star.awt.XFocusListener</type> 92cdf0e10cSrcweir <type>com.sun.star.awt.XKeyListener</type> 93cdf0e10cSrcweir <type>com.sun.star.awt.XMouseListener</type> 94cdf0e10cSrcweir <type>com.sun.star.awt.XMouseMotionListener</type> 95cdf0e10cSrcweir <type>com.sun.star.awt.XPaintListener</type> 96cdf0e10cSrcweir <type>com.sun.star.awt.XWindow</type> 97cdf0e10cSrcweir <type>com.sun.star.awt.XWindowListener</type> 98cdf0e10cSrcweir <type>com.sun.star.beans.IllegalTypeException</type> 99cdf0e10cSrcweir <type>com.sun.star.beans.NotRemoveableException</type> 100cdf0e10cSrcweir <type>com.sun.star.beans.Property</type> 101cdf0e10cSrcweir <type>com.sun.star.beans.PropertyAttribute</type> 102cdf0e10cSrcweir <type>com.sun.star.beans.PropertyChangeEvent</type> 103cdf0e10cSrcweir <type>com.sun.star.beans.PropertyExistException</type> 104cdf0e10cSrcweir <type>com.sun.star.beans.PropertyState</type> 105cdf0e10cSrcweir <type>com.sun.star.beans.PropertyStateChangeEvent</type> 106cdf0e10cSrcweir <type>com.sun.star.beans.PropertyValue</type> 107cdf0e10cSrcweir <type>com.sun.star.beans.PropertyValues</type> 108cdf0e10cSrcweir <type>com.sun.star.beans.PropertyVetoException</type> 109cdf0e10cSrcweir <type>com.sun.star.beans.UnknownPropertyException</type> 110cdf0e10cSrcweir <type>com.sun.star.beans.XFastPropertySet</type> 111cdf0e10cSrcweir <type>com.sun.star.beans.XMultiPropertySet</type> 112cdf0e10cSrcweir <type>com.sun.star.beans.XPropertiesChangeListener</type> 113cdf0e10cSrcweir <type>com.sun.star.beans.XPropertyAccess</type> 114cdf0e10cSrcweir <type>com.sun.star.beans.XPropertyChangeListener</type> 115cdf0e10cSrcweir <type>com.sun.star.beans.XPropertyContainer</type> 116cdf0e10cSrcweir <type>com.sun.star.beans.XPropertySet</type> 117cdf0e10cSrcweir <type>com.sun.star.beans.XPropertySetInfo</type> 118cdf0e10cSrcweir <type>com.sun.star.beans.XPropertyState</type> 119cdf0e10cSrcweir <type>com.sun.star.beans.XPropertyStateChangeListener</type> 120cdf0e10cSrcweir <type>com.sun.star.beans.XVetoableChangeListener</type> 121cdf0e10cSrcweir <type>com.sun.star.chart.ChartDataChangeEvent</type> 122cdf0e10cSrcweir <type>com.sun.star.chart.ChartDataChangeType</type> 123cdf0e10cSrcweir <type>com.sun.star.chart.XChartData</type> 124cdf0e10cSrcweir <type>com.sun.star.chart.XChartDataArray</type> 125cdf0e10cSrcweir <type>com.sun.star.chart.XChartDataChangeEventListener</type> 126cdf0e10cSrcweir <type>com.sun.star.container.ElementExistException</type> 127cdf0e10cSrcweir <type>com.sun.star.container.NoSuchElementException</type> 128cdf0e10cSrcweir <type>com.sun.star.container.XContentEnumerationAccess</type> 129cdf0e10cSrcweir <type>com.sun.star.container.XElementAccess</type> 130cdf0e10cSrcweir <type>com.sun.star.container.XEnumeration</type> 131cdf0e10cSrcweir <type>com.sun.star.container.XEnumerationAccess</type> 132cdf0e10cSrcweir <type>com.sun.star.container.XHierarchicalNameAccess</type> 133cdf0e10cSrcweir <type>com.sun.star.container.XIndexAccess</type> 134cdf0e10cSrcweir <type>com.sun.star.container.XNameAccess</type> 135cdf0e10cSrcweir <type>com.sun.star.container.XNameContainer</type> 136cdf0e10cSrcweir <type>com.sun.star.container.XNameReplace</type> 137cdf0e10cSrcweir <type>com.sun.star.container.XNamed</type> 138cdf0e10cSrcweir <type>com.sun.star.document.XLinkTargetSupplier</type> 139cdf0e10cSrcweir <type>com.sun.star.drawing.XDrawPage</type> 140cdf0e10cSrcweir <type>com.sun.star.drawing.XDrawPageSupplier</type> 141cdf0e10cSrcweir <type>com.sun.star.drawing.XShape</type> 142cdf0e10cSrcweir <type>com.sun.star.drawing.XShapeDescriptor</type> 143cdf0e10cSrcweir <type>com.sun.star.drawing.XShapes</type> 144cdf0e10cSrcweir <type>com.sun.star.frame.FrameAction</type> 145cdf0e10cSrcweir <type>com.sun.star.frame.FrameActionEvent</type> 146cdf0e10cSrcweir <type>com.sun.star.frame.XController</type> 147cdf0e10cSrcweir <type>com.sun.star.frame.XFrame</type> 148cdf0e10cSrcweir <type>com.sun.star.frame.XFrameActionListener</type> 149cdf0e10cSrcweir <type>com.sun.star.frame.XFrames</type> 150cdf0e10cSrcweir <type>com.sun.star.frame.XFramesSupplier</type> 151cdf0e10cSrcweir <type>com.sun.star.frame.XModel</type> 152cdf0e10cSrcweir <type>com.sun.star.lang.EventObject</type> 153cdf0e10cSrcweir <type>com.sun.star.lang.IllegalArgumentException</type> 154cdf0e10cSrcweir <type>com.sun.star.lang.IndexOutOfBoundsException</type> 155cdf0e10cSrcweir <type>com.sun.star.lang.Locale</type> 156cdf0e10cSrcweir <type>com.sun.star.lang.WrappedTargetException</type> 157cdf0e10cSrcweir <type>com.sun.star.lang.XComponent</type> 158cdf0e10cSrcweir <type>com.sun.star.lang.XEventListener</type> 159cdf0e10cSrcweir <type>com.sun.star.lang.XMultiServiceFactory</type> 160cdf0e10cSrcweir <type>com.sun.star.lang.XServiceInfo</type> 161cdf0e10cSrcweir <type>com.sun.star.lang.XServiceName</type> 162cdf0e10cSrcweir <type>com.sun.star.lang.XSingleServiceFactory</type> 163cdf0e10cSrcweir <type>com.sun.star.lang.XTypeProvider</type> 164cdf0e10cSrcweir <type>com.sun.star.lang.XUnoTunnel</type> 165cdf0e10cSrcweir <type>com.sun.star.registry.InvalidRegistryException</type> 166cdf0e10cSrcweir <type>com.sun.star.registry.InvalidValueException</type> 167cdf0e10cSrcweir <type>com.sun.star.registry.RegistryKeyType</type> 168cdf0e10cSrcweir <type>com.sun.star.registry.RegistryValueType</type> 169cdf0e10cSrcweir <type>com.sun.star.registry.XRegistryKey</type> 170cdf0e10cSrcweir <type>com.sun.star.sheet.CellDeleteMode</type> 171cdf0e10cSrcweir <type>com.sun.star.sheet.CellInsertMode</type> 172cdf0e10cSrcweir <type>com.sun.star.sheet.DataImportMode</type> 173cdf0e10cSrcweir <type>com.sun.star.sheet.DataPilotFieldOrientation</type> 174cdf0e10cSrcweir <type>com.sun.star.sheet.FillDateMode</type> 175cdf0e10cSrcweir <type>com.sun.star.sheet.FillDirection</type> 176cdf0e10cSrcweir <type>com.sun.star.sheet.FillMode</type> 177cdf0e10cSrcweir <type>com.sun.star.sheet.FilterConnection</type> 178cdf0e10cSrcweir <type>com.sun.star.sheet.FilterOperator</type> 179cdf0e10cSrcweir <type>com.sun.star.sheet.GeneralFunction</type> 180cdf0e10cSrcweir <type>com.sun.star.sheet.SheetLinkMode</type> 181cdf0e10cSrcweir <type>com.sun.star.sheet.SubTotalColumn</type> 182cdf0e10cSrcweir <type>com.sun.star.sheet.TableFilterField</type> 183cdf0e10cSrcweir <type>com.sun.star.sheet.TableOperationMode</type> 184cdf0e10cSrcweir <type>com.sun.star.sheet.TablePageBreakData</type> 185cdf0e10cSrcweir <type>com.sun.star.sheet.XArrayFormulaRange</type> 186cdf0e10cSrcweir <type>com.sun.star.sheet.XCellAddressable</type> 187cdf0e10cSrcweir <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> 188cdf0e10cSrcweir <type>com.sun.star.sheet.XCellRangeAddressable</type> 189cdf0e10cSrcweir <type>com.sun.star.sheet.XCellRangeMovement</type> 190cdf0e10cSrcweir <type>com.sun.star.sheet.XCellRangeReferrer</type> 191cdf0e10cSrcweir <type>com.sun.star.sheet.XCellRangesQuery</type> 192cdf0e10cSrcweir <type>com.sun.star.sheet.XCellSeries</type> 193cdf0e10cSrcweir <type>com.sun.star.sheet.XConsolidationDescriptor</type> 194cdf0e10cSrcweir <type>com.sun.star.sheet.XDataPilotDescriptor</type> 195cdf0e10cSrcweir <type>com.sun.star.sheet.XDataPilotTable</type> 196cdf0e10cSrcweir <type>com.sun.star.sheet.XDataPilotTables</type> 197cdf0e10cSrcweir <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> 198cdf0e10cSrcweir <type>com.sun.star.sheet.XDatabaseRange</type> 199cdf0e10cSrcweir <type>com.sun.star.sheet.XDatabaseRanges</type> 200cdf0e10cSrcweir <type>com.sun.star.sheet.XFormulaQuery</type> 201cdf0e10cSrcweir <type>com.sun.star.sheet.XMultipleOperation</type> 202cdf0e10cSrcweir <type>com.sun.star.sheet.XPrintAreas</type> 203cdf0e10cSrcweir <type>com.sun.star.sheet.XScenario</type> 204cdf0e10cSrcweir <type>com.sun.star.sheet.XScenarios</type> 205cdf0e10cSrcweir <type>com.sun.star.sheet.XScenariosSupplier</type> 206cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetAnnotation</type> 207cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> 208cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetAnnotations</type> 209cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> 210cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetAuditing</type> 211cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetCellCursor</type> 212cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetCellRange</type> 213cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetCellRanges</type> 214cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetFilterDescriptor</type> 215cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetFilterable</type> 216cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetFilterableEx</type> 217cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetLinkable</type> 218cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetOperation</type> 219cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetOutline</type> 220cdf0e10cSrcweir <type>com.sun.star.sheet.XSheetPageBreak</type> 221cdf0e10cSrcweir <type>com.sun.star.sheet.XSpreadsheet</type> 222cdf0e10cSrcweir <type>com.sun.star.sheet.XSubTotalCalculatable</type> 223cdf0e10cSrcweir <type>com.sun.star.sheet.XSubTotalDescriptor</type> 224cdf0e10cSrcweir <type>com.sun.star.sheet.XSubTotalField</type> 225cdf0e10cSrcweir <type>com.sun.star.table.CellAddress</type> 226cdf0e10cSrcweir <type>com.sun.star.table.CellContentType</type> 227cdf0e10cSrcweir <type>com.sun.star.table.CellRangeAddress</type> 228cdf0e10cSrcweir <type>com.sun.star.table.TableOrientation</type> 229cdf0e10cSrcweir <type>com.sun.star.table.XAutoFormattable</type> 230cdf0e10cSrcweir <type>com.sun.star.table.XCell</type> 231cdf0e10cSrcweir <type>com.sun.star.table.XCellRange</type> 232cdf0e10cSrcweir <type>com.sun.star.table.XColumnRowRange</type> 233cdf0e10cSrcweir <type>com.sun.star.table.XTableCharts</type> 234cdf0e10cSrcweir <type>com.sun.star.table.XTableChartsSupplier</type> 235cdf0e10cSrcweir <type>com.sun.star.table.XTableColumns</type> 236cdf0e10cSrcweir <type>com.sun.star.table.XTableRows</type> 237cdf0e10cSrcweir <type>com.sun.star.text.XSimpleText</type> 238cdf0e10cSrcweir <type>com.sun.star.text.XText</type> 239cdf0e10cSrcweir <type>com.sun.star.text.XTextContent</type> 240cdf0e10cSrcweir <type>com.sun.star.text.XTextCursor</type> 241cdf0e10cSrcweir <type>com.sun.star.text.XTextFieldsSupplier</type> 242cdf0e10cSrcweir <type>com.sun.star.text.XTextRange</type> 243cdf0e10cSrcweir <type>com.sun.star.uno.Any</type> 244cdf0e10cSrcweir <type>com.sun.star.uno.Exception</type> 245cdf0e10cSrcweir <type>com.sun.star.uno.Reference</type> 246cdf0e10cSrcweir <type>com.sun.star.uno.RuntimeException</type> 247cdf0e10cSrcweir <type>com.sun.star.uno.Sequence</type> 248cdf0e10cSrcweir <type>com.sun.star.uno.Type</type> 249cdf0e10cSrcweir <type>com.sun.star.uno.TypeClass</type> 250cdf0e10cSrcweir <type>com.sun.star.uno.XAdapter</type> 251cdf0e10cSrcweir <type>com.sun.star.uno.XAggregation</type> 252cdf0e10cSrcweir <type>com.sun.star.uno.XInterface</type> 253cdf0e10cSrcweir <type>com.sun.star.uno.XReference</type> 254cdf0e10cSrcweir <type>com.sun.star.uno.XWeak</type> 255cdf0e10cSrcweir <type>com.sun.star.uno.genfunc</type> 256cdf0e10cSrcweir <type>com.sun.star.util.SortField</type> 257cdf0e10cSrcweir <type>com.sun.star.util.SortFieldType</type> 258cdf0e10cSrcweir <type>com.sun.star.util.URL</type> 259cdf0e10cSrcweir <type>com.sun.star.util.XImportable</type> 260cdf0e10cSrcweir <type>com.sun.star.util.XIndent</type> 261cdf0e10cSrcweir <type>com.sun.star.util.XMergeable</type> 262cdf0e10cSrcweir <type>com.sun.star.util.XProtectable</type> 263cdf0e10cSrcweir <type>com.sun.star.util.XReplaceDescriptor</type> 264cdf0e10cSrcweir <type>com.sun.star.util.XReplaceable</type> 265cdf0e10cSrcweir <type>com.sun.star.util.XSearchDescriptor</type> 266cdf0e10cSrcweir <type>com.sun.star.util.XSearchable</type> 267cdf0e10cSrcweir <type>com.sun.star.util.XSortable</type> 268cdf0e10cSrcweir </component-description> 269cdf0e10cSrcweir <project-build-dependency>cppu</project-build-dependency> 270cdf0e10cSrcweir <project-build-dependency>cppuhelper</project-build-dependency> 271cdf0e10cSrcweir <project-build-dependency>osl</project-build-dependency> 272cdf0e10cSrcweir <project-build-dependency>rsc</project-build-dependency> 273cdf0e10cSrcweir <project-build-dependency>rtl</project-build-dependency> 274cdf0e10cSrcweir <project-build-dependency>sal</project-build-dependency> 275cdf0e10cSrcweir <project-build-dependency>sdb</project-build-dependency> 276cdf0e10cSrcweir <project-build-dependency>sfx2</project-build-dependency> 277cdf0e10cSrcweir <project-build-dependency>sot</project-build-dependency> 278cdf0e10cSrcweir <project-build-dependency>stl</project-build-dependency> 279cdf0e10cSrcweir <project-build-dependency>svtools</project-build-dependency> 280cdf0e10cSrcweir <project-build-dependency>tools</project-build-dependency> 281cdf0e10cSrcweir <project-build-dependency>typelib</project-build-dependency> 282cdf0e10cSrcweir <project-build-dependency>uno</project-build-dependency> 283cdf0e10cSrcweir <project-build-dependency>vcl</project-build-dependency> 284cdf0e10cSrcweir <project-build-dependency>vos</project-build-dependency> 285cdf0e10cSrcweir</module-description> 286