summaryrefslogtreecommitdiff
path: root/svx/xml
diff options
context:
space:
mode:
Diffstat (limited to 'svx/xml')
-rw-r--r--svx/xml/AccessibleControlShape.xml40
-rw-r--r--svx/xml/AccessibleEditableTextPara.xml37
-rw-r--r--svx/xml/AccessibleGraphicShape.xml41
-rw-r--r--svx/xml/AccessibleImageBullet.xml34
-rw-r--r--svx/xml/AccessibleOLEShape.xml41
-rw-r--r--svx/xml/AccessibleShape.xml39
-rw-r--r--svx/xml/SvxDrawPage.xml16
-rw-r--r--svx/xml/SvxGraphCtrlAccessibleContext.xml19
-rw-r--r--svx/xml/SvxGraphicExporter.xml16
-rw-r--r--svx/xml/SvxGraphicObject.xml16
-rw-r--r--svx/xml/SvxShape.xml16
-rw-r--r--svx/xml/SvxShapeCircle.xml16
-rw-r--r--svx/xml/SvxShapeCollection.xml16
-rw-r--r--svx/xml/SvxShapeConnector.xml16
-rw-r--r--svx/xml/SvxShapeControl.xml16
-rw-r--r--svx/xml/SvxShapeDimensioning.xml16
-rw-r--r--svx/xml/SvxShapeGroup.xml16
-rw-r--r--svx/xml/SvxShapePolyPolygon.xml16
-rw-r--r--svx/xml/SvxShapePolyPolygonBezier.xml16
-rw-r--r--svx/xml/SvxUnoNumberingRules.xml16
-rw-r--r--svx/xml/SvxUnoText.xml16
-rw-r--r--svx/xml/SvxUnoTextContent.xml16
-rw-r--r--svx/xml/SvxUnoTextContentEnum.xml16
-rw-r--r--svx/xml/SvxUnoTextCursor.xml16
-rw-r--r--svx/xml/SvxUnoTextField.xml16
-rw-r--r--svx/xml/SvxUnoTextRange.xml16
-rw-r--r--svx/xml/SvxUnoTextRangeEnumeration.xml16
27 files changed, 571 insertions, 0 deletions
diff --git a/svx/xml/AccessibleControlShape.xml b/svx/xml/AccessibleControlShape.xml
new file mode 100644
index 000000000000..cc889988363b
--- /dev/null
+++ b/svx/xml/AccessibleControlShape.xml
@@ -0,0 +1,40 @@
+<?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>svx</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleControlShape</name>
+
+<description>This component represents the accessbility object of control
+shapes. This is an accessible object where the accessible context is
+implemented by another object. Furthermore, this context may be replaced by
+another during runtime. For more detailed information see the documentation
+of the supported services and the link to the general accessibility
+documentation.</description>
+
+<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
+title="Link to a general description of UNO accessibility"/>
+
+<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+<language>c++</language>
+<status value="alpha"/>
+
+<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
+<supported-service>com.sun.star.accessibility.Accessible</supported-service>
+<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
+
+<type>com.sun.star.accessibility.XAccessible</type>
+<type>com.sun.star.accessibility.XAccessibleContext</type>
+<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+<type>com.sun.star.accessibility.XAccessibleComponent</type>
+<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XServiceInfo</type>
+<type>com.sun.star.lang.XComponent</type>
+<type>com.sun.star.document.XEventListener</type>
+<type>com.sun.star.lang.XUnoTunnel</type>
+
+</component-description>
+</module-description>
diff --git a/svx/xml/AccessibleEditableTextPara.xml b/svx/xml/AccessibleEditableTextPara.xml
new file mode 100644
index 000000000000..affb15f4dd55
--- /dev/null
+++ b/svx/xml/AccessibleEditableTextPara.xml
@@ -0,0 +1,37 @@
+<?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>svx</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleEditableTextPara</name>
+
+<description>This component represents the accessbility object for an
+editable text paragraph. For more detailed
+information see the documentation of the supported services and the link
+to the general accessibility documentation.</description>
+
+<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
+title="Link to a general description of UNO accessibility"/>
+
+<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+<language>c++</language>
+<status value="alpha"/>
+
+<supported-service>com.sun.star.text.AccessibleParagraphView</supported-service>
+<supported-service>com.sun.star.accessibility.Accessible</supported-service>
+<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
+
+<type>com.sun.star.accessibility.XAccessible</type>
+<type>com.sun.star.accessibility.XAccessibleContext</type>
+<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+<type>com.sun.star.accessibility.XAccessibleComponent</type>
+<type>com.sun.star.accessibility.XAccessibleEditableText</type>
+<type>com.sun.star.accessibility.XAccessibleHyperext</type>
+<type>com.sun.star.accessibility.XAccessibleTextAttributes</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XServiceInfo</type>
+
+</component-description>
+</module-description>
diff --git a/svx/xml/AccessibleGraphicShape.xml b/svx/xml/AccessibleGraphicShape.xml
new file mode 100644
index 000000000000..74e41df3a77d
--- /dev/null
+++ b/svx/xml/AccessibleGraphicShape.xml
@@ -0,0 +1,41 @@
+<?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>svx</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleGraphicShape</name>
+
+<description>Derived from AccessibleShape this component supports the
+additional com.sun.star.accessibility.XAccessibleImage interface in
+order to supply more detailed information about accessible images. For more
+detailed information see the documentation of the base component
+AccessibleShape, the supported services, and the link to the general
+accessibility documentation.</description>
+
+<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
+title="Link to a general description of UNO accessibility"/>
+
+<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+<language>c++</language>
+<status value="alpha"/>
+
+<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
+<supported-service>com.sun.star.accessibility.Accessible</supported-service>
+<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
+
+<type>com.sun.star.accessibility.XAccessible</type>
+<type>com.sun.star.accessibility.XAccessibleContext</type>
+<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+<type>com.sun.star.accessibility.XAccessibleComponent</type>
+<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
+<type>com.sun.star.accessibility.XAccessibleImage</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XServiceInfo</type>
+<type>com.sun.star.lang.XComponent</type>
+<type>com.sun.star.document.XEventListener</type>
+<type>com.sun.star.lang.XUnoTunnel</type>
+
+</component-description>
+</module-description>
diff --git a/svx/xml/AccessibleImageBullet.xml b/svx/xml/AccessibleImageBullet.xml
new file mode 100644
index 000000000000..c6a2afdba95e
--- /dev/null
+++ b/svx/xml/AccessibleImageBullet.xml
@@ -0,0 +1,34 @@
+<?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>svx</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleImageBullet</name>
+
+<description>This component represents the accessbility object for an
+image bullet within a text paragraph. For more detailed
+information see the documentation of the supported services and the link
+to the general accessibility documentation.</description>
+
+<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
+title="Link to a general description of UNO accessibility"/>
+
+<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+<language>c++</language>
+<status value="alpha"/>
+
+<supported-service>com.sun.star.text.AccessibleImageBullet</supported-service>
+<supported-service>com.sun.star.accessibility.Accessible</supported-service>
+<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
+
+<type>com.sun.star.accessibility.XAccessible</type>
+<type>com.sun.star.accessibility.XAccessibleContext</type>
+<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+<type>com.sun.star.accessibility.XAccessibleComponent</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XServiceInfo</type>
+
+</component-description>
+</module-description>
diff --git a/svx/xml/AccessibleOLEShape.xml b/svx/xml/AccessibleOLEShape.xml
new file mode 100644
index 000000000000..27a9cafd4669
--- /dev/null
+++ b/svx/xml/AccessibleOLEShape.xml
@@ -0,0 +1,41 @@
+<?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>svx</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleOLEShape</name>
+
+<description>Derived from AccessibleShape this component supports the
+additional com.sun.star.accessibility.XAccessibleAction interface in
+order to supply more detailed information about accessible OLE shapes. For
+more detailed information see the documentation of the base component
+AccessibleShape, the supported services, and the link to the general
+accessibility documentation.</description>
+
+<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
+title="Link to a general description of UNO accessibility"/>
+
+<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+<language>c++</language>
+<status value="alpha"/>
+
+<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
+<supported-service>com.sun.star.accessibility.Accessible</supported-service>
+<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
+
+<type>com.sun.star.accessibility.XAccessible</type>
+<type>com.sun.star.accessibility.XAccessibleContext</type>
+<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+<type>com.sun.star.accessibility.XAccessibleComponent</type>
+<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
+<type>com.sun.star.accessibility.XAccessibleAction</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XServiceInfo</type>
+<type>com.sun.star.lang.XComponent</type>
+<type>com.sun.star.document.XEventListener</type>
+<type>com.sun.star.lang.XUnoTunnel</type>
+
+</component-description>
+</module-description>
diff --git a/svx/xml/AccessibleShape.xml b/svx/xml/AccessibleShape.xml
new file mode 100644
index 000000000000..6469448e5479
--- /dev/null
+++ b/svx/xml/AccessibleShape.xml
@@ -0,0 +1,39 @@
+<?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>svx</module-name>
+<component-description>
+
+<author>Andre Fischer</author>
+<name>AccessibleShape</name>
+
+<description>This component represents the accessbility object of generic
+shapes. There is a list of derived components that are used for special
+shapes and which support additional interfaces. For more detailed
+information see the documentation of the supported services and the link
+to the general accessibility documentation.</description>
+
+<reference-docu xlink-href="http://ui.openoffice.org/accessibility"
+title="Link to a general description of UNO accessibility"/>
+
+<loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+<language>c++</language>
+<status value="alpha"/>
+
+<supported-service>com.sun.star.drawing.AccessibleShape</supported-service>
+<supported-service>com.sun.star.accessibility.Accessible</supported-service>
+<supported-service>com.sun.star.accessibility.AccessibleContext</supported-service>
+
+<type>com.sun.star.accessibility.XAccessible</type>
+<type>com.sun.star.accessibility.XAccessibleContext</type>
+<type>com.sun.star.accessibility.XAccessibleEventBroadcaster</type>
+<type>com.sun.star.accessibility.XAccessibleComponent</type>
+<type>com.sun.star.accessibility.XAccessibleExtendedComponent</type>
+<type>com.sun.star.lang.XTypeProvider</type>
+<type>com.sun.star.lang.XServiceInfo</type>
+<type>com.sun.star.lang.XComponent</type>
+<type>com.sun.star.document.XEventListener</type>
+<type>com.sun.star.lang.XUnoTunnel</type>
+
+</component-description>
+</module-description>
diff --git a/svx/xml/SvxDrawPage.xml b/svx/xml/SvxDrawPage.xml
new file mode 100644
index 000000000000..29ea110a0094
--- /dev/null
+++ b/svx/xml/SvxDrawPage.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxDrawPage</name>
+ <description>
+ This component implements the basic functionality for a drawing page
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::drawing::DrawPage</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxGraphCtrlAccessibleContext.xml b/svx/xml/SvxGraphCtrlAccessibleContext.xml
new file mode 100644
index 000000000000..ad436f5dc297
--- /dev/null
+++ b/svx/xml/SvxGraphCtrlAccessibleContext.xml
@@ -0,0 +1,19 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.ui.SvxGraphCtrlAccessibleContext</name>
+ <description>
+ This component implements the basic accessibility context to a GraphControl. A GraphControl displays
+ a drawing-layer model, for example in the ImageMap dialog.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>::com::sun::star::accessibility::Accessible</supported-service>
+ <supported-service>::com::sun::star::accessibility::AccessibleContext</supported-service>
+ <supported-service>::com::sun::star::drawing::AccessibleGraphControl</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxGraphicExporter.xml b/svx/xml/SvxGraphicExporter.xml
new file mode 100644
index 000000000000..6a4d9fef2f47
--- /dev/null
+++ b/svx/xml/SvxGraphicExporter.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.Draw.GraphicExporter</name>
+ <description>
+ this Component implements a com.sun.star.drawing.GraphicExportFilter service.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.GraphicExportFilter</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxGraphicObject.xml b/svx/xml/SvxGraphicObject.xml
new file mode 100644
index 000000000000..7c756ad3e06e
--- /dev/null
+++ b/svx/xml/SvxGraphicObject.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxGraphicObject</name>
+ <description>
+ This component provides access to a graphic object.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.GraphicObjectShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShape.xml b/svx/xml/SvxShape.xml
new file mode 100644
index 000000000000..6cf5e00a1ac1
--- /dev/null
+++ b/svx/xml/SvxShape.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShape</name>
+ <description>
+ This component provides access to a basic shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.TextShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapeCircle.xml b/svx/xml/SvxShapeCircle.xml
new file mode 100644
index 000000000000..fc37a09e93e3
--- /dev/null
+++ b/svx/xml/SvxShapeCircle.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapeCircle</name>
+ <description>
+ This component provides access to a circle shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.EllipseShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapeCollection.xml b/svx/xml/SvxShapeCollection.xml
new file mode 100644
index 000000000000..ad9781dfd367
--- /dev/null
+++ b/svx/xml/SvxShapeCollection.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapeCollection</name>
+ <description>
+ This component provides to a collection of shapes.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.Shapes</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapeConnector.xml b/svx/xml/SvxShapeConnector.xml
new file mode 100644
index 000000000000..e80596b91d60
--- /dev/null
+++ b/svx/xml/SvxShapeConnector.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapeConnector</name>
+ <description>
+ This component provides to a connector shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.ConnectorShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapeControl.xml b/svx/xml/SvxShapeControl.xml
new file mode 100644
index 000000000000..c2c95e1abed7
--- /dev/null
+++ b/svx/xml/SvxShapeControl.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapeControl</name>
+ <description>
+ This component provides access to a control shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.ControlShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapeDimensioning.xml b/svx/xml/SvxShapeDimensioning.xml
new file mode 100644
index 000000000000..4a3096010771
--- /dev/null
+++ b/svx/xml/SvxShapeDimensioning.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapeDimensioning</name>
+ <description>
+ This component provides access to a dimensioning shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.MeasureShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapeGroup.xml b/svx/xml/SvxShapeGroup.xml
new file mode 100644
index 000000000000..e24fa8c703aa
--- /dev/null
+++ b/svx/xml/SvxShapeGroup.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapeGroup</name>
+ <description>
+ This component provides a group shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.GroupShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapePolyPolygon.xml b/svx/xml/SvxShapePolyPolygon.xml
new file mode 100644
index 000000000000..203bc1df98f5
--- /dev/null
+++ b/svx/xml/SvxShapePolyPolygon.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapePolyPolygon</name>
+ <description>
+ This component provides a poly polygon shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.drawing.PolyPolygonShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxShapePolyPolygonBezier.xml b/svx/xml/SvxShapePolyPolygonBezier.xml
new file mode 100644
index 000000000000..aadabb6df6f7
--- /dev/null
+++ b/svx/xml/SvxShapePolyPolygonBezier.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxShapePolyPolygonBezier</name>
+ <description>
+ This component provides access to a poly polygon bezier shape.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::drawing::PolyPolygonBezierShape</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoNumberingRules.xml b/svx/xml/SvxUnoNumberingRules.xml
new file mode 100644
index 000000000000..fe5b13ed490e
--- /dev/null
+++ b/svx/xml/SvxUnoNumberingRules.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoNumberingRules</name>
+ <description>
+ This component provides access to a anumbering rule
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::text::NumberingRules</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoText.xml b/svx/xml/SvxUnoText.xml
new file mode 100644
index 000000000000..c3b26aa74321
--- /dev/null
+++ b/svx/xml/SvxUnoText.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoText</name>
+ <description>
+ This component provides access to the text based on the edit engine or the outliner.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::text::Text</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoTextContent.xml b/svx/xml/SvxUnoTextContent.xml
new file mode 100644
index 000000000000..2732d480b5ec
--- /dev/null
+++ b/svx/xml/SvxUnoTextContent.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoTextContent</name>
+ <description>
+ This component provides access to the paragraph contend inside the text of an edit engine or outliner.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::text::Paragraph</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoTextContentEnum.xml b/svx/xml/SvxUnoTextContentEnum.xml
new file mode 100644
index 000000000000..ecbc78b5d3d3
--- /dev/null
+++ b/svx/xml/SvxUnoTextContentEnum.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoTextContentEnum</name>
+ <description>
+ This component provides access to the paragraph insides an edit engine or outliner
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::container::XEnumeration</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoTextCursor.xml b/svx/xml/SvxUnoTextCursor.xml
new file mode 100644
index 000000000000..fbebd7cf17a5
--- /dev/null
+++ b/svx/xml/SvxUnoTextCursor.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoTextCursor</name>
+ <description>
+ This component provides an implementation of a text cursor for the edit engine or outliner.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::text::TextCursor</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoTextField.xml b/svx/xml/SvxUnoTextField.xml
new file mode 100644
index 000000000000..fa64d6b1230c
--- /dev/null
+++ b/svx/xml/SvxUnoTextField.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoTextField</name>
+ <description>
+ This component provides access to a text field text content for edit engine and outliner
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::text::TextField</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoTextRange.xml b/svx/xml/SvxUnoTextRange.xml
new file mode 100644
index 000000000000..04b4610fb5d5
--- /dev/null
+++ b/svx/xml/SvxUnoTextRange.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoTextRange</name>
+ <description>
+ This component provides access to a simple text range in an edit engine or outliner.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com::sun::star::text::TextRange</supported-service>
+ </component-description>
+</module-description>
diff --git a/svx/xml/SvxUnoTextRangeEnumeration.xml b/svx/xml/SvxUnoTextRangeEnumeration.xml
new file mode 100644
index 000000000000..c8fc25adf539
--- /dev/null
+++ b/svx/xml/SvxUnoTextRangeEnumeration.xml
@@ -0,0 +1,16 @@
+<?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>svx</module-name>
+ <component-description>
+ <author>Christian Lippka</author>
+ <name>com.sun.star.comp.office.SvxUnoTextRangeEnumeration</name>
+ <description>
+ This component provides access to an enumeration of text ranges.
+</description>
+ <loader-name>com.sun.star.loader.SharedLibrary</loader-name>
+ <language>c++</language>
+ <status value="final"/>
+ <supported-service>com.sun.star.text.TextPortionEnumeration</supported-service>
+ </component-description>
+</module-description>