summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-09-11 08:04:57 +0000
committerSascha Ballach <sab@openoffice.org>2002-09-11 08:04:57 +0000
commit7baefc603a9e994e4be237ca1f7e44f27808aa41 (patch)
tree982c88bff5d87bdd5ed0876cff3db47f3daa29e9
parentfdb88980fc47162b9eba39fecc37814b61afce65 (diff)
#82430#; every XEnumerationAccess gets it own service name
-rw-r--r--sc/xml/ScCellFieldsObj.xml206
-rw-r--r--sc/xml/ScHeaderFieldsObj.xml206
-rw-r--r--sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml61
-rw-r--r--sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml61
23 files changed, 1693 insertions, 0 deletions
diff --git a/sc/xml/ScCellFieldsObj.xml b/sc/xml/ScCellFieldsObj.xml
new file mode 100644
index 000000000000..92ff0865c8da
--- /dev/null
+++ b/sc/xml/ScCellFieldsObj.xml
@@ -0,0 +1,206 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScCellFieldsObj</name>
+ <description>
+ This component provides access to a field in the text of a cell.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextFields</supported-service>
+ <type>com.sun.star.awt.FocusEvent</type>
+ <type>com.sun.star.awt.FontDescriptor</type>
+ <type>com.sun.star.awt.FontSlant</type>
+ <type>com.sun.star.awt.InputEvent</type>
+ <type>com.sun.star.awt.KeyEvent</type>
+ <type>com.sun.star.awt.MouseEvent</type>
+ <type>com.sun.star.awt.PaintEvent</type>
+ <type>com.sun.star.awt.Point</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XKeyListener</type>
+ <type>com.sun.star.awt.XMouseListener</type>
+ <type>com.sun.star.awt.XMouseMotionListener</type>
+ <type>com.sun.star.awt.XPaintListener</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XPropertyState</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.chart.ChartDataChangeEvent</type>
+ <type>com.sun.star.chart.ChartDataChangeType</type>
+ <type>com.sun.star.chart.XChartData</type>
+ <type>com.sun.star.chart.XChartDataArray</type>
+ <type>com.sun.star.chart.XChartDataChangeEventListener</type>
+ <type>com.sun.star.container.ContainerEvent</type>
+ <type>com.sun.star.container.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XIndexReplace</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.frame.FrameAction</type>
+ <type>com.sun.star.frame.FrameActionEvent</type>
+ <type>com.sun.star.frame.XController</type>
+ <type>com.sun.star.frame.XFrame</type>
+ <type>com.sun.star.frame.XFrameActionListener</type>
+ <type>com.sun.star.frame.XFrames</type>
+ <type>com.sun.star.frame.XFramesSupplier</type>
+ <type>com.sun.star.frame.XModel</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XComponent</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XSingleServiceFactory</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.lang.XUnoTunnel</type>
+ <type>com.sun.star.registry.InvalidRegistryException</type>
+ <type>com.sun.star.registry.InvalidValueException</type>
+ <type>com.sun.star.registry.RegistryKeyType</type>
+ <type>com.sun.star.registry.RegistryValueType</type>
+ <type>com.sun.star.registry.XRegistryKey</type>
+ <type>com.sun.star.sheet.CellDeleteMode</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.FillDateMode</type>
+ <type>com.sun.star.sheet.FillDirection</type>
+ <type>com.sun.star.sheet.FillMode</type>
+ <type>com.sun.star.sheet.FilterConnection</type>
+ <type>com.sun.star.sheet.FilterOperator</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.SheetLinkMode</type>
+ <type>com.sun.star.sheet.SubTotalColumn</type>
+ <type>com.sun.star.sheet.TableFilterField</type>
+ <type>com.sun.star.sheet.TableOperationMode</type>
+ <type>com.sun.star.sheet.TablePageBreakData</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCellAddressable</type>
+ <type>com.sun.star.sheet.XCellFormatRangesSupplier</type>
+ <type>com.sun.star.sheet.XCellRangeAddressable</type>
+ <type>com.sun.star.sheet.XCellRangeMovement</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XHeaderFooterContent</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XPrintAreas</type>
+ <type>com.sun.star.sheet.XScenario</type>
+ <type>com.sun.star.sheet.XScenarios</type>
+ <type>com.sun.star.sheet.XScenariosSupplier</type>
+ <type>com.sun.star.sheet.XSheetAnnotation</type>
+ <type>com.sun.star.sheet.XSheetAnnotationAnchor</type>
+ <type>com.sun.star.sheet.XSheetAnnotations</type>
+ <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type>
+ <type>com.sun.star.sheet.XSheetAuditing</type>
+ <type>com.sun.star.sheet.XSheetCellCursor</type>
+ <type>com.sun.star.sheet.XSheetCellRange</type>
+ <type>com.sun.star.sheet.XSheetCellRanges</type>
+ <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
+ <type>com.sun.star.sheet.XSheetFilterable</type>
+ <type>com.sun.star.sheet.XSheetFilterableEx</type>
+ <type>com.sun.star.sheet.XSheetLinkable</type>
+ <type>com.sun.star.sheet.XSheetOperation</type>
+ <type>com.sun.star.sheet.XSheetOutline</type>
+ <type>com.sun.star.sheet.XSheetPageBreak</type>
+ <type>com.sun.star.sheet.XSpreadsheet</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.style.LineSpacing</type>
+ <type>com.sun.star.style.TabAlign</type>
+ <type>com.sun.star.style.TabStop</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.TableOrientation</type>
+ <type>com.sun.star.table.XAutoFormattable</type>
+ <type>com.sun.star.table.XCell</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableCharts</type>
+ <type>com.sun.star.table.XTableChartsSupplier</type>
+ <type>com.sun.star.table.XTableColumns</type>
+ <type>com.sun.star.table.XTableRows</type>
+ <type>com.sun.star.text.XSimpleText</type>
+ <type>com.sun.star.text.XText</type>
+ <type>com.sun.star.text.XTextContent</type>
+ <type>com.sun.star.text.XTextCursor</type>
+ <type>com.sun.star.text.XTextField</type>
+ <type>com.sun.star.text.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</type>
+ <type>com.sun.star.text.XTextRangeMover</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ <type>com.sun.star.util.URL</type>
+ <type>com.sun.star.util.XImportable</type>
+ <type>com.sun.star.util.XIndent</type>
+ <type>com.sun.star.util.XMergeable</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XReplaceDescriptor</type>
+ <type>com.sun.star.util.XReplaceable</type>
+ <type>com.sun.star.util.XSearchDescriptor</type>
+ <type>com.sun.star.util.XSearchable</type>
+ <type>com.sun.star.util.XSortable</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rsc</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>sfx2</project-build-dependency>
+ <project-build-dependency>so3</project-build-dependency>
+ <project-build-dependency>sot</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>svtools</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>unotools</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScHeaderFieldsObj.xml b/sc/xml/ScHeaderFieldsObj.xml
new file mode 100644
index 000000000000..fa683e4bcc59
--- /dev/null
+++ b/sc/xml/ScHeaderFieldsObj.xml
@@ -0,0 +1,206 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScHeaderFieldsObj</name>
+ <description>
+ This component provides access to a field in a page header or footer.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextFields</supported-service>
+ <type>com.sun.star.awt.FocusEvent</type>
+ <type>com.sun.star.awt.FontDescriptor</type>
+ <type>com.sun.star.awt.FontSlant</type>
+ <type>com.sun.star.awt.InputEvent</type>
+ <type>com.sun.star.awt.KeyEvent</type>
+ <type>com.sun.star.awt.MouseEvent</type>
+ <type>com.sun.star.awt.PaintEvent</type>
+ <type>com.sun.star.awt.Point</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XKeyListener</type>
+ <type>com.sun.star.awt.XMouseListener</type>
+ <type>com.sun.star.awt.XMouseMotionListener</type>
+ <type>com.sun.star.awt.XPaintListener</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XPropertyState</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.chart.ChartDataChangeEvent</type>
+ <type>com.sun.star.chart.ChartDataChangeType</type>
+ <type>com.sun.star.chart.XChartData</type>
+ <type>com.sun.star.chart.XChartDataArray</type>
+ <type>com.sun.star.chart.XChartDataChangeEventListener</type>
+ <type>com.sun.star.container.ContainerEvent</type>
+ <type>com.sun.star.container.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XIndexReplace</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.frame.FrameAction</type>
+ <type>com.sun.star.frame.FrameActionEvent</type>
+ <type>com.sun.star.frame.XController</type>
+ <type>com.sun.star.frame.XFrame</type>
+ <type>com.sun.star.frame.XFrameActionListener</type>
+ <type>com.sun.star.frame.XFrames</type>
+ <type>com.sun.star.frame.XFramesSupplier</type>
+ <type>com.sun.star.frame.XModel</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XComponent</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XSingleServiceFactory</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.lang.XUnoTunnel</type>
+ <type>com.sun.star.registry.InvalidRegistryException</type>
+ <type>com.sun.star.registry.InvalidValueException</type>
+ <type>com.sun.star.registry.RegistryKeyType</type>
+ <type>com.sun.star.registry.RegistryValueType</type>
+ <type>com.sun.star.registry.XRegistryKey</type>
+ <type>com.sun.star.sheet.CellDeleteMode</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.FillDateMode</type>
+ <type>com.sun.star.sheet.FillDirection</type>
+ <type>com.sun.star.sheet.FillMode</type>
+ <type>com.sun.star.sheet.FilterConnection</type>
+ <type>com.sun.star.sheet.FilterOperator</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.SheetLinkMode</type>
+ <type>com.sun.star.sheet.SubTotalColumn</type>
+ <type>com.sun.star.sheet.TableFilterField</type>
+ <type>com.sun.star.sheet.TableOperationMode</type>
+ <type>com.sun.star.sheet.TablePageBreakData</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCellAddressable</type>
+ <type>com.sun.star.sheet.XCellFormatRangesSupplier</type>
+ <type>com.sun.star.sheet.XCellRangeAddressable</type>
+ <type>com.sun.star.sheet.XCellRangeMovement</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XHeaderFooterContent</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XPrintAreas</type>
+ <type>com.sun.star.sheet.XScenario</type>
+ <type>com.sun.star.sheet.XScenarios</type>
+ <type>com.sun.star.sheet.XScenariosSupplier</type>
+ <type>com.sun.star.sheet.XSheetAnnotation</type>
+ <type>com.sun.star.sheet.XSheetAnnotationAnchor</type>
+ <type>com.sun.star.sheet.XSheetAnnotations</type>
+ <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type>
+ <type>com.sun.star.sheet.XSheetAuditing</type>
+ <type>com.sun.star.sheet.XSheetCellCursor</type>
+ <type>com.sun.star.sheet.XSheetCellRange</type>
+ <type>com.sun.star.sheet.XSheetCellRanges</type>
+ <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
+ <type>com.sun.star.sheet.XSheetFilterable</type>
+ <type>com.sun.star.sheet.XSheetFilterableEx</type>
+ <type>com.sun.star.sheet.XSheetLinkable</type>
+ <type>com.sun.star.sheet.XSheetOperation</type>
+ <type>com.sun.star.sheet.XSheetOutline</type>
+ <type>com.sun.star.sheet.XSheetPageBreak</type>
+ <type>com.sun.star.sheet.XSpreadsheet</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.style.LineSpacing</type>
+ <type>com.sun.star.style.TabAlign</type>
+ <type>com.sun.star.style.TabStop</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.TableOrientation</type>
+ <type>com.sun.star.table.XAutoFormattable</type>
+ <type>com.sun.star.table.XCell</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableCharts</type>
+ <type>com.sun.star.table.XTableChartsSupplier</type>
+ <type>com.sun.star.table.XTableColumns</type>
+ <type>com.sun.star.table.XTableRows</type>
+ <type>com.sun.star.text.XSimpleText</type>
+ <type>com.sun.star.text.XText</type>
+ <type>com.sun.star.text.XTextContent</type>
+ <type>com.sun.star.text.XTextCursor</type>
+ <type>com.sun.star.text.XTextField</type>
+ <type>com.sun.star.text.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</type>
+ <type>com.sun.star.text.XTextRangeMover</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ <type>com.sun.star.util.URL</type>
+ <type>com.sun.star.util.XImportable</type>
+ <type>com.sun.star.util.XIndent</type>
+ <type>com.sun.star.util.XMergeable</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XReplaceDescriptor</type>
+ <type>com.sun.star.util.XReplaceable</type>
+ <type>com.sun.star.util.XSearchDescriptor</type>
+ <type>com.sun.star.util.XSearchable</type>
+ <type>com.sun.star.util.XSortable</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rsc</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>sfx2</project-build-dependency>
+ <project-build-dependency>so3</project-build-dependency>
+ <project-build-dependency>sot</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>svtools</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>unotools</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml b/sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml
new file mode 100644
index 000000000000..7f7f5bfabfaa
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_CellAnnotationsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.CellAnnotationsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml b/sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml
new file mode 100644
index 000000000000..6db5e7bb4197
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_CellAreaLinksEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellAreaLinksEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml b/sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml
new file mode 100644
index 000000000000..528bd93ea355
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_DDELinksEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DDELinksEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml b/sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml
new file mode 100644
index 000000000000..12291f94139c
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_DataPilotFieldsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DataPilotFieldsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml b/sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml
new file mode 100644
index 000000000000..5811e6343818
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_DataPilotTablesEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DataPilotTablesEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml
new file mode 100644
index 000000000000..dacd53b089c4
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_DatabaseRangesEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DatabaseRangesEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml b/sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml
new file mode 100644
index 000000000000..cb269eea1d6b
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_FunctionDescriptionEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.FunctionDescriptionEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml
new file mode 100644
index 000000000000..0ab1f5f0fdfb
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_LabelRangesEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.LabelRangesEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml
new file mode 100644
index 000000000000..236a0a68261b
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_NamedRangesEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.NamedRangesEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml b/sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml
new file mode 100644
index 000000000000..723d3f1200be
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_ScenariosEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.ScenariosEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml
new file mode 100644
index 000000000000..52288141bf07
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_SheetCellRangesEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetCellRangesEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml b/sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml
new file mode 100644
index 000000000000..3ae7fd52b769
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_SheetLinksEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetLinksEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml b/sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml
new file mode 100644
index 000000000000..2b70bbe24d61
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_SpreadsheetViewPanesEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SpreadsheetViewPanesEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml b/sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml
new file mode 100644
index 000000000000..bf1d724c861c
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_SpreadsheetsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SpreadsheetsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml b/sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml
new file mode 100644
index 000000000000..708a3a872294
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_SubTotalFieldsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SubTotalFieldsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml b/sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml
new file mode 100644
index 000000000000..9381e61674a8
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_TableAutoFormatEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableAutoFormatEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml b/sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml
new file mode 100644
index 000000000000..73e98bbc3383
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_TableChartsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableChartsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml b/sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml
new file mode 100644
index 000000000000..ee1cec845777
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_TableColumnsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableColumnsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml b/sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml
new file mode 100644
index 000000000000..c93d82f8d6b1
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_TableConditionalEntryEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableConditionalEntryEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml b/sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml
new file mode 100644
index 000000000000..49a3eb6073b3
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_TableRowsEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableRowsEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml b/sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml
new file mode 100644
index 000000000000..d6876fb76f87
--- /dev/null
+++ b/sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml
@@ -0,0 +1,61 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
+ <module-name>sc</module-name>
+ <component-description>
+ <author>Sascha Ballach</author>
+ <name>com.sun.star.comp.office.ScIndexEnumeration_TextFieldEnumeration</name>
+ <description>
+ This component provides access to the elements of an enumeration.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextFieldEnumeration</supported-service>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertySet</type>
+ <type>com.sun.star.beans.XPropertySetInfo</type>
+ <type>com.sun.star.beans.XVetoableChangeListener</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XElementAccess</type>
+ <type>com.sun.star.container.XEnumeration</type>
+ <type>com.sun.star.container.XEnumerationAccess</type>
+ <type>com.sun.star.container.XIndexAccess</type>
+ <type>com.sun.star.container.XNameAccess</type>
+ <type>com.sun.star.lang.EventObject</type>
+ <type>com.sun.star.lang.IllegalArgumentException</type>
+ <type>com.sun.star.lang.IndexOutOfBoundsException</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XEventListener</type>
+ <type>com.sun.star.lang.XMultiServiceFactory</type>
+ <type>com.sun.star.lang.XServiceInfo</type>
+ <type>com.sun.star.lang.XTypeProvider</type>
+ <type>com.sun.star.uno.Any</type>
+ <type>com.sun.star.uno.Exception</type>
+ <type>com.sun.star.uno.Reference</type>
+ <type>com.sun.star.uno.RuntimeException</type>
+ <type>com.sun.star.uno.Sequence</type>
+ <type>com.sun.star.uno.Type</type>
+ <type>com.sun.star.uno.TypeClass</type>
+ <type>com.sun.star.uno.XAdapter</type>
+ <type>com.sun.star.uno.XAggregation</type>
+ <type>com.sun.star.uno.XInterface</type>
+ <type>com.sun.star.uno.XReference</type>
+ <type>com.sun.star.uno.XWeak</type>
+ <type>com.sun.star.uno.genfunc</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>osl</project-build-dependency>
+ <project-build-dependency>rtl</project-build-dependency>
+ <project-build-dependency>sal</project-build-dependency>
+ <project-build-dependency>stl</project-build-dependency>
+ <project-build-dependency>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>