diff options
Diffstat (limited to 'sc/xml/ScAccessiblePreviewTable.xml')
-rw-r--r-- | sc/xml/ScAccessiblePreviewTable.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sc/xml/ScAccessiblePreviewTable.xml b/sc/xml/ScAccessiblePreviewTable.xml new file mode 100644 index 000000000000..646ec6787fe6 --- /dev/null +++ b/sc/xml/ScAccessiblePreviewTable.xml @@ -0,0 +1,26 @@ +<?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> |