summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-08-14 10:18:44 -0300
committerThorsten Behrens <tbehrens@suse.com>2013-08-16 13:52:42 +0000
commitc66062aacb521037eb5af9c32c94c33df9cd69a7 (patch)
tree0a27eba9f7aee6a633c6c7e7b4038d1e3972bd52 /starmath/source/commands.src
parentd626fa2e5892a8a166b5aec49e9cb5bfc2cf18c5 (diff)
Math: New feature about color selection
Now we can choose colors to equations in Elements Dock, in the Attributes section. All colors there can be choosed by clicking in the name of color. Change-Id: I5545b292955072f9f45f31262a511cee3d70c953 Reviewed-on: https://gerrit.libreoffice.org/5414 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index e30e3e078988..a39d1510c58a 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -173,6 +173,13 @@ String RID_ITALX { Text = "ital <?> " ; };
String RID_SIZEXY { Text = "size <?> {<?>} " ; };
String RID_FONTXY { Text = "font <?> {<?>} " ; };
String RID_COLORX { Text = "color <?> {<?>} " ; };
+String RID_COLORX_BLACK { Text = "color black {<?>} " ; };
+String RID_COLORX_BLUE { Text = "color blue {<?>} " ; };
+String RID_COLORX_GREEN { Text = "color green {<?>} " ; };
+String RID_COLORX_RED { Text = "color red {<?>} " ; };
+String RID_COLORX_CYAN { Text = "color cyan {<?>} " ; };
+String RID_COLORX_MAGENTA { Text = "color magenta {<?>} " ; };
+String RID_COLORX_YELLOW { Text = "color yellow {<?>} " ; };
String RID_LRGROUPX { Text = "{<?>} " ; };
String RID_LRPARENTX { Text = "(<?>) " ; };
String RID_LRBRACKETX { Text = "[<?>] " ; };