summaryrefslogtreecommitdiff
path: root/sc/xml
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-06-28 07:03:31 +0000
committerSascha Ballach <sab@openoffice.org>2002-06-28 07:03:31 +0000
commita17b141af9aeb8d4647dc08d627e3614b6048b20 (patch)
tree458206575e4f3d52066a9ecdbe780172808c76f0 /sc/xml
parent1316c7890bce7fceeed68e0020801dd6b8da3791 (diff)
#100692#; add component description
Diffstat (limited to 'sc/xml')
-rw-r--r--sc/xml/ScAccessibleCell.xml30
-rw-r--r--sc/xml/ScAccessibleDocument.xml28
-rw-r--r--sc/xml/ScAccessibleDocumentPagePreview.xml27
-rw-r--r--sc/xml/ScAccessiblePageHeader.xml27
-rw-r--r--sc/xml/ScAccessiblePageHeaderArea.xml27
-rw-r--r--sc/xml/ScAccessiblePreviewCell.xml28
-rw-r--r--sc/xml/ScAccessiblePreviewHeaderCell.xml28
-rw-r--r--sc/xml/ScAccessiblePreviewTable.xml27
-rw-r--r--sc/xml/ScAccessibleSpreadsheet.xml28
9 files changed, 250 insertions, 0 deletions
diff --git a/sc/xml/ScAccessibleCell.xml b/sc/xml/ScAccessibleCell.xml
new file mode 100644
index 000000000000..2e3d61f82564
--- /dev/null
+++ b/sc/xml/ScAccessibleCell.xml
@@ -0,0 +1,30 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleValue</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessibleDocument.xml b/sc/xml/ScAccessibleDocument.xml
new file mode 100644
index 000000000000..aa540f7a5876
--- /dev/null
+++ b/sc/xml/ScAccessibleDocument.xml
@@ -0,0 +1,28 @@
+<?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.AccessibleSpreadsheetDocumentViewl</supported-service>
+ <type>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessibleDocumentPagePreview.xml b/sc/xml/ScAccessibleDocumentPagePreview.xml
new file mode 100644
index 000000000000..18378343cfb8
--- /dev/null
+++ b/sc/xml/ScAccessibleDocumentPagePreview.xml
@@ -0,0 +1,27 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessiblePageHeader.xml b/sc/xml/ScAccessiblePageHeader.xml
new file mode 100644
index 000000000000..2e56f17773b9
--- /dev/null
+++ b/sc/xml/ScAccessiblePageHeader.xml
@@ -0,0 +1,27 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessiblePageHeaderArea.xml b/sc/xml/ScAccessiblePageHeaderArea.xml
new file mode 100644
index 000000000000..dc1a769128f1
--- /dev/null
+++ b/sc/xml/ScAccessiblePageHeaderArea.xml
@@ -0,0 +1,27 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessiblePreviewCell.xml b/sc/xml/ScAccessiblePreviewCell.xml
new file mode 100644
index 000000000000..af689b937cf8
--- /dev/null
+++ b/sc/xml/ScAccessiblePreviewCell.xml
@@ -0,0 +1,28 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessiblePreviewHeaderCell.xml b/sc/xml/ScAccessiblePreviewHeaderCell.xml
new file mode 100644
index 000000000000..0e794cea158f
--- /dev/null
+++ b/sc/xml/ScAccessiblePreviewHeaderCell.xml
@@ -0,0 +1,28 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessiblePreviewTable.xml b/sc/xml/ScAccessiblePreviewTable.xml
new file mode 100644
index 000000000000..abdd07df846f
--- /dev/null
+++ b/sc/xml/ScAccessiblePreviewTable.xml
@@ -0,0 +1,27 @@
+<?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>ScAccessibleCell</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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>
diff --git a/sc/xml/ScAccessibleSpreadsheet.xml b/sc/xml/ScAccessibleSpreadsheet.xml
new file mode 100644
index 000000000000..c23b06da5541
--- /dev/null
+++ b/sc/xml/ScAccessibleSpreadsheet.xml
@@ -0,0 +1,28 @@
+<?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>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>