diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2017-03-17 17:39:16 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2017-03-17 23:27:06 +0000 |
commit | c5f25a3835b9fa4ad4295fa3e6212bbc2311e23f (patch) | |
tree | 51411b61d1ff037477e3dfb8a9a81d98fb9fb080 /starmath/inc | |
parent | cd6b70497180dbf0f3f78684e74702c993bbe449 (diff) |
starmath: Add missing commands and tooltips to the Element window
This partially reverts f645294d3959ab204ac0efb6619e74b5ba85efa6 thankfully,
which told me which help entries were broken or lost.
Change-Id: Id5a4e064aef32d32aed94fbccb0190d514f03c85
Reviewed-on: https://gerrit.libreoffice.org/35318
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'starmath/inc')
-rw-r--r-- | starmath/inc/starmath.hrc | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index 5de6d579cfd1..b897ed25ff09 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -156,6 +156,10 @@ #define RID_NEGX (RID_APP_START + 1213) #define RID_XANDY (RID_APP_START + 1214) #define RID_XORY (RID_APP_START + 1215) +#define RID_XODIVIDEY (RID_APP_START + 1216) +#define RID_XODOTY (RID_APP_START + 1217) +#define RID_XOMINUSY (RID_APP_START + 1218) +#define RID_XOPLUSY (RID_APP_START + 1219) #define RID_XOTIMESY (RID_APP_START + 1220) #define RID_XCIRCY (RID_APP_START + 1221) #define RID_XWIDESLASHY (RID_APP_START + 1222) @@ -179,6 +183,9 @@ #define RID_XTOWARDY (RID_APP_START + 1316) #define RID_XLLY (RID_APP_START + 1317) #define RID_XGGY (RID_APP_START + 1318) +#define RID_XDEFY (RID_APP_START + 1319) +#define RID_XTRANSLY (RID_APP_START + 1320) +#define RID_XTRANSRY (RID_APP_START + 1321) #define RID_XDIVIDESY (RID_APP_START + 1322) #define RID_XNDIVIDESY (RID_APP_START + 1323) #define RID_DLARROW (RID_APP_START + 1324) @@ -209,8 +216,13 @@ #define RID_XDIVY_HELP (RID_APP_START + 1345) #define RID_XSYMDIVIDEY_HELP (RID_APP_START + 1346) #define RID_NEGX_HELP (RID_APP_START + 1347) +// blank: 1348 - 1357 #define RID_XANDY_HELP (RID_APP_START + 1358) -#define RID_XORY_HELP (RID_APP_START + 1350) +#define RID_XORY_HELP (RID_APP_START + 1359) +#define RID_XODIVIDEY_HELP (RID_APP_START + 1360) +#define RID_XODOTY_HELP (RID_APP_START + 1361) +#define RID_XOMINUSY_HELP (RID_APP_START + 1362) +#define RID_XOPLUSY_HELP (RID_APP_START + 1363) #define RID_XOTIMESY_HELP (RID_APP_START + 1364) #define RID_XCIRCY_HELP (RID_APP_START + 1365) #define RID_XWIDESLASHY_HELP (RID_APP_START + 1366) @@ -308,6 +320,8 @@ #define RID_FROMXTOY (RID_APP_START + 1613) #define RID_FROMX (RID_APP_START + 1614) #define RID_TOX (RID_APP_START + 1615) +#define RID_LIMINFX (RID_APP_START + 1616) +#define RID_LIMSUPX (RID_APP_START + 1617) #define RID_LIM_FROMX (RID_APP_START + 1621) #define RID_SUM_FROMX (RID_APP_START + 1622) @@ -319,6 +333,8 @@ #define RID_LINT_FROMX (RID_APP_START + 1629) #define RID_LLINT_FROMX (RID_APP_START + 1630) #define RID_LLLINT_FROMX (RID_APP_START + 1631) +#define RID_LIMINF_FROMX (RID_APP_START + 1632) +#define RID_LIMSUP_FROMX (RID_APP_START + 1633) #define RID_LIM_TOX (RID_APP_START + 1641) #define RID_SUM_TOX (RID_APP_START + 1642) @@ -330,6 +346,8 @@ #define RID_LINT_TOX (RID_APP_START + 1649) #define RID_LLINT_TOX (RID_APP_START + 1650) #define RID_LLLINT_TOX (RID_APP_START + 1651) +#define RID_LIMINF_TOX (RID_APP_START + 1652) +#define RID_LIMSUP_TOX (RID_APP_START + 1653) #define RID_LIM_FROMTOX (RID_APP_START + 1661) #define RID_SUM_FROMTOX (RID_APP_START + 1662) @@ -341,6 +359,8 @@ #define RID_LINT_FROMTOX (RID_APP_START + 1669) #define RID_LLINT_FROMTOX (RID_APP_START + 1670) #define RID_LLLINT_FROMTOX (RID_APP_START + 1671) +#define RID_LIMINF_FROMTOX (RID_APP_START + 1672) +#define RID_LIMSUP_FROMTOX (RID_APP_START + 1673) #define RID_ACUTEX (RID_APP_START + 1701) #define RID_GRAVEX (RID_APP_START + 1702) @@ -493,6 +513,9 @@ #define RID_XTOWARDY_HELP (RID_APP_START + 4026) #define RID_XLLY_HELP (RID_APP_START + 4027) #define RID_XGGY_HELP (RID_APP_START + 4028) +#define RID_XDEFY_HELP (RID_APP_START + 4029) +#define RID_XTRANSLY_HELP (RID_APP_START + 4030) +#define RID_XTRANSRY_HELP (RID_APP_START + 4031) #define RID_XDIVIDESY_HELP (RID_APP_START + 4032) #define RID_XNDIVIDESY_HELP (RID_APP_START + 4033) #define RID_DLARROW_HELP (RID_APP_START + 4034) @@ -531,6 +554,7 @@ #define RID_SLRLINEX_HELP (RID_APP_START + 4067) #define RID_SLRDLINEX_HELP (RID_APP_START + 4068) #define RID_LRCEILX_HELP (RID_APP_START + 4069) +// blank: 4070 #define RID_LRFLOORX_HELP (RID_APP_START + 4071) #define RID_SLRCEILX_HELP (RID_APP_START + 4072) #define RID_SLRFLOORX_HELP (RID_APP_START + 4073) @@ -613,6 +637,9 @@ #define RID_IINTX_HELP (RID_APP_START + 4151) #define RID_IIINTX_HELP (RID_APP_START + 4152) #define RID_LINTX_HELP (RID_APP_START + 4153) +#define RID_LLINTX_HELP (RID_APP_START + 4154) +#define RID_LLLINTX_HELP (RID_APP_START + 4155) +// blank: 4156 - 4160 #define RID_LIM_FROMX_HELP (RID_APP_START + 4161) #define RID_SUM_FROMX_HELP (RID_APP_START + 4162) #define RID_PROD_FROMX_HELP (RID_APP_START + 4163) @@ -631,6 +658,8 @@ #define RID_IINT_TOX_HELP (RID_APP_START + 4176) #define RID_IIINT_TOX_HELP (RID_APP_START + 4177) #define RID_LINT_TOX_HELP (RID_APP_START + 4178) +#define RID_LLINT_TOX_HELP (RID_APP_START + 4179) +#define RID_LLLINT_TOX_HELP (RID_APP_START + 4180) #define RID_LIM_FROMTOX_HELP (RID_APP_START + 4181) #define RID_SUM_FROMTOX_HELP (RID_APP_START + 4182) #define RID_PROD_FROMTOX_HELP (RID_APP_START + 4183) @@ -652,6 +681,14 @@ #define RID_COLORX_TEAL_HELP (RID_APP_START + 4200) #define RID_XEVALUATEDATY_HELP (RID_APP_START + 4201) +#define RID_LIMINFX_HELP (RID_APP_START + 4202) +#define RID_LIMINF_FROMX_HELP (RID_APP_START + 4203) +#define RID_LIMINF_TOX_HELP (RID_APP_START + 4204) +#define RID_LIMINF_FROMTOX_HELP (RID_APP_START + 4205) +#define RID_LIMSUPX_HELP (RID_APP_START + 4206) +#define RID_LIMSUP_FROMX_HELP (RID_APP_START + 4207) +#define RID_LIMSUP_TOX_HELP (RID_APP_START + 4208) +#define RID_LIMSUP_FROMTOX_HELP (RID_APP_START + 4209) #define RID_ALIGNLX_HELP (RID_APP_START + 4275) #define RID_ALIGNCX_HELP (RID_APP_START + 4276) |