sd/source/ui/unoidl/unomodel.cxx |   12 ++++++++++++
 1 file changed, 12 insertions(+)

New commits:
commit bb509f7cd4ab8a17c49d333519ac77ca2fbe7078
Author:     Javiya Vivekkumar Dineshbhai <vivek.jav...@collabora.com>
AuthorDate: Wed Aug 14 18:13:36 2024 +0530
Commit:     Tomaž Vajngerl <qui...@gmail.com>
CommitDate: Wed Aug 14 17:40:07 2024 +0200

    lok: enable additional transition uno commands
    
    Signed-off-by: Javiya Vivekkumar Dineshbhai <vivek.jav...@collabora.com>
    Change-Id: I424f08cf6b7ffba54ff3e20b9a8a49c20c7dcd40
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171863
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

diff --git a/sd/source/ui/unoidl/unomodel.cxx b/sd/source/ui/unoidl/unomodel.cxx
index 448f69c12eb2..6e80fb3b9d8e 100644
--- a/sd/source/ui/unoidl/unomodel.cxx
+++ b/sd/source/ui/unoidl/unomodel.cxx
@@ -361,6 +361,7 @@ constexpr auto constTransitionTypeToString = 
mapEnumToString<sal_Int16>({
     { animations::TransitionType::BARNDOORWIPE, "BarnDoorWipe"}, // Split
     { animations::TransitionType::WATERFALLWIPE, "WaterfallWipe"}, // Diagonal
     { animations::TransitionType::MISCSHAPEWIPE, "MiscShapeWipe"},
+    { animations::TransitionType::ZOOM, "Zoom"}
 });
 
 constexpr auto constTransitionSubTypeToString = mapEnumToString<sal_Int16>({
@@ -393,6 +394,17 @@ constexpr auto constTransitionSubTypeToString = 
mapEnumToString<sal_Int16>({
     { animations::TransitionSubType::HORIZONTALRIGHT, "HorizontalRight"},
     { animations::TransitionSubType::COMBVERTICAL, "CombVertical"},
     { animations::TransitionSubType::COMBHORIZONTAL, "CombHorizontal"},
+    { animations::TransitionSubType::TOPLEFT, "TopLeft"},
+    { animations::TransitionSubType::TOPRIGHT, "TopRight"},
+    { animations::TransitionSubType::BOTTOMRIGHT, "BottomRight"},
+    { animations::TransitionSubType::BOTTOMLEFT, "BottomLeft"},
+    { animations::TransitionSubType::TOPCENTER, "TopCenter"},
+    { animations::TransitionSubType::RIGHTCENTER, "RightCenter"},
+    { animations::TransitionSubType::BOTTOMCENTER, "BottomCenter"},
+    { animations::TransitionSubType::FANOUTHORIZONTAL, "FanOutHorizontal"},
+    { animations::TransitionSubType::CORNERSIN, "CornersIn"},
+    { animations::TransitionSubType::HEART, "Heart"},
+    { animations::TransitionSubType::ROTATEIN, "RotateIn"}
 });
 
 constexpr auto constAnimationNodeTypeToString = mapEnumToString<sal_Int16>({

Reply via email to