summaryrefslogtreecommitdiff
path: root/sw/inc/index.hrc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-08-26 12:25:57 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-08-26 12:36:37 +0100
commit7800193a54f3f43210a7a5afd6c3ff419dd9e2b3 (patch)
tree6dbbad3af85f9d056248f013997ae99e0d9a5423 /sw/inc/index.hrc
parent4a4631b86cdc1665484b14311ec0e83494aac8bb (diff)
convert token widget to .ui
which means that the widgets inside the token window in index/table->entries are no longer truncated at the bottom Change-Id: I4852ce217b6c8f6322391db30501668d035b7d92
Diffstat (limited to 'sw/inc/index.hrc')
-rw-r--r--sw/inc/index.hrc27
1 files changed, 27 insertions, 0 deletions
diff --git a/sw/inc/index.hrc b/sw/inc/index.hrc
index 51773bc6666a..48351fb7a71b 100644
--- a/sw/inc/index.hrc
+++ b/sw/inc/index.hrc
@@ -44,6 +44,33 @@
#define STR_NOSORTKEY (RC_INDEX_BEGIN + 21)
#define STR_NO_CHAR_STYLE (RC_INDEX_BEGIN + 22)
#define STR_DELIM (RC_INDEX_BEGIN + 23)
+#define STR_BUTTON_TEXT_START (RC_INDEX_BEGIN + 24)
+#define STR_TOKEN_ENTRY_NO (STR_BUTTON_TEXT_START)
+#define STR_TOKEN_ENTRY_TEXT (STR_BUTTON_TEXT_START + 1)
+#define STR_TOKEN_ENTRY (STR_BUTTON_TEXT_START + 2)
+#define STR_TOKEN_TAB_STOP (STR_BUTTON_TEXT_START + 3)
+#define STR_TOKEN_TEXT (STR_BUTTON_TEXT_START + 4)
+#define STR_TOKEN_PAGE_NUMS (STR_BUTTON_TEXT_START + 5)
+#define STR_TOKEN_CHAPTER_INFO (STR_BUTTON_TEXT_START + 6)
+#define STR_TOKEN_LINK_START (STR_BUTTON_TEXT_START + 7)
+#define STR_TOKEN_LINK_END (STR_BUTTON_TEXT_START + 8)
+#define STR_TOKEN_AUTHORITY (STR_BUTTON_TEXT_START + 9)
+
+#define STR_BUTTON_HELP_TEXT_START (STR_TOKEN_AUTHORITY + 1)
+#define STR_TOKEN_HELP_ENTRY_NO (STR_BUTTON_HELP_TEXT_START)
+#define STR_TOKEN_HELP_ENTRY_TEXT (STR_BUTTON_HELP_TEXT_START + 1)
+#define STR_TOKEN_HELP_ENTRY (STR_BUTTON_HELP_TEXT_START + 2)
+#define STR_TOKEN_HELP_TAB_STOP (STR_BUTTON_HELP_TEXT_START + 3)
+#define STR_TOKEN_HELP_TEXT (STR_BUTTON_HELP_TEXT_START + 4)
+#define STR_TOKEN_HELP_PAGE_NUMS (STR_BUTTON_HELP_TEXT_START + 5)
+#define STR_TOKEN_HELP_CHAPTER_INFO (STR_BUTTON_HELP_TEXT_START + 6)
+#define STR_TOKEN_HELP_LINK_START (STR_BUTTON_HELP_TEXT_START + 7)
+#define STR_TOKEN_HELP_LINK_END (STR_BUTTON_HELP_TEXT_START + 8)
+#define STR_TOKEN_HELP_AUTHORITY (STR_BUTTON_HELP_TEXT_START + 9)
+
+#define STR_CHARSTYLE (STR_TOKEN_HELP_AUTHORITY + 1)
+
+
#endif // _INDEX_HRC