summaryrefslogtreecommitdiff
path: root/starmath/inc/starmath.hrc
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/inc/starmath.hrc
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/inc/starmath.hrc')
-rw-r--r--starmath/inc/starmath.hrc31
1 files changed, 31 insertions, 0 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index ae9cafb4cf39..e5aab1968642 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -113,6 +113,16 @@
#define STR_ALIGN_LEFT (RID_APP_START + 836)
#define STR_ALIGN_CENTER (RID_APP_START + 837)
#define STR_ALIGN_RIGHT (RID_APP_START + 838)
+#define STR_AQUA (RID_APP_START + 839)
+#define STR_FUCHSIA (RID_APP_START + 840)
+#define STR_GRAY (RID_APP_START + 841)
+#define STR_LIME (RID_APP_START + 842)
+#define STR_MAROON (RID_APP_START + 843)
+#define STR_NAVY (RID_APP_START + 844)
+#define STR_OLIVE (RID_APP_START + 845)
+#define STR_PURPLE (RID_APP_START + 846)
+#define STR_SILVER (RID_APP_START + 847)
+#define STR_TEAL (RID_APP_START + 848)
#define RID_ERR_IDENT (RID_APP_START + 920)
#define RID_ERR_UNKNOWN (RID_APP_START + 921)
@@ -401,6 +411,16 @@
#define RID_COLORX_CYAN (RID_APP_START + 1729)
#define RID_COLORX_MAGENTA (RID_APP_START + 1730)
#define RID_COLORX_YELLOW (RID_APP_START + 1731)
+#define RID_COLORX_AQUA (RID_APP_START + 1732)
+#define RID_COLORX_FUCHSIA (RID_APP_START + 1733)
+#define RID_COLORX_GRAY (RID_APP_START + 1734)
+#define RID_COLORX_LIME (RID_APP_START + 1735)
+#define RID_COLORX_MAROON (RID_APP_START + 1736)
+#define RID_COLORX_NAVY (RID_APP_START + 1737)
+#define RID_COLORX_OLIVE (RID_APP_START + 1738)
+#define RID_COLORX_PURPLE (RID_APP_START + 1739)
+#define RID_COLORX_SILVER (RID_APP_START + 1740)
+#define RID_COLORX_TEAL (RID_APP_START + 1741)
#define RID_LRPARENTX (RID_APP_START + 1801)
#define RID_LRBRACKETX (RID_APP_START + 1802)
@@ -676,6 +696,17 @@
#define RID_LLINT_FROMTOX_HELP (RID_APP_START + 4189)
#define RID_LLLINT_FROMTOX_HELP (RID_APP_START + 4190)
+#define RID_COLORX_AQUA_HELP (RID_APP_START + 4191)
+#define RID_COLORX_FUCHSIA_HELP (RID_APP_START + 4192)
+#define RID_COLORX_GRAY_HELP (RID_APP_START + 4193)
+#define RID_COLORX_LIME_HELP (RID_APP_START + 4194)
+#define RID_COLORX_MAROON_HELP (RID_APP_START + 4195)
+#define RID_COLORX_NAVY_HELP (RID_APP_START + 4196)
+#define RID_COLORX_OLIVE_HELP (RID_APP_START + 4197)
+#define RID_COLORX_PURPLE_HELP (RID_APP_START + 4198)
+#define RID_COLORX_SILVER_HELP (RID_APP_START + 4199)
+#define RID_COLORX_TEAL_HELP (RID_APP_START + 4200)
+
#define RID_ALIGNLX_HELP (RID_APP_START + 4275)
#define RID_ALIGNCX_HELP (RID_APP_START + 4276)
#define RID_ALIGNRX_HELP (RID_APP_START + 4277)