summaryrefslogtreecommitdiffstats
path: root/starmath/inc/starmath.hrc
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/inc/starmath.hrc
parentFix build breakage for 64-bit where NSPoint == CGPoint (diff)
downloadcore-c66062aacb521037eb5af9c32c94c33df9cd69a7.tar.gz
core-c66062aacb521037eb5af9c32c94c33df9cd69a7.zip
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/inc/starmath.hrc')
-rw-r--r--starmath/inc/starmath.hrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc
index 0459731910d2..773006709bc9 100644
--- a/starmath/inc/starmath.hrc
+++ b/starmath/inc/starmath.hrc
@@ -327,6 +327,13 @@
#define RID_WIDEHATX (RID_APP_START + 1722)
#define RID_WIDETILDEX (RID_APP_START + 1723)
#define RID_WIDEVECX (RID_APP_START + 1724)
+#define RID_COLORX_BLACK (RID_APP_START + 1725)
+#define RID_COLORX_BLUE (RID_APP_START + 1726)
+#define RID_COLORX_GREEN (RID_APP_START + 1727)
+#define RID_COLORX_RED (RID_APP_START + 1728)
+#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_LRPARENTX (RID_APP_START + 1801)
#define RID_LRBRACKETX (RID_APP_START + 1802)