summaryrefslogtreecommitdiffstats
path: root/sc/xml
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:46:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:46:20 +0000
commit2dba6dce2201ad67b76756c02fb59f025b6359ef (patch)
tree75a5ed20585a3e2abba6773188bf0b820176534d /sc/xml
parentINTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED (diff)
downloadcore-2dba6dce2201ad67b76756c02fb59f025b6359ef.tar.gz
core-2dba6dce2201ad67b76756c02fb59f025b6359ef.zip
INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED
2003/04/08 11:38:04 sab 1.1.2.1: #107392#; there were some component descriptions missing
Diffstat (limited to 'sc/xml')
-rw-r--r--sc/xml/AccessibleEditableTextPara_PreviewCell.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/sc/xml/AccessibleEditableTextPara_PreviewCell.xml b/sc/xml/AccessibleEditableTextPara_PreviewCell.xml
new file mode 100644
index 000000000000..3a99c7fc020a
--- /dev/null
+++ b/sc/xml/AccessibleEditableTextPara_PreviewCell.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>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>drafts.com.sun.star.text.AccessibleParagraphView</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>
+ <type>drafts.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>vos</project-build-dependency>
+ <project-build-dependency>svx</project-build-dependency>
+</module-description>