summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-11-13 17:10:43 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-11-14 09:43:02 +0100
commit2e00906285c59bf49efaa07df83293d8cd21c9bb (patch)
tree17d977149f6c4b4ef644dfd19340ccc5968d714a /starmath/source/commands.src
parentbd8b4f2b5dea5b3a0db7eac4e8d44918f1d8ec79 (diff)
fdo#71580: Elements dock: Alignment items are missing
Also add << and >> to the Elements dock. Change-Id: Id58d64c8ab938259e84ce1a178644c6d4a6ee95d
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src11
1 files changed, 6 insertions, 5 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index 848464dca7dc..725356325fa1 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -17,13 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <sfx2/sfx.hrc>
#include "starmath.hrc"
-
-////////////////////////////////////////////////////////////
-
String RID_PLUSX { Text = "+<?> " ; };
String RID_PLUSX_HELP { Text = "+ Sign" ; };
String RID_MINUSX { Text = "-<?> " ; };
@@ -76,7 +72,9 @@ String RID_XLESLANTY_HELP { Text = "Is Less Than Or Equal To" ; };
String RID_XGESLANTY { Text = "<?> geslant <?> " ; };
String RID_XGESLANTY_HELP { Text = "Is Greater Than Or Equal To" ; };
String RID_XLLY { Text = "<?> << <?> " ; };
+String RID_XLLY_HELP { Text = "Is Much Less Than" ; };
String RID_XGGY { Text = "<?> >> <?> " ; };
+String RID_XGGY_HELP { Text = "Is Much Greater Than" ; };
String RID_XDEFY { Text = "<?> def <?> " ; };
String RID_XEQUIVY { Text = "<?> equiv <?> " ; };
String RID_XEQUIVY_HELP { Text = "Is Congruent To" ; };
@@ -266,7 +264,7 @@ String RID_FROMX { Text = "from{<?>} <?> " ; };
String RID_TOX { Text = "to{<?>} <?> " ; };
String RID_FROMXTOY { Text = "from{<?>} to{<?>} <?> " ; };
String RID_ACUTEX { Text = "acute <?> " ; };
-String RID_ACUTEX_HELP { Text = "Acute Accent" ; };
+String RID_ACUTEX_HELP { Text = "Acute Accent" ; };
String RID_BARX { Text = "bar <?> " ; };
String RID_BARX_HELP { Text = "Line Above" ; };
String RID_BREVEX { Text = "breve <?> " ; };
@@ -389,8 +387,11 @@ String RID_STACK_HELP { Text = "Vertical Stack" ; };
String RID_MATRIX { Text = "matrix{<?> # <?> ## <?> # <?>} " ; };
String RID_MATRIX_HELP { Text = "Matrix Stack" ; };
String RID_ALIGNLX { Text = "alignl <?> " ; };
+String RID_ALIGNLX_HELP { Text = "Align Right" ; };
String RID_ALIGNCX { Text = "alignc <?> " ; };
+String RID_ALIGNCX_HELP { Text = "Align Center" ; };
String RID_ALIGNRX { Text = "alignr <?> " ; };
+String RID_ALIGNRX_HELP { Text = "Align Right" ; };
String RID_ALEPH { Text = "aleph " ; };
String RID_ALEPH_HELP { Text = "Aleph" ; };
String RID_EMPTYSET { Text = "emptyset " ; };