diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 17:01:37 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-08-22 23:27:34 +0200 |
commit | 8c49149d32bed916fb840eb3e61dfce0648c830d (patch) | |
tree | d2432805c30975d6e16fa15049e9bee9180fb6df | |
parent | 45be3ac8151d63ccb61879f876696704542a4ce7 (diff) |
remove unused module-description xml files
Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3
162 files changed, 0 insertions, 20470 deletions
diff --git a/animations/source/animcore/animcore.xml b/animations/source/animcore/animcore.xml deleted file mode 100644 index 54486ae8ecd1..000000000000 --- a/animations/source/animcore/animcore.xml +++ /dev/null @@ -1,45 +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> animations </module-name> - - <component-description> - <author> Christian Lippka </author> - <name> todo </name> - <description> - This component provides ... - </description> - <loader-name> com.sun.star.loader.SharedLibrary </loader-name> - <language> c++ </language> - <status value="draft"/> - <supported-service> </supported-service> - <service-dependency> ... </service-dependency> - <type> ... </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 </runtime-module-dependency> - <runtime-module-dependency> cppu2 </runtime-module-dependency> - <runtime-module-dependency> sal2 </runtime-module-dependency> -</module-description> - diff --git a/basctl/util/basctl.xml b/basctl/util/basctl.xml deleted file mode 100644 index f66d76d3a8a4..000000000000 --- a/basctl/util/basctl.xml +++ /dev/null @@ -1,40 +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>basctl</module-name> - <component-description> - <author>Thomas Benisch</author> - <name>com.sun.star.comp.basctl.AccessibleWindow</name> - <description>specifies accessibility support for a window.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="beta"/> - <supported-service>com.sun.star.awt.AccessibleWindow</supported-service> - </component-description> - <component-description> - <author>Thomas Benisch</author> - <name>com.sun.star.comp.basctl.AccessibleShape</name> - <description>specifies accessibility support for a shape.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="beta"/> - <supported-service>com.sun.star.drawing.AccessibleShape</supported-service> - </component-description> -</module-description> diff --git a/sc/xml/AccessibleEditableTextPara_HeaderFooter.xml b/sc/xml/AccessibleEditableTextPara_HeaderFooter.xml deleted file mode 100644 index 320a8fa46a58..000000000000 --- a/sc/xml/AccessibleEditableTextPara_HeaderFooter.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>AccessibleEditableTextPara_HeaderFooter</name> - <description>This object gives you access to the text of header or footer in the header/footer dialog.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AccessibleParagraphView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - <type>com.sun.star.accessibility.XAccessibleEditableText</type> - <type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/AccessibleEditableTextPara_PreviewCell.xml b/sc/xml/AccessibleEditableTextPara_PreviewCell.xml deleted file mode 100644 index f943b29f84c2..000000000000 --- a/sc/xml/AccessibleEditableTextPara_PreviewCell.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>AccessibleEditableTextPara_PreviewCell</name> - <description>This object gives you access to the text of a cell in the page preview.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AccessibleParagraphView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - <type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/AccessibleEditableTextPara_PreviewNote.xml b/sc/xml/AccessibleEditableTextPara_PreviewNote.xml deleted file mode 100644 index 0b99c96211af..000000000000 --- a/sc/xml/AccessibleEditableTextPara_PreviewNote.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>AccessibleEditableTextPara_PreviewNote</name> - <description>This object gives you access to the text of a note in the page preview.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AccessibleParagraphView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - <type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleCell.xml b/sc/xml/ScAccessibleCell.xml deleted file mode 100644 index 6259b03b1912..000000000000 --- a/sc/xml/ScAccessibleCell.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- edited with XML Spy v4.4 U (http://www.xmlspy.com) by Sascha Ballach (Star Office GmbH) --> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessibleCell</name> - <description>This objects give you the access to the content of a cell. Please have also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleCell</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleValue</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleCsvCell.xml b/sc/xml/ScAccessibleCsvCell.xml deleted file mode 100644 index 746299312882..000000000000 --- a/sc/xml/ScAccessibleCsvCell.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Daniel Rentz</author> - <name>ScAccessibleCsvCell</name> - <description>This object provides access to the content of a cell in the CSV import dialog.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleCsvCell</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleCsvGrid.xml b/sc/xml/ScAccessibleCsvGrid.xml deleted file mode 100644 index 13b65f129d57..000000000000 --- a/sc/xml/ScAccessibleCsvGrid.xml +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Daniel Rentz</author> - <name>ScAccessibleCsvGrid</name> - <description>This object provides access to the preview table in the CSV import dialog.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleCsvTable</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleTable</type> - <type>com.sun.star.accessibility.XAccessibleSelection</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleCsvRuler.xml b/sc/xml/ScAccessibleCsvRuler.xml deleted file mode 100644 index 123f5ae80267..000000000000 --- a/sc/xml/ScAccessibleCsvRuler.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Daniel Rentz</author> - <name>ScAccessibleCsvRuler</name> - <description>This object provides access to the ruler in the CSV import dialog.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleCsvRuler</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleText</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleDocument.xml b/sc/xml/ScAccessibleDocument.xml deleted file mode 100644 index b341efa938c9..000000000000 --- a/sc/xml/ScAccessibleDocument.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessibleDocument</name> - <description>This objects give you the access to the content of a document. Please have also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleSpreadsheetDocumentView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleSelection</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleDocumentPagePreview.xml b/sc/xml/ScAccessibleDocumentPagePreview.xml deleted file mode 100644 index a9f47a97965d..000000000000 --- a/sc/xml/ScAccessibleDocumentPagePreview.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessibleDocumentPagePreview</name> - <description>This objects give you the access to the content of page preview. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleSpreadsheetPageView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessiblePageHeader.xml b/sc/xml/ScAccessiblePageHeader.xml deleted file mode 100644 index 38f5bcbaf61b..000000000000 --- a/sc/xml/ScAccessiblePageHeader.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessiblePageHeader</name> - <description>This objects give you the access to the content of Header/Footer. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessiblePageHeaderFooterAreasView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessiblePageHeaderArea.xml b/sc/xml/ScAccessiblePageHeaderArea.xml deleted file mode 100644 index 29db1fcc6c6f..000000000000 --- a/sc/xml/ScAccessiblePageHeaderArea.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessiblePageHeaderArea</name> - <description>This objects give you the access to the content of Header/Footer. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AccessibleHeaderFooterView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessiblePreviewCell.xml b/sc/xml/ScAccessiblePreviewCell.xml deleted file mode 100644 index 90432f40dc39..000000000000 --- a/sc/xml/ScAccessiblePreviewCell.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessiblePreviewCell</name> - <description>This objects give you the access to the content of a cell. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.AccessibleCellView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleValue</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessiblePreviewHeaderCell.xml b/sc/xml/ScAccessiblePreviewHeaderCell.xml deleted file mode 100644 index 90d53ecc0c18..000000000000 --- a/sc/xml/ScAccessiblePreviewHeaderCell.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessiblePreviewHeaderCell</name> - <description>This objects give you the access to the content of a cell of the header of the table. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.AccessibleCellView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleValue</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessiblePreviewTable.xml b/sc/xml/ScAccessiblePreviewTable.xml deleted file mode 100644 index 646ec6787fe6..000000000000 --- a/sc/xml/ScAccessiblePreviewTable.xml +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessiblePreviewTable</name> - <description>This objects give you the access to the content of a table in the page preview. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.AccessibleTableView</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAccessibleSpreadsheet.xml b/sc/xml/ScAccessibleSpreadsheet.xml deleted file mode 100644 index 3b892b718349..000000000000 --- a/sc/xml/ScAccessibleSpreadsheet.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>ScAccessibleSpreadsheet</name> - <description>This objects give you the access to the content of a table. Please habe also a look at the service description.</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.AccessibleSpreadsheet</supported-service> - <type>com.sun.star.accessibility.XAccessibleContext</type> - <type>com.sun.star.accessibility.XAccessibleComponent</type> - <type>com.sun.star.accessibility.XAccessibleSelection</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAnnotationObj.xml b/sc/xml/ScAnnotationObj.xml deleted file mode 100644 index 6be9af057e2c..000000000000 --- a/sc/xml/ScAnnotationObj.xml +++ /dev/null @@ -1,202 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAnnotationObj</name> - <description> - This component provides access to an annotation of a cell. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAnnotation</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAnnotationShapeObj.xml b/sc/xml/ScAnnotationShapeObj.xml deleted file mode 100644 index 876a3f070343..000000000000 --- a/sc/xml/ScAnnotationShapeObj.xml +++ /dev/null @@ -1,202 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScAnnotationShapeObj</name> - <description> - This component provides access to an annotation of a cell. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAnnotationShape</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAnnotationsObj.xml b/sc/xml/ScAnnotationsObj.xml deleted file mode 100644 index 3363e5cd12e7..000000000000 --- a/sc/xml/ScAnnotationsObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAnnotationsObj</name> - <description> - This component provides access to a collection of cell annotations. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAnnotations</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAreaLinkObj.xml b/sc/xml/ScAreaLinkObj.xml deleted file mode 100644 index 73a42a533b30..000000000000 --- a/sc/xml/ScAreaLinkObj.xml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAreaLinkObj</name> - <description> - This component provides access to a linked cell range. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAreaLink</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAreaLinksObj.xml b/sc/xml/ScAreaLinksObj.xml deleted file mode 100644 index 8b2d19101b90..000000000000 --- a/sc/xml/ScAreaLinksObj.xml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAreaLinksObj</name> - <description> - This component provides access to a collection of area links. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAreaLinks</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAutoFormatFieldObj.xml b/sc/xml/ScAutoFormatFieldObj.xml deleted file mode 100644 index 9a93209e79a3..000000000000 --- a/sc/xml/ScAutoFormatFieldObj.xml +++ /dev/null @@ -1,134 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAutoFormatFieldObj</name> - <description> - This component provides access to a single field in a TableAutoFormat. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableAutoFormatField</supported-service> - <type>com.sun.star.awt.CharSet</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontFamily</type> - <type>com.sun.star.awt.FontPitch</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.FontStrikeout</type> - <type>com.sun.star.awt.FontType</type> - <type>com.sun.star.awt.FontUnderline</type> - <type>com.sun.star.awt.FontWeight</type> - <type>com.sun.star.awt.FontWidth</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexContainer</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.container.XSet</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAutoFormatObj.xml b/sc/xml/ScAutoFormatObj.xml deleted file mode 100644 index 48b24ea73cb7..000000000000 --- a/sc/xml/ScAutoFormatObj.xml +++ /dev/null @@ -1,134 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAutoFormatObj</name> - <description> - This component provides access to an autoformat for tables. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableAutoFormat</supported-service> - <type>com.sun.star.awt.CharSet</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontFamily</type> - <type>com.sun.star.awt.FontPitch</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.FontStrikeout</type> - <type>com.sun.star.awt.FontType</type> - <type>com.sun.star.awt.FontUnderline</type> - <type>com.sun.star.awt.FontWeight</type> - <type>com.sun.star.awt.FontWidth</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexContainer</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.container.XSet</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScAutoFormatsObj.xml b/sc/xml/ScAutoFormatsObj.xml deleted file mode 100644 index f8e21d25af13..000000000000 --- a/sc/xml/ScAutoFormatsObj.xml +++ /dev/null @@ -1,134 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScAutoFormatsObj</name> - <description> - This component provides access to the list of table autoformats. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableAutoFormats</supported-service> - <type>com.sun.star.awt.CharSet</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontFamily</type> - <type>com.sun.star.awt.FontPitch</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.FontStrikeout</type> - <type>com.sun.star.awt.FontType</type> - <type>com.sun.star.awt.FontUnderline</type> - <type>com.sun.star.awt.FontWeight</type> - <type>com.sun.star.awt.FontWidth</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexContainer</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.container.XSet</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellCursorObj.xml b/sc/xml/ScCellCursorObj.xml deleted file mode 100644 index aebc8a2f7030..000000000000 --- a/sc/xml/ScCellCursorObj.xml +++ /dev/null @@ -1,199 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellCursorObj</name> - <description> - This component provides access to a cursor in a spreadsheet. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetCellCursor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellFieldObj.xml b/sc/xml/ScCellFieldObj.xml deleted file mode 100644 index aa2421d79514..000000000000 --- a/sc/xml/ScCellFieldObj.xml +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellFieldObj</name> - <description> - This component provides access to a field in the text of a cell. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextField</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellFieldsObj.xml b/sc/xml/ScCellFieldsObj.xml deleted file mode 100644 index a11c809f4fe1..000000000000 --- a/sc/xml/ScCellFieldsObj.xml +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScCellFieldsObj</name> - <description> - This component provides access to a field in the text of a cell. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextFields</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellFormatsEnumeration.xml b/sc/xml/ScCellFormatsEnumeration.xml deleted file mode 100644 index 57dc068486fb..000000000000 --- a/sc/xml/ScCellFormatsEnumeration.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellFormatsEnumeration</name> - <description> - This component enumerates ranges with different formatting. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellFormatRangesEnumeration</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellFormatsObj.xml b/sc/xml/ScCellFormatsObj.xml deleted file mode 100644 index fe088f94aee7..000000000000 --- a/sc/xml/ScCellFormatsObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellFormatsObj</name> - <description> - This component provides access to ranges with different formatting. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellFormatRanges</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellObj.xml b/sc/xml/ScCellObj.xml deleted file mode 100644 index 45156cecb8d2..000000000000 --- a/sc/xml/ScCellObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellObj</name> - <description> - This component provides access to a spreadsheet cell. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetCell</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellRangeObj.xml b/sc/xml/ScCellRangeObj.xml deleted file mode 100644 index 373a963d2cee..000000000000 --- a/sc/xml/ScCellRangeObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellRangeObj</name> - <description> - This component provides access to a range of cells in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetCellRange</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellRangesObj.xml b/sc/xml/ScCellRangesObj.xml deleted file mode 100644 index 197b163aef76..000000000000 --- a/sc/xml/ScCellRangesObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellRangesObj</name> - <description> - This component provides access to a collection of cell ranges. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetCellRanges</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellSearchObj.xml b/sc/xml/ScCellSearchObj.xml deleted file mode 100644 index 2608e9522011..000000000000 --- a/sc/xml/ScCellSearchObj.xml +++ /dev/null @@ -1,102 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellSearchObj</name> - <description> - This component describes what and how to replace strings. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.util.ReplaceDescriptor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XSearchDescriptor</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellTextCursor.xml b/sc/xml/ScCellTextCursor.xml deleted file mode 100644 index 40415228975b..000000000000 --- a/sc/xml/ScCellTextCursor.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellTextCursor</name> - <description> - This component provides access to a text cursor within a spreadsheet cell. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextCursor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellsEnumeration.xml b/sc/xml/ScCellsEnumeration.xml deleted file mode 100644 index a277e5676c8c..000000000000 --- a/sc/xml/ScCellsEnumeration.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellsEnumeration</name> - <description> - This component enumerates all cells. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellsEnumeration</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScCellsObj.xml b/sc/xml/ScCellsObj.xml deleted file mode 100644 index 86ac35e286a7..000000000000 --- a/sc/xml/ScCellsObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScCellsObj</name> - <description> - This component provides access to single cells. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.Cells</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScChartObj.xml b/sc/xml/ScChartObj.xml deleted file mode 100644 index e91d6625e925..000000000000 --- a/sc/xml/ScChartObj.xml +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScChartObj</name> - <description> - This component provides access to a chart based on the data in a table. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableChart</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>goodies</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScChartsObj.xml b/sc/xml/ScChartsObj.xml deleted file mode 100644 index 8014ea0fd74c..000000000000 --- a/sc/xml/ScChartsObj.xml +++ /dev/null @@ -1,110 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScChartsObj</name> - <description> - This component provides access to the collection of charts based on data in tables. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableCharts</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>goodies</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScConsolidationDescriptor.xml b/sc/xml/ScConsolidationDescriptor.xml deleted file mode 100644 index 8fc7642d4710..000000000000 --- a/sc/xml/ScConsolidationDescriptor.xml +++ /dev/null @@ -1,218 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScConsolidationDescriptor</name> - <description> - This component provides access to a description of how data are consolidated. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.ConsolidationDescriptor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.DataImportMode</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sdb</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDDELinkObj.xml b/sc/xml/ScDDELinkObj.xml deleted file mode 100644 index 6a876bb6691b..000000000000 --- a/sc/xml/ScDDELinkObj.xml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDDELinkObj</name> - <description> - This component provides access to a DDE link. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DDELink</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDDELinksObj.xml b/sc/xml/ScDDELinksObj.xml deleted file mode 100644 index 65d1a1b00056..000000000000 --- a/sc/xml/ScDDELinksObj.xml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDDELinksObj</name> - <description> - This component provides access to a collection of DDE links. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DDELinks</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotFieldGroupItemObj.xml b/sc/xml/ScDataPilotFieldGroupItemObj.xml deleted file mode 100644 index a279078820cf..000000000000 --- a/sc/xml/ScDataPilotFieldGroupItemObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotFieldGroupItemObj</name> - <description> - This component provides access to a single item in a group in a field in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotFieldGroupItem</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotFieldGroupObj.xml b/sc/xml/ScDataPilotFieldGroupObj.xml deleted file mode 100644 index 685ac64c351d..000000000000 --- a/sc/xml/ScDataPilotFieldGroupObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotFieldGroupObj</name> - <description> - This component provides access to a single group in a field in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotFieldGroup</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotFieldGroupsObj.xml b/sc/xml/ScDataPilotFieldGroupsObj.xml deleted file mode 100644 index 201d58197296..000000000000 --- a/sc/xml/ScDataPilotFieldGroupsObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotFieldGroupsObj</name> - <description> - This component provides access to the groups in a field in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotFieldGroups</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotFieldObj.xml b/sc/xml/ScDataPilotFieldObj.xml deleted file mode 100644 index c83918e1d530..000000000000 --- a/sc/xml/ScDataPilotFieldObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotFieldObj</name> - <description> - This component provides access to a single field in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotField</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotFieldsObj.xml b/sc/xml/ScDataPilotFieldsObj.xml deleted file mode 100644 index 38f9cf5cc8a8..000000000000 --- a/sc/xml/ScDataPilotFieldsObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotFieldsObj</name> - <description> - This component provides access to the collection of fields in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotFields</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotItemObj.xml b/sc/xml/ScDataPilotItemObj.xml deleted file mode 100644 index a4777b1c96b9..000000000000 --- a/sc/xml/ScDataPilotItemObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScDataPilotItemObj</name> - <description> - This component provides access to a single Item in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotItem</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotItemsObj.xml b/sc/xml/ScDataPilotItemsObj.xml deleted file mode 100644 index 4ce1b1828d57..000000000000 --- a/sc/xml/ScDataPilotItemsObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScDataPilotItemsObj</name> - <description> - This component provides access to the Items in a DataPilotDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotItems</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotTableObj.xml b/sc/xml/ScDataPilotTableObj.xml deleted file mode 100644 index 53d07550aa8a..000000000000 --- a/sc/xml/ScDataPilotTableObj.xml +++ /dev/null @@ -1,123 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotTableObj</name> - <description> - This component provides access to a data pilot table on a spreadsheet. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotTable</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTable2</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDataPilotTablesObj.xml b/sc/xml/ScDataPilotTablesObj.xml deleted file mode 100644 index 1abff15f7049..000000000000 --- a/sc/xml/ScDataPilotTablesObj.xml +++ /dev/null @@ -1,122 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDataPilotTablesObj</name> - <description> - This component provides access to a collection of data pilot tables. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotTables</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDimensionsSupplier</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDatabaseRangeObj.xml b/sc/xml/ScDatabaseRangeObj.xml deleted file mode 100644 index 2a6164c4ce31..000000000000 --- a/sc/xml/ScDatabaseRangeObj.xml +++ /dev/null @@ -1,218 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDatabaseRangeObj</name> - <description> - This component provides access to a database range. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DatabaseRange</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.DataImportMode</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sdb</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDatabaseRangesObj.xml b/sc/xml/ScDatabaseRangesObj.xml deleted file mode 100644 index 16454897cd3d..000000000000 --- a/sc/xml/ScDatabaseRangesObj.xml +++ /dev/null @@ -1,218 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDatabaseRangesObj</name> - <description> - This component provides access to the collection of database ranges in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DatabaseRanges</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.DataImportMode</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sdb</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDocumentConfiguration.xml b/sc/xml/ScDocumentConfiguration.xml deleted file mode 100644 index c4e6eb561a30..000000000000 --- a/sc/xml/ScDocumentConfiguration.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScDocumentConfiguration</name> - <description> - This component provides access to the DrawPage of a sheet in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DocumentSettings</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDrawPageObj.xml b/sc/xml/ScDrawPageObj.xml deleted file mode 100644 index 6aa6fad612b4..000000000000 --- a/sc/xml/ScDrawPageObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScDrawPageObj</name> - <description> - This component provides access to the DrawPage of a sheet in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetDrawPage</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScDrawPagesObj.xml b/sc/xml/ScDrawPagesObj.xml deleted file mode 100644 index d5d7be85b929..000000000000 --- a/sc/xml/ScDrawPagesObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScDrawPagesObj</name> - <description> - This component provides access to the collection of DrawPages in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.DrawPages</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScFilterDescriptorBase.xml b/sc/xml/ScFilterDescriptorBase.xml deleted file mode 100644 index da820bc671e8..000000000000 --- a/sc/xml/ScFilterDescriptorBase.xml +++ /dev/null @@ -1,218 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScFilterDescriptorBase</name> - <description> - This component provides access to a description of how a cell range is to be filtered. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetFilterDescriptor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.DataImportMode</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sdb</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScFunctionListObj.xml b/sc/xml/ScFunctionListObj.xml deleted file mode 100644 index 185554fa0d3b..000000000000 --- a/sc/xml/ScFunctionListObj.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScFunctionListObj</name> - <description> - This component provides access to the list of function descriptions. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.FunctionDescriptions</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexContainer</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.container.XSet</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.FunctionArgument</type> - <type>com.sun.star.sheet.XFunctionDescriptions</type> - <type>com.sun.star.sheet.XRecentFunctions</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScHeaderFieldObj.xml b/sc/xml/ScHeaderFieldObj.xml deleted file mode 100644 index 29365cfd6b93..000000000000 --- a/sc/xml/ScHeaderFieldObj.xml +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScHeaderFieldObj</name> - <description> - This component provides access to a field in a page header or footer. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextField</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScHeaderFieldsObj.xml b/sc/xml/ScHeaderFieldsObj.xml deleted file mode 100644 index 91fcd12c2447..000000000000 --- a/sc/xml/ScHeaderFieldsObj.xml +++ /dev/null @@ -1,204 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScHeaderFieldsObj</name> - <description> - This component provides access to a field in a page header or footer. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextFields</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScHeaderFooterContentObj.xml b/sc/xml/ScHeaderFooterContentObj.xml deleted file mode 100644 index e2402063b96b..000000000000 --- a/sc/xml/ScHeaderFooterContentObj.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScHeaderFooterContentObj</name> - <description> - This component provides access to the content of a header or footer in a page format. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.HeaderFooterContent</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScHeaderFooterTextCursor.xml b/sc/xml/ScHeaderFooterTextCursor.xml deleted file mode 100644 index 1f666a2fafd0..000000000000 --- a/sc/xml/ScHeaderFooterTextCursor.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScHeaderFooterTextCursor</name> - <description> - This component provides access to a text cursor in a page header or footer. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextCursor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScHeaderFooterTextObj.xml b/sc/xml/ScHeaderFooterTextObj.xml deleted file mode 100644 index 87cba50d3d3f..000000000000 --- a/sc/xml/ScHeaderFooterTextObj.xml +++ /dev/null @@ -1,120 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScHeaderFooterTextObj</name> - <description> - This component provides access to the text in a page header or footer. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.Text</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml b/sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml deleted file mode 100644 index c9e2355ab7da..000000000000 --- a/sc/xml/ScIndexEnumeration_CellAnnotationsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_CellAnnotationsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAnnotationsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml b/sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml deleted file mode 100644 index 4b7674a5a7da..000000000000 --- a/sc/xml/ScIndexEnumeration_CellAreaLinksEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_CellAreaLinksEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.CellAreaLinksEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml b/sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml deleted file mode 100644 index f7d8db5453f0..000000000000 --- a/sc/xml/ScIndexEnumeration_DDELinksEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_DDELinksEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DDELinksEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml b/sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml deleted file mode 100644 index 6c3147d5f819..000000000000 --- a/sc/xml/ScIndexEnumeration_DataPilotFieldsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_DataPilotFieldsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotFieldsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml b/sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml deleted file mode 100644 index 8a50413c1dcb..000000000000 --- a/sc/xml/ScIndexEnumeration_DataPilotItemsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_DataPilotItemsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotItemsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml b/sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml deleted file mode 100644 index 56c38fe3ac69..000000000000 --- a/sc/xml/ScIndexEnumeration_DataPilotTablesEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_DataPilotTablesEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DataPilotTablesEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml deleted file mode 100644 index 0010b86a151a..000000000000 --- a/sc/xml/ScIndexEnumeration_DatabaseRangesEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_DatabaseRangesEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.DatabaseRangesEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml b/sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml deleted file mode 100644 index 4b7232531011..000000000000 --- a/sc/xml/ScIndexEnumeration_FunctionDescriptionEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_FunctionDescriptionEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.FunctionDescriptionEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml deleted file mode 100644 index 21634e747e27..000000000000 --- a/sc/xml/ScIndexEnumeration_LabelRangesEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_LabelRangesEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.LabelRangesEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml deleted file mode 100644 index 00505ca3df01..000000000000 --- a/sc/xml/ScIndexEnumeration_NamedRangesEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_NamedRangesEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.NamedRangesEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml b/sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml deleted file mode 100644 index f38904d39c95..000000000000 --- a/sc/xml/ScIndexEnumeration_ScenariosEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_ScenariosEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.ScenariosEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml b/sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml deleted file mode 100644 index c384d8731536..000000000000 --- a/sc/xml/ScIndexEnumeration_SheetCellRangesEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_SheetCellRangesEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetCellRangesEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml b/sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml deleted file mode 100644 index 8a62b60079fb..000000000000 --- a/sc/xml/ScIndexEnumeration_SheetLinksEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_SheetLinksEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetLinksEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml b/sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml deleted file mode 100644 index 661a276facd7..000000000000 --- a/sc/xml/ScIndexEnumeration_SpreadsheetViewPanesEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_SpreadsheetViewPanesEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetViewPanesEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml b/sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml deleted file mode 100644 index f134beedbbe9..000000000000 --- a/sc/xml/ScIndexEnumeration_SpreadsheetsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_SpreadsheetsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml b/sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml deleted file mode 100644 index f13508cf3299..000000000000 --- a/sc/xml/ScIndexEnumeration_SubTotalFieldsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_SubTotalFieldsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SubTotalFieldsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml b/sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml deleted file mode 100644 index 27b35a630e0e..000000000000 --- a/sc/xml/ScIndexEnumeration_TableAutoFormatEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_TableAutoFormatEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableAutoFormatEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml b/sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml deleted file mode 100644 index d0bfcb134732..000000000000 --- a/sc/xml/ScIndexEnumeration_TableChartsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_TableChartsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableChartsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml b/sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml deleted file mode 100644 index d884d5b31e99..000000000000 --- a/sc/xml/ScIndexEnumeration_TableColumnsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_TableColumnsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableColumnsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml b/sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml deleted file mode 100644 index cf4eb816a885..000000000000 --- a/sc/xml/ScIndexEnumeration_TableConditionalEntryEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_TableConditionalEntryEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableConditionalEntryEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml b/sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml deleted file mode 100644 index db1a154418cd..000000000000 --- a/sc/xml/ScIndexEnumeration_TableRowsEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_TableRowsEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableRowsEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml b/sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml deleted file mode 100644 index c7fa00956018..000000000000 --- a/sc/xml/ScIndexEnumeration_TextFieldEnumeration.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScIndexEnumeration_TextFieldEnumeration</name> - <description> - This component provides access to the elements of an enumeration. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextFieldEnumeration</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> -</module-description> diff --git a/sc/xml/ScLabelRangeObj.xml b/sc/xml/ScLabelRangeObj.xml deleted file mode 100644 index eec965e3d3e7..000000000000 --- a/sc/xml/ScLabelRangeObj.xml +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScLabelRangeObj</name> - <description> - This component provides access to a label range. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.LabelRange</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.NamedRangeFlag</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScLabelRangesObj.xml b/sc/xml/ScLabelRangesObj.xml deleted file mode 100644 index 3b62c9d56c91..000000000000 --- a/sc/xml/ScLabelRangesObj.xml +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScLabelRangesObj</name> - <description> - This component provides access to the collection of label ranges in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.LabelRanges</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.NamedRangeFlag</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScModelObj.xml b/sc/xml/ScModelObj.xml deleted file mode 100644 index 444ddeb668b5..000000000000 --- a/sc/xml/ScModelObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScModelObj</name> - <description> - This component provides access to a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetDocument</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScNamedRangeObj.xml b/sc/xml/ScNamedRangeObj.xml deleted file mode 100644 index 64c1d44bcd97..000000000000 --- a/sc/xml/ScNamedRangeObj.xml +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScNamedRangeObj</name> - <description> - This component provides access to a range which can be addressed by a name. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.NamedRange</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.NamedRangeFlag</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScNamedRangesObj.xml b/sc/xml/ScNamedRangesObj.xml deleted file mode 100644 index 8545110fc19b..000000000000 --- a/sc/xml/ScNamedRangesObj.xml +++ /dev/null @@ -1,216 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScNamedRangesObj</name> - <description> - This component provides access to the collection of named ranges in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.NamedRanges</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.NamedRangeFlag</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScPageObj.xml b/sc/xml/ScPageObj.xml deleted file mode 100644 index 8a2b8550315b..000000000000 --- a/sc/xml/ScPageObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScPageObj</name> - <description> - This component provides access to the collection of DrawPages in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetDrawPage</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScRecentFunctionsObj.xml b/sc/xml/ScRecentFunctionsObj.xml deleted file mode 100644 index 4fb9b15f5710..000000000000 --- a/sc/xml/ScRecentFunctionsObj.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScRecentFunctionsObj</name> - <description> - This component provides access to the list of recently used functions. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.RecentFunctions</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexContainer</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.container.XSet</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.FunctionArgument</type> - <type>com.sun.star.sheet.XFunctionDescriptions</type> - <type>com.sun.star.sheet.XRecentFunctions</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScScenariosObj.xml b/sc/xml/ScScenariosObj.xml deleted file mode 100644 index 137598b25b29..000000000000 --- a/sc/xml/ScScenariosObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScScenariosObj</name> - <description> - This component provides access to a collection of scenarios. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.Scenarios</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScShapeObj.xml b/sc/xml/ScShapeObj.xml deleted file mode 100644 index 77bcf8c5cd01..000000000000 --- a/sc/xml/ScShapeObj.xml +++ /dev/null @@ -1,33 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Sascha Ballach</author> - <name>com.sun.star.comp.office.ScShapeObj</name> - <description> - This component provides access to a spreadsheet shape. - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.Shape</supported-service> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScSheetLinkObj.xml b/sc/xml/ScSheetLinkObj.xml deleted file mode 100644 index 0306717455b7..000000000000 --- a/sc/xml/ScSheetLinkObj.xml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScSheetLinkObj</name> - <description> - This component provides access to a sheet link. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetLink</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScSheetLinksObj.xml b/sc/xml/ScSheetLinksObj.xml deleted file mode 100644 index 3f511c249dd1..000000000000 --- a/sc/xml/ScSheetLinksObj.xml +++ /dev/null @@ -1,107 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScSheetLinksObj</name> - <description> - This component provides access to the collection of sheet links in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SheetLinks</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScSpreadsheetSettings.xml b/sc/xml/ScSpreadsheetSettings.xml deleted file mode 100644 index 6c84d07ce7f8..000000000000 --- a/sc/xml/ScSpreadsheetSettings.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScSpreadsheetSettings</name> - <description> - This component provides access to the settings for all spreadsheets. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.GlobalSheetSettings</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexContainer</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.container.XSet</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.FunctionArgument</type> - <type>com.sun.star.sheet.XFunctionDescriptions</type> - <type>com.sun.star.sheet.XRecentFunctions</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScSpreadsheetSettingsObj.xml b/sc/xml/ScSpreadsheetSettingsObj.xml deleted file mode 100644 index ed5826aa19b8..000000000000 --- a/sc/xml/ScSpreadsheetSettingsObj.xml +++ /dev/null @@ -1,295 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScSpreadsheetSettingsObj</name> - <description> - This component provides access to the configuration - which is global for all views of a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetDocumentSettings</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScStyleFamiliesObj.xml b/sc/xml/ScStyleFamiliesObj.xml deleted file mode 100644 index a4e24000306b..000000000000 --- a/sc/xml/ScStyleFamiliesObj.xml +++ /dev/null @@ -1,134 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScStyleFamiliesObj</name> - <description> - This component provides access to the collection of style families within a - spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.StyleFamilies</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.GraphicLocation</type> - <type>com.sun.star.style.PageStyleLayout</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScStyleFamilyObj.xml b/sc/xml/ScStyleFamilyObj.xml deleted file mode 100644 index 15e674928c4a..000000000000 --- a/sc/xml/ScStyleFamilyObj.xml +++ /dev/null @@ -1,133 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScStyleFamilyObj</name> - <description> - This component provides access to the style sheets of one style family. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.StyleFamily</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.GraphicLocation</type> - <type>com.sun.star.style.PageStyleLayout</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScStyleObj.xml b/sc/xml/ScStyleObj.xml deleted file mode 100644 index d794268017c2..000000000000 --- a/sc/xml/ScStyleObj.xml +++ /dev/null @@ -1,133 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScStyleObj</name> - <description> - This component provides access to a single style sheet in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.Style</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.style.GraphicLocation</type> - <type>com.sun.star.style.PageStyleLayout</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScSubTotalDescriptorBase.xml b/sc/xml/ScSubTotalDescriptorBase.xml deleted file mode 100644 index 4d504d7097e7..000000000000 --- a/sc/xml/ScSubTotalDescriptorBase.xml +++ /dev/null @@ -1,218 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScSubTotalDescriptorBase</name> - <description> - This component provides access to a description of how subtotals are created. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SubTotalDescriptor</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.DataImportMode</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sdb</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScSubTotalFieldObj.xml b/sc/xml/ScSubTotalFieldObj.xml deleted file mode 100644 index fcce1d28ea84..000000000000 --- a/sc/xml/ScSubTotalFieldObj.xml +++ /dev/null @@ -1,218 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScSubTotalFieldObj</name> - <description> - This component provides access to a single field in a SubTotalDescriptor. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SubTotalField</supported-service> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.DataImportMode</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.SortField</type> - <type>com.sun.star.util.SortFieldType</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sdb</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTabViewObj.xml b/sc/xml/ScTabViewObj.xml deleted file mode 100644 index 4a73050b55b8..000000000000 --- a/sc/xml/ScTabViewObj.xml +++ /dev/null @@ -1,249 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTabViewObj</name> - <description> - This component provides access to a view of a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetView</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.ConnectionType</type> - <type>com.sun.star.drawing.PolygonKind</type> - <type>com.sun.star.drawing.XConnectableShape</type> - <type>com.sun.star.drawing.XConnectorShape</type> - <type>com.sun.star.drawing.XControlShape</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetView</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XViewFreezable</type> - <type>com.sun.star.sheet.XViewPane</type> - <type>com.sun.star.sheet.XViewSplitable</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XControlAccess</type> - <type>com.sun.star.view.XSelectionChangeListener</type> - <type>com.sun.star.view.XSelectionSupplier</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>goodies</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableColumnObj.xml b/sc/xml/ScTableColumnObj.xml deleted file mode 100644 index bd6fd73c7705..000000000000 --- a/sc/xml/ScTableColumnObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableColumnObj</name> - <description> - This component provides access to a column in a spreadsheet. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableColumn</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableColumnsObj.xml b/sc/xml/ScTableColumnsObj.xml deleted file mode 100644 index 2465b29671b9..000000000000 --- a/sc/xml/ScTableColumnsObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableColumnsObj</name> - <description> - This component provides access to the collection of all columns of a spreadsheet. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableColumns</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableConditionalEntry.xml b/sc/xml/ScTableConditionalEntry.xml deleted file mode 100644 index b3b266314bfb..000000000000 --- a/sc/xml/ScTableConditionalEntry.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableConditionalEntry</name> - <description> - This component provides access to a single entry in a TableConditionalFormat object. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableConditionalEntry</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.ValidationAlertStyle</type> - <type>com.sun.star.sheet.ValidationType</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableConditionalFormat.xml b/sc/xml/ScTableConditionalFormat.xml deleted file mode 100644 index 37e5c38b7852..000000000000 --- a/sc/xml/ScTableConditionalFormat.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableConditionalFormat</name> - <description> - This component provides access to the conditional formatting for a cell or cell range. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableConditionalFormat</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.ValidationAlertStyle</type> - <type>com.sun.star.sheet.ValidationType</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableRowObj.xml b/sc/xml/ScTableRowObj.xml deleted file mode 100644 index 707c5a4373ae..000000000000 --- a/sc/xml/ScTableRowObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableRowObj</name> - <description> - This component provides access to a row in a spreadsheet. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableRow</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableRowsObj.xml b/sc/xml/ScTableRowsObj.xml deleted file mode 100644 index 229e4cf7b74f..000000000000 --- a/sc/xml/ScTableRowsObj.xml +++ /dev/null @@ -1,294 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableRowsObj</name> - <description> - This component provides access to the collection of all rows of a spreadsheet. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.table.TableRows</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableSheetObj.xml b/sc/xml/ScTableSheetObj.xml deleted file mode 100644 index 58c10cd918bd..000000000000 --- a/sc/xml/ScTableSheetObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableSheetObj</name> - <description> - This component provides access to a single sheet in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.Spreadsheet</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableSheetsObj.xml b/sc/xml/ScTableSheetsObj.xml deleted file mode 100644 index 2a7d8dd339d2..000000000000 --- a/sc/xml/ScTableSheetsObj.xml +++ /dev/null @@ -1,295 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableSheetsObj</name> - <description> - This component provides access to the collection of spreadsheets in a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.Spreadsheets</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.Border</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XAreaLink</type> - <type>com.sun.star.sheet.XAreaLinks</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDDELink</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFillAcrossSheet</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XLabelRange</type> - <type>com.sun.star.sheet.XLabelRanges</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XNamedRange</type> - <type>com.sun.star.sheet.XNamedRanges</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSpreadsheets2</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.Date</type> - <type>com.sun.star.util.MalformedNumberFormatException</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XNumberFormats</type> - <type>com.sun.star.util.XNumberFormatsSupplier</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XRefreshListener</type> - <type>com.sun.star.util.XRefreshable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScTableValidationObj.xml b/sc/xml/ScTableValidationObj.xml deleted file mode 100644 index 581efb362d28..000000000000 --- a/sc/xml/ScTableValidationObj.xml +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScTableValidationObj</name> - <description> - This component provides access to the validation settings for a cell or cell range. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.TableValidation</supported-service> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.ValidationAlertStyle</type> - <type>com.sun.star.sheet.ValidationType</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScUniqueCellFormatsEnumeration.xml b/sc/xml/ScUniqueCellFormatsEnumeration.xml deleted file mode 100644 index e47e4bf21476..000000000000 --- a/sc/xml/ScUniqueCellFormatsEnumeration.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScUniqueCellFormatsEnumeration</name> - <description> - This component enumerates range lists with different formatting. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.UniqueCellFormatRangesEnumeration</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScUniqueCellFormatsObj.xml b/sc/xml/ScUniqueCellFormatsObj.xml deleted file mode 100644 index 83080cfc66e1..000000000000 --- a/sc/xml/ScUniqueCellFormatsObj.xml +++ /dev/null @@ -1,316 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScUniqueCellFormatsObj</name> - <description> - This component provides access to range lists with different formatting. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.UniqueCellFormatRanges</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.IllegalTypeException</type> - <type>com.sun.star.beans.NotRemoveableException</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyAttribute</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyExistException</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyStateChangeEvent</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyValues</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XFastPropertySet</type> - <type>com.sun.star.beans.XMultiPropertySet</type> - <type>com.sun.star.beans.XPropertiesChangeListener</type> - <type>com.sun.star.beans.XPropertyAccess</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertyContainer</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XPropertyStateChangeListener</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.ChartSeriesAddress</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ContainerEvent</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XContainer</type> - <type>com.sun.star.container.XContainerListener</type> - <type>com.sun.star.container.XContentEnumerationAccess</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XHierarchicalNameAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XIndexReplace</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.document.XActionLockable</type> - <type>com.sun.star.document.XDocumentInfo</type> - <type>com.sun.star.document.XDocumentInfoSupplier</type> - <type>com.sun.star.document.XEmbeddedObjectSupplier</type> - <type>com.sun.star.document.XLinkTargetSupplier</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XDrawPages</type> - <type>com.sun.star.drawing.XDrawPagesSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.frame.XStorable</type> - <type>com.sun.star.io.IOException</type> - <type>com.sun.star.lang.ArrayIndexOutOfBoundsException</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.KCharacterType</type> - <type>com.sun.star.lang.KParseTokens</type> - <type>com.sun.star.lang.KParseType</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.ParseResult</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XCharacterClassification</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XServiceName</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellFlags</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.ConditionOperator</type> - <type>com.sun.star.sheet.DataPilotFieldOrientation</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.FormulaResult</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.GoalResult</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCalculatable</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XConsolidatable</type> - <type>com.sun.star.sheet.XConsolidationDescriptor</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTable</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XDatabaseRange</type> - <type>com.sun.star.sheet.XDatabaseRanges</type> - <type>com.sun.star.sheet.XDocumentAuditing</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XGoalSeek</type> - <type>com.sun.star.sheet.XHeaderFooterContent</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetCondition</type> - <type>com.sun.star.sheet.XSheetConditionalEntries</type> - <type>com.sun.star.sheet.XSheetConditionalEntry</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetDocument</type> - <type>com.sun.star.sheet.XSpreadsheets</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XSubTotalField</type> - <type>com.sun.star.sheet.XUsedAreaCursor</type> - <type>com.sun.star.style.LineSpacing</type> - <type>com.sun.star.style.TabAlign</type> - <type>com.sun.star.style.TabStop</type> - <type>com.sun.star.style.XStyle</type> - <type>com.sun.star.style.XStyleFamiliesSupplier</type> - <type>com.sun.star.style.XStyleLoader</type> - <type>com.sun.star.table.BorderLine</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellHoriJustify</type> - <type>com.sun.star.table.CellOrientation</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.CellVertJustify</type> - <type>com.sun.star.table.ShadowFormat</type> - <type>com.sun.star.table.ShadowLocation</type> - <type>com.sun.star.table.TableBorder</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellCursor</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableChart</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.ControlCharacter</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextField</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.text.XTextRangeMover</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.CellProtection</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XModifiable</type> - <type>com.sun.star.util.XModifyBroadcaster</type> - <type>com.sun.star.util.XModifyListener</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XPrintable</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sch</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScViewPaneObj.xml b/sc/xml/ScViewPaneObj.xml deleted file mode 100644 index 50e780217cc9..000000000000 --- a/sc/xml/ScViewPaneObj.xml +++ /dev/null @@ -1,249 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <component-description> - <author>Niklas Nebel</author> - <name>com.sun.star.comp.office.ScViewPaneObj</name> - <description> - This component provides access to a single pane in a view of a spreadsheet document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.sheet.SpreadsheetViewPane</supported-service> - <type>com.sun.star.awt.DeviceInfo</type> - <type>com.sun.star.awt.FocusEvent</type> - <type>com.sun.star.awt.FontDescriptor</type> - <type>com.sun.star.awt.FontSlant</type> - <type>com.sun.star.awt.Gradient</type> - <type>com.sun.star.awt.GradientStyle</type> - <type>com.sun.star.awt.InputEvent</type> - <type>com.sun.star.awt.KeyEvent</type> - <type>com.sun.star.awt.MouseEvent</type> - <type>com.sun.star.awt.PaintEvent</type> - <type>com.sun.star.awt.Point</type> - <type>com.sun.star.awt.RasterOperation</type> - <type>com.sun.star.awt.Rectangle</type> - <type>com.sun.star.awt.SimpleFontMetric</type> - <type>com.sun.star.awt.Size</type> - <type>com.sun.star.awt.WindowClass</type> - <type>com.sun.star.awt.WindowDescriptor</type> - <type>com.sun.star.awt.WindowEvent</type> - <type>com.sun.star.awt.XBitmap</type> - <type>com.sun.star.awt.XControl</type> - <type>com.sun.star.awt.XControlContainer</type> - <type>com.sun.star.awt.XControlModel</type> - <type>com.sun.star.awt.XDevice</type> - <type>com.sun.star.awt.XDisplayBitmap</type> - <type>com.sun.star.awt.XFocusListener</type> - <type>com.sun.star.awt.XFont</type> - <type>com.sun.star.awt.XGraphics</type> - <type>com.sun.star.awt.XImageConsumer</type> - <type>com.sun.star.awt.XImageProducer</type> - <type>com.sun.star.awt.XKeyListener</type> - <type>com.sun.star.awt.XMouseListener</type> - <type>com.sun.star.awt.XMouseMotionListener</type> - <type>com.sun.star.awt.XPaintListener</type> - <type>com.sun.star.awt.XPointer</type> - <type>com.sun.star.awt.XRegion</type> - <type>com.sun.star.awt.XTabController</type> - <type>com.sun.star.awt.XTabControllerModel</type> - <type>com.sun.star.awt.XToolkit</type> - <type>com.sun.star.awt.XView</type> - <type>com.sun.star.awt.XWindow</type> - <type>com.sun.star.awt.XWindowListener</type> - <type>com.sun.star.awt.XWindowPeer</type> - <type>com.sun.star.beans.Property</type> - <type>com.sun.star.beans.PropertyChangeEvent</type> - <type>com.sun.star.beans.PropertyState</type> - <type>com.sun.star.beans.PropertyValue</type> - <type>com.sun.star.beans.PropertyVetoException</type> - <type>com.sun.star.beans.UnknownPropertyException</type> - <type>com.sun.star.beans.XPropertyChangeListener</type> - <type>com.sun.star.beans.XPropertySet</type> - <type>com.sun.star.beans.XPropertySetInfo</type> - <type>com.sun.star.beans.XPropertyState</type> - <type>com.sun.star.beans.XVetoableChangeListener</type> - <type>com.sun.star.chart.ChartDataChangeEvent</type> - <type>com.sun.star.chart.ChartDataChangeType</type> - <type>com.sun.star.chart.XChartData</type> - <type>com.sun.star.chart.XChartDataArray</type> - <type>com.sun.star.chart.XChartDataChangeEventListener</type> - <type>com.sun.star.container.ElementExistException</type> - <type>com.sun.star.container.NoSuchElementException</type> - <type>com.sun.star.container.XChild</type> - <type>com.sun.star.container.XElementAccess</type> - <type>com.sun.star.container.XEnumeration</type> - <type>com.sun.star.container.XEnumerationAccess</type> - <type>com.sun.star.container.XIndexAccess</type> - <type>com.sun.star.container.XNameAccess</type> - <type>com.sun.star.container.XNameContainer</type> - <type>com.sun.star.container.XNameReplace</type> - <type>com.sun.star.container.XNamed</type> - <type>com.sun.star.drawing.ConnectionType</type> - <type>com.sun.star.drawing.PolygonKind</type> - <type>com.sun.star.drawing.XConnectableShape</type> - <type>com.sun.star.drawing.XConnectorShape</type> - <type>com.sun.star.drawing.XControlShape</type> - <type>com.sun.star.drawing.XDrawPage</type> - <type>com.sun.star.drawing.XDrawPageSupplier</type> - <type>com.sun.star.drawing.XShape</type> - <type>com.sun.star.drawing.XShapeBinder</type> - <type>com.sun.star.drawing.XShapeCombiner</type> - <type>com.sun.star.drawing.XShapeDescriptor</type> - <type>com.sun.star.drawing.XShapeGroup</type> - <type>com.sun.star.drawing.XShapeGrouper</type> - <type>com.sun.star.drawing.XShapes</type> - <type>com.sun.star.form.XForm</type> - <type>com.sun.star.form.XFormComponent</type> - <type>com.sun.star.form.XFormController</type> - <type>com.sun.star.form.XFormControllerListener</type> - <type>com.sun.star.form.XFormsSupplier</type> - <type>com.sun.star.form.XImageProducerSupplier</type> - <type>com.sun.star.frame.DispatchDescriptor</type> - <type>com.sun.star.frame.FeatureStateEvent</type> - <type>com.sun.star.frame.FrameAction</type> - <type>com.sun.star.frame.FrameActionEvent</type> - <type>com.sun.star.frame.XController</type> - <type>com.sun.star.frame.XDispatch</type> - <type>com.sun.star.frame.XDispatchProvider</type> - <type>com.sun.star.frame.XFrame</type> - <type>com.sun.star.frame.XFrameActionListener</type> - <type>com.sun.star.frame.XFrames</type> - <type>com.sun.star.frame.XFramesSupplier</type> - <type>com.sun.star.frame.XModel</type> - <type>com.sun.star.frame.XStatusListener</type> - <type>com.sun.star.lang.EventObject</type> - <type>com.sun.star.lang.IllegalArgumentException</type> - <type>com.sun.star.lang.IndexOutOfBoundsException</type> - <type>com.sun.star.lang.Locale</type> - <type>com.sun.star.lang.NoSupportException</type> - <type>com.sun.star.lang.WrappedTargetException</type> - <type>com.sun.star.lang.XComponent</type> - <type>com.sun.star.lang.XEventListener</type> - <type>com.sun.star.lang.XMultiServiceFactory</type> - <type>com.sun.star.lang.XServiceInfo</type> - <type>com.sun.star.lang.XSingleServiceFactory</type> - <type>com.sun.star.lang.XTypeProvider</type> - <type>com.sun.star.lang.XUnoTunnel</type> - <type>com.sun.star.registry.InvalidRegistryException</type> - <type>com.sun.star.registry.InvalidValueException</type> - <type>com.sun.star.registry.RegistryKeyType</type> - <type>com.sun.star.registry.RegistryValueType</type> - <type>com.sun.star.registry.XRegistryKey</type> - <type>com.sun.star.sheet.CellDeleteMode</type> - <type>com.sun.star.sheet.CellInsertMode</type> - <type>com.sun.star.sheet.FillDateMode</type> - <type>com.sun.star.sheet.FillDirection</type> - <type>com.sun.star.sheet.FillMode</type> - <type>com.sun.star.sheet.FilterConnection</type> - <type>com.sun.star.sheet.FilterOperator</type> - <type>com.sun.star.sheet.GeneralFunction</type> - <type>com.sun.star.sheet.SheetLinkMode</type> - <type>com.sun.star.sheet.SubTotalColumn</type> - <type>com.sun.star.sheet.TableFilterField</type> - <type>com.sun.star.sheet.TableOperationMode</type> - <type>com.sun.star.sheet.TablePageBreakData</type> - <type>com.sun.star.sheet.XArrayFormulaRange</type> - <type>com.sun.star.sheet.XCellAddressable</type> - <type>com.sun.star.sheet.XCellFormatRangesSupplier</type> - <type>com.sun.star.sheet.XCellRangeAddressable</type> - <type>com.sun.star.sheet.XCellRangeMovement</type> - <type>com.sun.star.sheet.XCellRangeReferrer</type> - <type>com.sun.star.sheet.XCellRangesQuery</type> - <type>com.sun.star.sheet.XCellSeries</type> - <type>com.sun.star.sheet.XDataPilotDescriptor</type> - <type>com.sun.star.sheet.XDataPilotTables</type> - <type>com.sun.star.sheet.XDataPilotTablesSupplier</type> - <type>com.sun.star.sheet.XFormulaQuery</type> - <type>com.sun.star.sheet.XMultipleOperation</type> - <type>com.sun.star.sheet.XPrintAreas</type> - <type>com.sun.star.sheet.XScenario</type> - <type>com.sun.star.sheet.XScenarios</type> - <type>com.sun.star.sheet.XScenariosSupplier</type> - <type>com.sun.star.sheet.XSheetAnnotation</type> - <type>com.sun.star.sheet.XSheetAnnotationAnchor</type> - <type>com.sun.star.sheet.XSheetAnnotations</type> - <type>com.sun.star.sheet.XSheetAnnotationsSupplier</type> - <type>com.sun.star.sheet.XSheetAuditing</type> - <type>com.sun.star.sheet.XSheetCellCursor</type> - <type>com.sun.star.sheet.XSheetCellRange</type> - <type>com.sun.star.sheet.XSheetCellRanges</type> - <type>com.sun.star.sheet.XSheetFilterDescriptor</type> - <type>com.sun.star.sheet.XSheetFilterable</type> - <type>com.sun.star.sheet.XSheetFilterableEx</type> - <type>com.sun.star.sheet.XSheetLinkable</type> - <type>com.sun.star.sheet.XSheetOperation</type> - <type>com.sun.star.sheet.XSheetOutline</type> - <type>com.sun.star.sheet.XSheetPageBreak</type> - <type>com.sun.star.sheet.XSpreadsheet</type> - <type>com.sun.star.sheet.XSpreadsheetView</type> - <type>com.sun.star.sheet.XSubTotalCalculatable</type> - <type>com.sun.star.sheet.XSubTotalDescriptor</type> - <type>com.sun.star.sheet.XViewFreezable</type> - <type>com.sun.star.sheet.XViewPane</type> - <type>com.sun.star.sheet.XViewSplitable</type> - <type>com.sun.star.table.CellAddress</type> - <type>com.sun.star.table.CellContentType</type> - <type>com.sun.star.table.CellRangeAddress</type> - <type>com.sun.star.table.TableOrientation</type> - <type>com.sun.star.table.XAutoFormattable</type> - <type>com.sun.star.table.XCell</type> - <type>com.sun.star.table.XCellRange</type> - <type>com.sun.star.table.XColumnRowRange</type> - <type>com.sun.star.table.XTableCharts</type> - <type>com.sun.star.table.XTableChartsSupplier</type> - <type>com.sun.star.table.XTableColumns</type> - <type>com.sun.star.table.XTableRows</type> - <type>com.sun.star.text.XSimpleText</type> - <type>com.sun.star.text.XText</type> - <type>com.sun.star.text.XTextContent</type> - <type>com.sun.star.text.XTextCursor</type> - <type>com.sun.star.text.XTextFieldsSupplier</type> - <type>com.sun.star.text.XTextRange</type> - <type>com.sun.star.uno.Any</type> - <type>com.sun.star.uno.Exception</type> - <type>com.sun.star.uno.Reference</type> - <type>com.sun.star.uno.RuntimeException</type> - <type>com.sun.star.uno.Sequence</type> - <type>com.sun.star.uno.Type</type> - <type>com.sun.star.uno.TypeClass</type> - <type>com.sun.star.uno.XAdapter</type> - <type>com.sun.star.uno.XAggregation</type> - <type>com.sun.star.uno.XInterface</type> - <type>com.sun.star.uno.XReference</type> - <type>com.sun.star.uno.XWeak</type> - <type>com.sun.star.uno.genfunc</type> - <type>com.sun.star.util.URL</type> - <type>com.sun.star.util.XImportable</type> - <type>com.sun.star.util.XIndent</type> - <type>com.sun.star.util.XMergeable</type> - <type>com.sun.star.util.XProtectable</type> - <type>com.sun.star.util.XReplaceDescriptor</type> - <type>com.sun.star.util.XReplaceable</type> - <type>com.sun.star.util.XSearchDescriptor</type> - <type>com.sun.star.util.XSearchable</type> - <type>com.sun.star.util.XSortable</type> - <type>com.sun.star.view.XControlAccess</type> - <type>com.sun.star.view.XSelectionChangeListener</type> - <type>com.sun.star.view.XSelectionSupplier</type> - </component-description> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>goodies</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScXMLExport.xml b/sc/xml/ScXMLExport.xml deleted file mode 100644 index bedcdb4e438f..000000000000 --- a/sc/xml/ScXMLExport.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <!-- XML-based filter: Calc export components - (full, styles, content, meta, settings) - --> - <component-description> - <author>xmloff development team</author> - <name>com.sun.star.comp.Calc.XMLExporter</name> - <description> - This component exports a calc 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.Calc.XMLStylesExporter</name> - <description> - This component exports a the styles of a calc 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> - <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.Calc.XMLContentExporter</name> - <description> - This component exports a the content of a calc 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> - <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.Calc.XMLMetaExporter</name> - <description> - This component exports a the meta of a calc 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> - <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.Calc.XMLSettingsExporter</name> - <description> - This component exports a the settings of a calc 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> - <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> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>goodies</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sc/xml/ScXMLImport.xml b/sc/xml/ScXMLImport.xml deleted file mode 100644 index ad2eca516aa4..000000000000 --- a/sc/xml/ScXMLImport.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sc</module-name> - <!-- XML-based filter: Calc import components - (full, styles, content, meta, settings) - --> - <component-description> - <author>xmloff development team</author> - <name>com.sun.star.comp.Calc.XMLImporter</name> - <description> - This component imports a single XML document stream into a - calc 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> - <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.Calc.XMLStylesImporter</name> - <description> - This component imports the styles.xml stream into a calc 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> - <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.Calc.XMLContentImporter</name> - <description> - This component imports the content.xml stream into a calc 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> - <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.Calc.XMLMetaImporter</name> - <description> - This component imports the meta.xml stream into a calc 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> - <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.Calc.XMLSettingsImporter</name> - <description> - This component imports the settings.xml stream into a calc 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> - <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> - <project-build-dependency>cppu</project-build-dependency> - <project-build-dependency>cppuhelper</project-build-dependency> - <project-build-dependency>goodies</project-build-dependency> - <project-build-dependency>osl</project-build-dependency> - <project-build-dependency>rsc</project-build-dependency> - <project-build-dependency>rtl</project-build-dependency> - <project-build-dependency>sal</project-build-dependency> - <project-build-dependency>sfx2</project-build-dependency> - <project-build-dependency>sot</project-build-dependency> - <project-build-dependency>stl</project-build-dependency> - <project-build-dependency>svtools</project-build-dependency> - <project-build-dependency>svx</project-build-dependency> - <project-build-dependency>tools</project-build-dependency> - <project-build-dependency>typelib</project-build-dependency> - <project-build-dependency>uno</project-build-dependency> - <project-build-dependency>unotools</project-build-dependency> - <project-build-dependency>vcl</project-build-dependency> -</module-description> diff --git a/sd/xml/AccessibleDrawDocumentView.xml b/sd/xml/AccessibleDrawDocumentView.xml deleted file mode 100644 index c0ce59a8f122..000000000000 --- a/sd/xml/AccessibleDrawDocumentView.xml +++ /dev/null @@ -1,41 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>sd</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessibleDrawDocumentView</name> - -<description>This component represents the accessbility object for Draw -document views and Impress document views with the view modes edit view, -notes view, or handout view. 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.AccessibleDrawDocumentView</supported-service> -<supported-service>com.sun.star.accessibility.Accessible</supported-service> -<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> - -<type>com.sun.star.drawing.XAccessible</type> -<type>com.sun.star.drawing.XAccessibleContext</type> -<type>com.sun.star.drawing.XAccessibleEventBroadcaster</type> -<type>com.sun.star.drawing.XAccessibleComponent</type> -<type>com.sun.star.drawing.XAccessibleExtendedComponent</type> -<type>com.sun.star.drawing.XAccessibleSelection</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.beans.XPropertyChangeListener</type> -<type>com.sun.star.awt.XWindowListener</type> -<type>com.sun.star.awt.XTopWindowListener</type> - -</component-description> -</module-description> diff --git a/sd/xml/AccessibleOutlineView.xml b/sd/xml/AccessibleOutlineView.xml deleted file mode 100644 index 8e65e3ca0cc7..000000000000 --- a/sd/xml/AccessibleOutlineView.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>sd</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessibleOutlineView</name> - -<description>This component represents the accessbility object for Impress -document views in outline view mode. 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.accessibility.Accessible</supported-service> -<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> - -<type>com.sun.star.drawing.XAccessible</type> -<type>com.sun.star.drawing.XAccessibleContext</type> -<type>com.sun.star.drawing.XAccessibleEventBroadcaster</type> -<type>com.sun.star.drawing.XAccessibleComponent</type> -<type>com.sun.star.drawing.XAccessibleExtendedComponent</type> -<type>com.sun.star.drawing.XAccessibleSelection</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.beans.XPropertyChangeListener</type> -<type>com.sun.star.awt.XWindowListener</type> -<type>com.sun.star.awt.XTopWindowListener</type> - -</component-description> -</module-description> diff --git a/sd/xml/AccessiblePageShape.xml b/sd/xml/AccessiblePageShape.xml deleted file mode 100644 index 17027f3eac6f..000000000000 --- a/sd/xml/AccessiblePageShape.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>svx</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessiblePageShape</name> - -<description>This component is derived from AccessibleShape and makes the -graphical representation of the currently visible draw page accessible. 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.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/sd/xml/AccessiblePresentationGraphicShape.xml b/sd/xml/AccessiblePresentationGraphicShape.xml deleted file mode 100644 index e355116061df..000000000000 --- a/sd/xml/AccessiblePresentationGraphicShape.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>svx</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessiblePresentationGraphicShape</name> - -<description>This component is derived from AccessibleGraphicShape and -implements Impress specific behaviour. For more detailed information see -the documentation of the base component AccessibleGraphicShape, 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/sd/xml/AccessiblePresentationOLEShape.xml b/sd/xml/AccessiblePresentationOLEShape.xml deleted file mode 100644 index 0a3bfad2f1e5..000000000000 --- a/sd/xml/AccessiblePresentationOLEShape.xml +++ /dev/null @@ -1,40 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>svx</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessiblePresentationOLEShape</name> - -<description>This component is derived from AccessibleOLEShape and -implements Impress specific behaviour. For more detailed information see -the documentation of the base component AccessibleOLEShape, 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/sd/xml/AccessiblePresentationShape.xml b/sd/xml/AccessiblePresentationShape.xml deleted file mode 100644 index 914a03f0cde4..000000000000 --- a/sd/xml/AccessiblePresentationShape.xml +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>svx</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessiblePresentationShape</name> - -<description>This component represents the accessbility object of generic -presentation 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.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/sd/xml/AccessibleSlideView.xml b/sd/xml/AccessibleSlideView.xml deleted file mode 100644 index c3df581e5f2d..000000000000 --- a/sd/xml/AccessibleSlideView.xml +++ /dev/null @@ -1,35 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>sd</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessibleSlideView</name> - -<description>This component represents the accessbility object for Impress -document views in slide view mode. 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.accessibility.Accessible</supported-service> -<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> -<supported-service>com.sun.star.drawing.AccessibleSlideView</supported-service> - -<type>com.sun.star.drawing.XAccessible</type> -<type>com.sun.star.drawing.XAccessibleContext</type> -<type>com.sun.star.drawing.XAccessibleEventBroadcaster</type> -<type>com.sun.star.drawing.XAccessibleComponent</type> -<type>com.sun.star.drawing.XAccessibleSelection</type> -<type>com.sun.star.lang.XTypeProvider</type> -<type>com.sun.star.lang.XUnoTunnel</type> - -</component-description> -</module-description> diff --git a/sd/xml/AccessibleSlideViewObject.xml b/sd/xml/AccessibleSlideViewObject.xml deleted file mode 100644 index 14b24a52d6ec..000000000000 --- a/sd/xml/AccessibleSlideViewObject.xml +++ /dev/null @@ -1,34 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> -<module-name>sd</module-name> -<component-description> - -<author>Andre Fischer</author> -<name>AccessibleSlideView</name> - -<description>This component represents the accessbility object for the -slides managed by Impress slide view. 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.accessibility.Accessible</supported-service> -<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service> -<supported-service>com.sun.star.drawing.AccessibleSlideViewObject</supported-service> - -<type>com.sun.star.drawing.XAccessible</type> -<type>com.sun.star.drawing.XAccessibleContext</type> -<type>com.sun.star.drawing.XAccessibleEventBroadcaster</type> -<type>com.sun.star.drawing.XAccessibleComponent</type> -<type>com.sun.star.lang.XTypeProvider</type> -<type>com.sun.star.lang.XUnoTunnel</type> - -</component-description> -</module-description> diff --git a/sd/xml/DrawingView.xml b/sd/xml/DrawingView.xml deleted file mode 100644 index 15399fcab257..000000000000 --- a/sd/xml/DrawingView.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>DrawController_DrawView</name> - <description> -specifies a document which consists of multiple pages - with drawings. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/HandoutView.xml b/sd/xml/HandoutView.xml deleted file mode 100644 index 5d1eb41e9889..000000000000 --- a/sd/xml/HandoutView.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>DrawController_HandoutView</name> - <description> - This componend integrates a view to a handout page inside a presentation - document into the desktop -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/NotesView.xml b/sd/xml/NotesView.xml deleted file mode 100644 index 06238d88d75e..000000000000 --- a/sd/xml/NotesView.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>DrawController_NotesView</name> - <description> -This componend integrates a view to a handout page inside a presentation - document into the desktop. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/OutlineView.xml b/sd/xml/OutlineView.xml deleted file mode 100644 index 26506b2b1c79..000000000000 --- a/sd/xml/OutlineView.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>DrawController_OutlineView</name> - <description> -This componend integrates an outline view to a presentation - document into the desktop. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/PresentationView.xml b/sd/xml/PresentationView.xml deleted file mode 100644 index 8385fd0b9fc0..000000000000 --- a/sd/xml/PresentationView.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>DrawController_PresentationView</name> - <description> -This componend integrates a view to a slide show of a presentation - document into the desktop. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdDocLinkTargets.xml b/sd/xml/SdDocLinkTargets.xml deleted file mode 100644 index 9eef5f76a1e2..000000000000 --- a/sd/xml/SdDocLinkTargets.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdDocLinkTargets</name> - <description> - This component provides access to possible link targets inside a context -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.document.LinkTargets</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdDrawPage.xml b/sd/xml/SdDrawPage.xml deleted file mode 100644 index 472bb1abb758..000000000000 --- a/sd/xml/SdDrawPage.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdDrawPage</name> - <description> - This component provides access to a single drawing page of a document. -</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/sd/xml/SdDrawPagesAccess.xml b/sd/xml/SdDrawPagesAccess.xml deleted file mode 100644 index 72dfec474017..000000000000 --- a/sd/xml/SdDrawPagesAccess.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdDrawPagesAccess</name> - <description> - This component provides access to the drawing pages of a document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.DrawPages</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdGenericDrawPage.xml b/sd/xml/SdGenericDrawPage.xml deleted file mode 100644 index 885f2ad624e0..000000000000 --- a/sd/xml/SdGenericDrawPage.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdGenericDrawPage</name> - <description> - This component provides a basic implementation for both master and drawing pages. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.GenericDrawPage</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdLayer.xml b/sd/xml/SdLayer.xml deleted file mode 100644 index 4b7a761dd1ff..000000000000 --- a/sd/xml/SdLayer.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdLayer</name> - <description> - This component provides access to a single layer inside a document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.Layer</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdLayerManager.xml b/sd/xml/SdLayerManager.xml deleted file mode 100644 index f03b9ba89272..000000000000 --- a/sd/xml/SdLayerManager.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdLayerManager</name> - <description> - This component provides access to the layers of a document -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.LayerManager</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdMasterPage.xml b/sd/xml/SdMasterPage.xml deleted file mode 100644 index 3e86fc8b714e..000000000000 --- a/sd/xml/SdMasterPage.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdMasterPage</name> - <description> - This component provides access to a single master page inside a document -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.MasterPage</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdMasterPagesAccess.xml b/sd/xml/SdMasterPagesAccess.xml deleted file mode 100644 index 3c12f2e95dab..000000000000 --- a/sd/xml/SdMasterPagesAccess.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdMasterPagesAccess</name> - <description> - This component provides access to the master drawing pages inside a document -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.MasterPages</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdPageLinkTargets.xml b/sd/xml/SdPageLinkTargets.xml deleted file mode 100644 index ac208fe5217a..000000000000 --- a/sd/xml/SdPageLinkTargets.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdPageLinkTargets</name> - <description> - This component provides the container for the link targets of a drawing page -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.document.LinkTargets</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdXCustomPresentation.xml b/sd/xml/SdXCustomPresentation.xml deleted file mode 100644 index 7094e0064b21..000000000000 --- a/sd/xml/SdXCustomPresentation.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdXCustomPresentation</name> - <description> - This component provides access to the draw pages in a custom presentation -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.presentation.CustomPresentation</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdXCustomPresentationAccess.xml b/sd/xml/SdXCustomPresentationAccess.xml deleted file mode 100644 index daf8eea22527..000000000000 --- a/sd/xml/SdXCustomPresentationAccess.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdXCustomPresentationAccess</name> - <description> - This component provides access to custom presentations of a document -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.presentation.CustomPresentationAccess</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdXImpressDocument.xml b/sd/xml/SdXImpressDocument.xml deleted file mode 100644 index 4239e0b5d254..000000000000 --- a/sd/xml/SdXImpressDocument.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdXImpressDocument</name> - <description> - This component provides access to an presentation document. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.presentation.PresentationDocument</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdXPresentation.xml b/sd/xml/SdXPresentation.xml deleted file mode 100644 index 79f4b4aac067..000000000000 --- a/sd/xml/SdXPresentation.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdXPresentation</name> - <description> - This component provides access to the presentation of a impress document -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.presentation.Presentation</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SdXShape.xml b/sd/xml/SdXShape.xml deleted file mode 100644 index 5e79d777592c..000000000000 --- a/sd/xml/SdXShape.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>com.sun.star.comp.office.SdXShape</name> - <description> - This component provides access to a single shape. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.Shape</supported-service> - </component-description> -</module-description> diff --git a/sd/xml/SlidesView.xml b/sd/xml/SlidesView.xml deleted file mode 100644 index 6ab8ee7d4745..000000000000 --- a/sd/xml/SlidesView.xml +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sd</module-name> - <component-description> - <author>Christian Lippka</author> - <name>SdUnoSlideView</name> - <description> -This componend integrates a slides view to a presentation - document into the desktop. -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service> - </component-description> -</module-description> diff --git a/store/Package_inc.mk b/store/Package_inc.mk index aa458bc80af3..11c3e15c7411 100644 --- a/store/Package_inc.mk +++ b/store/Package_inc.mk @@ -30,6 +30,5 @@ $(eval $(call gb_Package_add_file,store_inc,inc/store/store.h,inc/store/store.h) $(eval $(call gb_Package_add_file,store_inc,inc/store/store.hxx,inc/store/store.hxx)) $(eval $(call gb_Package_add_file,store_inc,inc/store/storedllapi.h,inc/store/storedllapi.h)) $(eval $(call gb_Package_add_file,store_inc,inc/store/types.h,inc/store/types.h)) -$(eval $(call gb_Package_add_file,store_inc,xml/store.xml,util/store.xml)) # vim: set noet sw=4 ts=4: diff --git a/store/util/store.xml b/store/util/store.xml deleted file mode 100644 index 94f610b06dcc..000000000000 --- a/store/util/store.xml +++ /dev/null @@ -1,24 +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> store </module-name> - <project-build-dependency> sal </project-build-dependency> - <runtime-module-dependency> sal </runtime-module-dependency> -</module-description> diff --git a/sw/xml/writer.xml b/sw/xml/writer.xml deleted file mode 100644 index 0fe096e2970c..000000000000 --- a/sw/xml/writer.xml +++ /dev/null @@ -1,1244 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - <module-name>sw</module-name> - - <component-description> - <author>TL</author> - <name>SwChartDataProvider</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="alpha"/> - <supported-service>com.sun.star.chart2.DataProvider</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>SwChartDataSource</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="alpha"/> - <supported-service>com.sun.star.chart2.DataSource</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>SwChartDataSequence</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="alpha"/> - <supported-service>com.sun.star.chart2.DataSequence</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>SwChartLabeledDataSequence</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="alpha"/> - <supported-service>com.sun.star.chart2.LabeledDataSequence</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.style.CharacterStyle</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.Style</supported-service> - <supported-service>com.sun.star.style.CharacterStyle</supported-service> - <supported-service>com.sun.star.style.CharacterProperties</supported-service> - <supported-service>com.sun.star.style.CharacterPropertiesAsian</supported-service> - <supported-service>com.sun.star.style.CharacterPropertiesComplex</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.style.ParagraphStyle</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.Style</supported-service> - <supported-service>com.sun.star.style.ParagraphStyle</supported-service> - <supported-service>com.sun.star.style.ParagraphProperties</supported-service> - <supported-service>com.sun.star.style.ParagraphPropertiesAsian</supported-service> - <supported-service>com.sun.star.style.ParagraphPropertiesComplex</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.style.ConditionalParagraphStyle</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.Style</supported-service> - <supported-service>com.sun.star.style.ParagraphStyle</supported-service> - <supported-service>com.sun.star.style.ConditionalParagraphStyle</supported-service> - <supported-service>com.sun.star.style.ParagraphProperties</supported-service> - <supported-service>com.sun.star.style.ParagraphPropertiesAsian</supported-service> - <supported-service>com.sun.star.style.ParagraphPropertiesComplex</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.style.PageStyle</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.Style</supported-service> - <supported-service>com.sun.star.style.PageStyle</supported-service> - <supported-service>com.sun.star.style.PageProperties</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.comp.Writer.DocumentSettings</name> - <description> - This component provides an API for document setings. - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="beta"/> - <supported-service>com.sun.star.text.DocumentSettings</supported-service> - <supported-service>com.sun.star.comp.Writer.Settings</supported-service> - <supported-service>com.sun.star.document.Settings</supported-service> - <supported-service>com.sun.star.text.PrintSettings</supported-service> - <supported-service>com.sun.star.text.PrintPreviewSettings</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXPrintSettings</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::PrintSettings</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.comp.office.SwXMailMerge</name> - <description> - This component provides an API for mail merging. - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="beta"/> - <supported-service>com.sun.star.text.MailMerge</supported-service> - </component-description> - <component-description> - <author>TL</author> - <name>com.sun.star.comp.office.SwXTextDefaults</name> - <description> - This component provides default settings for paragraph and - character properties of a text component. - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.Defaults</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXAutoTextContainer</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AutoTextContainer</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXAutoTextEntry</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AutoTextEntry</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXAutoTextGroup</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.AutoTextGroup</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXBodyText</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXBookmark</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.Bookmark</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXBookmarks</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.Bookmarks</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXCell</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.CellProperties</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXCellRange</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.CellRange</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXChapterNumbering</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXDocumentIndex</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.DocumentIndex</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXDocumentIndexes</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.DocumentIndexes</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXDocumentIndexMark</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.DocumentIndexMark</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXDrawPage</name> - <description> - This component provides ... - </description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.GenericDrawPage</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXEndnoteProperties</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::FootnoteSettings</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFieldEnumeration</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextFieldEnumeration</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFieldMaster</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextFieldMaster</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFootnote</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::Footnote</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFootnoteProperties</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::FootnoteSettings</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFootnotes</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::Footnotes</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFootnoteText</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXFrames</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextFrames</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXHeadFootText</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXLineNumberingProperties</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::LineNumberingProperties</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXModule</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::GlobalSettings</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXNumberingRules</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXParagraph</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXParagraphEnumeration</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::ParagraphEnumeration</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXPropertySet</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::beans::XPropertySet</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXPropertySetInfo</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::beans::XPropertySetInfo</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXReferenceMark</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.ReferenceMark</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXReferenceMarks</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.ReferenceMarks</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXShape</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.drawing.Shape</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXStyleFamilies</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.StyleFamilies</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXStyleFamily</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.style.StyleFamily</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTableCellText</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTableColumns</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TableColumns</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTableRows</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TableRows</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextColumns</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextColumns</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextCursor</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextDocument</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextDocument</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextEmbeddedObject</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextEmbeddedObject</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextEmbeddedObjects</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextEmbeddedObjects</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextField</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextFieldMasters</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextFieldMasters</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextFieldTypes</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextFields</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextFrame</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextFrame</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextFrameText</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextGraphicObject</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextGraphicObject</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextGraphicObjects</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextGraphicObjects</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextPortion</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextPortion</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextPortionEnumeration</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextRange</name> - <description> - This component provides ... -</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> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextRanges</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextRanges</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextSearch</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::util::SearchDescriptor</supported-service> - <supported-service>com::sun::star::util::ReplaceDescriptor</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextSection</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextSection</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextSections</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextSections</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextTable</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextTable</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextTableCursor</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextTableCursor</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextTableRow</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com.sun.star.text.TextTableRow</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextTables</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextTables</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextView</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextDocumentView</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXTextViewCursor</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::TextViewCursor</supported-service> - </component-description> - <component-description> - <author>automatically generated by objects2xml</author> - <name>com.sun.star.comp.office.SwXViewSettings</name> - <description> - This component provides ... -</description> - <loader-name>com.sun.star.loader.SharedLibrary</loader-name> - <language>c++</language> - <status value="final"/> - <supported-service>com::sun::star::text::ViewSettings</supported-service> - </component-description> - - - - <!-- XML-based filter: Writer import components - (full, styles, content, meta, settings) - --> - - <component-description> - <author>xmloff development team</author> - <name>com.sun.star.comp.Writer.XMLImporter</name> - <description> - This component imports a single XML document stream into a - writer document. For - </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" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLStylesImporter</name> - <description> - This component imports the styles.xml stream into a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLContentImporter</name> - <description> - This component imports the content.xml stream into a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLMetaImporter</name> - <description> - This component imports the meta.xml stream into a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLSettingsImporter</name> - <description> - This component imports the settings.xml stream into a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.pdf" /> - <reference-docu xlink:href="http://xml.openoffice.org/filter/" - xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> - </component-description> - - - <!-- XML-based filter: Writer export components - (full, styles, content, meta, settings) - --> - - <component-description> - <author>xmloff development team</author> - <name>com.sun.star.comp.Writer.XMLExporter</name> - <description> - This component exports a writer 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" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLStylesExporter</name> - <description> - This component exports a the styles of a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLContentExporter</name> - <description> - This component exports a the content of a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLMetaExporter</name> - <description> - This component exports a the meta of a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.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.Writer.XMLSettingsExporter</name> - <description> - This component exports a the settings of a writer 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> - <reference-docu xlink:href="http://xml.openoffice.org/" - xlink:title="general OpenOffice.org xml information" /> - <reference-docu xlink:title="XML File Format Specification" - xlink:href="http://xml.openoffice.org/xml_specification.pdf" /> - <reference-docu xlink:href="http://xml.openoffice.org/filter/" - xlink:title="Guide to implement XML-based filters in OpenOffice.org" /> - </component-description> - - - <!-- UNO Accessibility API (UAA) --> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleDocumentView</name> - <description> - Accessible document view. - </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.text.AccessibleTextDocumentView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleDocumentPageView</name> - <description> - Accessible document page preview. - </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.text.AccessibleTextDocumentPageView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessiblePageView</name> - <description> - An accessible page of the document page preview. - </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.text.AccessiblePageView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleHeaderView</name> - <description> - An accessible header of a text document. - </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.text.AccessibleHeaderFooterView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleFooterView</name> - <description> - An accessible footer of a text document. - </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.text.AccessibleHeaderFooterView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleFootnoteView</name> - <description> - An accessible footnote of a text document. - </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.text.AccessibleFootnoteView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleEndnoteView</name> - <description> - An accessible endnote of a text document. - </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.text.AccessibleEndnoteView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleParagraphView</name> - <description> - An accessible paragraph in a text document. - </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.text.AccessibleParagraphView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleTableView</name> - <description> - An accessible table in a text document. - </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.table.AccessibleTableView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleTableCellView</name> - <description> - An accessible table cell in a text document. - </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.table.AccessibleCellView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleTextFrameView</name> - <description> - An accessible text frame in a text document. - </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.text.AccessibleTextFrameView</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleTextGraphicObject</name> - <description> - An accessible graphic in a text document. - </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.text.AccessibleTextGraphicObject</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - - <component-description> - <author>Michael Brauer</author> - <name>com.sun.star.comp.Writer.SwAccessibleTextEmbeddedObject</name> - <description> - An accessible text frame in a text document. - </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.text.AccessibleTextEmbeddedObject</supported-service> - <reference-docu xlink:href="http://ui.openoffice.org/accessibility/index.html" - xlink:title="OpenOffice.org Accessibility project" /> - </component-description> - -</module-description> diff --git a/ucb/source/cacher/cached.xml b/ucb/source/cacher/cached.xml deleted file mode 100644 index 208520272f7c..000000000000 --- a/ucb/source/cacher/cached.xml +++ /dev/null @@ -1,146 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - cached - </module-name> - - <component-description> - <author> - Ingrid Halama - </author> - <name> - com.sun.star.comp.ucb.CachedContentResultSetFactory - </name> - <description> - This component implements a factory for locally cached resultsets. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.CachedContentResultSetFactory - </supported-service> - - <service-dependency> - com.sun.star.script.Converter - </service-dependency> - </component-description> - <component-description> - <author> - Ingrid Halama - </author> - <name> - com.sun.star.comp.ucb.CachedContentResultSetStubFactory - </name> - <description> - This component implements a factory for stubs for locally cached - resultsets. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.CachedContentResultSetStubFactory - </supported-service> - </component-description> - <component-description> - <author> - Ingrid Halama - </author> - <name> - com.sun.star.comp.ucb.CachedDynamicResultSetFactory - </name> - <description> - This component implements a factory for locally cached dynamic - resultsets. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.CachedDynamicResultSetFactory - </supported-service> - </component-description> - <component-description> - <author> - Ingrid Halama - </author> - <name> - com.sun.star.comp.ucb.CachedDynamicResultSetStubFactory - </name> - <description> - This component implements a factory for stubs for locally cached - dynamic resultsets. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.CachedDynamicResultSetStubFactory - </supported-service> - - <service-dependency> - com.sun.star.ucb.SortedDynamicResultSetFactory - </service-dependency> - </component-description> - - <project-build-dependency> sal </project-build-dependency> - <project-build-dependency> cppu </project-build-dependency> - <project-build-dependency> cppuhelper </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> - - <type> com.sun.star.beans.PropertyAttribute </type> - <type> com.sun.star.beans.XPropertySet </type> - <type> com.sun.star.lang.DisposedException </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.script.XTypeConverter </type> - <type> com.sun.star.sdbc.FetchDirection </type> - <type> com.sun.star.sdbc.ResultSetType </type> - <type> com.sun.star.sdbc.XCloseable </type> - <type> com.sun.star.sdbc.XResultSet </type> - <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.ucb.ContentResultSetCapability </type> - <type> com.sun.star.ucb.FetchError </type> - <type> com.sun.star.ucb.ListActionType </type> - <type> com.sun.star.ucb.ResultSetException </type> - <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct </type> - <type> com.sun.star.ucb.XContentAccess </type> - <type> com.sun.star.ucb.XCachedContentResultSetFactory </type> - <type> com.sun.star.ucb.XCachedContentResultSetStubFactory </type> - <type> com.sun.star.ucb.XCachedDynamicResultSetFactory </type> - <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type> - <type> com.sun.star.ucb.XContentIdentifierMapping </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XFetchProvider </type> - <type> com.sun.star.ucb.XFetchProviderForContentAccess </type> - <type> com.sun.star.ucb.XSortedDynamicResultSetFactory </type> - <type> com.sun.star.ucb.XSourceInitialization </type> - <type> com.sun.star.uno.XWeak </type> -</module-description> diff --git a/ucb/source/core/ucb.xml b/ucb/source/core/ucb.xml deleted file mode 100644 index 1473c035ba83..000000000000 --- a/ucb/source/core/ucb.xml +++ /dev/null @@ -1,172 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucb - </module-name> - - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.UniversalContentBroker - </name> - <description> - This component provides access to a set of Contents via Content Providers. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.UniversalContentBroker - </supported-service> - - <service-dependency> - com.sun.star.io.Pipe - </service-dependency> - </component-description> - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.UcbStore - </name> - <description> - This component is a factory for components managing persistent data. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.Store - </supported-service> - - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationAccess - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationUpdateAccess - </service-dependency> - </component-description> - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.UcbPropertiesManager - </name> - <description> - This component provides access to the meta data of the properties - known to the UCB. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.PropertiesManager - </supported-service> - </component-description> - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.UcbContentProviderProxyFactory - </name> - <description> - This component is a factory for proxy objects for Content Providers. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.ContentProviderProxyFactory - </supported-service> - </component-description> - - <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> ucbhelper1$(COM) </runtime-module-dependency> - - <type> com.sun.star.beans.PropertyAttribute </type> - <type> com.sun.star.beans.PropertySetInfoChange </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.XHierarchicalNameAccess </type> - <type> com.sun.star.container.XNamed </type> - <type> com.sun.star.container.XNameAccess </type> - <type> com.sun.star.container.XNameContainer </type> - <type> com.sun.star.io.XActiveDataSink </type> - <type> com.sun.star.io.XOutputStream </type> - <type> com.sun.star.io.XSeekable </type> - <type> com.sun.star.lang.IllegalArgumentException </type> - <type> com.sun.star.lang.XComponent </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.XSingleServiceFactory </type> - <type> com.sun.star.lang.XTypeProvider </type> - <type> com.sun.star.registry.XRegistryKey </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.CrossReference </type> - <type> com.sun.star.ucb.DocumentHeaderField </type> - <type> com.sun.star.ucb.GlobalTransferCommandArgument </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.InteractiveBadTransferURLException </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.RecipientInfo </type> - <type> com.sun.star.ucb.RuleSet </type> - <type> com.sun.star.ucb.SendInfo </type> - <type> com.sun.star.ucb.SendMediaTypes </type> - <type> com.sun.star.ucb.TransferInfo </type> - <type> com.sun.star.ucb.UnsupportedNameClashException </type> - <type> com.sun.star.ucb.XCommandInfo </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.XContentIdentifier </type> - <type> com.sun.star.ucb.XContentIdentifierFactory </type> - <type> com.sun.star.ucb.XContentProvider </type> - <type> com.sun.star.ucb.XContentProviderFactory </type> - <type> com.sun.star.ucb.XContentProviderManager </type> - <type> com.sun.star.ucb.XContentProviderSupplier </type> - <type> com.sun.star.ucb.XDataContainer </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XParameterizedContentProvider </type> - <type> com.sun.star.ucb.XPropertySetRegistryFactory </type> - <type> com.sun.star.uno.XWeak </type> - <type> com.sun.star.util.DateTime </type> - <type> com.sun.star.util.XChangesBatch </type> -</module-description> diff --git a/ucb/source/sorter/srtrs.xml b/ucb/source/sorter/srtrs.xml deleted file mode 100644 index 51626a1e6acc..000000000000 --- a/ucb/source/sorter/srtrs.xml +++ /dev/null @@ -1,66 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - srtrs - </module-name> - - <component-description> - <author> - Dirk Voelzke - </author> - <name> - com.sun.star.comp.ucb.SortedDynamicResultSetFactory - </name> - <description> - This component implements a factory for sorted Content Resultsets. - It can be used to sort resultsets obtained from UCB folder contents. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.SortedDynamicResultSetFactory - </supported-service> - - <service-dependency> - com.sun.star.ucb.CachedDynamicResultSetStubFactory - </service-dependency> - </component-description> - - <project-build-dependency> sal </project-build-dependency> - <project-build-dependency> cppu </project-build-dependency> - <project-build-dependency> cppuhelper </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> - - <type> com.sun.star.beans.XPropertySet </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.lang.XServiceInfo </type> - <type> com.sun.star.lang.XTypeProvider </type> - <type> com.sun.star.registry.XRegistryKey </type> - <type> com.sun.star.sdbc.DataType </type> - <type> com.sun.star.sdbc.XCloseable </type> - <type> com.sun.star.sdbc.XResultSet </type> - <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.ucb.ContentResultSetCapability </type> - <type> com.sun.star.ucb.ListActionType </type> - <type> com.sun.star.ucb.NumberedSortingInfo </type> - <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct </type> - <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type> - <type> com.sun.star.ucb.XContentAccess </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XSortedDynamicResultSetFactory </type> - <type> com.sun.star.ucb.XSourceInitialization </type> - <type> com.sun.star.uno.XWeak </type> -</module-description> diff --git a/ucb/source/ucp/cmis/ucpcmis.xml b/ucb/source/ucp/cmis/ucpcmis.xml deleted file mode 100644 index b5fa1bbf9b75..000000000000 --- a/ucb/source/ucp/cmis/ucpcmis.xml +++ /dev/null @@ -1,126 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--********************************************************************** - * Version: MPL 1.1 / GPLv3+ / LGPLv3+ - * - * The contents of this file are subject to the Mozilla Public License Version - * 1.1 (the "License"); you may not use this file except in compliance with - * the License or as specified alternatively below. You may obtain a copy of - * the License at http://www.mozilla.org/MPL/ - * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the - * License. - * - * Major Contributor(s): - * [ Copyright (C) 2011 SUSE <cbosdonnat@suse.com> (initial developer) ] - * - * All Rights Reserved. - * - * For minor contributions see the git repository. - * - * Alternatively, the contents of this file may be used under the terms of - * either the GNU General Public License Version 3 or later (the "GPLv3+"), or - * the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), - * in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable - * instead of those above. -**********************************************************************--> -<!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> - ucpcmis - </module-name> - - <component-description> - <author> - Cédric Bosdonnat - </author> - <name> - com.sun.star.comp.ucb.CmisContentProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to contents stored on a - CMIS-enabled server. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.CmisContentProvider - </supported-service> - - <service-dependency> - com.sun.star.configuration.ConfigurationAccess - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - </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.container.XNameAccess </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.ucb.ContentCreationException </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.InsertCommandArgument </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.XContentProvider </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XPersistentPropertySet </type> - <type> com.sun.star.util.DateTime </type> -</module-description> diff --git a/ucb/source/ucp/file/ucpfile.xml b/ucb/source/ucp/file/ucpfile.xml deleted file mode 100644 index bd205639f476..000000000000 --- a/ucb/source/ucp/file/ucpfile.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucpfile - </module-name> - - <component-description> - <author> - Andreas Bille - </author> - <name> - com.sun.star.comp.ucb.FileProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to 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.FileContentProvider - </supported-service> - - <service-dependency> - com.sun.star.config.SpecialConfigManager - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationAccess - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - <service-dependency> - com.sun.star.script.Converter - </service-dependency> - <service-dependency> - com.sun.star.ucb.CachedDynamicResultSetStubFactory - </service-dependency> - <service-dependency> - com.sun.star.ucb.Store - </service-dependency> - </component-description> - - <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.Property </type> - <type> com.sun.star.beans.PropertyAttribute </type> - <type> com.sun.star.beans.PropertySetInfoChange </type> - <type> com.sun.star.beans.PropertyState </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.XPropertySetInfo </type> - <type> com.sun.star.beans.XPropertySetInfoChangeNotifier </type> - <type> com.sun.star.container.XChild </type> - <type> com.sun.star.container.XHierarchicalNameAccess </type> - <type> com.sun.star.frame.ConfigManager </type> - <type> com.sun.star.io.XActiveDataSink </type> - <type> com.sun.star.io.XActiveDataStreamer </type> - <type> com.sun.star.io.XSeekable </type> - <type> com.sun.star.io.XStream </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.script.XTypeConverter </type> - <type> com/sun/star/sdbc/ColumnValue </type> - <type> com.sun.star.sdbc.XCloseable </type> - <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.ucb.ContentAction </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.FileSystemNotation </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> - <type> com.sun.star.ucb.ListAction </type> - <type> com.sun.star.ucb.NameClash </type> - <type> com.sun.star.ucb.NumberedSortingInfo </type> - <type> com.sun.star.ucb.OpenCommandArgument2 </type> - <type> com.sun.star.ucb.OpenMode </type> - <type> com.sun.star.ucb.TransferInfo </type> - <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct </type> - <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type> - <type> com.sun.star.ucb.XCommandInfo </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.XContentIdentifier </type> - <type> com.sun.star.ucb.XContentIdentifierFactory </type> - <type> com.sun.star.ucb.XContentProvider </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XFileIdentifierConverter </type> - <type> com.sun.star.ucb.XPropertySetRegistryFactory </type> - <type> com.sun.star.ucb.XSourceInitialization </type> - <type> com.sun.star.uno.XWeak </type> -</module-description> diff --git a/ucb/source/ucp/ftp/ucpftp.xml b/ucb/source/ucp/ftp/ucpftp.xml deleted file mode 100644 index 041fa1e1abc1..000000000000 --- a/ucb/source/ucp/ftp/ucpftp.xml +++ /dev/null @@ -1,89 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucpftp - </module-name> - - <component-description> - <author> - Andreas Bille - </author> - <name> - com.sun.star.comp.ucb.FTPContentProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to ftp servers. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.FTPContentProvider - </supported-service> - </component-description> - - <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> - <project-build-dependency> curl </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> - <runtime-module-dependency> curl </runtime-module-dependency> - - <type> com.sun.star.beans.UnknownPropertyException </type> - <type> com.sun.star.beans.Property </type> - <type> com.sun.star.beans.PropertyValue </type> - <type> com.sun.star.beans.PropertyAttribute </type> - <type> com.sun.star.beans.XPropertySet </type> - <type> com.sun.star.io.XSeekable </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.XActiveDataStreamer </type> - <type> com.sun.star.lang.XMultiServiceFactory </type> - <type> com.sun.star.lang.IllegalAccessException </type> - <type> com.sun.star.lang.XTypeProvider </type> - <type> com.sun.star.lang.XComponent </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.UnsupportedDataSinkException </type> - <type> com.sun.star.ucb.OpenCommandArgument2 </type> - <type> com.sun.star.ucb.UnsupportedOpenModeException </type> - <type> com.sun.star.ucb.InteractiveNetworkConnectException </type> - <type> com.sun.star.ucb.InteractiveNetworkResolveNameException </type> - <type> com.sun.star.ucb.InteractiveIOException </type> - <type> com.sun.star.ucb.MissingPropertiesException </type> - <type> com.sun.star.ucb.MissingInputStreamException </type> - <type> com.sun.star.ucb.NameClashException </type> - <type> com.sun.star.ucb.NumberedSortingInfo </type> - <type> com.sun.star.ucb.OpenMode </type> - <type> com.sun.star.ucb.IOErrorCode </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.ListActionType </type> - <type> com.sun.star.ucb.XContentCreator </type> - <type> com.sun.star.ucb.XContentProvider </type> - <type> com.sun.star.ucb.XContentProviderManager </type> - <type> com.sun.star.ucb.XCommandInfo </type> - <type> com.sun.star.ucb.CommandInfo </type> - <type> com.sun.star.ucb.XContentAccess </type> - <type> com.sun.star.ucb.Command </type> - <type> com.sun.star.ucb.XCommandEnvironment </type> - <type> com.sun.star.ucb.XCommandProcessor </type> - <type> com.sun.star.ucb.XContentIdentifier </type> - <type> com.sun.star.ucb.XSourceInitialization </type> - <type> com.sun.star.util.DateTime </type> - <type> com.sun.star.sdbc.XResultSet </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.sdbc.XCloseable </type> - <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> -</module-description> diff --git a/ucb/source/ucp/gio/ucpgio.xml b/ucb/source/ucp/gio/ucpgio.xml deleted file mode 100644 index ac53fd217e14..000000000000 --- a/ucb/source/ucp/gio/ucpgio.xml +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucpgio - </module-name> - - <component-description> - <author> - Caolán McNamara & Jan Navrátil - </author> - <name> - com.sun.star.comp.ucb.GIOContentProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to contents stored on an GIO - location. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.GIOContentProvider - </supported-service> - - <service-dependency> - com.sun.star.configuration.ConfigurationAccess - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - </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.container.XNameAccess </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.ucb.ContentCreationException </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.InsertCommandArgument </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.XContentProvider </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XPersistentPropertySet </type> - <type> com.sun.star.util.DateTime </type> -</module-description> diff --git a/ucb/source/ucp/gvfs/ucpgvfs.xml b/ucb/source/ucp/gvfs/ucpgvfs.xml deleted file mode 100644 index e1f33708f525..000000000000 --- a/ucb/source/ucp/gvfs/ucpgvfs.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"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucpgvfs - </module-name> - - <component-description> - <author> - Michael Meeks - </author> - <name> - com.sun.star.comp.ucb.GnomeVFSProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to the Gnome Virtual file system - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.GnomeVFSContentProvider - </supported-service> - - <service-dependency> - com.sun.star.config.SpecialConfigManager - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationAccess - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - <service-dependency> - com.sun.star.script.Converter - </service-dependency> - <service-dependency> - com.sun.star.ucb.CachedDynamicResultSetStubFactory - </service-dependency> - <service-dependency> - com.sun.star.ucb.Store - </service-dependency> - </component-description> - - <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.Property </type> - <type> com.sun.star.beans.PropertyAttribute </type> - <type> com.sun.star.beans.PropertySetInfoChange </type> - <type> com.sun.star.beans.PropertyState </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.XPropertySetInfo </type> - <type> com.sun.star.beans.XPropertySetInfoChangeNotifier </type> - <type> com.sun.star.container.XChild </type> - <type> com.sun.star.container.XHierarchicalNameAccess </type> - <type> com.sun.star.frame.ConfigManager </type> - <type> com.sun.star.io.XActiveDataSink </type> - <type> com.sun.star.io.XActiveDataStreamer </type> - <type> com.sun.star.io.XSeekable </type> - <type> com.sun.star.io.XStream </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.script.XTypeConverter </type> - <type> com/sun/star/sdbc/ColumnValue </type> - <type> com.sun.star.sdbc.XCloseable </type> - <type> com.sun.star.sdbc.XResultSetMetaDataSupplier </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.ucb.ContentAction </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.FileSystemNotation </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> - <type> com.sun.star.ucb.ListAction </type> - <type> com.sun.star.ucb.NameClash </type> - <type> com.sun.star.ucb.NumberedSortingInfo </type> - <type> com.sun.star.ucb.OpenCommandArgument2 </type> - <type> com.sun.star.ucb.OpenMode </type> - <type> com.sun.star.ucb.TransferInfo </type> - <type> com.sun.star.ucb.WelcomeDynamicResultSetStruct </type> - <type> com.sun.star.ucb.XCachedDynamicResultSetStubFactory </type> - <type> com.sun.star.ucb.XCommandInfo </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.XContentIdentifier </type> - <type> com.sun.star.ucb.XContentIdentifierFactory </type> - <type> com.sun.star.ucb.XContentProvider </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XFileIdentifierConverter </type> - <type> com.sun.star.ucb.XPropertySetRegistryFactory </type> - <type> com.sun.star.ucb.XSourceInitialization </type> - <type> com.sun.star.uno.XWeak </type> -</module-description> diff --git a/ucb/source/ucp/hierarchy/ucphier.xml b/ucb/source/ucp/hierarchy/ucphier.xml deleted file mode 100644 index 1c63cbcbd7ee..000000000000 --- a/ucb/source/ucp/hierarchy/ucphier.xml +++ /dev/null @@ -1,121 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucphier - </module-name> - - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.HierarchyContentProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to a persistent hierarchy of - folders and links. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.HierarchyContentProvider - </supported-service> - - <service-dependency> - com.sun.star.ucb.DefaultHierarchyDataSource - </service-dependency> - <service-dependency> - com.sun.star.util.OfficeeInstallationDirectories - </service-dependency> - </component-description> - - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.HierarchyDataSource - </name> - <description> - This component implements a default data source for the Hierarchy - Content Provider. The data are accessed using the service - com.sun.star.configuration.ConfigurationProvider. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.DefaultHierarchyDataSource - </supported-service> - - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - </component-description> - - <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.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.container.XHierarchicalNameAccess </type> - <type> com.sun.star.container.XNameContainer </type> - <type> com.sun.star.lang.IllegalAccessException </type> - <type> com.sun.star.lang.XComponent </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.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.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.InteractiveBadTransferURLException </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.ResultSetException </type> - <type> com.sun.star.ucb.TransferInfo </type> - <type> com.sun.star.ucb.UnsuppertedNameClashException </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.XPersistentPropertySet </type> - <type> com.sun.star.uno.XWeak </type> - <type> com.sun.star.util.XChangesBatch </type> - <type> com.sun.star.util.XChangesNotifier </type> - <type> com.sun.star.util.XOfficeInstallationDirectories </type> -</module-description> diff --git a/ucb/source/ucp/odma/ucpodma.xml b/ucb/source/ucp/odma/ucpodma.xml deleted file mode 100644 index 4cfdb67a0a16..000000000000 --- a/ucb/source/ucp/odma/ucpodma.xml +++ /dev/null @@ -1,100 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucpodma - </module-name> - - <component-description> - <author> - Ocke Janssen - </author> - <name> - com.sun.star.comp.ucb.ODMAContentProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to contents stored on an document management - system (DMS). - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.ODMAContentProvider - </supported-service> - - <service-dependency> - com.sun.star.configuration.ConfigurationAccess - </service-dependency> - <service-dependency> - com.sun.star.configuration.ConfigurationProvider - </service-dependency> - </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.container.XNameAccess </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.ucb.ContentCreationException </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.InsertCommandArgument </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.XContentProvider </type> - <type> com.sun.star.ucb.XDynamicResultSet </type> - <type> com.sun.star.ucb.XPersistentPropertySet </type> - <type> com.sun.star.util.DateTime </type> -</module-description> diff --git a/ucb/source/ucp/package/ucppkg.xml b/ucb/source/ucp/package/ucppkg.xml deleted file mode 100644 index 6b71fca63486..000000000000 --- a/ucb/source/ucp/package/ucppkg.xml +++ /dev/null @@ -1,92 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucppkg - </module-name> - - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.PackageContentProvider - </name> - <description> - This component implements a Content Provider for the Universal - Content Broker. It provides access to the contents of package (zip - archive) files. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.PackageContentProvider - </supported-service> - - <service-dependency> - com.sun.star.packages.comp.ZipPackage - </service-dependency> - </component-description> - - <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.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.container.XEnumerationAccess </type> - <type> com.sun.star.container.XHierarchicalNameAccess </type> - <type> com.sun.star.container.XNamed </type> - <type> com.sun.star.container.XNameContainer </type> - <type> com.sun.star.io.XActiveDataSink </type> - <type> com.sun.star.io.XOutputStream </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.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.InteractiveBadTransferURLException </type> - <type> com.sun.star.ucb.MissingInputStreamException </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.ResultSetException </type> - <type> com.sun.star.ucb.TransferInfo </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.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.XPersistentPropertySet </type> - <type> com.sun.star.uno.XWeak </type> - <type> com.sun.star.util.XChangesBatch </type> -</module-description> diff --git a/ucb/source/ucp/tdoc/ucptdoc.xml b/ucb/source/ucp/tdoc/ucptdoc.xml deleted file mode 100644 index b47249269470..000000000000 --- a/ucb/source/ucp/tdoc/ucptdoc.xml +++ /dev/null @@ -1,129 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd"> -<module-description xmlns:xlink="http://www.w3.org/1999/xlink"> - - <module-name> - ucptdoc - </module-name> - - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.TransientDocumentsContentProvider - </name> - <description> - This component implements a Content Provider for the Universal Content Broker. - It provides access to the hierachical structure of the documents that are active - in a running OpenOffice.org process. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.ucb.TransientDocumentsContentProvider - </supported-service> - - <service-dependency> - com.sun.star.frame.GlobalEventBroadcaster - </service-dependency> - <service-dependency> - com.sun.star.reflection.ProxyFactory - </service-dependency> - <service-dependency> - com.sun.star.embed.StorageFactory - </service-dependency> - </component-description> - - <component-description> - <author> - Kai Sommerfeld - </author> - <name> - com.sun.star.comp.ucb.TransientDocumentsDocumentContentFactory - </name> - <description> - This component implements a factory for - 'com.sun.star.ucb.TransientDocumentsDocumentContent's. - </description> - <loader-name> - com.sun.star.loader.SharedLibrary - </loader-name> - <language> - c++ - </language> - <status value="final"/> - <supported-service> - com.sun.star.frame.TransientDocumentsDocumentContentFactory - </supported-service> - - <service-dependency> - com.sun.star.ucb.TransientDocumentsContentProvider - </service-dependency> - </component-description> - - <project-build-dependency> sal </project-build-dependency> - <project-build-dependency> salhelper </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.Property </type> - <type> com.sun.star.beans.PropertyAttribute </type> - <type> com.sun.star.beans.PropertyValue </type> - <type> com.sun.star.beans.XPropertySet </type> - <type> com.sun.star.container.XEnumerationAccess </type> - <type> com.sun.star.container.XNameAccess </type> - <type> com.sun.star.document.XStorageBasedDocument </type> - <type> com.sun.star.document.XEventBroadcaster </type> - <type> com.sun.star.document.XEventListener </type> - <type> com.sun.star.embed.ElementModes </type> - <type> com.sun.star.embed.XStorage </type> - <type> com.sun.star.embed.XTransactedObject </type> - <type> com.sun.star.frame.XTransientDocumentsDocumentContentFactory </type> - <type> com.sun.star.io.XActiveDataSink </type> - <type> com.sun.star.io.XActiveDataStreamer </type> - <type> com.sun.star.io.XSeekable </type> - <type> com.sun.star.io.XTruncate </type> - <type> com.sun.star.lang.DisposedException </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.reflection.XProxyFactory </type> - <type> com.sun.star.registry.XRegistryKey </type> - <type> com.sun.star.task.DocumentPasswordRequest </type> - <type> com.sun.star.task.XInteractionPassword </type> - <type> com.sun.star.sdbc.XRow </type> - <type> com.sun.star.ucb.CommandInfo </type> - <type> com.sun.star.ucb.ContentInfoAttribute </type> - <type> com.sun.star.ucb.InsertCommandArgument </type> - <type> com.sun.star.ucb.InteractiveBadTransferURLException </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.TransferInfo </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.XContentCreator </type> - <type> com.sun.star.ucb.XPersistentPropertySet </type> - <type> com.sun.star.uno.XAggregation </type> - -</module-description> diff --git a/ucb/source/ucp/webdav/ucpdav.xml b/ucb/source/ucp/webdav/ucpdav.xml deleted file mode 100644 index ccb993b3138c..000000000000 --- a/ucb/source/ucp/webdav/ucpdav.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"> -<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> |