officecfg/registry/schema/org/openoffice/Office/Draw.xcs |   42 +++++++++++++++
 1 file changed, 42 insertions(+)

New commits:
commit 62d80667f5b164e7a6377c22b0f37407ccf8eb59
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Mon Dec 18 11:38:56 2023 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Mon Dec 18 20:40:16 2023 +0100

    Revert "[API CHANGE] Remove unused CrossFading group"
    
    This reverts commit cbc6bb9fdaf4acc815b9f11fba73c33d25a81e8f.
    
    Reason for revert: This config group is supposed to be used, see tdf#158304 
for details.
    
    Bug reference now added to the config group.
    
    Change-Id: Id8d15b3f3c6abdec541e8ed7d3965259428b64fb
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160866
    Tested-by: Jenkins
    Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>

diff --git a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs 
b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
index 290d8148bd1a..c7ce19c2d6f4 100644
--- a/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
+++ b/officecfg/registry/schema/org/openoffice/Office/Draw.xcs
@@ -336,6 +336,48 @@
           <value>false</value>
         </prop>
       </group>
+      <group oor:name="CrossFading">
+        <info>
+          <desc>Contains a specification of how to morph between objects (e.g. 
how many steps and whether to regard the object's attributes).
+          These settings are supposed to be saved, see 
https://bugs.documentfoundation.org/show_bug.cgi?id=158304</desc>
+        </info>
+        <prop oor:name="Steps" oor:type="xs:short" oor:nillable="false">
+          <!-- UIHints: Select two objects =&gt; Edit  Cross-fade -->
+          <info>
+            <desc>Specifies the number of intermediate morphing steps between 
two objects.</desc>
+            <label>Steps</label>
+          </info>
+          <constraints>
+            <minInclusive oor:value="1">
+              <info>
+                <desc>Specifies that there has to be at least one morphing 
step.</desc>
+              </info>
+            </minInclusive>
+            <maxInclusive oor:value="256">
+              <info>
+                <desc>Specifies that there may be at least this many morphing 
steps.</desc>
+              </info>
+            </maxInclusive>
+          </constraints>
+          <value>16</value>
+        </prop>
+        <prop oor:name="Orientation" oor:type="xs:boolean" 
oor:nillable="false">
+          <!-- UIHints: Select two objects =&gt; Edit  Cross-fade -->
+          <info>
+            <desc>Indicates whether two objects to be morphed shall have the 
same orientation.</desc>
+            <label>Orientation</label>
+          </info>
+          <value>true</value>
+        </prop>
+        <prop oor:name="Attributes" oor:type="xs:boolean" oor:nillable="false">
+          <!-- UIHints: Select two objects =&gt; Edit  Cross-fade -->
+          <info>
+            <desc>Indicates whether to consider objects' attributes (e.g. 
colors) when morphing one object into another.</desc>
+            <label>Attributes</label>
+          </info>
+          <value>true</value>
+        </prop>
+      </group>
       <group oor:name="DefaultObjectSize">
         <!-- UIHints: Default size for newly created objects when using 
CTRL-Return or CTRL-Click -->
         <info>

Reply via email to