diff options
author | Justin Luth <justin_luth@sil.org> | 2015-10-13 16:42:16 +0300 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-15 13:36:37 +0000 |
commit | 6212c467156e2bd4580a9f8145124223d3135ea4 (patch) | |
tree | 67e83831c825c0f1c6c69baa9386d5d68bfb89b1 /starmath/sdi | |
parent | d3465703c9d6f7a6277398337a5e9df3a8df0d19 (diff) |
tdf#73691 - add alt-x support to math
At the request of bug tdf#94957, adding unicode conversion
shortcut (alt+x) to Math also.
Change-Id: I5b4d17543a819f035ade0d9a516eeef8542a286e
Reviewed-on: https://gerrit.libreoffice.org/19323
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smath.sdi | 25 | ||||
-rw-r--r-- | starmath/sdi/smslots.sdi | 4 |
2 files changed, 29 insertions, 0 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index bbf5a6bedb6f..29d4c60ac76d 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -800,6 +800,31 @@ SfxStringItem TextStatus SID_TEXTSTATUS ] +SfxVoidItem UnicodeNotationToggle SID_UNICODE_NOTATION_TOGGLE +() +[ + /* flags: */ + AutoUpdate = FALSE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = FALSE, + StatusBarConfig = FALSE, + ToolBoxConfig = FALSE, + GroupId = GID_OPTIONS; +] + + SfxVoidItem ToolBoxWindow SID_TOOLBOXWINDOW () [ diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index a43eb7c38bff..d00382d2bd18 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -291,6 +291,10 @@ interface FormulaView ExecMethod = Execute ; StateMethod = GetState ; ] + SID_UNICODE_NOTATION_TOGGLE + [ + ExecMethod = Execute; + ] //idlpp kein Menueeintrag , also keine Texte SID_TOOLBOXWINDOW //idlpp ole : no , status : no [ |