summaryrefslogtreecommitdiff
path: root/sd/xml
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2002-01-29 15:17:53 +0000
committerChristian Lippka <cl@openoffice.org>2002-01-29 15:17:53 +0000
commit03a027ca6ebc2461526ab02d58cfa1fcce6e415c (patch)
tree31c275cf6c25874aa7d9b1080101c8798ae83607 /sd/xml
parent27af345ce9f9ec9fc0f2f50bbf8a5f63afb10b3e (diff)
#95585# new view component descriptions
Diffstat (limited to 'sd/xml')
-rw-r--r--sd/xml/DrawingView.xml17
-rw-r--r--sd/xml/HandoutView.xml18
-rw-r--r--sd/xml/NotesView.xml18
-rw-r--r--sd/xml/OutlineView.xml17
-rw-r--r--sd/xml/PresentationView.xml17
-rw-r--r--sd/xml/SlidesView.xml17
6 files changed, 104 insertions, 0 deletions
diff --git a/sd/xml/DrawingView.xml b/sd/xml/DrawingView.xml
new file mode 100644
index 000000000000..71a328387675
--- /dev/null
+++ b/sd/xml/DrawingView.xml
@@ -0,0 +1,17 @@
+<?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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>SdUnoDrawView</name>
+ <description>
+specifies a document which consists of multiple pages
+ with drawings.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service>
+ </component-description>
+</module-description>
diff --git a/sd/xml/HandoutView.xml b/sd/xml/HandoutView.xml
new file mode 100644
index 000000000000..b10cc97189fe
--- /dev/null
+++ b/sd/xml/HandoutView.xml
@@ -0,0 +1,18 @@
+<?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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>SdUnoDrawView</name>
+ <description>
+ This componend integrates a view to a handout page inside a presentation
+ document into the desktop
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service>
+ <supported-service>com::sun::star::presentation::HandoutView</supported-service>
+ </component-description>
+</module-description>
diff --git a/sd/xml/NotesView.xml b/sd/xml/NotesView.xml
new file mode 100644
index 000000000000..72d37c1f601b
--- /dev/null
+++ b/sd/xml/NotesView.xml
@@ -0,0 +1,18 @@
+<?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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>SdUnoDrawView</name>
+ <description>
+This componend integrates a view to a handout page inside a presentation
+ document into the desktop.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::drawing::DrawingDocumentDrawView</supported-service>
+ <supported-service>com::sun::star::presentation::NotesView</supported-service>
+ </component-description>
+</module-description>
diff --git a/sd/xml/OutlineView.xml b/sd/xml/OutlineView.xml
new file mode 100644
index 000000000000..c787c5b42281
--- /dev/null
+++ b/sd/xml/OutlineView.xml
@@ -0,0 +1,17 @@
+<?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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>SdUnoOutlineView</name>
+ <description>
+This componend integrates an outline view to a presentation
+ document into the desktop.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::presentation::OutlineView</supported-service>
+ </component-description>
+</module-description>
diff --git a/sd/xml/PresentationView.xml b/sd/xml/PresentationView.xml
new file mode 100644
index 000000000000..bf20fda79bbc
--- /dev/null
+++ b/sd/xml/PresentationView.xml
@@ -0,0 +1,17 @@
+<?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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>SdUnoPresView</name>
+ <description>
+This componend integrates a view to a slide show of a presentation
+ document into the desktop.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::presentation::PresentationView</supported-service>
+ </component-description>
+</module-description>
diff --git a/sd/xml/SlidesView.xml b/sd/xml/SlidesView.xml
new file mode 100644
index 000000000000..0fa52e38ac5d
--- /dev/null
+++ b/sd/xml/SlidesView.xml
@@ -0,0 +1,17 @@
+<?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>sd</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>SdUnoSlideView</name>
+ <description>
+This componend integrates a slides view to a presentation
+ document into the desktop.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::presentation::SlidesView</supported-service>
+ </component-description>
+</module-description>