summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-11-04 00:14:27 -0200
committerMarcos Paulo de Souza <marcos.souza.org@gmail.com>2014-11-04 02:19:27 +0000
commit38e21f422cd5ee9ce97aae9f0be32f46f6d22904 (patch)
treed825cdf2328051f77dd649acca92ffed08d2ea6a /starmath/source/commands.src
parent5c5e809605d750d87ae7a5334f8406894f6a4184 (diff)
Math: Add new colors in the Sidebar
Regine add new colors to Math in fe5840aab17e366749c373e4f8683e06e40b4b05 and this commit just take those new colors and show in the Math Sidebar. Change-Id: Idd67cf4a04b2855970b115aac8d15d6506f73298 Reviewed-on: https://gerrit.libreoffice.org/12239 Reviewed-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Tested-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src51
1 files changed, 51 insertions, 0 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 0c2203d9e384..f758d2d7ad2b 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -739,11 +739,62 @@ String RID_COLORX_MAGENTA_HELP
{
Text [ en-US ] = "Color Magenta" ;
};
+String RID_COLORX_AQUA { Text = "color aqua {<?>} " ; };
+String RID_COLORX_AQUA_HELP
+{
+ Text [ en-US ] = "Color Aqua" ;
+};
+String RID_COLORX_FUCHSIA { Text = "color fuchsia {<?>} " ; };
+String RID_COLORX_FUCHSIA_HELP
+{
+ Text [ en-US ] = "Color Fuchsia" ;
+};
+String RID_COLORX_GRAY { Text = "color gray {<?>} " ; };
+String RID_COLORX_GRAY_HELP
+{
+ Text [ en-US ] = "Color Gray" ;
+};
+String RID_COLORX_LIME { Text = "color lime {<?>} " ; };
+String RID_COLORX_LIME_HELP
+{
+ Text [ en-US ] = "Color Lime" ;
+};
+String RID_COLORX_MAROON { Text = "color maroon {<?>} " ; };
+String RID_COLORX_MAROON_HELP
+{
+ Text [ en-US ] = "Color Maroon" ;
+};
+String RID_COLORX_NAVY { Text = "color navy {<?>} " ; };
+String RID_COLORX_NAVY_HELP
+{
+ Text [ en-US ] = "Color Navy" ;
+};
+String RID_COLORX_OLIVE { Text = "color olive {<?>} " ; };
+String RID_COLORX_OLIVE_HELP
+{
+ Text [ en-US ] = "Color Olive" ;
+};
+String RID_COLORX_PURPLE { Text = "color purple {<?>} " ; };
+String RID_COLORX_PURPLE_HELP
+{
+ Text [ en-US ] = "Color Purple" ;
+};
+String RID_COLORX_SILVER { Text = "color silver {<?>} " ; };
+String RID_COLORX_SILVER_HELP
+{
+ Text [ en-US ] = "Color Silver" ;
+};
+String RID_COLORX_TEAL { Text = "color teal {<?>} " ; };
+String RID_COLORX_TEAL_HELP
+{
+ Text [ en-US ] = "Color Teal" ;
+};
String RID_COLORX_YELLOW { Text = "color yellow {<?>} " ; };
String RID_COLORX_YELLOW_HELP
{
Text [ en-US ] = "Color Yellow" ;
};
+
String RID_LRGROUPX { Text = "{<?>} " ; };
String RID_LRGROUPX_HELP
{