diff options
author | Daniel Rentz <dr@openoffice.org> | 2002-08-16 15:11:21 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2002-08-16 15:11:21 +0000 |
commit | addbe8c90408b5b611efdb34a59d8ea1063a0152 (patch) | |
tree | 77a79ddfcce15d85bda6acb4f61a3fe3955f3d11 /sc/xml/ScAccessibleCsvCell.xml | |
parent | c65415229007ee3eef2e7f00715934aaef177371 (diff) |
#101677# CSV accessibility
Diffstat (limited to 'sc/xml/ScAccessibleCsvCell.xml')
-rw-r--r-- | sc/xml/ScAccessibleCsvCell.xml | 28 |
1 files changed, 28 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> |