summaryrefslogtreecommitdiff
path: root/sc/xml
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-03-12 10:30:58 +0000
committerNiklas Nebel <nn@openoffice.org>2001-03-12 10:30:58 +0000
commit6f1c72d6b0698388d6cb0d643058050eac9fa0ff (patch)
tree6c97066479c8884b5d3c1f84ca499fb9a42db753 /sc/xml
parent751a36ce9b2a0dff5ea289f912a846ab8e19c52e (diff)
changed component descriptions to new dtd
Diffstat (limited to 'sc/xml')
-rw-r--r--sc/xml/ScAnnotationObj.xml417
-rw-r--r--sc/xml/ScAnnotationsObj.xml601
-rw-r--r--sc/xml/ScAreaLinkObj.xml227
-rw-r--r--sc/xml/ScAreaLinksObj.xml227
-rw-r--r--sc/xml/ScAutoFormatFieldObj.xml281
-rw-r--r--sc/xml/ScAutoFormatObj.xml281
-rw-r--r--sc/xml/ScAutoFormatsObj.xml281
-rw-r--r--sc/xml/ScCellCursorObj.xml411
-rw-r--r--sc/xml/ScCellFieldObj.xml421
-rw-r--r--sc/xml/ScCellFormatsEnumeration.xml645
-rw-r--r--sc/xml/ScCellFormatsObj.xml645
-rw-r--r--sc/xml/ScCellObj.xml645
-rw-r--r--sc/xml/ScCellRangeObj.xml645
-rw-r--r--sc/xml/ScCellRangesObj.xml645
-rw-r--r--sc/xml/ScCellSearchObj.xml217
-rw-r--r--sc/xml/ScCellTextCursor.xml253
-rw-r--r--sc/xml/ScCellsEnumeration.xml645
-rw-r--r--sc/xml/ScCellsObj.xml645
-rw-r--r--sc/xml/ScChartObj.xml233
-rw-r--r--sc/xml/ScChartsObj.xml233
-rw-r--r--sc/xml/ScConsolidationDescriptor.xml449
-rw-r--r--sc/xml/ScDDELinkObj.xml227
-rw-r--r--sc/xml/ScDDELinksObj.xml227
-rw-r--r--sc/xml/ScDataPilotFieldObj.xml248
-rw-r--r--sc/xml/ScDataPilotFieldsObj.xml257
-rw-r--r--sc/xml/ScDataPilotTableObj.xml257
-rw-r--r--sc/xml/ScDataPilotTablesObj.xml257
-rw-r--r--sc/xml/ScDatabaseRangeObj.xml449
-rw-r--r--sc/xml/ScDatabaseRangesObj.xml449
-rw-r--r--sc/xml/ScDrawPagesObj.xml601
-rw-r--r--sc/xml/ScFilterDescriptorBase.xml449
-rw-r--r--sc/xml/ScFunctionListObj.xml239
-rw-r--r--sc/xml/ScHeaderFieldObj.xml421
-rw-r--r--sc/xml/ScHeaderFooterContentObj.xml253
-rw-r--r--sc/xml/ScHeaderFooterTextCursor.xml253
-rw-r--r--sc/xml/ScHeaderFooterTextObj.xml253
-rw-r--r--sc/xml/ScLabelRangeObj.xml445
-rw-r--r--sc/xml/ScLabelRangesObj.xml445
-rw-r--r--sc/xml/ScModelObj.xml601
-rw-r--r--sc/xml/ScNamedRangeObj.xml445
-rw-r--r--sc/xml/ScNamedRangesObj.xml445
-rw-r--r--sc/xml/ScRecentFunctionsObj.xml239
-rw-r--r--sc/xml/ScScenariosObj.xml601
-rw-r--r--sc/xml/ScSheetLinkObj.xml227
-rw-r--r--sc/xml/ScSheetLinksObj.xml227
-rw-r--r--sc/xml/ScSpreadsheetSettings.xml239
-rw-r--r--sc/xml/ScSpreadsheetSettingsObj.xml601
-rw-r--r--sc/xml/ScStyleFamiliesObj.xml279
-rw-r--r--sc/xml/ScStyleFamilyObj.xml279
-rw-r--r--sc/xml/ScStyleObj.xml279
-rw-r--r--sc/xml/ScSubTotalDescriptorBase.xml449
-rw-r--r--sc/xml/ScSubTotalFieldObj.xml449
-rw-r--r--sc/xml/ScTabViewObj.xml511
-rw-r--r--sc/xml/ScTableColumnObj.xml645
-rw-r--r--sc/xml/ScTableColumnsObj.xml601
-rw-r--r--sc/xml/ScTableConditionalEntry.xml155
-rw-r--r--sc/xml/ScTableConditionalFormat.xml155
-rw-r--r--sc/xml/ScTableRowObj.xml645
-rw-r--r--sc/xml/ScTableRowsObj.xml601
-rw-r--r--sc/xml/ScTableSheetObj.xml645
-rw-r--r--sc/xml/ScTableSheetsObj.xml601
-rw-r--r--sc/xml/ScTableValidationObj.xml155
-rw-r--r--sc/xml/ScViewPaneObj.xml511
63 files changed, 12276 insertions, 13086 deletions
diff --git a/sc/xml/ScAnnotationObj.xml b/sc/xml/ScAnnotationObj.xml
index 09f928bad428..53e22711c2f7 100644
--- a/sc/xml/ScAnnotationObj.xml
+++ b/sc/xml/ScAnnotationObj.xml
@@ -1,217 +1,204 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAnnotationObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAnnotationObj</name>
+ <description>
This component provides access to an annotation of a cell.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellAnnotation</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</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.NoSupportException</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.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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellAnnotation</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</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.NoSupportException</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.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/ScAnnotationsObj.xml b/sc/xml/ScAnnotationsObj.xml
index 7b4640ae7e5e..072c81d67bb2 100644
--- a/sc/xml/ScAnnotationsObj.xml
+++ b/sc/xml/ScAnnotationsObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAnnotationsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAnnotationsObj</name>
+ <description>
This component provides access to a collection of cell annotations.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellAnnotations</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellAnnotations</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScAreaLinkObj.xml b/sc/xml/ScAreaLinkObj.xml
index 33202fae48ea..49ea11217abf 100644
--- a/sc/xml/ScAreaLinkObj.xml
+++ b/sc/xml/ScAreaLinkObj.xml
@@ -1,122 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAreaLinkObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAreaLinkObj</name>
+ <description>
This component provides access to a linked cell range.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellAreaLink</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XDDELink</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellAreaLink</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XDDELink</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAreaLinksObj.xml b/sc/xml/ScAreaLinksObj.xml
index 42ab885ec75e..9267c0a9bb52 100644
--- a/sc/xml/ScAreaLinksObj.xml
+++ b/sc/xml/ScAreaLinksObj.xml
@@ -1,122 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAreaLinksObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAreaLinksObj</name>
+ <description>
This component provides access to a collection of area links.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellAreaLinks</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XDDELink</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellAreaLinks</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XDDELink</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAutoFormatFieldObj.xml b/sc/xml/ScAutoFormatFieldObj.xml
index f8b92ed335ad..5a06bf6c6686 100644
--- a/sc/xml/ScAutoFormatFieldObj.xml
+++ b/sc/xml/ScAutoFormatFieldObj.xml
@@ -1,149 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAutoFormatFieldObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAutoFormatFieldObj</name>
+ <description>
This component provides access to a single field in a TableAutoFormat.
-</Description>
-
-<SupportedService>com.sun.star.sheet.TableAutoFormatField</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.CharSet</Type>
-<Type>com.sun.star.awt.FocusEvent</Type>
-<Type>com.sun.star.awt.FontDescriptor</Type>
-<Type>com.sun.star.awt.FontFamily</Type>
-<Type>com.sun.star.awt.FontPitch</Type>
-<Type>com.sun.star.awt.FontSlant</Type>
-<Type>com.sun.star.awt.FontStrikeout</Type>
-<Type>com.sun.star.awt.FontType</Type>
-<Type>com.sun.star.awt.FontUnderline</Type>
-<Type>com.sun.star.awt.FontWeight</Type>
-<Type>com.sun.star.awt.FontWidth</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.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.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.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</Type>
-<Type>com.sun.star.table.TableOrientation</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</Type>
-<Type>com.sun.star.util.URL</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableAutoFormatField</supported-service>
+ <type>com.sun.star.awt.CharSet</type>
+ <type>com.sun.star.awt.FocusEvent</type>
+ <type>com.sun.star.awt.FontDescriptor</type>
+ <type>com.sun.star.awt.FontFamily</type>
+ <type>com.sun.star.awt.FontPitch</type>
+ <type>com.sun.star.awt.FontSlant</type>
+ <type>com.sun.star.awt.FontStrikeout</type>
+ <type>com.sun.star.awt.FontType</type>
+ <type>com.sun.star.awt.FontUnderline</type>
+ <type>com.sun.star.awt.FontWeight</type>
+ <type>com.sun.star.awt.FontWidth</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.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.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.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</type>
+ <type>com.sun.star.table.TableOrientation</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</type>
+ <type>com.sun.star.util.URL</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAutoFormatObj.xml b/sc/xml/ScAutoFormatObj.xml
index 85f7f88bd5e5..e26c3986b987 100644
--- a/sc/xml/ScAutoFormatObj.xml
+++ b/sc/xml/ScAutoFormatObj.xml
@@ -1,149 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAutoFormatObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAutoFormatObj</name>
+ <description>
This component provides access to an autoformat for tables.
-</Description>
-
-<SupportedService>com.sun.star.sheet.TableAutoFormat</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.CharSet</Type>
-<Type>com.sun.star.awt.FocusEvent</Type>
-<Type>com.sun.star.awt.FontDescriptor</Type>
-<Type>com.sun.star.awt.FontFamily</Type>
-<Type>com.sun.star.awt.FontPitch</Type>
-<Type>com.sun.star.awt.FontSlant</Type>
-<Type>com.sun.star.awt.FontStrikeout</Type>
-<Type>com.sun.star.awt.FontType</Type>
-<Type>com.sun.star.awt.FontUnderline</Type>
-<Type>com.sun.star.awt.FontWeight</Type>
-<Type>com.sun.star.awt.FontWidth</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.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.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.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</Type>
-<Type>com.sun.star.table.TableOrientation</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</Type>
-<Type>com.sun.star.util.URL</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableAutoFormat</supported-service>
+ <type>com.sun.star.awt.CharSet</type>
+ <type>com.sun.star.awt.FocusEvent</type>
+ <type>com.sun.star.awt.FontDescriptor</type>
+ <type>com.sun.star.awt.FontFamily</type>
+ <type>com.sun.star.awt.FontPitch</type>
+ <type>com.sun.star.awt.FontSlant</type>
+ <type>com.sun.star.awt.FontStrikeout</type>
+ <type>com.sun.star.awt.FontType</type>
+ <type>com.sun.star.awt.FontUnderline</type>
+ <type>com.sun.star.awt.FontWeight</type>
+ <type>com.sun.star.awt.FontWidth</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.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.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.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</type>
+ <type>com.sun.star.table.TableOrientation</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</type>
+ <type>com.sun.star.util.URL</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAutoFormatsObj.xml b/sc/xml/ScAutoFormatsObj.xml
index 1ef0cb5dcfb3..57dfa4db7af1 100644
--- a/sc/xml/ScAutoFormatsObj.xml
+++ b/sc/xml/ScAutoFormatsObj.xml
@@ -1,149 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScAutoFormatsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScAutoFormatsObj</name>
+ <description>
This component provides access to the list of table autoformats.
-</Description>
-
-<SupportedService>com.sun.star.sheet.TableAutoFormats</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.CharSet</Type>
-<Type>com.sun.star.awt.FocusEvent</Type>
-<Type>com.sun.star.awt.FontDescriptor</Type>
-<Type>com.sun.star.awt.FontFamily</Type>
-<Type>com.sun.star.awt.FontPitch</Type>
-<Type>com.sun.star.awt.FontSlant</Type>
-<Type>com.sun.star.awt.FontStrikeout</Type>
-<Type>com.sun.star.awt.FontType</Type>
-<Type>com.sun.star.awt.FontUnderline</Type>
-<Type>com.sun.star.awt.FontWeight</Type>
-<Type>com.sun.star.awt.FontWidth</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.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.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.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</Type>
-<Type>com.sun.star.table.TableOrientation</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</Type>
-<Type>com.sun.star.util.URL</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableAutoFormats</supported-service>
+ <type>com.sun.star.awt.CharSet</type>
+ <type>com.sun.star.awt.FocusEvent</type>
+ <type>com.sun.star.awt.FontDescriptor</type>
+ <type>com.sun.star.awt.FontFamily</type>
+ <type>com.sun.star.awt.FontPitch</type>
+ <type>com.sun.star.awt.FontSlant</type>
+ <type>com.sun.star.awt.FontStrikeout</type>
+ <type>com.sun.star.awt.FontType</type>
+ <type>com.sun.star.awt.FontUnderline</type>
+ <type>com.sun.star.awt.FontWeight</type>
+ <type>com.sun.star.awt.FontWidth</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.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.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.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</type>
+ <type>com.sun.star.table.TableOrientation</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</type>
+ <type>com.sun.star.util.URL</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScCellCursorObj.xml b/sc/xml/ScCellCursorObj.xml
index d47a4b3238a3..ba8534ae77c0 100644
--- a/sc/xml/ScCellCursorObj.xml
+++ b/sc/xml/ScCellCursorObj.xml
@@ -1,214 +1,201 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellCursorObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellCursorObj</name>
+ <description>
This component provides access to a cursor in a spreadsheet.
-</Description>
-
-<SupportedService>com.sun.star.sheet.SheetCellCursor</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.ElementExistException</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.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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.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.sheet.XUsedAreaCursor</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.XCellCursor</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetCellCursor</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.ElementExistException</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.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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.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.sheet.XUsedAreaCursor</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.XCellCursor</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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/ScCellFieldObj.xml b/sc/xml/ScCellFieldObj.xml
index 3bdad210a3af..e36fecfdedcf 100644
--- a/sc/xml/ScCellFieldObj.xml
+++ b/sc/xml/ScCellFieldObj.xml
@@ -1,219 +1,206 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellFieldObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellFieldObj</name>
+ <description>
This component provides access to a field in the text of a cell.
-</Description>
-
-<SupportedService>com.sun.star.text.TextField</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextField</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/ScCellFormatsEnumeration.xml b/sc/xml/ScCellFormatsEnumeration.xml
index 97fb2c6b653b..136ceb0c7b71 100644
--- a/sc/xml/ScCellFormatsEnumeration.xml
+++ b/sc/xml/ScCellFormatsEnumeration.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellFormatsEnumeration</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellFormatsEnumeration</name>
+ <description>
This component enumerates ranges with different formatting.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellFormatRangesEnumeration</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellFormatRangesEnumeration</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScCellFormatsObj.xml b/sc/xml/ScCellFormatsObj.xml
index 47c912d812f5..fd2046a99acd 100644
--- a/sc/xml/ScCellFormatsObj.xml
+++ b/sc/xml/ScCellFormatsObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellFormatsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellFormatsObj</name>
+ <description>
This component provides access to ranges with different formatting.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellFormatRanges</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellFormatRanges</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScCellObj.xml b/sc/xml/ScCellObj.xml
index 553e844645d0..d709c3ab77dc 100644
--- a/sc/xml/ScCellObj.xml
+++ b/sc/xml/ScCellObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellObj</name>
+ <description>
This component provides access to a spreadsheet cell.
-</Description>
-
-<SupportedService>com.sun.star.sheet.SheetCell</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetCell</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScCellRangeObj.xml b/sc/xml/ScCellRangeObj.xml
index e2edf839ca22..8a623160b1c3 100644
--- a/sc/xml/ScCellRangeObj.xml
+++ b/sc/xml/ScCellRangeObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellRangeObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellRangeObj</name>
+ <description>
This component provides access to a range of cells in a spreadsheet document.
-</Description>
-
-<SupportedService>com.sun.star.sheet.SheetCellRange</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetCellRange</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScCellRangesObj.xml b/sc/xml/ScCellRangesObj.xml
index 1a2fd9f7ea8d..126edef68766 100644
--- a/sc/xml/ScCellRangesObj.xml
+++ b/sc/xml/ScCellRangesObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellRangesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellRangesObj</name>
+ <description>
This component provides access to a collection of cell ranges.
-</Description>
-
-<SupportedService>com.sun.star.sheet.SheetCellRanges</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetCellRanges</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScCellSearchObj.xml b/sc/xml/ScCellSearchObj.xml
index 0469b4c89d67..8366d1715f85 100644
--- a/sc/xml/ScCellSearchObj.xml
+++ b/sc/xml/ScCellSearchObj.xml
@@ -1,117 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellSearchObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellSearchObj</name>
+ <description>
This component describes what and how to replace strings.
-</Description>
-
-<SupportedService>com.sun.star.util.ReplaceDescriptor</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.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.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.XReplaceDescriptor</Type>
-<Type>com.sun.star.util.XSearchDescriptor</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.util.ReplaceDescriptor</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.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.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.XReplaceDescriptor</type>
+ <type>com.sun.star.util.XSearchDescriptor</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScCellTextCursor.xml b/sc/xml/ScCellTextCursor.xml
index 2d7c044fa2a7..3675c050b744 100644
--- a/sc/xml/ScCellTextCursor.xml
+++ b/sc/xml/ScCellTextCursor.xml
@@ -1,135 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellTextCursor</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellTextCursor</name>
+ <description>
This component provides access to a text cursor within a spreadsheet cell.
-</Description>
-
-<SupportedService>com.sun.star.text.TextCursor</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextCursor</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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
+ </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/ScCellsEnumeration.xml b/sc/xml/ScCellsEnumeration.xml
index 47df592d242d..082a456256da 100644
--- a/sc/xml/ScCellsEnumeration.xml
+++ b/sc/xml/ScCellsEnumeration.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellsEnumeration</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellsEnumeration</name>
+ <description>
This component enumerates all cells.
-</Description>
-
-<SupportedService>com.sun.star.sheet.CellsEnumeration</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.CellsEnumeration</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScCellsObj.xml b/sc/xml/ScCellsObj.xml
index f3e26aed0b8d..53671fed2249 100644
--- a/sc/xml/ScCellsObj.xml
+++ b/sc/xml/ScCellsObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScCellsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScCellsObj</name>
+ <description>
This component provides access to single cells.
-</Description>
-
-<SupportedService>com.sun.star.sheet.Cells</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.Cells</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScChartObj.xml b/sc/xml/ScChartObj.xml
index 6b1a94c47389..007840333e13 100644
--- a/sc/xml/ScChartObj.xml
+++ b/sc/xml/ScChartObj.xml
@@ -1,125 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScChartObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScChartObj</name>
+ <description>
This component provides access to a chart based on the data in a table.
-</Description>
-
-<SupportedService>com.sun.star.table.TableChart</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>goodies</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</Type>
-<Type>com.sun.star.chart.ChartDataChangeEvent</Type>
-<Type>com.sun.star.chart.ChartDataChangeType</Type>
-<Type>com.sun.star.chart.ChartSeriesAddress</Type>
-<Type>com.sun.star.chart.XChartData</Type>
-<Type>com.sun.star.chart.XChartDataChangeEventListener</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.document.XEmbeddedObjectSupplier</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.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.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.XTableChart</Type>
-<Type>com.sun.star.table.XTableCharts</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableChart</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</type>
+ <type>com.sun.star.chart.ChartDataChangeEvent</type>
+ <type>com.sun.star.chart.ChartDataChangeType</type>
+ <type>com.sun.star.chart.ChartSeriesAddress</type>
+ <type>com.sun.star.chart.XChartData</type>
+ <type>com.sun.star.chart.XChartDataChangeEventListener</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.document.XEmbeddedObjectSupplier</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.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.table.CellRangeAddress</type>
+ <type>com.sun.star.table.XTableChart</type>
+ <type>com.sun.star.table.XTableCharts</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>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>goodies</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>sch</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScChartsObj.xml b/sc/xml/ScChartsObj.xml
index baa2ef465d36..4b695ff4ebde 100644
--- a/sc/xml/ScChartsObj.xml
+++ b/sc/xml/ScChartsObj.xml
@@ -1,125 +1,112 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScChartsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScChartsObj</name>
+ <description>
This component provides access to the collection of charts based on data in tables.
-</Description>
-
-<SupportedService>com.sun.star.table.TableCharts</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>goodies</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</Type>
-<Type>com.sun.star.chart.ChartDataChangeEvent</Type>
-<Type>com.sun.star.chart.ChartDataChangeType</Type>
-<Type>com.sun.star.chart.ChartSeriesAddress</Type>
-<Type>com.sun.star.chart.XChartData</Type>
-<Type>com.sun.star.chart.XChartDataChangeEventListener</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.document.XEmbeddedObjectSupplier</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.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.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.XTableChart</Type>
-<Type>com.sun.star.table.XTableCharts</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableCharts</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</type>
+ <type>com.sun.star.chart.ChartDataChangeEvent</type>
+ <type>com.sun.star.chart.ChartDataChangeType</type>
+ <type>com.sun.star.chart.ChartSeriesAddress</type>
+ <type>com.sun.star.chart.XChartData</type>
+ <type>com.sun.star.chart.XChartDataChangeEventListener</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.document.XEmbeddedObjectSupplier</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.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.table.CellRangeAddress</type>
+ <type>com.sun.star.table.XTableChart</type>
+ <type>com.sun.star.table.XTableCharts</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>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>goodies</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>sch</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScConsolidationDescriptor.xml b/sc/xml/ScConsolidationDescriptor.xml
index 8c73845ca9d0..24eb0cd000ea 100644
--- a/sc/xml/ScConsolidationDescriptor.xml
+++ b/sc/xml/ScConsolidationDescriptor.xml
@@ -1,233 +1,220 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScConsolidationDescriptor</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScConsolidationDescriptor</name>
+ <description>
This component provides access to a description of how data are consolidated.
-</Description>
-
-<SupportedService>com.sun.star.sheet.ConsolidationDescriptor</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sdb</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.ConsolidationDescriptor</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</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>sdb</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDDELinkObj.xml b/sc/xml/ScDDELinkObj.xml
index e530b7c2c523..895cec33c7a2 100644
--- a/sc/xml/ScDDELinkObj.xml
+++ b/sc/xml/ScDDELinkObj.xml
@@ -1,122 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDDELinkObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDDELinkObj</name>
+ <description>
This component provides access to a DDE link.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.DDELink</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XDDELink</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DDELink</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XDDELink</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDDELinksObj.xml b/sc/xml/ScDDELinksObj.xml
index d8308fe221fb..51999d8401f3 100644
--- a/sc/xml/ScDDELinksObj.xml
+++ b/sc/xml/ScDDELinksObj.xml
@@ -1,122 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDDELinksObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDDELinksObj</name>
+ <description>
This component provides access to a collection of DDE links.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.DDELinks</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XDDELink</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DDELinks</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XDDELink</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDataPilotFieldObj.xml b/sc/xml/ScDataPilotFieldObj.xml
index 4645a950b758..de71f5eaca8f 100644
--- a/sc/xml/ScDataPilotFieldObj.xml
+++ b/sc/xml/ScDataPilotFieldObj.xml
@@ -1,128 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- edited with XML Spy v3.0.7 NT (http://www.xmlspy.com) by Markus Meyer (StarOffice GmbH) -->
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace">
- <Author>Niklas Nebel</Author>
- <Name>com.sun.star.comp.office.ScDataPilotFieldObj</Name>
- <Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDataPilotFieldObj</name>
+ <description>
This component provides access to a single field in a DataPilotDescriptor.
-</Description>
- <ModuleName>sc</ModuleName>
- <LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
- <Language>c++</Language>
- <Status StatusValue="final"/>
- <SupportedService>com.sun.star.sheet.DataPilotField</SupportedService>
- <!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
- <ProjectBuildDependency>cppu</ProjectBuildDependency>
- <ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
- <ProjectBuildDependency>osl</ProjectBuildDependency>
- <ProjectBuildDependency>rsc</ProjectBuildDependency>
- <ProjectBuildDependency>rtl</ProjectBuildDependency>
- <ProjectBuildDependency>sal</ProjectBuildDependency>
- <ProjectBuildDependency>sfx2</ProjectBuildDependency>
- <ProjectBuildDependency>so3</ProjectBuildDependency>
- <ProjectBuildDependency>sot</ProjectBuildDependency>
- <ProjectBuildDependency>stl</ProjectBuildDependency>
- <ProjectBuildDependency>svtools</ProjectBuildDependency>
- <ProjectBuildDependency>tools</ProjectBuildDependency>
- <ProjectBuildDependency>typelib</ProjectBuildDependency>
- <ProjectBuildDependency>uno</ProjectBuildDependency>
- <ProjectBuildDependency>vcl</ProjectBuildDependency>
- <ProjectBuildDependency>vos</ProjectBuildDependency>
- <Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</Type>
- <Type>com.sun.star.sheet.TableFilterField</Type>
- <Type>com.sun.star.sheet.XCellRangeReferrer</Type>
- <Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
- <Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
- <Type>com.sun.star.sheet.XDataPilotTable</Type>
- <Type>com.sun.star.sheet.XDataPilotTables</Type>
- <Type>com.sun.star.sheet.XDatabaseRange</Type>
- <Type>com.sun.star.sheet.XDatabaseRanges</Type>
- <Type>com.sun.star.sheet.XDimensionsSupplier</Type>
- <Type>com.sun.star.sheet.XSheetFilterDescriptor</Type>
- <Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
- <Type>com.sun.star.sheet.XSubTotalField</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.XCell</Type>
- <Type>com.sun.star.table.XCellRange</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>
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DataPilotField</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</type>
+ <type>com.sun.star.sheet.TableFilterField</type>
+ <type>com.sun.star.sheet.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDimensionsSupplier</type>
+ <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</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.XCell</type>
+ <type>com.sun.star.table.XCellRange</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>
+ </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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDataPilotFieldsObj.xml b/sc/xml/ScDataPilotFieldsObj.xml
index ed8d6d17e0d7..8d8b6d88b241 100644
--- a/sc/xml/ScDataPilotFieldsObj.xml
+++ b/sc/xml/ScDataPilotFieldsObj.xml
@@ -1,137 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDataPilotFieldsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDataPilotFieldsObj</name>
+ <description>
This component provides access to the collection of fields in a DataPilotDescriptor.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.DataPilotFields</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</Type>
-<Type>com.sun.star.sheet.TableFilterField</Type>
-<Type>com.sun.star.sheet.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDimensionsSupplier</Type>
-<Type>com.sun.star.sheet.XSheetFilterDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</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.XCell</Type>
-<Type>com.sun.star.table.XCellRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DataPilotFields</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</type>
+ <type>com.sun.star.sheet.TableFilterField</type>
+ <type>com.sun.star.sheet.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDimensionsSupplier</type>
+ <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</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.XCell</type>
+ <type>com.sun.star.table.XCellRange</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>
+ </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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDataPilotTableObj.xml b/sc/xml/ScDataPilotTableObj.xml
index c0a87c051a4f..dc3eb15e67a8 100644
--- a/sc/xml/ScDataPilotTableObj.xml
+++ b/sc/xml/ScDataPilotTableObj.xml
@@ -1,137 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDataPilotTableObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDataPilotTableObj</name>
+ <description>
This component provides access to a data pilot table on a spreadsheet.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.DataPilotTable</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</Type>
-<Type>com.sun.star.sheet.TableFilterField</Type>
-<Type>com.sun.star.sheet.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDimensionsSupplier</Type>
-<Type>com.sun.star.sheet.XSheetFilterDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</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.XCell</Type>
-<Type>com.sun.star.table.XCellRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DataPilotTable</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</type>
+ <type>com.sun.star.sheet.TableFilterField</type>
+ <type>com.sun.star.sheet.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDimensionsSupplier</type>
+ <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</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.XCell</type>
+ <type>com.sun.star.table.XCellRange</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>
+ </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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDataPilotTablesObj.xml b/sc/xml/ScDataPilotTablesObj.xml
index 7ba1cb6c6098..05896fded69b 100644
--- a/sc/xml/ScDataPilotTablesObj.xml
+++ b/sc/xml/ScDataPilotTablesObj.xml
@@ -1,137 +1,124 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDataPilotTablesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDataPilotTablesObj</name>
+ <description>
This component provides access to a collection of data pilot tables.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.DataPilotTables</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</Type>
-<Type>com.sun.star.sheet.TableFilterField</Type>
-<Type>com.sun.star.sheet.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDimensionsSupplier</Type>
-<Type>com.sun.star.sheet.XSheetFilterDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</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.XCell</Type>
-<Type>com.sun.star.table.XCellRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DataPilotTables</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.DataPilotFieldOrientation</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.SubTotalColumn</type>
+ <type>com.sun.star.sheet.TableFilterField</type>
+ <type>com.sun.star.sheet.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDimensionsSupplier</type>
+ <type>com.sun.star.sheet.XSheetFilterDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</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.XCell</type>
+ <type>com.sun.star.table.XCellRange</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>
+ </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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDatabaseRangeObj.xml b/sc/xml/ScDatabaseRangeObj.xml
index a18bf5d60c68..7e58ad827fba 100644
--- a/sc/xml/ScDatabaseRangeObj.xml
+++ b/sc/xml/ScDatabaseRangeObj.xml
@@ -1,233 +1,220 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDatabaseRangeObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDatabaseRangeObj</name>
+ <description>
This component provides access to a database range.
-</Description>
-
-<SupportedService>com.sun.star.sheet.DatabaseRange</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sdb</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DatabaseRange</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</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>sdb</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDatabaseRangesObj.xml b/sc/xml/ScDatabaseRangesObj.xml
index 13f69d47ee15..a74ce1040e64 100644
--- a/sc/xml/ScDatabaseRangesObj.xml
+++ b/sc/xml/ScDatabaseRangesObj.xml
@@ -1,233 +1,220 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDatabaseRangesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDatabaseRangesObj</name>
+ <description>
This component provides access to the collection of database ranges in a spreadsheet document.
-</Description>
-
-<SupportedService>com.sun.star.sheet.DatabaseRanges</SupportedService>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sdb</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.DatabaseRanges</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</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>sdb</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScDrawPagesObj.xml b/sc/xml/ScDrawPagesObj.xml
index c578fd797402..af0bc7bf63c3 100644
--- a/sc/xml/ScDrawPagesObj.xml
+++ b/sc/xml/ScDrawPagesObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScDrawPagesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScDrawPagesObj</name>
+ <description>
This component provides access to the collection of DrawPages in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.drawing.DrawPages</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.DrawPages</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScFilterDescriptorBase.xml b/sc/xml/ScFilterDescriptorBase.xml
index 0795bd246ebe..37c852f84bb5 100644
--- a/sc/xml/ScFilterDescriptorBase.xml
+++ b/sc/xml/ScFilterDescriptorBase.xml
@@ -1,233 +1,220 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScFilterDescriptorBase</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScFilterDescriptorBase</name>
+ <description>
This component provides access to a description of how a cell range is to be filtered.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SheetFilterDescriptor</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sdb</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetFilterDescriptor</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</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>sdb</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScFunctionListObj.xml b/sc/xml/ScFunctionListObj.xml
index ff5ee7279a53..7e69d288eea8 100644
--- a/sc/xml/ScFunctionListObj.xml
+++ b/sc/xml/ScFunctionListObj.xml
@@ -1,128 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScFunctionListObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScFunctionListObj</name>
+ <description>
This component provides access to the list of function descriptions.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.FunctionDescriptions</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.FunctionArgument</Type>
-<Type>com.sun.star.sheet.XFunctionDescriptions</Type>
-<Type>com.sun.star.sheet.XRecentFunctions</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.FunctionDescriptions</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.FunctionArgument</type>
+ <type>com.sun.star.sheet.XFunctionDescriptions</type>
+ <type>com.sun.star.sheet.XRecentFunctions</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>
+ </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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScHeaderFieldObj.xml b/sc/xml/ScHeaderFieldObj.xml
index 8e168205473b..d39dd5948607 100644
--- a/sc/xml/ScHeaderFieldObj.xml
+++ b/sc/xml/ScHeaderFieldObj.xml
@@ -1,219 +1,206 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScHeaderFieldObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScHeaderFieldObj</name>
+ <description>
This component provides access to a field in a page header or footer.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.text.TextField</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextField</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/ScHeaderFooterContentObj.xml b/sc/xml/ScHeaderFooterContentObj.xml
index 6a41d34442cd..bd42a8ba23db 100644
--- a/sc/xml/ScHeaderFooterContentObj.xml
+++ b/sc/xml/ScHeaderFooterContentObj.xml
@@ -1,135 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScHeaderFooterContentObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScHeaderFooterContentObj</name>
+ <description>
This component provides access to the content of a header or footer in a page format.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.HeaderFooterContent</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.HeaderFooterContent</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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
+ </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/ScHeaderFooterTextCursor.xml b/sc/xml/ScHeaderFooterTextCursor.xml
index 07a9b298dc83..06cb0405b809 100644
--- a/sc/xml/ScHeaderFooterTextCursor.xml
+++ b/sc/xml/ScHeaderFooterTextCursor.xml
@@ -1,135 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScHeaderFooterTextCursor</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScHeaderFooterTextCursor</name>
+ <description>
This component provides access to a text cursor in a page header or footer.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.text.TextCursor</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextCursor</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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
+ </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/ScHeaderFooterTextObj.xml b/sc/xml/ScHeaderFooterTextObj.xml
index b383518cb3c3..c3c25c1c4cb5 100644
--- a/sc/xml/ScHeaderFooterTextObj.xml
+++ b/sc/xml/ScHeaderFooterTextObj.xml
@@ -1,135 +1,122 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScHeaderFooterTextObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScHeaderFooterTextObj</name>
+ <description>
This component provides access to the text in a page header or footer.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.text.Text</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.Text</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.Rectangle</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.container.ContainerEvent</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.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.XHeaderFooterContent</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.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>
+ </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/ScLabelRangeObj.xml b/sc/xml/ScLabelRangeObj.xml
index 51ebb13899c8..16166a8a2a87 100644
--- a/sc/xml/ScLabelRangeObj.xml
+++ b/sc/xml/ScLabelRangeObj.xml
@@ -1,231 +1,218 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScLabelRangeObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScLabelRangeObj</name>
+ <description>
This component provides access to a label range.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.LabelRange</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.LabelRange</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScLabelRangesObj.xml b/sc/xml/ScLabelRangesObj.xml
index 94899aef8740..c21263d33421 100644
--- a/sc/xml/ScLabelRangesObj.xml
+++ b/sc/xml/ScLabelRangesObj.xml
@@ -1,231 +1,218 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScLabelRangesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScLabelRangesObj</name>
+ <description>
This component provides access to the collection of label ranges in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.LabelRanges</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.LabelRanges</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScModelObj.xml b/sc/xml/ScModelObj.xml
index 5bce6de77a22..825fde9cc1aa 100644
--- a/sc/xml/ScModelObj.xml
+++ b/sc/xml/ScModelObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScModelObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScModelObj</name>
+ <description>
This component provides access to a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SpreadsheetDocument</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SpreadsheetDocument</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScNamedRangeObj.xml b/sc/xml/ScNamedRangeObj.xml
index 6eb945c7c1f2..17ab5e220445 100644
--- a/sc/xml/ScNamedRangeObj.xml
+++ b/sc/xml/ScNamedRangeObj.xml
@@ -1,231 +1,218 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScNamedRangeObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScNamedRangeObj</name>
+ <description>
This component provides access to a range which can be addressed by a name.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.NamedRange</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.NamedRange</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScNamedRangesObj.xml b/sc/xml/ScNamedRangesObj.xml
index a3ce60307840..9fc55c2ccbec 100644
--- a/sc/xml/ScNamedRangesObj.xml
+++ b/sc/xml/ScNamedRangesObj.xml
@@ -1,231 +1,218 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScNamedRangesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScNamedRangesObj</name>
+ <description>
This component provides access to the collection of named ranges in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.NamedRanges</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.NamedRanges</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.Border</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.NamedRangeFlag</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.XCellRangeReferrer</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.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.sheet.XUsedAreaCursor</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScRecentFunctionsObj.xml b/sc/xml/ScRecentFunctionsObj.xml
index 68884020b3bc..fb9861979705 100644
--- a/sc/xml/ScRecentFunctionsObj.xml
+++ b/sc/xml/ScRecentFunctionsObj.xml
@@ -1,128 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScRecentFunctionsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScRecentFunctionsObj</name>
+ <description>
This component provides access to the list of recently used functions.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.RecentFunctions</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.FunctionArgument</Type>
-<Type>com.sun.star.sheet.XFunctionDescriptions</Type>
-<Type>com.sun.star.sheet.XRecentFunctions</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.RecentFunctions</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.FunctionArgument</type>
+ <type>com.sun.star.sheet.XFunctionDescriptions</type>
+ <type>com.sun.star.sheet.XRecentFunctions</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>
+ </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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScScenariosObj.xml b/sc/xml/ScScenariosObj.xml
index 3e17a8d288dc..173c19c953fa 100644
--- a/sc/xml/ScScenariosObj.xml
+++ b/sc/xml/ScScenariosObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScScenariosObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScScenariosObj</name>
+ <description>
This component provides access to a collection of scenarios.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.Scenarios</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.Scenarios</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScSheetLinkObj.xml b/sc/xml/ScSheetLinkObj.xml
index 4e78263ab637..144de006f645 100644
--- a/sc/xml/ScSheetLinkObj.xml
+++ b/sc/xml/ScSheetLinkObj.xml
@@ -1,122 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScSheetLinkObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScSheetLinkObj</name>
+ <description>
This component provides access to a sheet link.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SheetLink</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XDDELink</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetLink</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XDDELink</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScSheetLinksObj.xml b/sc/xml/ScSheetLinksObj.xml
index 33252a9c5279..6bd6390a2865 100644
--- a/sc/xml/ScSheetLinksObj.xml
+++ b/sc/xml/ScSheetLinksObj.xml
@@ -1,122 +1,109 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScSheetLinksObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScSheetLinksObj</name>
+ <description>
This component provides access to the collection of sheet links in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SheetLinks</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XDDELink</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SheetLinks</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.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.container.XNamed</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.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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XDDELink</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellRangeAddress</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.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScSpreadsheetSettings.xml b/sc/xml/ScSpreadsheetSettings.xml
index 9efe8c084ad8..914ee87ea525 100644
--- a/sc/xml/ScSpreadsheetSettings.xml
+++ b/sc/xml/ScSpreadsheetSettings.xml
@@ -1,128 +1,115 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScSpreadsheetSettings</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScSpreadsheetSettings</name>
+ <description>
This component provides access to the settings for all spreadsheets.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.GlobalSheetSettings</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.FunctionArgument</Type>
-<Type>com.sun.star.sheet.XFunctionDescriptions</Type>
-<Type>com.sun.star.sheet.XRecentFunctions</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.GlobalSheetSettings</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.Rectangle</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.XVetoableChangeListener</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.XIndexContainer</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.container.XSet</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.FunctionArgument</type>
+ <type>com.sun.star.sheet.XFunctionDescriptions</type>
+ <type>com.sun.star.sheet.XRecentFunctions</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>
+ </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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScSpreadsheetSettingsObj.xml b/sc/xml/ScSpreadsheetSettingsObj.xml
index 160cf7c21435..e25dfa86e9eb 100644
--- a/sc/xml/ScSpreadsheetSettingsObj.xml
+++ b/sc/xml/ScSpreadsheetSettingsObj.xml
@@ -1,310 +1,297 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScSpreadsheetSettingsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScSpreadsheetSettingsObj</name>
+ <description>
This component provides access to the configuration
which is global for all views of a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SpreadsheetDocumentSettings</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SpreadsheetDocumentSettings</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScStyleFamiliesObj.xml b/sc/xml/ScStyleFamiliesObj.xml
index ebfc18f530b4..eddaf2ddaa37 100644
--- a/sc/xml/ScStyleFamiliesObj.xml
+++ b/sc/xml/ScStyleFamiliesObj.xml
@@ -1,149 +1,136 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScStyleFamiliesObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScStyleFamiliesObj</name>
+ <description>
This component provides access to the collection of style families within a
spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.style.StyleFamilies</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.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.PropertyAttribute</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.container.ElementExistException</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.container.XNameContainer</Type>
-<Type>com.sun.star.container.XNameReplace</Type>
-<Type>com.sun.star.container.XNamed</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.io.IOException</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.XHeaderFooterContent</Type>
-<Type>com.sun.star.style.GraphicLocation</Type>
-<Type>com.sun.star.style.PageStyleLayout</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XTextRange</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.CellProtection</Type>
-<Type>com.sun.star.util.URL</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.style.StyleFamilies</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.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.PropertyAttribute</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.container.ElementExistException</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.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.io.IOException</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.XHeaderFooterContent</type>
+ <type>com.sun.star.style.GraphicLocation</type>
+ <type>com.sun.star.style.PageStyleLayout</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XTextRange</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.CellProtection</type>
+ <type>com.sun.star.util.URL</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScStyleFamilyObj.xml b/sc/xml/ScStyleFamilyObj.xml
index ed28762ab496..780f196c8f4d 100644
--- a/sc/xml/ScStyleFamilyObj.xml
+++ b/sc/xml/ScStyleFamilyObj.xml
@@ -1,148 +1,135 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScStyleFamilyObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScStyleFamilyObj</name>
+ <description>
This component provides access to the style sheets of one style family.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.style.StyleFamily</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.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.PropertyAttribute</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.container.ElementExistException</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.container.XNameContainer</Type>
-<Type>com.sun.star.container.XNameReplace</Type>
-<Type>com.sun.star.container.XNamed</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.io.IOException</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.XHeaderFooterContent</Type>
-<Type>com.sun.star.style.GraphicLocation</Type>
-<Type>com.sun.star.style.PageStyleLayout</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XTextRange</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.CellProtection</Type>
-<Type>com.sun.star.util.URL</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.style.StyleFamily</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.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.PropertyAttribute</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.container.ElementExistException</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.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.io.IOException</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.XHeaderFooterContent</type>
+ <type>com.sun.star.style.GraphicLocation</type>
+ <type>com.sun.star.style.PageStyleLayout</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XTextRange</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.CellProtection</type>
+ <type>com.sun.star.util.URL</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScStyleObj.xml b/sc/xml/ScStyleObj.xml
index 300703ae69a4..f38a8f19a25f 100644
--- a/sc/xml/ScStyleObj.xml
+++ b/sc/xml/ScStyleObj.xml
@@ -1,148 +1,135 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScStyleObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScStyleObj</name>
+ <description>
This component provides access to a single style sheet in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.style.Style</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.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.PropertyAttribute</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.container.ElementExistException</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.container.XNameContainer</Type>
-<Type>com.sun.star.container.XNameReplace</Type>
-<Type>com.sun.star.container.XNamed</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.io.IOException</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.XHeaderFooterContent</Type>
-<Type>com.sun.star.style.GraphicLocation</Type>
-<Type>com.sun.star.style.PageStyleLayout</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XTextRange</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.CellProtection</Type>
-<Type>com.sun.star.util.URL</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.style.Style</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.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.PropertyAttribute</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.container.ElementExistException</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.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.io.IOException</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.XHeaderFooterContent</type>
+ <type>com.sun.star.style.GraphicLocation</type>
+ <type>com.sun.star.style.PageStyleLayout</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XTextRange</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.CellProtection</type>
+ <type>com.sun.star.util.URL</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScSubTotalDescriptorBase.xml b/sc/xml/ScSubTotalDescriptorBase.xml
index 414ed1659066..df7afc66eab4 100644
--- a/sc/xml/ScSubTotalDescriptorBase.xml
+++ b/sc/xml/ScSubTotalDescriptorBase.xml
@@ -1,233 +1,220 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScSubTotalDescriptorBase</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScSubTotalDescriptorBase</name>
+ <description>
This component provides access to a description of how subtotals are created.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SubTotalDescriptor</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sdb</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SubTotalDescriptor</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</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>sdb</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScSubTotalFieldObj.xml b/sc/xml/ScSubTotalFieldObj.xml
index 8bcac5e02166..87ecc1d0117a 100644
--- a/sc/xml/ScSubTotalFieldObj.xml
+++ b/sc/xml/ScSubTotalFieldObj.xml
@@ -1,233 +1,220 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScSubTotalFieldObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScSubTotalFieldObj</name>
+ <description>
This component provides access to a single field in a SubTotalDescriptor.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SubTotalField</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sdb</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.SortField</Type>
-<Type>com.sun.star.util.SortFieldType</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SubTotalField</supported-service>
+ <type>com.sun.star.awt.FocusEvent</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.XBitmap</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.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XLinkTargetSupplier</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.XServiceName</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.DataImportMode</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XFormulaQuery</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.sheet.XSubTotalField</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.SortField</type>
+ <type>com.sun.star.util.SortFieldType</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>sdb</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>tools</project-build-dependency>
+ <project-build-dependency>typelib</project-build-dependency>
+ <project-build-dependency>uno</project-build-dependency>
+ <project-build-dependency>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScTabViewObj.xml b/sc/xml/ScTabViewObj.xml
index dbb25cdd8a53..0c4e4762a595 100644
--- a/sc/xml/ScTabViewObj.xml
+++ b/sc/xml/ScTabViewObj.xml
@@ -1,264 +1,251 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTabViewObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTabViewObj</name>
+ <description>
This component provides access to a view of a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SpreadsheetView</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>goodies</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</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.container.XNameContainer</Type>
-<Type>com.sun.star.container.XNameReplace</Type>
-<Type>com.sun.star.container.XNamed</Type>
-<Type>com.sun.star.drawing.ConnectionType</Type>
-<Type>com.sun.star.drawing.PolygonKind</Type>
-<Type>com.sun.star.drawing.XConnectableShape</Type>
-<Type>com.sun.star.drawing.XConnectorShape</Type>
-<Type>com.sun.star.drawing.XControlShape</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.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</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.NoSupportException</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.XCellRangeReferrer</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.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.XSpreadsheetView</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XViewFreezable</Type>
-<Type>com.sun.star.sheet.XViewPane</Type>
-<Type>com.sun.star.sheet.XViewSplitable</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-<Type>com.sun.star.view.XControlAccess</Type>
-<Type>com.sun.star.view.XSelectionChangeListener</Type>
-<Type>com.sun.star.view.XSelectionSupplier</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SpreadsheetView</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</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.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.drawing.ConnectionType</type>
+ <type>com.sun.star.drawing.PolygonKind</type>
+ <type>com.sun.star.drawing.XConnectableShape</type>
+ <type>com.sun.star.drawing.XConnectorShape</type>
+ <type>com.sun.star.drawing.XControlShape</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.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</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.NoSupportException</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.XCellRangeReferrer</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.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.XSpreadsheetView</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XViewFreezable</type>
+ <type>com.sun.star.sheet.XViewPane</type>
+ <type>com.sun.star.sheet.XViewSplitable</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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>
+ <type>com.sun.star.view.XControlAccess</type>
+ <type>com.sun.star.view.XSelectionChangeListener</type>
+ <type>com.sun.star.view.XSelectionSupplier</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>goodies</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/ScTableColumnObj.xml b/sc/xml/ScTableColumnObj.xml
index 633f0f749c52..5533c4d549cb 100644
--- a/sc/xml/ScTableColumnObj.xml
+++ b/sc/xml/ScTableColumnObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableColumnObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableColumnObj</name>
+ <description>
This component provides access to a column in a spreadsheet.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.table.TableColumn</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableColumn</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScTableColumnsObj.xml b/sc/xml/ScTableColumnsObj.xml
index c45af29a5449..fe5b32607562 100644
--- a/sc/xml/ScTableColumnsObj.xml
+++ b/sc/xml/ScTableColumnsObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableColumnsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableColumnsObj</name>
+ <description>
This component provides access to the collection of all columns of a spreadsheet.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.table.TableColumns</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableColumns</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScTableConditionalEntry.xml b/sc/xml/ScTableConditionalEntry.xml
index 7e54f01a2c8c..c2527f83d720 100644
--- a/sc/xml/ScTableConditionalEntry.xml
+++ b/sc/xml/ScTableConditionalEntry.xml
@@ -1,86 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableConditionalEntry</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableConditionalEntry</name>
+ <description>
This component provides access to a single entry in a TableConditionalFormat object.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.TableConditionalEntry</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.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.lang.XUnoTunnel</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.ValidationAlertStyle</Type>
-<Type>com.sun.star.sheet.ValidationType</Type>
-<Type>com.sun.star.sheet.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</Type>
-<Type>com.sun.star.table.CellAddress</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableConditionalEntry</supported-service>
+ <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.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.lang.XUnoTunnel</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.ValidationAlertStyle</type>
+ <type>com.sun.star.sheet.ValidationType</type>
+ <type>com.sun.star.sheet.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</type>
+ <type>com.sun.star.table.CellAddress</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>svtools</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScTableConditionalFormat.xml b/sc/xml/ScTableConditionalFormat.xml
index 387fe5d5a08e..65d1b076883e 100644
--- a/sc/xml/ScTableConditionalFormat.xml
+++ b/sc/xml/ScTableConditionalFormat.xml
@@ -1,86 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableConditionalFormat</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableConditionalFormat</name>
+ <description>
This component provides access to the conditional formatting for a cell or cell range.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.TableConditionalFormat</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.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.lang.XUnoTunnel</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.ValidationAlertStyle</Type>
-<Type>com.sun.star.sheet.ValidationType</Type>
-<Type>com.sun.star.sheet.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</Type>
-<Type>com.sun.star.table.CellAddress</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableConditionalFormat</supported-service>
+ <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.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.lang.XUnoTunnel</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.ValidationAlertStyle</type>
+ <type>com.sun.star.sheet.ValidationType</type>
+ <type>com.sun.star.sheet.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</type>
+ <type>com.sun.star.table.CellAddress</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>svtools</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScTableRowObj.xml b/sc/xml/ScTableRowObj.xml
index dbbb3b4fd268..4d615a9a7ac0 100644
--- a/sc/xml/ScTableRowObj.xml
+++ b/sc/xml/ScTableRowObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableRowObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableRowObj</name>
+ <description>
This component provides access to a row in a spreadsheet.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.table.TableRow</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableRow</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScTableRowsObj.xml b/sc/xml/ScTableRowsObj.xml
index 1b9e7c658a3f..93c3d543d012 100644
--- a/sc/xml/ScTableRowsObj.xml
+++ b/sc/xml/ScTableRowsObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableRowsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableRowsObj</name>
+ <description>
This component provides access to the collection of all rows of a spreadsheet.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.table.TableRows</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.table.TableRows</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScTableSheetObj.xml b/sc/xml/ScTableSheetObj.xml
index 8eec7fa164b9..df8ea0d1e4d9 100644
--- a/sc/xml/ScTableSheetObj.xml
+++ b/sc/xml/ScTableSheetObj.xml
@@ -1,331 +1,318 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableSheetObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableSheetObj</name>
+ <description>
This component provides access to a single sheet in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.Spreadsheet</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sch</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</Type>
-<Type>com.sun.star.container.XContainer</Type>
-<Type>com.sun.star.container.XContainerListener</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XEmbeddedObjectSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</Type>
-<Type>com.sun.star.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</Type>
-<Type>com.sun.star.sheet.CellInsertMode</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</Type>
-<Type>com.sun.star.sheet.GeneralFunction</Type>
-<Type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotDescriptor</Type>
-<Type>com.sun.star.sheet.XDataPilotTable</Type>
-<Type>com.sun.star.sheet.XDataPilotTables</Type>
-<Type>com.sun.star.sheet.XDataPilotTablesSupplier</Type>
-<Type>com.sun.star.sheet.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</Type>
-<Type>com.sun.star.table.BorderLine</Type>
-<Type>com.sun.star.table.CellAddress</Type>
-<Type>com.sun.star.table.CellContentType</Type>
-<Type>com.sun.star.table.CellHoriJustify</Type>
-<Type>com.sun.star.table.CellOrientation</Type>
-<Type>com.sun.star.table.CellRangeAddress</Type>
-<Type>com.sun.star.table.CellVertJustify</Type>
-<Type>com.sun.star.table.ShadowFormat</Type>
-<Type>com.sun.star.table.ShadowLocation</Type>
-<Type>com.sun.star.table.TableBorder</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.XCellCursor</Type>
-<Type>com.sun.star.table.XCellRange</Type>
-<Type>com.sun.star.table.XColumnRowRange</Type>
-<Type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.Spreadsheet</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ChartSeriesAddress</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.XChild</type>
+ <type>com.sun.star.container.XContainer</type>
+ <type>com.sun.star.container.XContainerListener</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XEmbeddedObjectSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</type>
+ <type>com.sun.star.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.CellFlags</type>
+ <type>com.sun.star.sheet.CellInsertMode</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.DataPilotFieldOrientation</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.FormulaResult</type>
+ <type>com.sun.star.sheet.GeneralFunction</type>
+ <type>com.sun.star.sheet.GoalResult</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.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotDescriptor</type>
+ <type>com.sun.star.sheet.XDataPilotTable</type>
+ <type>com.sun.star.sheet.XDataPilotTables</type>
+ <type>com.sun.star.sheet.XDataPilotTablesSupplier</type>
+ <type>com.sun.star.sheet.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</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.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</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.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</type>
+ <type>com.sun.star.table.BorderLine</type>
+ <type>com.sun.star.table.CellAddress</type>
+ <type>com.sun.star.table.CellContentType</type>
+ <type>com.sun.star.table.CellHoriJustify</type>
+ <type>com.sun.star.table.CellOrientation</type>
+ <type>com.sun.star.table.CellRangeAddress</type>
+ <type>com.sun.star.table.CellVertJustify</type>
+ <type>com.sun.star.table.ShadowFormat</type>
+ <type>com.sun.star.table.ShadowLocation</type>
+ <type>com.sun.star.table.TableBorder</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.XCellCursor</type>
+ <type>com.sun.star.table.XCellRange</type>
+ <type>com.sun.star.table.XColumnRowRange</type>
+ <type>com.sun.star.table.XTableChart</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.ControlCharacter</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.CellProtection</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</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>
+ <type>com.sun.star.view.XPrintable</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>sch</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/ScTableSheetsObj.xml b/sc/xml/ScTableSheetsObj.xml
index d195fee96b33..422cf04f6cf0 100644
--- a/sc/xml/ScTableSheetsObj.xml
+++ b/sc/xml/ScTableSheetsObj.xml
@@ -1,309 +1,296 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableSheetsObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableSheetsObj</name>
+ <description>
This component provides access to the collection of spreadsheets in a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.Spreadsheets</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</Type>
-<Type>com.sun.star.beans.IllegalTypeException</Type>
-<Type>com.sun.star.beans.NotRemoveableException</Type>
-<Type>com.sun.star.beans.Property</Type>
-<Type>com.sun.star.beans.PropertyAttribute</Type>
-<Type>com.sun.star.beans.PropertyChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyExistException</Type>
-<Type>com.sun.star.beans.PropertyState</Type>
-<Type>com.sun.star.beans.PropertyStateChangeEvent</Type>
-<Type>com.sun.star.beans.PropertyValue</Type>
-<Type>com.sun.star.beans.PropertyValues</Type>
-<Type>com.sun.star.beans.PropertyVetoException</Type>
-<Type>com.sun.star.beans.UnknownPropertyException</Type>
-<Type>com.sun.star.beans.XFastPropertySet</Type>
-<Type>com.sun.star.beans.XMultiPropertySet</Type>
-<Type>com.sun.star.beans.XPropertiesChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyAccess</Type>
-<Type>com.sun.star.beans.XPropertyChangeListener</Type>
-<Type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</Type>
-<Type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</Type>
-<Type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</Type>
-<Type>com.sun.star.document.XDocumentInfo</Type>
-<Type>com.sun.star.document.XDocumentInfoSupplier</Type>
-<Type>com.sun.star.document.XLinkTargetSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPage</Type>
-<Type>com.sun.star.drawing.XDrawPageSupplier</Type>
-<Type>com.sun.star.drawing.XDrawPages</Type>
-<Type>com.sun.star.drawing.XDrawPagesSupplier</Type>
-<Type>com.sun.star.drawing.XShape</Type>
-<Type>com.sun.star.drawing.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</Type>
-<Type>com.sun.star.io.IOException</Type>
-<Type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</Type>
-<Type>com.sun.star.lang.KParseTokens</Type>
-<Type>com.sun.star.lang.KParseType</Type>
-<Type>com.sun.star.lang.Locale</Type>
-<Type>com.sun.star.lang.NoSupportException</Type>
-<Type>com.sun.star.lang.ParseResult</Type>
-<Type>com.sun.star.lang.WrappedTargetException</Type>
-<Type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</Type>
-<Type>com.sun.star.sheet.XAreaLinks</Type>
-<Type>com.sun.star.sheet.XArrayFormulaRange</Type>
-<Type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</Type>
-<Type>com.sun.star.sheet.XCellRangesQuery</Type>
-<Type>com.sun.star.sheet.XCellSeries</Type>
-<Type>com.sun.star.sheet.XConsolidatable</Type>
-<Type>com.sun.star.sheet.XConsolidationDescriptor</Type>
-<Type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</Type>
-<Type>com.sun.star.sheet.XDatabaseRanges</Type>
-<Type>com.sun.star.sheet.XDocumentAuditing</Type>
-<Type>com.sun.star.sheet.XFillAcrossSheet</Type>
-<Type>com.sun.star.sheet.XFormulaQuery</Type>
-<Type>com.sun.star.sheet.XGoalSeek</Type>
-<Type>com.sun.star.sheet.XLabelRange</Type>
-<Type>com.sun.star.sheet.XLabelRanges</Type>
-<Type>com.sun.star.sheet.XMultipleOperation</Type>
-<Type>com.sun.star.sheet.XNamedRange</Type>
-<Type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</Type>
-<Type>com.sun.star.sheet.XSpreadsheets</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XSubTotalField</Type>
-<Type>com.sun.star.sheet.XUsedAreaCursor</Type>
-<Type>com.sun.star.style.XStyle</Type>
-<Type>com.sun.star.style.XStyleFamiliesSupplier</Type>
-<Type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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.Date</Type>
-<Type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</Type>
-<Type>com.sun.star.util.XModifyBroadcaster</Type>
-<Type>com.sun.star.util.XModifyListener</Type>
-<Type>com.sun.star.util.XNumberFormats</Type>
-<Type>com.sun.star.util.XNumberFormatsSupplier</Type>
-<Type>com.sun.star.util.XProtectable</Type>
-<Type>com.sun.star.util.XRefreshListener</Type>
-<Type>com.sun.star.util.XRefreshable</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>
-<Type>com.sun.star.view.XPrintable</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.Spreadsheets</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</type>
+ <type>com.sun.star.beans.IllegalTypeException</type>
+ <type>com.sun.star.beans.NotRemoveableException</type>
+ <type>com.sun.star.beans.Property</type>
+ <type>com.sun.star.beans.PropertyAttribute</type>
+ <type>com.sun.star.beans.PropertyChangeEvent</type>
+ <type>com.sun.star.beans.PropertyExistException</type>
+ <type>com.sun.star.beans.PropertyState</type>
+ <type>com.sun.star.beans.PropertyStateChangeEvent</type>
+ <type>com.sun.star.beans.PropertyValue</type>
+ <type>com.sun.star.beans.PropertyValues</type>
+ <type>com.sun.star.beans.PropertyVetoException</type>
+ <type>com.sun.star.beans.UnknownPropertyException</type>
+ <type>com.sun.star.beans.XFastPropertySet</type>
+ <type>com.sun.star.beans.XMultiPropertySet</type>
+ <type>com.sun.star.beans.XPropertiesChangeListener</type>
+ <type>com.sun.star.beans.XPropertyAccess</type>
+ <type>com.sun.star.beans.XPropertyChangeListener</type>
+ <type>com.sun.star.beans.XPropertyContainer</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.XPropertyStateChangeListener</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</type>
+ <type>com.sun.star.container.XContentEnumerationAccess</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.XHierarchicalNameAccess</type>
+ <type>com.sun.star.container.XIndexAccess</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.document.XActionLockable</type>
+ <type>com.sun.star.document.XDocumentInfo</type>
+ <type>com.sun.star.document.XDocumentInfoSupplier</type>
+ <type>com.sun.star.document.XLinkTargetSupplier</type>
+ <type>com.sun.star.drawing.XDrawPage</type>
+ <type>com.sun.star.drawing.XDrawPageSupplier</type>
+ <type>com.sun.star.drawing.XDrawPages</type>
+ <type>com.sun.star.drawing.XDrawPagesSupplier</type>
+ <type>com.sun.star.drawing.XShape</type>
+ <type>com.sun.star.drawing.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</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.frame.XStorable</type>
+ <type>com.sun.star.io.IOException</type>
+ <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</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.KCharacterType</type>
+ <type>com.sun.star.lang.KParseTokens</type>
+ <type>com.sun.star.lang.KParseType</type>
+ <type>com.sun.star.lang.Locale</type>
+ <type>com.sun.star.lang.NoSupportException</type>
+ <type>com.sun.star.lang.ParseResult</type>
+ <type>com.sun.star.lang.WrappedTargetException</type>
+ <type>com.sun.star.lang.XCharacterClassification</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.XServiceName</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.Border</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.GoalResult</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.XAreaLink</type>
+ <type>com.sun.star.sheet.XAreaLinks</type>
+ <type>com.sun.star.sheet.XArrayFormulaRange</type>
+ <type>com.sun.star.sheet.XCalculatable</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.XCellRangeReferrer</type>
+ <type>com.sun.star.sheet.XCellRangesQuery</type>
+ <type>com.sun.star.sheet.XCellSeries</type>
+ <type>com.sun.star.sheet.XConsolidatable</type>
+ <type>com.sun.star.sheet.XConsolidationDescriptor</type>
+ <type>com.sun.star.sheet.XDDELink</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.XDatabaseRange</type>
+ <type>com.sun.star.sheet.XDatabaseRanges</type>
+ <type>com.sun.star.sheet.XDocumentAuditing</type>
+ <type>com.sun.star.sheet.XFillAcrossSheet</type>
+ <type>com.sun.star.sheet.XFormulaQuery</type>
+ <type>com.sun.star.sheet.XGoalSeek</type>
+ <type>com.sun.star.sheet.XLabelRange</type>
+ <type>com.sun.star.sheet.XLabelRanges</type>
+ <type>com.sun.star.sheet.XMultipleOperation</type>
+ <type>com.sun.star.sheet.XNamedRange</type>
+ <type>com.sun.star.sheet.XNamedRanges</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.XSpreadsheetDocument</type>
+ <type>com.sun.star.sheet.XSpreadsheets</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XSubTotalField</type>
+ <type>com.sun.star.sheet.XUsedAreaCursor</type>
+ <type>com.sun.star.style.XStyle</type>
+ <type>com.sun.star.style.XStyleFamiliesSupplier</type>
+ <type>com.sun.star.style.XStyleLoader</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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.Date</type>
+ <type>com.sun.star.util.MalformedNumberFormatException</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.XModifiable</type>
+ <type>com.sun.star.util.XModifyBroadcaster</type>
+ <type>com.sun.star.util.XModifyListener</type>
+ <type>com.sun.star.util.XNumberFormats</type>
+ <type>com.sun.star.util.XNumberFormatsSupplier</type>
+ <type>com.sun.star.util.XProtectable</type>
+ <type>com.sun.star.util.XRefreshListener</type>
+ <type>com.sun.star.util.XRefreshable</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>
+ <type>com.sun.star.view.XPrintable</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/ScTableValidationObj.xml b/sc/xml/ScTableValidationObj.xml
index 5b2d3a7decdb..88a23be88cfa 100644
--- a/sc/xml/ScTableValidationObj.xml
+++ b/sc/xml/ScTableValidationObj.xml
@@ -1,86 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScTableValidationObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScTableValidationObj</name>
+ <description>
This component provides access to the validation settings for a cell or cell range.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.TableValidation</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<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.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.lang.XUnoTunnel</Type>
-<Type>com.sun.star.sheet.ConditionOperator</Type>
-<Type>com.sun.star.sheet.ValidationAlertStyle</Type>
-<Type>com.sun.star.sheet.ValidationType</Type>
-<Type>com.sun.star.sheet.XSheetCondition</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntries</Type>
-<Type>com.sun.star.sheet.XSheetConditionalEntry</Type>
-<Type>com.sun.star.table.CellAddress</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>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.TableValidation</supported-service>
+ <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.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.lang.XUnoTunnel</type>
+ <type>com.sun.star.sheet.ConditionOperator</type>
+ <type>com.sun.star.sheet.ValidationAlertStyle</type>
+ <type>com.sun.star.sheet.ValidationType</type>
+ <type>com.sun.star.sheet.XSheetCondition</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntries</type>
+ <type>com.sun.star.sheet.XSheetConditionalEntry</type>
+ <type>com.sun.star.table.CellAddress</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>svtools</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>vcl</project-build-dependency>
+ <project-build-dependency>vos</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScViewPaneObj.xml b/sc/xml/ScViewPaneObj.xml
index 12877c34e2c8..1bc0c265ccd7 100644
--- a/sc/xml/ScViewPaneObj.xml
+++ b/sc/xml/ScViewPaneObj.xml
@@ -1,264 +1,251 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "componentdescription.dtd">
-
-<COMPONENTDESCRIPTION xmlns:xlink="http://www.w3.org/1999/xlink/Namespace" >
-<Author>Niklas Nebel</Author>
-<Name>com.sun.star.comp.office.ScViewPaneObj</Name>
-<Description>
+<!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>Niklas Nebel</author>
+ <name>com.sun.star.comp.office.ScViewPaneObj</name>
+ <description>
This component provides access to a single pane in a view of a spreadsheet document.
-</Description>
-
-<ModuleName>sc</ModuleName>
-
-<LoaderName>com.sun.star.loader.SharedLibrary</LoaderName>
-
-<Language>c++</Language>
-
-<Status StatusValue="final"/>
-
-<SupportedService>com.sun.star.sheet.SpreadsheetViewPane</SupportedService>
-
-<!--
-<ServiceDependency>...</ServiceDependency>
-
-<RuntimeModuleDependency>...</RuntimeModuleDependency>
--->
-
-<ProjectBuildDependency>cppu</ProjectBuildDependency>
-<ProjectBuildDependency>cppuhelper</ProjectBuildDependency>
-<ProjectBuildDependency>goodies</ProjectBuildDependency>
-<ProjectBuildDependency>osl</ProjectBuildDependency>
-<ProjectBuildDependency>rsc</ProjectBuildDependency>
-<ProjectBuildDependency>rtl</ProjectBuildDependency>
-<ProjectBuildDependency>sal</ProjectBuildDependency>
-<ProjectBuildDependency>sfx2</ProjectBuildDependency>
-<ProjectBuildDependency>so3</ProjectBuildDependency>
-<ProjectBuildDependency>sot</ProjectBuildDependency>
-<ProjectBuildDependency>stl</ProjectBuildDependency>
-<ProjectBuildDependency>svtools</ProjectBuildDependency>
-<ProjectBuildDependency>svx</ProjectBuildDependency>
-<ProjectBuildDependency>tools</ProjectBuildDependency>
-<ProjectBuildDependency>typelib</ProjectBuildDependency>
-<ProjectBuildDependency>uno</ProjectBuildDependency>
-<ProjectBuildDependency>unotools</ProjectBuildDependency>
-<ProjectBuildDependency>vcl</ProjectBuildDependency>
-<ProjectBuildDependency>vos</ProjectBuildDependency>
-
-<Type>com.sun.star.awt.DeviceInfo</Type>
-<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.Gradient</Type>
-<Type>com.sun.star.awt.GradientStyle</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.RasterOperation</Type>
-<Type>com.sun.star.awt.Rectangle</Type>
-<Type>com.sun.star.awt.SimpleFontMetric</Type>
-<Type>com.sun.star.awt.Size</Type>
-<Type>com.sun.star.awt.WindowClass</Type>
-<Type>com.sun.star.awt.WindowDescriptor</Type>
-<Type>com.sun.star.awt.WindowEvent</Type>
-<Type>com.sun.star.awt.XBitmap</Type>
-<Type>com.sun.star.awt.XControl</Type>
-<Type>com.sun.star.awt.XControlContainer</Type>
-<Type>com.sun.star.awt.XControlModel</Type>
-<Type>com.sun.star.awt.XDevice</Type>
-<Type>com.sun.star.awt.XDisplayBitmap</Type>
-<Type>com.sun.star.awt.XFocusListener</Type>
-<Type>com.sun.star.awt.XFont</Type>
-<Type>com.sun.star.awt.XGraphics</Type>
-<Type>com.sun.star.awt.XImageConsumer</Type>
-<Type>com.sun.star.awt.XImageProducer</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.XPointer</Type>
-<Type>com.sun.star.awt.XRegion</Type>
-<Type>com.sun.star.awt.XTabController</Type>
-<Type>com.sun.star.awt.XTabControllerModel</Type>
-<Type>com.sun.star.awt.XToolkit</Type>
-<Type>com.sun.star.awt.XView</Type>
-<Type>com.sun.star.awt.XWindow</Type>
-<Type>com.sun.star.awt.XWindowListener</Type>
-<Type>com.sun.star.awt.XWindowPeer</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.ElementExistException</Type>
-<Type>com.sun.star.container.NoSuchElementException</Type>
-<Type>com.sun.star.container.XChild</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.container.XNameContainer</Type>
-<Type>com.sun.star.container.XNameReplace</Type>
-<Type>com.sun.star.container.XNamed</Type>
-<Type>com.sun.star.drawing.ConnectionType</Type>
-<Type>com.sun.star.drawing.PolygonKind</Type>
-<Type>com.sun.star.drawing.XConnectableShape</Type>
-<Type>com.sun.star.drawing.XConnectorShape</Type>
-<Type>com.sun.star.drawing.XControlShape</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.XShapeBinder</Type>
-<Type>com.sun.star.drawing.XShapeCombiner</Type>
-<Type>com.sun.star.drawing.XShapeDescriptor</Type>
-<Type>com.sun.star.drawing.XShapeGroup</Type>
-<Type>com.sun.star.drawing.XShapeGrouper</Type>
-<Type>com.sun.star.drawing.XShapes</Type>
-<Type>com.sun.star.form.XForm</Type>
-<Type>com.sun.star.form.XFormComponent</Type>
-<Type>com.sun.star.form.XFormController</Type>
-<Type>com.sun.star.form.XFormControllerListener</Type>
-<Type>com.sun.star.form.XFormsSupplier</Type>
-<Type>com.sun.star.form.XImageProducerSupplier</Type>
-<Type>com.sun.star.frame.DispatchDescriptor</Type>
-<Type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</Type>
-<Type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</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.NoSupportException</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.XCellRangeReferrer</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.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.XSpreadsheetView</Type>
-<Type>com.sun.star.sheet.XSubTotalCalculatable</Type>
-<Type>com.sun.star.sheet.XSubTotalDescriptor</Type>
-<Type>com.sun.star.sheet.XViewFreezable</Type>
-<Type>com.sun.star.sheet.XViewPane</Type>
-<Type>com.sun.star.sheet.XViewSplitable</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.XTextFieldsSupplier</Type>
-<Type>com.sun.star.text.XTextRange</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>
-<Type>com.sun.star.view.XControlAccess</Type>
-<Type>com.sun.star.view.XSelectionChangeListener</Type>
-<Type>com.sun.star.view.XSelectionSupplier</Type>
-
-</COMPONENTDESCRIPTION>
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.sheet.SpreadsheetViewPane</supported-service>
+ <type>com.sun.star.awt.DeviceInfo</type>
+ <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.Gradient</type>
+ <type>com.sun.star.awt.GradientStyle</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.RasterOperation</type>
+ <type>com.sun.star.awt.Rectangle</type>
+ <type>com.sun.star.awt.SimpleFontMetric</type>
+ <type>com.sun.star.awt.Size</type>
+ <type>com.sun.star.awt.WindowClass</type>
+ <type>com.sun.star.awt.WindowDescriptor</type>
+ <type>com.sun.star.awt.WindowEvent</type>
+ <type>com.sun.star.awt.XBitmap</type>
+ <type>com.sun.star.awt.XControl</type>
+ <type>com.sun.star.awt.XControlContainer</type>
+ <type>com.sun.star.awt.XControlModel</type>
+ <type>com.sun.star.awt.XDevice</type>
+ <type>com.sun.star.awt.XDisplayBitmap</type>
+ <type>com.sun.star.awt.XFocusListener</type>
+ <type>com.sun.star.awt.XFont</type>
+ <type>com.sun.star.awt.XGraphics</type>
+ <type>com.sun.star.awt.XImageConsumer</type>
+ <type>com.sun.star.awt.XImageProducer</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.XPointer</type>
+ <type>com.sun.star.awt.XRegion</type>
+ <type>com.sun.star.awt.XTabController</type>
+ <type>com.sun.star.awt.XTabControllerModel</type>
+ <type>com.sun.star.awt.XToolkit</type>
+ <type>com.sun.star.awt.XView</type>
+ <type>com.sun.star.awt.XWindow</type>
+ <type>com.sun.star.awt.XWindowListener</type>
+ <type>com.sun.star.awt.XWindowPeer</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.ElementExistException</type>
+ <type>com.sun.star.container.NoSuchElementException</type>
+ <type>com.sun.star.container.XChild</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.container.XNameContainer</type>
+ <type>com.sun.star.container.XNameReplace</type>
+ <type>com.sun.star.container.XNamed</type>
+ <type>com.sun.star.drawing.ConnectionType</type>
+ <type>com.sun.star.drawing.PolygonKind</type>
+ <type>com.sun.star.drawing.XConnectableShape</type>
+ <type>com.sun.star.drawing.XConnectorShape</type>
+ <type>com.sun.star.drawing.XControlShape</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.XShapeBinder</type>
+ <type>com.sun.star.drawing.XShapeCombiner</type>
+ <type>com.sun.star.drawing.XShapeDescriptor</type>
+ <type>com.sun.star.drawing.XShapeGroup</type>
+ <type>com.sun.star.drawing.XShapeGrouper</type>
+ <type>com.sun.star.drawing.XShapes</type>
+ <type>com.sun.star.form.XForm</type>
+ <type>com.sun.star.form.XFormComponent</type>
+ <type>com.sun.star.form.XFormController</type>
+ <type>com.sun.star.form.XFormControllerListener</type>
+ <type>com.sun.star.form.XFormsSupplier</type>
+ <type>com.sun.star.form.XImageProducerSupplier</type>
+ <type>com.sun.star.frame.DispatchDescriptor</type>
+ <type>com.sun.star.frame.FeatureStateEvent</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.XDispatch</type>
+ <type>com.sun.star.frame.XDispatchProvider</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.frame.XStatusListener</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.NoSupportException</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.XCellRangeReferrer</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.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.XSpreadsheetView</type>
+ <type>com.sun.star.sheet.XSubTotalCalculatable</type>
+ <type>com.sun.star.sheet.XSubTotalDescriptor</type>
+ <type>com.sun.star.sheet.XViewFreezable</type>
+ <type>com.sun.star.sheet.XViewPane</type>
+ <type>com.sun.star.sheet.XViewSplitable</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.XTextFieldsSupplier</type>
+ <type>com.sun.star.text.XTextRange</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>
+ <type>com.sun.star.view.XControlAccess</type>
+ <type>com.sun.star.view.XSelectionChangeListener</type>
+ <type>com.sun.star.view.XSelectionSupplier</type>
+ </component-description>
+ <project-build-dependency>cppu</project-build-dependency>
+ <project-build-dependency>cppuhelper</project-build-dependency>
+ <project-build-dependency>goodies</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>