summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avmedia/source/framework/soundhandler.xml64
-rw-r--r--connectivity/source/drivers/mork/mork.xml85
-rw-r--r--dbaccess/prj/dba.xml115
-rw-r--r--dbaccess/prj/dbu.xml151
-rw-r--r--desktop/source/migration/services/migrationoo2.xml78
-rw-r--r--fileaccess/source/fileacc.xml78
-rw-r--r--filter/source/placeware/placeware.xml62
-rw-r--r--formula/prj/for.xml31
-rw-r--r--linguistic/xml/linguistic.xml69
-rw-r--r--mysqlc/source/mysqlc.xml96
-rw-r--r--odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml76
-rw-r--r--odk/util/makefile.pmk1
-rw-r--r--odk/util/odk_rules.pmk7
-rw-r--r--reportbuilder/prj/rpt.xml31
-rw-r--r--reportdesign/prj/rpt.xml31
-rw-r--r--sal/test/unloading/samplelib1.xml58
-rw-r--r--scripting/source/basprov/basprov.xml67
-rw-r--r--scripting/source/dlgprov/dlgprov.xml75
-rw-r--r--scripting/source/protocolhandler/protocolhandler.xml47
-rw-r--r--scripting/source/provider/provider.xml51
-rw-r--r--scripting/source/stringresource/stringresource.xml53
-rw-r--r--scripting/source/vbaevents/vbaevents.xml43
-rw-r--r--sfx2/util/sfx.xml99
-rw-r--r--solenv/src/default_description.xml32
-rw-r--r--starmath/xml/math.xml109
-rw-r--r--stoc/source/module-description.dtd45
-rw-r--r--svtools/prj/svtools.xml139
-rw-r--r--svx/xml/AccessibleControlShape.xml57
-rw-r--r--svx/xml/AccessibleEditableTextPara.xml54
-rw-r--r--svx/xml/AccessibleGraphicShape.xml58
-rw-r--r--svx/xml/AccessibleImageBullet.xml51
-rw-r--r--svx/xml/AccessibleOLEShape.xml58
-rw-r--r--svx/xml/AccessibleShape.xml56
-rw-r--r--svx/xml/SvxDrawPage.xml33
-rw-r--r--svx/xml/SvxGraphCtrlAccessibleContext.xml36
-rw-r--r--svx/xml/SvxGraphicExporter.xml33
-rw-r--r--svx/xml/SvxGraphicObject.xml33
-rw-r--r--svx/xml/SvxShape.xml33
-rw-r--r--svx/xml/SvxShapeCircle.xml33
-rw-r--r--svx/xml/SvxShapeCollection.xml33
-rw-r--r--svx/xml/SvxShapeConnector.xml33
-rw-r--r--svx/xml/SvxShapeControl.xml33
-rw-r--r--svx/xml/SvxShapeDimensioning.xml33
-rw-r--r--svx/xml/SvxShapeGroup.xml33
-rw-r--r--svx/xml/SvxShapePolyPolygon.xml33
-rw-r--r--svx/xml/SvxShapePolyPolygonBezier.xml33
-rw-r--r--svx/xml/SvxUnoNumberingRules.xml33
-rw-r--r--svx/xml/SvxUnoText.xml33
-rw-r--r--svx/xml/SvxUnoTextContent.xml33
-rw-r--r--svx/xml/SvxUnoTextContentEnum.xml33
-rw-r--r--svx/xml/SvxUnoTextCursor.xml33
-rw-r--r--svx/xml/SvxUnoTextField.xml33
-rw-r--r--svx/xml/SvxUnoTextRange.xml33
-rw-r--r--svx/xml/SvxUnoTextRangeEnumeration.xml33
-rw-r--r--ucb/source/ucp/webdav/ucpdav.xml128
-rw-r--r--uui/util/uui.xml85
-rw-r--r--xmlhelp/util/ucpchelp.xml113
-rw-r--r--xmloff/xml/components.xml490
58 files changed, 0 insertions, 3639 deletions
diff --git a/avmedia/source/framework/soundhandler.xml b/avmedia/source/framework/soundhandler.xml
deleted file mode 100644
index c1ce0396eaab..000000000000
--- a/avmedia/source/framework/soundhandler.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name> avmedia </module-name>
-
- <component-description>
- <author> Andreas Schluens </author>
- <name> com.sun.star.comp.framework.SoundHandler </name>
- <description>
- Implements a handler service to detect and/or play audio files.
- supported formats: wav/au
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.ContentHandler </supported-service>
- </component-description>
-
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> svtools </project-build-dependency>
- <project-build-dependency> toolkit </project-build-dependency>
- <project-build-dependency> sv </project-build-dependency>
- <project-build-dependency> comphelper </project-build-dependency>
- <project-build-dependency> unotools </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
- <project-build-dependency> svl </project-build-dependency>
- <project-build-dependency> sot </project-build-dependency>
-
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
- <runtime-module-dependency> tl </runtime-module-dependency>
- <runtime-module-dependency> svt </runtime-module-dependency>
- <runtime-module-dependency> svl </runtime-module-dependency>
- <runtime-module-dependency> tk </runtime-module-dependency>
- <runtime-module-dependency> sv </runtime-module-dependency>
- <runtime-module-dependency> comphelp2 </runtime-module-dependency>
- <runtime-module-dependency> utl </runtime-module-dependency>
- <runtime-module-dependency> ucb </runtime-module-dependency>
- <runtime-module-dependency> sot </runtime-module-dependency>
-
-</module-description>
diff --git a/connectivity/source/drivers/mork/mork.xml b/connectivity/source/drivers/mork/mork.xml
deleted file mode 100644
index cb1ce0b47c1e..000000000000
--- a/connectivity/source/drivers/mork/mork.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> mork </module-name>
- <component-description>
- <Author>David Ostrovsky</Author>
- <Name>com.sun.star.comp.sdbc.MorkDriver</Name>
- <Description>
- This is the implementation of the sdbc-mork bridge.
- </Description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service> com.sun.star.sdbc.Driver </supported-service>
- <service-dependency> ... </service-dependency>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
-
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> cppu1 </runtime-module-dependency>
- <runtime-module-dependency> sal1 </runtime-module-dependency>
-
-
-
- <type> com.sun.star.util.XCancellable </type>
- <type> com.sun.star.util.XNumberFormatter </type>
- <type> com.sun.star.uno.TypeClass </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.beans.XPropertyState </type>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XMultiPropertySet </type>
- <type> com.sun.star.beans.XFastPropertySet </type>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.EventObject </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.lang.IllegalArgumentException </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.java.XJavaThreadRegister_11 </type>
- <type> com.sun.star.java.XJavaVM </type>
- <type> com.sun.star.sdbc.XConnection </type>
- <type> com.sun.star.sdbc.XStatement </type>
- <type> com.sun.star.sdbc.XResultSet </type>
- <type> com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
- <type> com.sun.star.sdbc.XColumnLocate </type>
- <type> com.sun.star.sdbc.XResultSetUpdate </type>
- <type> com.sun.star.sdbc.XWarningsSupplier </type>
- <type> com.sun.star.sdbc.XRowUpdate </type>
- <type> com.sun.star.sdbc.XMultipleResults </type>
- <type> com.sun.star.sdbc.XBatchExecution </type>
- <type> com.sun.star.sdbc.XPreparedBatchExecution </type>
- <type> com.sun.star.sdbc.XParameters </type>
- <type> com.sun.star.sdbc.XOutParameters </type>
- <type> com.sun.star.sdbc.DriverPropertyInfo </type>
- <type> com.sun.star.sdbc.XRow </type>
- <type> com.sun.star.sdb.XColumnUpdate </type>
- <type> com.sun.star.sdb.XColumn </type>
- <type> com.sun.star.sdbc.XResultSetUpdate </type>
- <type> com.sun.star.sdbc.XRowUpdate </type>
- <type> com.sun.star.sdbcx.XRowLocate </type>
- <type> com.sun.star.sdbcx.XDeleteRows </type>
-
-</module-description>
-
-
diff --git a/dbaccess/prj/dba.xml b/dbaccess/prj/dba.xml
deleted file mode 100644
index 48643a6e9a62..000000000000
--- a/dbaccess/prj/dba.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>dbaccess</module-name>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dba.ODatabaseContext</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DatabaseContext</supported-service>
- <service-dependency>com.sun.star.configuration.ConfigurationProvider</service-dependency>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dba.ODatabaseSource</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DocumentDataSource</supported-service>
- <service-dependency>com.sun.star.sdb.QueryDefinition</service-dependency>
- <service-dependency>com.sun.star.sdbc.DriverManager</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatsSupplier</service-dependency>
- <service-dependency>com.sun.star.io.ObjectInputStream</service-dependency>
- <service-dependency>com.sun.star.io.ObjectOutputStream</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dba.ODatabaseDocument</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.OfficeDatabaseDocument</supported-service>
- <service-dependency>com.sun.star.sdb.Forms</service-dependency>
- <service-dependency>com.sun.star.sdb.Reports</service-dependency>
- <service-dependency>com.sun.star.document.OfficeDocument</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatsSupplier</service-dependency>
- <service-dependency>com.sun.star.io.ObjectInputStream</service-dependency>
- <service-dependency>com.sun.star.io.ObjectOutputStream</service-dependency>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dba.OCommandDefinition</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.QueryDefinition</supported-service>
- <service-dependency>com.sun.star.configuration.ConfigurationProvider</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dba.ORowSet</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.RowSet</supported-service>
- <supported-service>com.sun.star.sdbc.RowSet</supported-service>
- <supported-service>com.sun.star.sdb.ResultSet</supported-service>
- <supported-service>com.sun.star.sdbcx.ResultSet</supported-service>
- <supported-service>com.sun.star.sdbc.ResultSet</supported-service>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.i18n.LocaleData</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dba.OSingleSelectQueryComposer</name>
- <description>Represents a service for composing a single select statement.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.SingleSelectQueryComposer</supported-service>
- <supported-service>com.sun.star.sdb.SingleSelectQueryAnalyzer</supported-service>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.Connection</service-dependency>
- <service-dependency>com.sun.star.i18n.LocaleData</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.sdb.dbaccess.OQuery</name>
- <description>Represents a service for query.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.Query</supported-service>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.Connection</service-dependency>
- <service-dependency>com.sun.star.i18n.LocaleData</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
-</module-description>
diff --git a/dbaccess/prj/dbu.xml b/dbaccess/prj/dbu.xml
deleted file mode 100644
index 75a5d8fcfb7e..000000000000
--- a/dbaccess/prj/dbu.xml
+++ /dev/null
@@ -1,151 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>dbaccess</module-name>
- <component-description>
- <author>Frank Schönheit</author>
- <name>org.openoffice.comp.dbu.ODatasourceAdministrationDialog</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DatasourceAdministrationDialog</supported-service>
- <service-dependency>com.sun.star.sdbc.DriverManager</service-dependency>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.DataSource</service-dependency>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>org.openoffice.comp.dbu.OSQLMessageDialog</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.ErrorMessageDialog</supported-service>
- </component-description>
- <component-description>
- <author>Frank Schönheit</author>
- <name>com.sun.star.comp.dbu.OInteractionHandler</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.InteractionHandler</supported-service>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.DBContentLoader</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.ContentLoader</supported-service>
- <supported-service>com.sun.star.frame.FrameLoader</supported-service>
- <service-dependency>com.sun.star.sdb.DataSourceBrowser</service-dependency>
- </component-description>
- <component-description>
- <author/>
- <name>org.openoffice.comp.dbu.ODatasourceBrowser</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.DataSourceBrowser</supported-service>
- <service-dependency>com.sun.star.util.URLTransformer</service-dependency>
- <service-dependency>com.sun.star.util.NumberFormatter</service-dependency>
- <service-dependency>com.sun.star.form.component.Form</service-dependency>
- <service-dependency>com.sun.star.form.component.GridControl</service-dependency>
- <service-dependency>com.sun.star.sdb.InteractionHandler</service-dependency>
- <service-dependency>com.sun.star.sdb.DatabaseContext</service-dependency>
- <service-dependency>com.sun.star.sdb.DatasourceAdministrationDialog</service-dependency>
- <service-dependency>com.sun.star.sdb.ErrorMessageDialog</service-dependency>
- </component-description>
- <component-description>
- <author/>
- <name>com.sun.star.comp.dbu.SbaXGridControl</name>
- <description/>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.UnoControl</supported-service>
- <supported-service>com.sun.star.form.control.GridControl</supported-service>
- <supported-service>com.sun.star.form.control.InteractionGridControl</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.OQueryDesign</name>
- <description>Represents the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.sdb.QueryDesign</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.JoinViewAccessibility</name>
- <description>Represents the accessiblity view port for the connection and the tables in the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.Accessible</supported-service>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.TableWindowAccessibility</name>
- <description>Represents the accessiblity object for a table in the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.Accessible</supported-service>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>org.openoffice.comp.dbu.ConnectionLineAccessibility</name>
- <description>Represents the accessiblity object for the connection between two tables in the query design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.Accessible</supported-service>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dbu.OColumnControl</name>
- <description>Allows the modification of a column descriptor.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.UnoControl</supported-service>
- <supported-service>com.sun.star.sdb.ColumnDescriptorControl</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.dbu.OColumnControlModel</name>
- <description>The model to hold the column descriptor for the control.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.UnoControlModel</supported-service>
- <supported-service>com.sun.star.sdb.ColumnDescriptorControlModel</supported-service>
- </component-description>
-</module-description>
diff --git a/desktop/source/migration/services/migrationoo2.xml b/desktop/source/migration/services/migrationoo2.xml
deleted file mode 100644
index 1a81b19b26d4..000000000000
--- a/desktop/source/migration/services/migrationoo2.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> migrationoo2.uno </module-name>
- <component-description>
- <author> Joachim Lingner </author>
- <name> com.sun.star.comp.jvmfwk.MigrationOO2</name>
- <description>
-Specifies a factory object to create proxy objects.
-These proxy object represent a given target object and can be
-be aggregated. The proxy objects act UNO conform and do NOT provide
-original target interfaces on queryInterface() calls.
-</description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> C++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.reflection.ProxyFactory </supported-service>
- <service-dependency> ... </service-dependency>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.lang.XInitialization </type>
- <type> com.sun.star.lang.WrappedTargetException </type>
- <type> com.sun.star.registry.XRegistryKey </type>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.task.XJob </type>
- <type> com.sun.star.beans.NamedValue </type>
- <type> com.sun.star.configuration.backend.XLayer </type>
- <type> com.sun.star.configuration.backend.XLayerHandler </type>
- <type> com.sun.star.configuration.backend.MalformedDataException </type>
- <type> com.sun.star.configuration.backend.TemplateIdentifier </type>
- </component-description>
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.desktop.migration.Basic</name>
- <description>migration service for LibreOffice Basic and dialogs</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.migration.Basic</supported-service>
- <service-dependency>...</service-dependency>
- <type>com.sun.star.beans.NamedValue</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.task.XJob</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.lang.XTypeProvider</type>
- <type>com.sun.star.uno.XComponentContext</type>
- </component-description>
- <project-build-dependency>unotools</project-build-dependency>
- <project-build-dependency>tools</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
- <runtime-module-dependency>utl</runtime-module-dependency>
- <runtime-module-dependency>tl</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-</module-description>
diff --git a/fileaccess/source/fileacc.xml b/fileaccess/source/fileacc.xml
deleted file mode 100644
index ffb8bdcf3b23..000000000000
--- a/fileaccess/source/fileacc.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>
- fileacc
- </module-name>
-
- <component-description>
- <author>
- Andreas Bregas
- </author>
- <name>
- com.sun.star.comp.ucb.SimpleFileAccess
- </name>
- <description>
- This component provides a simple set of methods to access content that
- is provided by the Universal Content Broker (i.e. file system contents).
- </description>
- <loader-name>
- com.sun.star.loader.SharedLibrary
- </loader-name>
- <language>
- c++
- </language>
- <status value="final"/>
- <supported-service>
- com.sun.star.ucb.SimpleFileAccess
- </supported-service>
-
- <type> com.sun.star.beans.Property </type>
- <type> com.sun.star.io.XActiveDataSink </type>
- <type> com.sun.star.io.XActiveDataSource </type>
- <type> com.sun.star.io.XActiveDataStreamer </type>
- <type> com.sun.star.sdbc.XResultSet </type>
- <type> com.sun.star.ucb.CommandFailedException </type>
- <type> com.sun.star.ucb.ContentInfo </type>
- <type> com.sun.star.ucb.ContentInfoAttribute </type>
- <type> com.sun.star.ucb.InsertCommandArgument </type>
- <type> com.sun.star.ucb.InteractiveIOException </type>
- <type> com.sun.star.ucb.NameClash </type>
- <type> com.sun.star.ucb.OpenCommandArgument2 </type>
- <type> com.sun.star.ucb.OpenMode </type>
- <type> com.sun.star.ucb.XCommandEnvironment </type>
- <type> com.sun.star.ucb.XContentAccess </type>
- <type> com.sun.star.ucb.XContentCreator </type>
- <type> com.sun.star.ucb.XSimpleFileAccess3 </type>
- </component-description>
-
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
-
- <runtime-module-dependency> cppuhelper$(COM) </runtime-module-dependency>
- <runtime-module-dependency> ucbhelper1MSC </runtime-module-dependency>
- <runtime-module-dependency> cppu3 </runtime-module-dependency>
- <runtime-module-dependency> sal3 </runtime-module-dependency>
- <runtime-module-dependency> tl </runtime-module-dependency>
-</module-description>
diff --git a/filter/source/placeware/placeware.xml b/filter/source/placeware/placeware.xml
deleted file mode 100644
index 41dd97fd8e77..000000000000
--- a/filter/source/placeware/placeware.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> placeware </module-name>
- <component-description>
- <author> Christian Lippka </author>
- <name> com.sun.star.comp.Impress.PlaceWareExportFilter </name>
- <description>
- This service implements a filter to export com.sun.star.presentation.PresentationDocument into the
- PlaceWare slide set format.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> C++ </language>
- <status value="beta"/>
- <supported-service> com.sun.star.document.ExportFilter </supported-service>
- <service-dependency> ... </service-dependency>
- <type> com.sun.star.document.XFilter </type>
- <type> com.sun.star.document.XExporter </type>
- <type> com.sun.star.lang.XInitialization </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.container.XNamed </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.drawing.XDrawPagesSupplier </type>
- <type> com.sun.star.presentation.XPresentationPage </type>
- <type> com.sun.star.container.XIndexAccess </type>
- <type> com.sun.star.text.XText </type>
- <type> com.sun.star.document.XDocumentPropertiesSupplier </type>
- <type> com.sun.star.document.XDocumentProperties </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.drawing.XDrawPage </type>
- <type> com.sun.star.task.XInteractionHandler </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.XComponentContext </type>
- <type> com.sun.star.uno.TypeClass </type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
-</module-description>
diff --git a/formula/prj/for.xml b/formula/prj/for.xml
deleted file mode 100644
index 5dbf88259aba..000000000000
--- a/formula/prj/for.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>formula</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.sheet.comp.FormulaOpCodeMapper</name>
- <description>Represents access to ODFF compiler token.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="alpha"/>
- <supported-service>com.sun.star.sheet.FormulaOpCodeMapper</supported-service>
- </component-description>
-</module-description>
diff --git a/linguistic/xml/linguistic.xml b/linguistic/xml/linguistic.xml
deleted file mode 100644
index 57a2d3f280f2..000000000000
--- a/linguistic/xml/linguistic.xml
+++ /dev/null
@@ -1,69 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>lng</module-name>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.LngSvcMgr</name>
- <description>This component manages all registered linguistic module implementations for spellchecker, hyphenator and thesaurus.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.linguistic2.LinguServiceManager</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.DicList</name>
- <description>This component gives access to the list of personal-dictionaries.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.linguistic2.DictionaryList</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.LinguProps</name>
- <description>This component allows to access all linguistic relevant properties and some others also.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.linguistic2.LinguProperties</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.HHConvDic</name>
- <description>This object implements a user-defined text conversion dictionary for Hangul/Hanja conversion.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.linguistic2.ConversionDictionary</supported-service>
- <supported-service>com.sun.star.linguistic2.HangulHanjaConversionDictionary</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Lange</author>
- <name>com.sun.star.lingu2.ConvDicList</name>
- <description>This component manages access to all user-defined text conversion dictionaries.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="a"/>
- <supported-service>com.sun.star.linguistic2.ConversionDictionaryList</supported-service>
- </component-description>
-</module-description>
diff --git a/mysqlc/source/mysqlc.xml b/mysqlc/source/mysqlc.xml
deleted file mode 100644
index 3c7db92ddf84..000000000000
--- a/mysqlc/source/mysqlc.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!DOCTYPE COMPONENTDESCRIPTION PUBLIC "-//W3C//DTD HTML 3.2//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>mysqlc</module-name>
- <component-description>
- <Author>Georg Richter</Author>
- <Name>com.sun.star.comp.sdbc.mysqlc</Name>
- <Description>
- This is the implementation of the MySQL Connector/OO.org.
- </Description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service> com.sun.star.sdbc.Driver </supported-service>
- <service-dependency> ... </service-dependency>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
-
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> cppu1 </runtime-module-dependency>
- <runtime-module-dependency> sal1 </runtime-module-dependency>
-
- <type> com.sun.star.registry.XRegistryKey </type>
- <type> com.sun.star.util.XCancellable </type>
- <type> com.sun.star.util.XNumberFormatter </type>
- <type> com.sun.star.uno.TypeClass </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.uno.XComponentContext </type>
- <type> com.sun.star.beans.PropertyAttribute </type>
- <type> com.sun.star.beans.XPropertyState </type>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XMultiPropertySet </type>
- <type> com.sun.star.beans.XFastPropertySet </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.lang.EventObject </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.lang.IllegalArgumentException </type>
- <type> com.sun.star.lang.DisposedException </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XUnoTunnel </type>
- <type> com.sun.star.java.XJavaThreadRegister_11 </type>
- <type> com.sun.star.java.XJavaVM </type>
- <type> com.sun.star.sdbc.FetchDirection </type>
- <type> com.sun.star.sdbc.XConnection </type>
- <type> com.sun.star.sdbc.XStatement </type>
- <type> com.sun.star.sdbc.XResultSet </type>
- <type> com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
- <type> com.sun.star.sdbc.XColumnLocate </type>
- <type> com.sun.star.sdbc.XResultSetUpdate </type>
- <type> com.sun.star.sdbc.XWarningsSupplier </type>
- <type> com.sun.star.sdbc.XRowUpdate </type>
- <type> com.sun.star.sdbc.XMultipleResults </type>
- <type> com.sun.star.sdbc.XBatchExecution </type>
- <type> com.sun.star.sdbc.XPreparedBatchExecution </type>
- <type> com.sun.star.sdbc.XParameters </type>
- <type> com.sun.star.sdbc.XOutParameters </type>
- <type> com.sun.star.sdbc.DriverPropertyInfo </type>
- <type> com.sun.star.sdbc.SQLWarning </type>
- <type> com.sun.star.sdbc.XRow </type>
- <type> com.sun.star.sdbc.ColumnSearch </type>
- <type> com.sun.star.sdbc.ColumnValue </type>
- <type> com.sun.star.sdbc.DataType </type>
- <type> com.sun.star.sdbc.XDriver </type>
- <type> com.sun.star.sdbc.TransactionIsolation </type>
- <type> com.sun.star.sdbc.ResultSetType </type>
- <type> com.sun.star.sdbc.ResultSetConcurrency </type>
- <type> com.sun.star.sdbcx.XRowLocate </type>
- <type> com.sun.star.sdbcx.XDeleteRows </type>
- <type> com.sun.star.sdbcx.CompareBookmark </type>
- <type> com.sun.star.sdb.XColumnUpdate </type>
- <type> com.sun.star.sdb.XColumn </type>
-</module-description>
diff --git a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml b/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml
deleted file mode 100644
index f437648ab05e..000000000000
--- a/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_cpp/FlatXmlFilter_cpp.uno.xml
+++ /dev/null
@@ -1,76 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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> FlatXml </module-name>
- <component-description>
- <author> Aidan Butler </author>
- <name>devguide.officedev.samples.filter.FlatXmlCpp</name>
-
-<description>
- This component is a sample implementation, which describes how a filter may be written that uses the XmlFilterAdaptor component. This filter opens and saves Flat Xml files.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service>devguide.officedev.samples.filter.FlatXmlCpp</supported-service>
- <type>com.sun.star.lang.XSingleServiceFactory</type>
- <type>com.sun.star.uno.XNamingService</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.uno.XWeak</type>
- <type>com.sun.star.lang.XMain</type>
- <type>com.sun.star.uno.XAggregation</type>
- <type>com.sun.star.lang.XMultiServiceFactory</type>
- <type>com.sun.star.lang.XSingleComponentFactory</type>
- <type>com.sun.star.lang.XTypeProvider</type>
- <type>com.sun.star.frame.XComponentLoader</type>
- <type>com.sun.star.registry.XSimpleRegistry</type>
- <type>com.sun.star.loader.XImplementationLoader</type>
- <type>com.sun.star.registry.XImplementationRegistration</type>
- <type>com.sun.star.lang.XComponent</type>
- <type>com.sun.star.bridge.XBridgeFactory</type>
- <type>com.sun.star.bridge.XUnoUrlResolver</type>
- <type>com.sun.star.connection.XAcceptor</type>
- <type>com.sun.star.connection.XConnector</type>
- <type>com.sun.star.container.XHierarchicalNameAccess</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.xml.sax.XDocumentHandler</type>
- <type>com.sun.star.xml.sax.XExtendedDocumentHandler</type>
- <type>com.sun.star.text.XTextDocument</type>
- <type>com.sun.star.xml.XImportFilter</type>
- <type>com.sun.star.xml.XExportFilter</type>
- <type>com.sun.star.io.XInputStream</type>
- <type>com.sun.star.io.XOutputStream</type>
- <type>com.sun.star.io.XActiveDataSource</type>
- <type>com.sun.star.io.XSeekable</type>
- <type>com.sun.star.frame.XConfigManager</type>
- <type>com.sun.star.xml.sax.XParser</type>
- <type>com.sun.star.ucb.XSimpleFileAccess</type>
- <type>com.sun.star.beans.XPropertySet</type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper$(UDK_MAJOR)$(COM) </runtime-module-dependency>
- <runtime-module-dependency> salhelper$(UDK_MAJOR)$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu$(UDK_MAJOR) </runtime-module-dependency>
- <runtime-module-dependency> reg$(UDK_MAJOR) </runtime-module-dependency>
- <runtime-module-dependency> store$(UDK_MAJOR) </runtime-module-dependency>
- <runtime-module-dependency> sal$(UDK_MAJOR) </runtime-module-dependency>
-</module-description>
diff --git a/odk/util/makefile.pmk b/odk/util/makefile.pmk
index cded025aabec..0be6e8971faf 100644
--- a/odk/util/makefile.pmk
+++ b/odk/util/makefile.pmk
@@ -34,7 +34,6 @@ DESTDIRDLL=$(DESTDIRLIB)
DESTDIRIDL=$(DESTDIR)/idl
DESTDIRINC=$(DESTDIR)/include
DESTDIRJAR=$(DESTDIR)/classes
-DESTDIRXML=$(DESTDIR)/xml
DESTDIRSETTINGS=$(DESTDIR)/settings
DESTDIREXAMPLES=$(DESTDIR)/examples
DESTDIRINC=$(DESTDIR)/include
diff --git a/odk/util/odk_rules.pmk b/odk/util/odk_rules.pmk
index 1f3eab3ca303..9b84e16195f6 100644
--- a/odk/util/odk_rules.pmk
+++ b/odk/util/odk_rules.pmk
@@ -81,13 +81,6 @@ $(DESTDIRSETTINGS)/%.mk : $(PRJ)/settings/%.mk
@@-rm -f $@
$(MY_TEXTCOPY) $< $@
-$(DESTDIRXML)/module-description.dtd : $(XMLOUT)/module-description.dtd
- @@-rm -f $@
- $(MY_TEXTCOPY) $(XMLOUT)/module-description.dtd $@
-$(DESTDIRXML)/%.xml : $(XMLOUT)/%.xml
- @@-rm -f $@
- $(MY_TEXTCOPY) $< $@
-
$(DESTDIRBIN)/%$(EXEPOSTFIX) : $(BINOUT)/%$(EXEPOSTFIX)
@@-rm -f $@
$(GNUCOPY) $(BINOUT)/$(@:f) $@
diff --git a/reportbuilder/prj/rpt.xml b/reportbuilder/prj/rpt.xml
deleted file mode 100644
index 6761e3da09cd..000000000000
--- a/reportbuilder/prj/rpt.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>reportbuilder</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.report.comp.ReportDesign</name>
- <description>Represents the report design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.report.ReportDesign</supported-service>
- </component-description>
-</module-description>
diff --git a/reportdesign/prj/rpt.xml b/reportdesign/prj/rpt.xml
deleted file mode 100644
index a7b2539e5f6f..000000000000
--- a/reportdesign/prj/rpt.xml
+++ /dev/null
@@ -1,31 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>reportdesign</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.report.comp.ReportDesign</name>
- <description>Represents the report design.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.report.ReportDesign</supported-service>
- </component-description>
-</module-description>
diff --git a/sal/test/unloading/samplelib1.xml b/sal/test/unloading/samplelib1.xml
deleted file mode 100644
index 5b5953a416b0..000000000000
--- a/sal/test/unloading/samplelib1.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> samplelib1 </module-name>
- <component-description>
- <author> Joachim Lingner </author>
- <name> com.sun.star.comp.stoc.JavaVirtualMachine </name>
- <description>
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.Unloading1 </supported-service>
- <service-dependency> ... </service-dependency>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.lang.XComponent </type>
- <type> com.sun.star.container.XNameAccess </type>
- <type> com.sun.star.container.XContentEnumerationAccess </type>
- <type> com.sun.star.container.XEnumeration </type>
- <type> com.sun.star.lang.XTypeProvider </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XSingleServiceFactory </type>
- <type> com.sun.star.lang.XMultiServiceFactory </type>
- <type> com.sun.star.registry.XSimpleRegistry </type>
- <type> com.sun.star.lang.XSingleComponentFactory </type>
- <type> com.sun.star.uno.XComponentContext </type>
- <type> com.sun.star.uno.XUnloadingPreference </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.uno.XWeak </type>
- <type> com.sun.star.uno.TypeClass </type>
- <type> com.sun.star.beans.XPropertySet </type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu3 </runtime-module-dependency>
- <runtime-module-dependency> tl(COM) </runtime-module-dependency>
- <runtime-module-dependency> sal3 </runtime-module-dependency>
-</module-description>
diff --git a/scripting/source/basprov/basprov.xml b/scripting/source/basprov/basprov.xml
deleted file mode 100644
index a992dd0e2449..000000000000
--- a/scripting/source/basprov/basprov.xml
+++ /dev/null
@@ -1,67 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>basprov</module-name>
-
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.scripting.ScriptProviderForBasic</name>
- <description>script provider for Basic</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>com.sun.star.script.provider.ScriptProviderForBasic</supported-service>
- <type>com.sun.star.beans.XPropertySet</type>
- <type>com.sun.star.frame.XModel</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.reflection.InvocationTargetException</type>
- <type>com.sun.star.script.CannotConvertException</type>
- <type>com.sun.star.uno.Exception</type>
- <type>com.sun.star.uno.RuntimeException</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.script.browse.BrowseNodeTypes</type>
- <type>com.sun.star.script.browse.XBrowseNode</type>
- <type>com.sun.star.script.provider.XScript</type>
- <type>com.sun.star.script.provider.XScriptProvider</type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
- </component-description>
-
- <project-build-dependency>sfx2</project-build-dependency>
- <project-build-dependency>basic</project-build-dependency>
- <project-build-dependency>svtools</project-build-dependency>
- <project-build-dependency>tools</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>sfx2</runtime-module-dependency>
- <runtime-module-dependency>sb</runtime-module-dependency>
- <runtime-module-dependency>svt</runtime-module-dependency>
- <runtime-module-dependency>tl</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-
-</module-description>
diff --git a/scripting/source/dlgprov/dlgprov.xml b/scripting/source/dlgprov/dlgprov.xml
deleted file mode 100644
index 4a825427709f..000000000000
--- a/scripting/source/dlgprov/dlgprov.xml
+++ /dev/null
@@ -1,75 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>dlgprov</module-name>
-
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.scripting.DialogProvider</name>
- <description>provider for dialogs</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>com.sun.star.awt.DialogProvider</supported-service>
- <type>com.sun.star.awt.XControl</type>
- <type>com.sun.star.awt.XControlContainer</type>
- <type>com.sun.star.awt.XDialog</type>
- <type>com.sun.star.awt.XDialogProvider</type>
- <type>com.sun.star.awt.XWindowPeer</type>
- <type>com.sun.star.beans.XPropertySet</type>
- <type>com.sun.star.frame.XModel</type>
- <type>com.sun.star.io.XInputStreamProvider</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.lang.XMultiComponentFactory</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.reflection.InvocationTargetException</type>
- <type>com.sun.star.script.CannotConvertException</type>
- <type>com.sun.star.script.ScriptEventDescriptor</type>
- <type>com.sun.star.script.XAllListener</type>
- <type>com.sun.star.script.XEventAttacher</type>
- <type>com.sun.star.script.XLibraryContainer</type>
- <type>com.sun.star.script.XScriptEventsAttacher</type>
- <type>com.sun.star.script.XScriptEventsSupplier</type>
- <type>com.sun.star.script.XScriptListener</type>
- <type>com.sun.star.uno.Exception</type>
- <type>com.sun.star.uno.RuntimeException</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.script.provider.XScript</type>
- <type>com.sun.star.script.provider.XScriptProvider</type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
- </component-description>
-
- <project-build-dependency>sfx2</project-build-dependency>
- <project-build-dependency>xmlscript</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>sfx2</runtime-module-dependency>
- <runtime-module-dependency>xmlscript</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-
-</module-description>
diff --git a/scripting/source/protocolhandler/protocolhandler.xml b/scripting/source/protocolhandler/protocolhandler.xml
deleted file mode 100644
index 698e725c5ff5..000000000000
--- a/scripting/source/protocolhandler/protocolhandler.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> ScriptProtocolHandler </module-name>
- <component-description>
- <author> Noel Power</author>
- <name> com.sun.star.frame.ProtocolHandler</name>
- <description>
- This component is part of the Scripting Framework
-</description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="com"/>
- <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
- <type> com.sun.star.frame.XDispatchProvider </type>
- <type> com.sun.star.frame.XNotifyingDispatch </type>
- <type> com.sun.star.lang.XServiceInfo </type>
- <type> com.sun.star.lang.XInitialization </type>
- <type> com.sun.star.io.IOException </type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
-</module-description>
diff --git a/scripting/source/provider/provider.xml b/scripting/source/provider/provider.xml
deleted file mode 100644
index b0126a6b9ee5..000000000000
--- a/scripting/source/provider/provider.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> ScriptProvider </module-name>
- <component-description>
- <author> Noel Power</author>
- <name> com.sun.star.script.provider.ScriptProvider </name>
- <description>
- This component is part of the Scripting Framework
-</description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="drafts"/>
- <supported-service> com.sun.star.script.provider.ScriptProvider </supported-service>
- <type> com.sun.star.beans.XPropertySet </type>
- <type> com.sun.star.uno.Exception </type>
- <type> com.sun.star.io.IOException </type>
- <type> com.sun.star.io.XStream </type>
- <type> com.sun.star.script.provider.XScript </type>
- <type> com.sun.star.script.provider.XScriptProvider </type>
- <type> com.sun.star.script.browse.XBrowseNode </type>
- <type> com.sun.star.script.browse.BrowseNodeTypes </type>
- <type> com.sun.star.uri.XUriReference </type>
- <type> com.sun.star.uri.XUriReferenceFactory </type>
- <type> com.sun.star.uri.XVndSunStarScriptUrl </type>
-
- </component-description>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <runtime-module-dependency> cppuhelper2$(COM) </runtime-module-dependency>
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
-</module-description>
diff --git a/scripting/source/stringresource/stringresource.xml b/scripting/source/stringresource/stringresource.xml
deleted file mode 100644
index 70bdc3e69dfc..000000000000
--- a/scripting/source/stringresource/stringresource.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>stringresource</module-name>
-
- <component-description>
- <author>Andreas Bregas</author>
- <name>com.sun.star.comp.scripting.StringResource</name>
- <description>string resource</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>com.sun.star.resource.StringResource</supported-service>
- <supported-service>com.sun.star.resource.StringResourceWithLocation</supported-service>
- <supported-service>com.sun.star.resource.StringResourceWithStorage</supported-service>
- <type>com.sun.star.resource.XStringResourceWithStorage</type>
- <type>com.sun.star.lang.IllegalArgumentException</type>
- <type>com.sun.star.lang.XInitialization</type>
- <type>com.sun.star.lang.XMultiComponentFactory</type>
- <type>com.sun.star.lang.XServiceInfo</type>
- <type>com.sun.star.uno.XComponentContext</type>
- <type>com.sun.star.ucb.XSimpleFileAccess3</type>
- <type>com.sun.star.io.XInputStream</type>
- </component-description>
-
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
- <runtime-module-dependency>ucb</runtime-module-dependency>
-
-</module-description>
diff --git a/scripting/source/vbaevents/vbaevents.xml b/scripting/source/vbaevents/vbaevents.xml
deleted file mode 100644
index 706f06b2bc45..000000000000
--- a/scripting/source/vbaevents/vbaevents.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>vbaevents</module-name>
-
- <component-description>
- <author>Noel Power </author>
- <name>ooo.vba.EventListener</name>
- <description>Event listener to handle ooo events and to translate them to calls to basic macros ala Button_Click etc.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="drafts"/>
- <supported-service>ooo.vba.EventListener</supported-service>
- <type>com.sun.star.uno.XComponentContext</type>
- </component-description>
-
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
-
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
-
-</module-description>
diff --git a/sfx2/util/sfx.xml b/sfx2/util/sfx.xml
deleted file mode 100644
index b188878f05cd..000000000000
--- a/sfx2/util/sfx.xml
+++ /dev/null
@@ -1,99 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name> sfx </module-name>
-
- <component-description>
- <author> Dirk Voelzke </author>
- <name> com.sun.star.comp.sfx2.DocumentTemplates </name>
- <description>
- A service to access the document templates and to manipulate them.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.DocumentTemplates </supported-service>
- </component-description>
-
- <component-description>
- <author> Mathias Bauer </author>
- <name> com.sun.star.comp.office.FrameLoader </name>
- <description>
- Used to detect (means a deep detection) of content formats
- and to load it into a frame synchronously.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.SynchronousFrameLoader </supported-service>
- </component-description>
-
- <component-description>
- <author> Mathias Bauer </author>
- <name> com.sun.star.comp.sfx2.AppDispatchProvider </name>
- <description>
- AppDispatchProvider.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
- </component-description>
-
- <component-description>
- <author> Mathias Bauer </author>
- <name> com.sun.star.comp.sfx2.SfxMacroLoader </name>
- <description>
- SfxMacroLoader.
- </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="final"/>
- <supported-service> com.sun.star.frame.ProtocolHandler </supported-service>
- </component-description>
-
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <project-build-dependency> tools </project-build-dependency>
- <project-build-dependency> svtools </project-build-dependency>
- <project-build-dependency> toolkit </project-build-dependency>
- <project-build-dependency> sv </project-build-dependency>
- <project-build-dependency> comphelper </project-build-dependency>
- <project-build-dependency> unotools </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
- <project-build-dependency> svl </project-build-dependency>
- <project-build-dependency> sot </project-build-dependency>
-
- <runtime-module-dependency> cppu2 </runtime-module-dependency>
- <runtime-module-dependency> cppuhelper </runtime-module-dependency>
- <runtime-module-dependency> sal2 </runtime-module-dependency>
- <runtime-module-dependency> tl </runtime-module-dependency>
- <runtime-module-dependency> svt </runtime-module-dependency>
- <runtime-module-dependency> svl </runtime-module-dependency>
- <runtime-module-dependency> tk </runtime-module-dependency>
- <runtime-module-dependency> sv </runtime-module-dependency>
- <runtime-module-dependency> comphelp2 </runtime-module-dependency>
- <runtime-module-dependency> utl </runtime-module-dependency>
- <runtime-module-dependency> ucb </runtime-module-dependency>
- <runtime-module-dependency> sot </runtime-module-dependency>
-
-</module-description>
diff --git a/solenv/src/default_description.xml b/solenv/src/default_description.xml
deleted file mode 100644
index 9ca90550c89f..000000000000
--- a/solenv/src/default_description.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name> XXX </module-name>
- <component-description>
- <author> automatic generated </author>
- <name> XXX </name>
- <description> no description yet. </description>
- <loader-name> com.sun.star.loader.SharedLibrary </loader-name>
- <language> c++ </language>
- <status value="under_construction"/>
- <supported-service> XXX </supported-service>
- </component-description>
-</module-description>
-
diff --git a/starmath/xml/math.xml b/starmath/xml/math.xml
deleted file mode 100644
index 3798cc3b5e6b..000000000000
--- a/starmath/xml/math.xml
+++ /dev/null
@@ -1,109 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>sm</module-name>
- <component-description>
- <author>Oliver Specht</author>
- <name>math.SmModel</name>
- <description>This component provides access to various settings of a formula.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.formula.FormulaProperties</supported-service>
- </component-description>
- <!-- XML-based filter: Math import components
- (full, styles, content, meta, settings)
- -->
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLMetaImporter</name>
- <description>This component imports the meta.xml stream into a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLImporter</name>
- <description>This component imports a single XML document stream into a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLSettingsImporter</name>
- <description>This component imports the settings.xml stream into a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- </component-description>
- <!-- XML-based filter: Math export components
- (full, styles, content, meta, settings)
- -->
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLMetaExporter</name>
- <description>This component exports the meta of a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLExporter</name>
- <description>This component exports a math document into a single XML document stream.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- </component-description>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Math.XMLSettingsExporter</name>
- <description>This component exports a the settings of a math document.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- </component-description>
- <component-description>
- <author>TL</author>
- <name>SmGraphicAccessible</name>
- <description>The accessible view of a formula documents visual representation.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.formula.AccessibleFormulaView</supported-service>
- </component-description>
- <component-description>
- <author>TL</author>
- <name>SmEditAccessible</name>
- <description>The accessible view of a formula documents command text.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.formula.AccessibleFormulaText</supported-service>
- </component-description>
-</module-description>
diff --git a/stoc/source/module-description.dtd b/stoc/source/module-description.dtd
deleted file mode 100644
index e2ab242fe1a6..000000000000
--- a/stoc/source/module-description.dtd
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-<!ENTITY % component-description-optional "reference-docu|service-dependency|type">
-<!ENTITY % module-description-optional "project-build-dependency|runtime-module-dependency|(%component-description-optional;)">
-<!ELEMENT module-description (module-name, component-description*,(%module-description-optional;)* )>
-<!ELEMENT component-description (author,name,description,loader-name,language,status, supported-service+, (%component-description-optional;)* )>
-
-<!ELEMENT author (#PCDATA)>
-<!ELEMENT name (#PCDATA)>
-<!ELEMENT description (#PCDATA)>
-<!ELEMENT reference-docu EMPTY >
-<!ATTLIST reference-docu
- xmlns:xlink CDATA #FIXED "http://www.w3.org/1999/xlink/Namespace"
- xlink:type (simple) #FIXED "simple"
- xlink:href CDATA #REQUIRED
- xlink:role NMTOKEN #IMPLIED
- xlink:title CDATA #IMPLIED >
-
-<!ELEMENT module-name (#PCDATA)>
-<!ELEMENT loader-name (#PCDATA)>
-<!ELEMENT supported-service (#PCDATA)>
-<!ELEMENT service-dependency (#PCDATA)>
-<!ELEMENT project-build-dependency (#PCDATA)>
-<!ELEMENT runtime-module-dependency (#PCDATA)>
-<!ELEMENT language (#PCDATA)>
-<!ELEMENT status EMPTY >
-<!ATTLIST status value (under_construction | alpha | beta | final) #REQUIRED>
-<!ELEMENT type (#PCDATA)>
diff --git a/svtools/prj/svtools.xml b/svtools/prj/svtools.xml
deleted file mode 100644
index a85c53457144..000000000000
--- a/svtools/prj/svtools.xml
+++ /dev/null
@@ -1,139 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
- <module-name>svtools</module-name>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBox</name>
- <description>BrowseBox...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar</name>
- <description>BrowseBoxHeaderBar...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderBar</name>
- <description>BrowseBoxHeaderBar...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxHeaderCell</name>
- <description>BrowseBoxHeaderCell...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxTable</name>
- <description>BrowseBoxTable...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Ocke Janssen</author>
- <name>com.sun.star.comp.svtools.AccessibleBrowseBoxTableCell</name>
- <description>eBrowseBoxTableCell...</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
- </component-description>
- <component-description>
- <author>Hans-Peter Burow</author>
- <name>com.sun.star.comp.svtools.AccessibleTreeListBox</name>
- <description>specifies accessibility support for a treelistbox.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.AccessibleTreeListBox</supported-service>
- </component-description>
- <component-description>
- <author>Hans-Peter Burow</author>
- <name>com.sun.star.comp.svtools.AccessibleTreeListBoxEntry</name>
- <description>specifies accessibility support for a treelistbox entry.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.AccessibleTreeListBoxEntry</supported-service>
- </component-description>
- <component-description>
- <author>Hans-Peter Burow</author>
- <name>com.sun.star.comp.svtools.AccessibleIconChoiceCtrl</name>
- <description>specifies accessibility support for an iconchoicecontrol.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.AccessibleIconChoiceControl</supported-service>
- </component-description>
- <component-description>
- <author>Hans-Peter Burow</author>
- <name>com.sun.star.comp.svtools.AccessibleIconChoiceCtrlEntry</name>
- <description>specifies accessibility support for an iconchoicecontrol entry.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.awt.AccessibleIconChoiceControlEntry</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.svtools.AccessibleTabBar</name>
- <description>specifies accessibility support for a tabbar.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.awt.AccessibleTabBar</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.svtools.AccessibleTabBarPage</name>
- <description>specifies accessibility support for a tabbar page.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.awt.AccessibleTabBarPage</supported-service>
- </component-description>
- <component-description>
- <author>Thomas Benisch</author>
- <name>com.sun.star.comp.svtools.AccessibleTabBarPageList</name>
- <description>specifies accessibility support for a tabbar page list.</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.awt.AccessibleTabBarPageList</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/AccessibleControlShape.xml b/svx/xml/AccessibleControlShape.xml
deleted file mode 100644
index 20eb30059b14..000000000000
--- a/svx/xml/AccessibleControlShape.xml
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleControlShape</name>
-
-<description>This component represents the accessbility object of control
-shapes. This is an accessible object where the accessible context is
-implemented by another object. Furthermore, this context may be replaced by
-another during runtime. For more detailed information see the documentation
-of the supported services and the link to the general accessibility
-documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleEditableTextPara.xml b/svx/xml/AccessibleEditableTextPara.xml
deleted file mode 100644
index 59f890c3b0b8..000000000000
--- a/svx/xml/AccessibleEditableTextPara.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleEditableTextPara</name>
-
-<description>This component represents the accessbility object for an
-editable text paragraph. For more detailed
-information see the documentation of the supported services and the link
-to the general accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.text.AccessibleParagraphView</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleEditableText</type>
-<type>com.sun.star.accessibility.XAccessibleHyperext</type>
-<type>com.sun.star.accessibility.XAccessibleTextAttributes</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleGraphicShape.xml b/svx/xml/AccessibleGraphicShape.xml
deleted file mode 100644
index 72105b7fdd93..000000000000
--- a/svx/xml/AccessibleGraphicShape.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleGraphicShape</name>
-
-<description>Derived from AccessibleShape this component supports the
-additional com.sun.star.accessibility.XAccessibleImage interface in
-order to supply more detailed information about accessible images. For more
-detailed information see the documentation of the base component
-AccessibleShape, the supported services, and the link to the general
-accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.accessibility.XAccessibleImage</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleImageBullet.xml b/svx/xml/AccessibleImageBullet.xml
deleted file mode 100644
index ecc67531cfa4..000000000000
--- a/svx/xml/AccessibleImageBullet.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleImageBullet</name>
-
-<description>This component represents the accessbility object for an
-image bullet within a text paragraph. For more detailed
-information see the documentation of the supported services and the link
-to the general accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.text.AccessibleImageBullet</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleOLEShape.xml b/svx/xml/AccessibleOLEShape.xml
deleted file mode 100644
index 3877a38eba96..000000000000
--- a/svx/xml/AccessibleOLEShape.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleOLEShape</name>
-
-<description>Derived from AccessibleShape this component supports the
-additional com.sun.star.accessibility.XAccessibleAction interface in
-order to supply more detailed information about accessible OLE shapes. For
-more detailed information see the documentation of the base component
-AccessibleShape, the supported services, and the link to the general
-accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.accessibility.XAccessibleAction</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/AccessibleShape.xml b/svx/xml/AccessibleShape.xml
deleted file mode 100644
index 4a1e263254e7..000000000000
--- a/svx/xml/AccessibleShape.xml
+++ /dev/null
@@ -1,56 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
-<component-description>
-
-<author>Andre Fischer</author>
-<name>AccessibleShape</name>
-
-<description>This component represents the accessbility object of generic
-shapes. There is a list of derived components that are used for special
-shapes and which support additional interfaces. For more detailed
-information see the documentation of the supported services and the link
-to the general accessibility documentation.</description>
-
-<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
-title="Link to a general description of UNO accessibility"/>
-
-<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
-<language>c++</language>
-<status value="alpha"/>
-
-<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
-<supported-service>com.sun.star.accessibility.Accessible</supported-service>
-<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
-
-<type>com.sun.star.accessibility.XAccessible</type>
-<type>com.sun.star.accessibility.XAccessibleContext</type>
-<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
-<type>com.sun.star.accessibility.XAccessibleComponent</type>
-<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
-<type>com.sun.star.lang.XTypeProvider</type>
-<type>com.sun.star.lang.XServiceInfo</type>
-<type>com.sun.star.lang.XComponent</type>
-<type>com.sun.star.document.XEventListener</type>
-<type>com.sun.star.lang.XUnoTunnel</type>
-
-</component-description>
-</module-description>
diff --git a/svx/xml/SvxDrawPage.xml b/svx/xml/SvxDrawPage.xml
deleted file mode 100644
index 7884a65af5c2..000000000000
--- a/svx/xml/SvxDrawPage.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxDrawPage</name>
- <description>
- This component implements the basic functionality for a drawing page
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::drawing::DrawPage</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxGraphCtrlAccessibleContext.xml b/svx/xml/SvxGraphCtrlAccessibleContext.xml
deleted file mode 100644
index 13c4135b37a8..000000000000
--- a/svx/xml/SvxGraphCtrlAccessibleContext.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.ui.SvxGraphCtrlAccessibleContext</name>
- <description>
- This component implements the basic accessibility context to a GraphControl. A GraphControl displays
- a drawing-layer model, for example in the ImageMap dialog.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>::com::sun::star::accessibility::Accessible</supported-service>
- <supported-service>::com::sun::star::accessibility::AccessibleContext</supported-service>
- <supported-service>::com::sun::star::drawing::AccessibleGraphControl</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxGraphicExporter.xml b/svx/xml/SvxGraphicExporter.xml
deleted file mode 100644
index 7db1ef7ae705..000000000000
--- a/svx/xml/SvxGraphicExporter.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.Draw.GraphicExporter</name>
- <description>
- this Component implements a com.sun.star.drawing.GraphicExportFilter service.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.GraphicExportFilter</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxGraphicObject.xml b/svx/xml/SvxGraphicObject.xml
deleted file mode 100644
index 40d1c157b3d4..000000000000
--- a/svx/xml/SvxGraphicObject.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxGraphicObject</name>
- <description>
- This component provides access to a graphic object.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.GraphicObjectShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShape.xml b/svx/xml/SvxShape.xml
deleted file mode 100644
index 8b6f59f69131..000000000000
--- a/svx/xml/SvxShape.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShape</name>
- <description>
- This component provides access to a basic shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.TextShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeCircle.xml b/svx/xml/SvxShapeCircle.xml
deleted file mode 100644
index b228afffd4b9..000000000000
--- a/svx/xml/SvxShapeCircle.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeCircle</name>
- <description>
- This component provides access to a circle shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.EllipseShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeCollection.xml b/svx/xml/SvxShapeCollection.xml
deleted file mode 100644
index 0d828c3ed742..000000000000
--- a/svx/xml/SvxShapeCollection.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeCollection</name>
- <description>
- This component provides to a collection of shapes.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.Shapes</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeConnector.xml b/svx/xml/SvxShapeConnector.xml
deleted file mode 100644
index 28327d72418d..000000000000
--- a/svx/xml/SvxShapeConnector.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeConnector</name>
- <description>
- This component provides to a connector shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.ConnectorShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeControl.xml b/svx/xml/SvxShapeControl.xml
deleted file mode 100644
index 9588a4b42e15..000000000000
--- a/svx/xml/SvxShapeControl.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeControl</name>
- <description>
- This component provides access to a control shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.ControlShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeDimensioning.xml b/svx/xml/SvxShapeDimensioning.xml
deleted file mode 100644
index 1d8bf0cce279..000000000000
--- a/svx/xml/SvxShapeDimensioning.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeDimensioning</name>
- <description>
- This component provides access to a dimensioning shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.MeasureShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapeGroup.xml b/svx/xml/SvxShapeGroup.xml
deleted file mode 100644
index 62f76eff64f4..000000000000
--- a/svx/xml/SvxShapeGroup.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapeGroup</name>
- <description>
- This component provides a group shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.GroupShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapePolyPolygon.xml b/svx/xml/SvxShapePolyPolygon.xml
deleted file mode 100644
index 1f5b84ba7618..000000000000
--- a/svx/xml/SvxShapePolyPolygon.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapePolyPolygon</name>
- <description>
- This component provides a poly polygon shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.drawing.PolyPolygonShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxShapePolyPolygonBezier.xml b/svx/xml/SvxShapePolyPolygonBezier.xml
deleted file mode 100644
index e5eba2bbd209..000000000000
--- a/svx/xml/SvxShapePolyPolygonBezier.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxShapePolyPolygonBezier</name>
- <description>
- This component provides access to a poly polygon bezier shape.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::drawing::PolyPolygonBezierShape</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoNumberingRules.xml b/svx/xml/SvxUnoNumberingRules.xml
deleted file mode 100644
index a3d314367b4d..000000000000
--- a/svx/xml/SvxUnoNumberingRules.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoNumberingRules</name>
- <description>
- This component provides access to a anumbering rule
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::NumberingRules</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoText.xml b/svx/xml/SvxUnoText.xml
deleted file mode 100644
index d02096677ef1..000000000000
--- a/svx/xml/SvxUnoText.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoText</name>
- <description>
- This component provides access to the text based on the edit engine or the outliner.
-</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>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextContent.xml b/svx/xml/SvxUnoTextContent.xml
deleted file mode 100644
index 1338c19af590..000000000000
--- a/svx/xml/SvxUnoTextContent.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextContent</name>
- <description>
- This component provides access to the paragraph contend inside the text of an edit engine or outliner.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::Paragraph</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextContentEnum.xml b/svx/xml/SvxUnoTextContentEnum.xml
deleted file mode 100644
index 7df5860d4532..000000000000
--- a/svx/xml/SvxUnoTextContentEnum.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextContentEnum</name>
- <description>
- This component provides access to the paragraph insides an edit engine or outliner
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::container::XEnumeration</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextCursor.xml b/svx/xml/SvxUnoTextCursor.xml
deleted file mode 100644
index 3a8ae2722f57..000000000000
--- a/svx/xml/SvxUnoTextCursor.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextCursor</name>
- <description>
- This component provides an implementation of a text cursor for the edit engine or outliner.
-</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>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextField.xml b/svx/xml/SvxUnoTextField.xml
deleted file mode 100644
index 78b75f4b223f..000000000000
--- a/svx/xml/SvxUnoTextField.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextField</name>
- <description>
- This component provides access to a text field text content for edit engine and outliner
-</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>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextRange.xml b/svx/xml/SvxUnoTextRange.xml
deleted file mode 100644
index 0b502142dedc..000000000000
--- a/svx/xml/SvxUnoTextRange.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextRange</name>
- <description>
- This component provides access to a simple text range in an edit engine or outliner.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com::sun::star::text::TextRange</supported-service>
- </component-description>
-</module-description>
diff --git a/svx/xml/SvxUnoTextRangeEnumeration.xml b/svx/xml/SvxUnoTextRangeEnumeration.xml
deleted file mode 100644
index 07ff7361c3cb..000000000000
--- a/svx/xml/SvxUnoTextRangeEnumeration.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>svx</module-name>
- <component-description>
- <author>Christian Lippka</author>
- <name>com.sun.star.comp.office.SvxUnoTextRangeEnumeration</name>
- <description>
- This component provides access to an enumeration of text ranges.
-</description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>com.sun.star.text.TextPortionEnumeration</supported-service>
- </component-description>
-</module-description>
diff --git a/ucb/source/ucp/webdav/ucpdav.xml b/ucb/source/ucp/webdav/ucpdav.xml
deleted file mode 100644
index 6dd0498a1eca..000000000000
--- a/ucb/source/ucp/webdav/ucpdav.xml
+++ /dev/null
@@ -1,128 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
- -->
-
-
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>
- ucpdav
- </module-name>
-
- <component-description>
- <author>
- Kai Sommerfeld
- </author>
- <name>
- com.sun.star.comp.ucb.WebDAVContentProvider
- </name>
- <description>
- This component implements a Content Provider for the Universal
- Content Broker. It provides access to contents stored on an HTTP/WebDAV
- server.
- </description>
- <loader-name>
- com.sun.star.loader.SharedLibrary
- </loader-name>
- <language>
- c++
- </language>
- <status value="final"/>
- <supported-service>
- com.sun.star.ucb.WebDAVContentProvider
- </supported-service>
- </component-description>
-
- <project-build-dependency> external </project-build-dependency>
- <project-build-dependency> sal </project-build-dependency>
- <project-build-dependency> cppu </project-build-dependency>
- <project-build-dependency> cppuhelper </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
-
- <runtime-module-dependency> sal3 </runtime-module-dependency>
- <runtime-module-dependency> cppu3 </runtime-module-dependency>
- <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
- <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency>
-
- <type> com.sun.star.beans.PropertyAttribute </type>
- <type> com.sun.star.beans.PropertyValue </type>
- <type> com.sun.star.beans.XPropertiesChangeNotifier </type>
- <type> com.sun.star.beans.XPropertyAccess </type>
- <type> com.sun.star.beans.XPropertyContainer </type>
- <type> com.sun.star.beans.XPropertySetInfoChangeNotifier </type>
- <type> com.sun.star.container.XChild </type>
- <type> com.sun.star.io.XActiveDataSink </type>
- <type> com.sun.star.io.XInputStream </type>
- <type> com.sun.star.io.XOutputStream </type>
- <type> com.sun.star.io.XSeekable </type>
- <type> com.sun.star.lang.IllegalAccessException </type>
- <type> com.sun.star.lang.XComponent </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.XRegistryKey </type>
- <type> com.sun.star.sdbc.XCloseable </type>
- <type> com.sun.star.sdbc.XColumnLocate </type>
- <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type>
- <type> com.sun.star.sdbc.XRow </type>
- <type> com.sun.star.task.InteractionClassification </type>
- <type> com.sun.star.task.XInteractionAbort </type>
- <type> com.sun.star.task.XInteractionReply </type>
- <type> com.sun.star.ucb.AuthenticationRequest </type>
- <type> com.sun.star.ucb.CommandFailedException </type>
- <type> com.sun.star.ucb.ContentCreationException </type>
- <type> com.sun.star.ucb.ContentInfoAttribute </type>
- <type> com.sun.star.ucb.InsertCommandArgument </type>
- <type> com.sun.star.ucb.InteractiveAugmentedIOException </type>
- <type> com.sun.star.ucb.InteractiveBadTransferURLException </type>
- <type> com.sun.star.ucb.InteractiveNetworkConnectException </type>
- <type> com.sun.star.ucb.InteractiveNetworkGeneralException </type>
- <type> com.sun.star.ucb.InteractiveNetworkReadException </type>
- <type> com.sun.star.ucb.InteractiveNetworkResolveNameException </type>
- <type> com.sun.star.ucb.InteractiveNetworkWriteException </type>
- <type> com.sun.star.ucb.Link </type>
- <type> com.sun.star.ucb.Lock </type>
- <type> com.sun.star.ucb.MissingInputStreamException </type>
- <type> com.sun.star.ucb.MissingPropertiesException </type>
- <type> com.sun.star.ucb.NameClash </type>
- <type> com.sun.star.ucb.NameClashException </type>
- <type> com.sun.star.ucb.OpenCommandArgument2 </type>
- <type> com.sun.star.ucb.OpenMode </type>
- <type> com.sun.star.ucb.PostCommandArgument2 </type>
- <type> com.sun.star.ucb.RememberAuthentication </type>
- <type> com.sun.star.ucb.ResultSetException </type>
- <type> com.sun.star.ucb.TransferInfo </type>
- <type> com.sun.star.ucb.XCommandEnvironment </type>
- <type> com.sun.star.ucb.UnsupportedCommandException </type>
- <type> com.sun.star.ucb.UnsupportedDataSinkException </type>
- <type> com.sun.star.ucb.UnsupportedNameClashException </type>
- <type> com.sun.star.ucb.UnsupportedOpenModeException </type>
- <type> com.sun.star.ucb.XCommandInfo </type>
- <type> com.sun.star.ucb.XCommandInfoChangeNotifier </type>
- <type> com.sun.star.ucb.XCommandProcessor </type>
- <type> com.sun.star.ucb.XContentAccess </type>
- <type> com.sun.star.ucb.XContentCreator </type>
- <type> com.sun.star.ucb.XContentProvider </type>
- <type> com.sun.star.ucb.XDynamicResultSet </type>
- <type> com.sun.star.ucb.XInteractionSupplyAuthentication </type>
- <type> com.sun.star.ucb.XPersistentPropertySet </type>
- <type> com.sun.star.uno.XAggregation </type>
- <type> com.sun.star.util.DateTime </type>
-</module-description>
diff --git a/uui/util/uui.xml b/uui/util/uui.xml
deleted file mode 100644
index e6a16af2a53c..000000000000
--- a/uui/util/uui.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description>
- <module-name>uui</module-name>
- <component-description>
- <author>Stephan Bergmann</author>
- <name>com.sun.star.comp.uui.UUIInteractionHandler</name>
- <description>
- An Interaction Handler for the UCB. It uses VCL to visualize and
- handle interaction requests.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="final"/>
- <supported-service>
- com.sun.star.task.InteractionHandler
- </supported-service>
- </component-description>
- <project-build-dependency>cppu</project-build-dependency>
- <project-build-dependency>cppuhelper</project-build-dependency>
- <project-build-dependency>sal</project-build-dependency>
- <project-build-dependency>svtools</project-build-dependency>
- <project-build-dependency>toolkit</project-build-dependency>
- <project-build-dependency>tools</project-build-dependency>
- <project-build-dependency>vcl</project-build-dependency>
- <runtime-module-dependency>cppu3</runtime-module-dependency>
- <runtime-module-dependency>cppuhelper3$(COM)</runtime-module-dependency>
- <runtime-module-dependency>sal3</runtime-module-dependency>
- <runtime-module-dependency>svt</runtime-module-dependency>
- <runtime-module-dependency>tk</runtime-module-dependency>
- <runtime-module-dependency>tl</runtime-module-dependency>
- <runtime-module-dependency>vcl</runtime-module-dependency>
- <service-dependency>
- com.sun.star.task.PasswordContainer
- </service-dependency>
- <type>com.sun.star.awt.XWindow</type>
- <type>com.sun.star.beans.PropertyValue</type>
- <type>com.sun.star.java.WrongJavaVersionException</type>
- <type>com.sun.star.lang.XInitialization</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.registry.XRegistryKey</type>
- <type>com.sun.star.task.InteractionClassification</type>
- <type>com.sun.star.task.NoMasterException</type>
- <type>com.sun.star.task.PasswordRequest</type>
- <type>com.sun.star.task.XInteractionAbort</type>
- <type>com.sun.star.task.XInteractionApprove</type>
- <type>com.sun.star.task.XInteractionContinuation</type>
- <type>com.sun.star.task.XInteractionDisapprove</type>
- <type>com.sun.star.task.XInteractionHandler</type>
- <type>com.sun.star.task.XInteractionRetry</type>
- <type>com.sun.star.task.XPasswordContainer</type>
- <type>com.sun.star.ucb.AuthenticationRequest</type>
- <type>com.sun.star.ucb.InteractiveAugmentedIOException</type>
- <type>com.sun.star.ucb.InteractiveNetworkConnectException</type>
- <type>com.sun.star.ucb.InteractiveNetworkException</type>
- <type>com.sun.star.ucb.InteractiveNetworkGeneralException</type>
- <type>com.sun.star.ucb.InteractiveNetworkOffLineException</type>
- <type>com.sun.star.ucb.InteractiveNetworkReadException</type>
- <type>com.sun.star.ucb.InteractiveNetworkResolveNameException</type>
- <type>com.sun.star.ucb.InteractiveNetworkWriteException</type>
- <type>com.sun.star.ucb.InteractiveWrongMediumException</type>
- <type>com.sun.star.ucb.XInteractionSupplyAuthentication</type>
- <type>com.sun.star.uno.Exception</type>
- <type>com.sun.star.uno.RuntimeException</type>
- <type>com.sun.star.uno.XInterface</type>
-</module-description>
diff --git a/xmlhelp/util/ucpchelp.xml b/xmlhelp/util/ucpchelp.xml
deleted file mode 100644
index fd8d5fcd8e0c..000000000000
--- a/xmlhelp/util/ucpchelp.xml
+++ /dev/null
@@ -1,113 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<module-description xmlns:xlink="http://www.w3.org/1999/xlink">
-
- <module-name>
- ucpchelp
- </module-name>
-
- <component-description>
- <author>
- Andreas Bille
- </author>
- <name>
- CHelpContentProvider
- </name>
- <description>
- This component implements a Content Provider for the Universal
- Content Broker. It provides access to help content and an index of those files
- </description>
- <loader-name>
- com.sun.star.loader.SharedLibrary
- </loader-name>
- <language>
- c++
- </language>
- <status value="final"/>
- <supported-service>
- com.sun.star.ucb.HelpContentProvider
- </supported-service>
-
- <service-dependency>
- com.sun.star.i18n.Collator
- </service-dependency>
- <service-dependency>
- com.sun.star.configuration.ConfigurationProvider
- </service-dependency>
- </component-description>
-
- <project-build-dependency> sablot </project-build-dependency>
- <project-build-dependency> unoil </project-build-dependency>
- <project-build-dependency> offuh </project-build-dependency>
- <project-build-dependency> external </project-build-dependency>
- <project-build-dependency> XmlSearch </project-build-dependency>
- <project-build-dependency> ucbhelper </project-build-dependency>
-
- <runtime-module-dependency> sal3 </runtime-module-dependency>
- <runtime-module-dependency> cppu3 </runtime-module-dependency>
- <runtime-module-dependency> cppuhelper3$(COM) </runtime-module-dependency>
- <runtime-module-dependency> libdb32 </runtime-module-dependency>
- <runtime-module-dependency> ucbhelper4$(COM) </runtime-module-dependency>
-
- <type>com.sun.star.beans.Property</type>
- <type>com.sun.star.beans.PropertyAttribute</type>
- <type>com.sun.star.beans.PropertyValue</type>
- <type>com.sun.star.beans.PropertyState</type>
- <type>com.sun.star.beans.XPropertyAccess</type>
- <type>com.sun.star.beans.XPropertySet</type>
- <type>com.sun.star.container.XHierarchicalNameAccess</type>
- <type>com.sun.star.frame.XConfigManager</type>
- <type>com.sun.star.i18n.XCollator</type>
- <type>com.sun.star.io.XOutputStream</type>
- <type>com.sun.star.io.XActiveDataStreamer</type>
- <type>com.sun.star.io.XInputStream</type>
- <type>com.sun.star.io.XActiveDataSink</type>
- <type>com.sun.star.io.XSeekable</type>
- <type>com.sun.star.lang.Locale</type>
- <type>com.sun.star.lang.XComponent</type>
- <type>com.sun.star.lang.XMultiServiceFactory</type>
- <type>com.sun.star.lang.XSingleServiceFactory</type>
- <type>com.sun.star.registry.XRegistryKey</type>
- <type>com.sun.star.sdbc.XRow</type>
- <type>com.sun.star.sdbc.XResultSet</type>
- <type>com.sun.star.sdbc.XCloseable</type>
- <type>com.sun.star.sdbc.XResultSetMetaDataSupplier</type>
- <type>com.sun.star.ucb.OpenCommandArgument2</type>
- <type>com.sun.star.ucb.OpenMode</type>
- <type>com.sun.star.ucb.UnsupportedDataSinkException</type>
- <type>com.sun.star.ucb.Command</type>
- <type>com.sun.star.ucb.CommandInfo</type>
- <type>com.sun.star.ucb.OpenCommandArgument2</type>
- <type>com.sun.star.ucb.NumberedSortingInfo</type>
- <type>com.sun.star.ucb.ListActionType</type>
- <type>com.sun.star.ucb.IllegalIdentifierException</type>
- <type>com.sun.star.ucb.XContentProvider</type>
- <type>com.sun.star.ucb.XContent</type>
- <type>com.sun.star.ucb.XContentIdentifier</type>
- <type>com.sun.star.ucb.XContentIdentifierFactory</type>
- <type>com.sun.star.ucb.XContentAccess</type>
- <type>com.sun.star.ucb.XPersistentPropertySet</type>
- <type>com.sun.star.ucb.XSourceInitialization</type>
- <type>com.sun.star.ucb.XCommandEnvironment</type>
- <type>com.sun.star.ucb.XCommandProcessor</type>
- <type>com.sun.star.ucb.XCommandInfo</type>
- <type>com.sun.star.uno.XInterface</type>
-
-</module-description>
diff --git a/xmloff/xml/components.xml b/xmloff/xml/components.xml
deleted file mode 100644
index cafc0c3d4516..000000000000
--- a/xmloff/xml/components.xml
+++ /dev/null
@@ -1,490 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
- * This file incorporates work covered by the following license notice:
- *
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements. See the NOTICE file distributed
- * with this work for additional information regarding copyright
- * ownership. The ASF licenses this file to you under the Apache
- * License, Version 2.0 (the "License"); you may not use this file
- * except in compliance with the License. You may obtain a copy of
- * the License at http://www.apache.org/licenses/LICENSE-2.0 .
--->
-<!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>xmloff</module-name>
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLExporter</name>
- <description>
- This component exports a presentation document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLExporter</name>
- <description>
- This component exports a drawing document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Chart.XMLExporter</name>
- <description>
- This component exports a chart object into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLStylesExporter</name>
- <description>
- This component exports the styles of a presentation document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLStylesExporter</name>
- <description>
- This component exports the styles of a drawing document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Chart.XMLStylesExporter</name>
- <description>
- This component exports the styles of a chart object into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLMetaExporter</name>
- <description>
- This component exports the meta information of a presentation document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLMetaExporter</name>
- <description>
- This component exports the meta information of a drawing document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLSettingsExporter</name>
- <description>
- This component exports the settings information of a presentation document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLSettingsExporter</name>
- <description>
- This component exports the settings information of a drawing document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLContentExporter</name>
- <description>
- This component exports the content of a presentation document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLContentExporter</name>
- <description>
- This component exports the content of a drawing document into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Chart.XMLContentExporter</name>
- <description>
- This component exports the content of a chart object into a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLExportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLImporter</name>
- <description>
- This component imports a presentation document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLImporter</name>
- <description>
- This component imports a drawing document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Chart.XMLImporter</name>
- <description>
- This component imports a chart object from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLStylesImporter</name>
- <description>
- This component imports the styles of a presentation document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLStylesImporter</name>
- <description>
- This component imports the styles of a drawing document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Chart.XMLStylesImporter</name>
- <description>
- This component imports the styles of a chart object from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLMetaImporter</name>
- <description>
- This component imports the meta information of a presentation document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLMetaImporter</name>
- <description>
- This component imports the meta information of a drawing document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLSettingsImporter</name>
- <description>
- This component imports the settings information of a presentation document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLSettingsImporter</name>
- <description>
- This component imports the settings information of a drawing document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Impress.XMLContentImporter</name>
- <description>
- This component imports the content of a presentation document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Draw.XMLContentImporter</name>
- <description>
- This component imports the content of a drawing document from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
- <component-description>
- <author>xmloff development team</author>
- <name>com.sun.star.comp.Chart.XMLContentImporter</name>
- <description>
- This component imports the content of a chart object from a single XML document stream.
- </description>
- <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
- <language>c++</language>
- <status value="beta"/>
- <supported-service>com.sun.star.xml.XMLImportFilter</supported-service>
- <reference-docu xlink:href="http://xml.openoffice.org/"
- xlink:title="general OpenOffice.org xml information" />
- <reference-docu xlink:title="XML File Format Specification (draft)"
- xlink:href="http://xml.openoffice.org/xml_specification_draft.pdf" />
- <reference-docu xlink:href="http://xml.openoffice.org/filter/"
- xlink:title="Guide to implement XML-based filters in OpenOffice.org" />
- </component-description>
-
-</module-description>