summaryrefslogtreecommitdiff
path: root/sc/xml
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2002-08-16 15:11:21 +0000
committerDaniel Rentz <dr@openoffice.org>2002-08-16 15:11:21 +0000
commitaddbe8c90408b5b611efdb34a59d8ea1063a0152 (patch)
tree77a79ddfcce15d85bda6acb4f61a3fe3955f3d11 /sc/xml
parentc65415229007ee3eef2e7f00715934aaef177371 (diff)
#101677# CSV accessibility
Diffstat (limited to 'sc/xml')
-rw-r--r--sc/xml/ScAccessibleCsvCell.xml28
-rw-r--r--sc/xml/ScAccessibleCsvGrid.xml29
-rw-r--r--sc/xml/ScAccessibleCsvRuler.xml28
3 files changed, 85 insertions, 0 deletions
diff --git a/sc/xml/ScAccessibleCsvCell.xml b/sc/xml/ScAccessibleCsvCell.xml
new file mode 100644
index 000000000000..c181b5e9780c
--- /dev/null
+++ b/sc/xml/ScAccessibleCsvCell.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>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>drafts.com.sun.star.sheet.AccessibleCsvCell</supported-service>
+ <type>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</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/ScAccessibleCsvGrid.xml b/sc/xml/ScAccessibleCsvGrid.xml
new file mode 100644
index 000000000000..962c824f25bb
--- /dev/null
+++ b/sc/xml/ScAccessibleCsvGrid.xml
@@ -0,0 +1,29 @@
+<?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>drafts.com.sun.star.sheet.AccessibleCsvTable</supported-service>
+ <type>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleTable</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/ScAccessibleCsvRuler.xml b/sc/xml/ScAccessibleCsvRuler.xml
new file mode 100644
index 000000000000..b1190fa51997
--- /dev/null
+++ b/sc/xml/ScAccessibleCsvRuler.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>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>drafts.com.sun.star.sheet.AccessibleCsvRuler</supported-service>
+ <type>drafts.com.sun.star.accessibility.XAccessibleContext</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleComponent</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>