diff options
author | Armin Le Grand (Allotropia) <Armin.Le.Grand@me.com> | 2022-03-02 11:52:14 +0100 |
---|---|---|
committer | Armin Le Grand <Armin.Le.Grand@me.com> | 2022-03-02 17:29:38 +0100 |
commit | cfb68712a4916448b4edbf57b6037eda53932b18 (patch) | |
tree | a428b69b21a0f040a810a44d05efd25f631b8ede /svx/sdi | |
parent | 5af30f3c37f5560cc685482e0be29127dda34b4e (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 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index 2ea903df9edf..e57e3e5f5938 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -2595,6 +2595,41 @@ SfxVoidItem EnterGroup SID_ENTER_GROUP ] +SfxVoidItem RegenerateDiagram SID_REGENERATE_DIAGRAM +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + +SfxVoidItem EditDiagram SID_EDIT_DIAGRAM +() +[ + AutoUpdate = FALSE, + FastCall = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + + AccelConfig = TRUE, + MenuConfig = TRUE, + ToolBoxConfig = TRUE, + GroupId = SfxGroupId::Modify; +] + + SvxEscapementItem Escapement SID_ATTR_CHAR_ESCAPEMENT [ |