summaryrefslogtreecommitdiffstats
path: root/sc/xml
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:46:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-04-28 14:46:11 +0000
commit3e76f6539bc3d948dc3848a972b30fe4f246e4a0 (patch)
tree72c2d4c38174a499c72c2ec72c655149a86a7cde /sc/xml
parentINTEGRATION: CWS apps61beta2 (1.17.102); FILE MERGED (diff)
downloadcore-3e76f6539bc3d948dc3848a972b30fe4f246e4a0.tar.gz
core-3e76f6539bc3d948dc3848a972b30fe4f246e4a0.zip
INTEGRATION: CWS apps61beta2 (1.1.2); FILE ADDED
2003/04/08 11:38:03 sab 1.1.2.1: #107392#; there were some component descriptions missing
Diffstat (limited to 'sc/xml')
-rw-r--r--sc/xml/AccessibleEditableTextPara_HeaderFooter.xml29
1 files changed, 29 insertions, 0 deletions
diff --git a/sc/xml/AccessibleEditableTextPara_HeaderFooter.xml b/sc/xml/AccessibleEditableTextPara_HeaderFooter.xml
new file mode 100644
index 000000000000..3eae238dde60
--- /dev/null
+++ b/sc/xml/AccessibleEditableTextPara_HeaderFooter.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_HeaderFooter</name>
+ <description>This object gives you access to the text of header or footer in the header/footer dialog.</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.XAccessibleEditableText</type>
+ <type>drafts.com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+ <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>