summaryrefslogtreecommitdiff
path: root/officecfg/registry/schema
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-11-21 01:14:08 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-11-24 15:56:57 +0100
commit41b3bd1412a463ada1fd8168d0d7822d4f477029 (patch)
tree7b4d0ec07b92b7b6914196672592de17a5217deb /officecfg/registry/schema
parent2a14f1c5c1486e436c7851f6909faa4a7afb8f2d (diff)
[API CHANGE] Drop unused Writer config groups
AgendaType AlignmentType FileType IntElementType PositionType PositionXYType SizeType StyleType TextElementType last mention of them was removed in 2004 by: commit ab57c5bf40fc2b84ba3d0fd37c6e71907f8b8619 Change-Id: I506b255c887677465b829a36f94a51cb8ea9b4b2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159806 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'officecfg/registry/schema')
-rw-r--r--officecfg/registry/schema/org/openoffice/Office/Writer.xcs217
1 files changed, 0 insertions, 217 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
index 19d12f0e7451..002707b394a3 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Writer.xcs
@@ -23,223 +23,6 @@
</info>
<import oor:component="org.openoffice.Office.Common"/>
<templates>
- <group oor:name="AgendaType">
- <info>
- <desc>Specifies the settings for a single agenda entry.</desc>
- </info>
- <prop oor:name="Author" oor:type="xs:string">
- <info>
- <desc>Specifies the name of the person who is responsible for the topic.</desc>
- <label>Responsible</label>
- </info>
- </prop>
- <prop oor:name="Topic" oor:type="xs:string">
- <info>
- <desc>Specifies the title for each agenda topic.</desc>
- <label>Agenda topic</label>
- </info>
- </prop>
- <prop oor:name="Duration" oor:type="xs:int">
- <info>
- <desc>Specifies the duration of each topic [UNIT=Minute].</desc>
- <label>Duration</label>
- </info>
- </prop>
- </group>
- <group oor:name="StyleType">
- <info>
- <desc>Determines the default template style.</desc>
- </info>
- <prop oor:name="PreferredStyle" oor:type="xs:int">
- <info>
- <desc>Specifies the default template style.</desc>
- <label>Style - Modern/Classic/Decorative</label>
- </info>
- <constraints>
- <enumeration oor:value="1">
- <info>
- <desc>Modern</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Classic</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Decorative</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="SizeType">
- <info>
- <desc>Contains settings for the width and the height of an object or element.</desc>
- </info>
- <prop oor:name="Width" oor:type="xs:int">
- <info>
- <desc>Specifies the width. [UNIT=1/100 mm]</desc>
- <label/>
- </info>
- </prop>
- <prop oor:name="Height" oor:type="xs:int">
- <info>
- <desc>Specifies the height. [UNIT=1/100 mm]</desc>
- <label/>
- </info>
- </prop>
- </group>
- <group oor:name="PositionType">
- <info>
- <desc>Contains settings for the position of an object or an element.</desc>
- </info>
- <prop oor:name="Left" oor:type="xs:int">
- <info>
- <desc>Specifies the left distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Right" oor:type="xs:int">
- <info>
- <desc>Specifies the right distance of the object [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- <prop oor:name="Top" oor:type="xs:int">
- <info>
- <desc>Specifies the top distance of the object [UNIT=1/100 mm]</desc>
- </info>
- </prop>
- <prop oor:name="Bottom" oor:type="xs:int">
- <info>
- <desc>Specifies the bottom distance of the object [UNIT=1/100 mm].</desc>
- </info>
- </prop>
- </group>
- <group oor:name="AlignmentType">
- <info>
- <desc>Contains settings for aligning an object or an element.</desc>
- </info>
- <prop oor:name="Position" oor:type="xs:int">
- <info>
- <desc>Specifies alignment enumeration values.</desc>
- </info>
- <constraints>
- <enumeration oor:value="0">
- <info>
- <desc>Zero</desc>
- </info>
- </enumeration>
- <enumeration oor:value="1">
- <info>
- <desc>Top Left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="2">
- <info>
- <desc>Top Center</desc>
- </info>
- </enumeration>
- <enumeration oor:value="3">
- <info>
- <desc>Top Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="4">
- <info>
- <desc>Bottom Left</desc>
- </info>
- </enumeration>
- <enumeration oor:value="5">
- <info>
- <desc>Bottom Right</desc>
- </info>
- </enumeration>
- <enumeration oor:value="6">
- <info>
- <desc>Center</desc>
- </info>
- </enumeration>
- <enumeration oor:value="7">
- <info>
- <desc>Right Margin</desc>
- </info>
- </enumeration>
- <enumeration oor:value="8">
- <info>
- <desc>Left Margin</desc>
- </info>
- </enumeration>
- </constraints>
- </prop>
- </group>
- <group oor:name="TextElementType">
- <info>
- <desc>Contains a text information together with a visibility information.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <info>
- <desc>Determines whether the element is visible.</desc>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:string" oor:localized="true">
- <info>
- <desc>Contains the text content.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="IntElementType">
- <info>
- <desc>Contains a date or time information together with a visibility information.</desc>
- </info>
- <prop oor:name="Visible" oor:type="xs:boolean">
- <info>
- <desc>Determines whether the element is visible or not.</desc>
- </info>
- </prop>
- <prop oor:name="Content" oor:type="xs:int">
- <info>
- <desc>Contains the date or time value.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="FileType">
- <info>
- <desc>Contains information about a linked file, i.e. an image file.</desc>
- </info>
- <prop oor:name="Name" oor:type="xs:string">
- <info>
- <desc>Contains the file name as URL.</desc>
- </info>
- </prop>
- <prop oor:name="Filter" oor:type="xs:string">
- <info>
- <desc>Contains the name of the import filter to load the file.</desc>
- </info>
- </prop>
- <prop oor:name="AsLink" oor:type="xs:boolean">
- <info>
- <desc>Determines whether the file is embedded or linked.</desc>
- </info>
- </prop>
- </group>
- <group oor:name="PositionXYType">
- <info>
- <desc>Contains settings for defining a position with x and y coordinates.</desc>
- </info>
- <prop oor:name="X" oor:type="xs:int">
- <info>
- <desc>Specifies the X-value. [UNIT=1/100 mm]</desc>
- <label/>
- </info>
- </prop>
- <prop oor:name="Y" oor:type="xs:int">
- <info>
- <desc>Specifies the Y-value. [UNIT=1/100 mm]</desc>
- <label/>
- </info>
- </prop>
- </group>
<group oor:name="DataSetType">
<info>
<desc>Specifies the data set to insert from a database table or query.</desc>