summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2016-11-09 19:19:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2016-11-09 13:04:55 +0000
commit287b35c43771d3258ed877607e29882b3730201b (patch)
treee1482986d8bf3f54fa7414dd26571c8e139a58c1 /starmath/source/commands.src
parent3c9f302b06bc3ffee910afc8404114bde728aa3b (diff)
tdf#44839 Add an "Evaluated At" command in "Brackets" section
of Elements window. Change-Id: I221dacad297c7713f9cdde6d8ffdecf3caa2c3bd Reviewed-on: https://gerrit.libreoffice.org/30714 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src11
1 files changed, 11 insertions, 0 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 0df9c4e1cbe5..3ab9258cff0f 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -903,6 +903,11 @@ String RID_SLMRANGLEXY_HELP
{
Text [ en-US ] = "Operator Brackets (Scalable)" ;
};
+String RID_XEVALUATEDATY { Text = "left none {<?>} right rline_{<?>} " ; };
+String RID_XEVALUATEDATY_HELP
+{
+ Text [ en-US ] = "Evaluated At" ;
+};
String RID_XOVERBRACEY { Text = "{<?>} overbrace {<?>} " ; };
String RID_XOVERBRACEY_HELP
{
@@ -2316,6 +2321,12 @@ Menu RID_COMMANDMENU
};
MenuItem
{
+ Identifier = RID_XEVALUATEDATY;
+ HelpId = HID_SMA_XEVALUATEDATY;
+ Text = "left none x right rline_y";
+ };
+ MenuItem
+ {
Separator = TRUE;
};
MenuItem