summaryrefslogtreecommitdiff
path: root/editeng/inc/helpid.hrc
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/inc/helpid.hrc')
-rw-r--r--editeng/inc/helpid.hrc40
1 files changed, 30 insertions, 10 deletions
diff --git a/editeng/inc/helpid.hrc b/editeng/inc/helpid.hrc
index eefc01970b..27cddf0449 100644
--- a/editeng/inc/helpid.hrc
+++ b/editeng/inc/helpid.hrc
@@ -35,15 +35,35 @@
#include <svl/solar.hrc>
// Help-Ids --------------------------------------------------------------
-#define HID_EDITENG_SPELLER_WORDLANGUAGE (HID_SVX_START + 36)
-#define HID_EDITENG_SPELLER_PARALANGUAGE (HID_SVX_START + 34)
-#define HID_EDITENG_SPELLER_ADDWORD (HID_SVX_START + 31)
-#define HID_EDITENG_SPELLER_AUTOCORRECT (HID_SVX_START + 32)
-#define HID_EDITENG_SPELLER_IGNORE (HID_SVX_START + 33)
-#define HID_EDITENG_SPELLER_START (HID_SVX_START + 35)
+#define HID_EDITENG_SPELLER_WORDLANGUAGE (HID_EDIT_START)
+#define HID_EDITENG_SPELLER_PARALANGUAGE (HID_EDIT_START + 1)
+#define HID_EDITENG_SPELLER_ADDWORD (HID_EDIT_START + 2)
+#define HID_EDITENG_SPELLER_AUTOCORRECT (HID_EDIT_START + 3)
+#define HID_EDITENG_SPELLER_IGNORE (HID_EDIT_START + 4)
+#define HID_EDITENG_SPELLER_START (HID_EDIT_START + 5)
+#define HID_AUTOCORR_HELP_END (HID_EDIT_START + 6)
+#define HID_AUTOCORR_HELP_START (HID_EDIT_START + 7)
+#define HID_EDIT_WORD HID_AUTOCORR_HELP_START
+#define HID_EDIT_SENT (HID_AUTOCORR_HELP+1)
+#define HID_EDIT_SENTWORD (HID_AUTOCORR_HELP+2)
+#define HID_EDIT_ACORWORD (HID_AUTOCORR_HELP+3)
-#define HID_AUTOCORR_HELP_END (HID_SVX_START + 2)
-#define HID_AUTOCORR_HELP_START (HID_SVX_START + 3)
+#define HID_EDIT_ACORSENTWORD (HID_AUTOCORR_HELP+5)
+
+#define HID_EDIT_CHGTOENEMDASH (HID_AUTOCORR_HELP+7)
+#define HID_EDIT_WORDENEMDASH (HID_AUTOCORR_HELP+8)
+#define HID_EDIT_SENTENEMDASH (HID_AUTOCORR_HELP+9)
+#define HID_EDIT_SENTWORDENEMDASH (HID_AUTOCORR_HELP+10)
+#define HID_EDIT_ACORWORDENEMDASH (HID_AUTOCORR_HELP+11)
+
+#define HID_EDIT_ACORSENTWORDENEMDASH (HID_AUTOCORR_HELP+13)
+#define HID_EDIT_CHGQUOTES (HID_AUTOCORR_HELP+15)
+#define HID_EDIT_CHGSGLQUOTES (HID_AUTOCORR_HELP+16)
+#define HID_EDIT_SETINETATTR (HID_AUTOCORR_HELP+17)
+#define HID_EDIT_INGNOREDOUBLESPACE (HID_AUTOCORR_HELP+18)
+#define HID_EDIT_CHGWEIGHTUNDERL (HID_AUTOCORR_HELP+19)
+#define HID_EDIT_CHGFRACTIONSYMBOL (HID_AUTOCORR_HELP+20)
+#define HID_EDIT_CHGORDINALNUMBER (HID_AUTOCORR_HELP+21) // HID_EDIT_START + 28
// please adjust ACT_SVX_HID_END2 below if you add entries here!
@@ -51,8 +71,8 @@
// Overrun check ---------------------------------------------------------
// -----------------------------------------------------------------------
-#define ACT_SVX_HID_END (HID_SVX_START+247)
-#if ACT_SVX_HID_END > HID_SVX_END
+#define ACT_SVX_HID_END (HID_EDIT_START+28)
+#if ACT_SVX_HID_END > HID_EDIT_END
#error Resource-Ueberlauf in #line, #file
#endif