summaryrefslogtreecommitdiff
path: root/sw/sdi
diff options
context:
space:
mode:
authorArmin Le Grand (Allotropia) <Armin.Le.Grand@me.com>2022-03-02 11:52:14 +0100
committerArmin Le Grand <Armin.Le.Grand@me.com>2022-03-02 17:29:38 +0100
commitcfb68712a4916448b4edbf57b6037eda53932b18 (patch)
treea428b69b21a0f040a810a44d05efd25f631b8ede /sw/sdi
parent5af30f3c37f5560cc685482e0be29127dda34b4e (diff)
Advanced Diagram support: Extend UI to all applications
As a preparation make the currently available minimal UI to interact with Diagrams available to all LO apps Change-Id: Idd0a4c187a295cd264ebd09be2b574a3d2a93e44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130837 Tested-by: Jenkins Reviewed-by: Armin Le Grand <Armin.Le.Grand@me.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r--sw/sdi/_drwbase.sdi14
1 files changed, 14 insertions, 0 deletions
diff --git a/sw/sdi/_drwbase.sdi b/sw/sdi/_drwbase.sdi
index 6c700380ed10..4981490ec22b 100644
--- a/sw/sdi/_drwbase.sdi
+++ b/sw/sdi/_drwbase.sdi
@@ -60,6 +60,20 @@ interface BaseTextDrawBase
StateMethod = GetState ;
]
+ SID_REGENERATE_DIAGRAM
+ [
+ AutoUpdate = TRUE ,
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+
+ SID_EDIT_DIAGRAM
+ [
+ AutoUpdate = TRUE ,
+ ExecMethod = Execute ;
+ StateMethod = GetState ;
+ ]
+
SID_FRAME_TO_TOP
[
ExecMethod = Execute ;