1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#define CB_MARKS 4 28#define CB_OUTLN 5 29#define FT_LEVEL 6 30#define ED_LEVEL 7 31#define FL_CREATE 8 32#define ED_BSP 11 33#define FL_BSP 12 34#define BT_OUTLN 13 35#define FL_TITLE 14 36#define ED_TITLE 15 37#define BT_HELP 16 38#define ST_AUTHTYPE 17 39 40#define LB_ENTRY 20 41#define FT_NUM 21 42#define ED_ENTRY 22 43#define BT_ENTRY_NUMBER 23 44#define BT_ENTRY_TEXT 24 45#define BT_TAB 25 46#define BT_STD 26 47#define BT_PAGE 27 48#define FL_ENTRY 28 49//#define FT_LEVEL 28 50#define LB_LEVEL 29 51#define FT_TEMPLATE 30 52#define LB_PARALAY 31 53#define BT_ASSIGN 32 54#define FL_FORMAT 33 55#define BT_ENTRY 34 56//#define BT_EDIT 34 57#define BT_JUMP 35 58#define CB_RECALC_TABS 36 59#define CB_FIRST_TAB_POS 37 60#define MF_FIRST_TAB_POS 38 61#define CB_REL_TO_TEXT 39 62#define BT_EDIT_STYLE 40 63#define CB_SAME 41 64#define CB_FF 42 65#define CB_CASE 43 66#define CB_SEC 44 67#define CB_ALPHA 45 68#define FL_OPT 46 69#define CB_MAKRS 47 70#define DLB_TOD 48 71#define CB_TEMPL 49 72#define DLB_LAYOUT 50 73#define CB_OBJECT 51 74#define DLB_OBJECT 52 75#define FL_SOURCE 53 76#define CB_USER_MARKS 54 77#define BT_ALL_LEVEL 55 78#define FT_MAIN_ENTRY_STYLE 56 79#define LB_MAIN_ENTRY_STYLE 57 80 81//restart numbering 82#define FT_TYPE 1 83#define LB_TYPE 2 84#define CB_READONLY 3 85#define FT_TITLE 4 86 87#define FL_TYPETITLE 6 88#define LB_AREA 7 89 90#define NF_LEVEL 9 91#define FL_AREA 10 92#define CB_FROMHEADINGS 11 93#define PB_CHAPTERDLG 12 94#define CB_ADDSTYLES 13 95#define PB_ADDSTYLES 14 96 97 98#define CB_FROMOLE 17 99#define CB_LEVELFROMCHAPTER 18 100#define RB_FROMCAPTIONS 19 101#define RB_FROMOBJECTNAMES 20 102#define CB_TOXMARKS 21 103#define FL_CREATEFROM 22 104#define CB_COLLECTSAME 23 105#define CB_USEFF 24 106#define CB_CASESENSITIVE 25 107#define CB_INITIALCAPS 26 108#define CB_KEYASENTRY 27 109#define CB_FROMFILE 28 110 111#define MB_AUTOMARK 29 112#define FL_IDXOPTIONS 30 113 114#define FT_TOKEN 32 115#define CB_USE_DASH 33 116#define FL_LEVEL 34 117#define WIN_TOKEN 35 118#define PB_ENTRYNO 36 119#define PB_ENTRY 37 120#define PB_CHAPTERINFO 38 121#define PB_PAGENO 39 122#define PB_TAB 40 123#define PB_HYPERLINK 41 124#define FT_CHARSTYLE 42 125#define LB_CHARSTYLE 43 126#define PB_EDITSTYLE 44 127#define FT_FILLCHAR 45 128#define CB_FILLCHAR 46 129#define FT_CHAPTERENTRY 47 130#define LB_CHAPTERENTRY 48 131#define FT_SORTING 49 132#define LB_SORTING 50 133#define FT_TABPOS 51 134#define MF_TABPOS 52 135#define CB_AUTORIGHT 53 136#define CB_RELTOSTYLE 54 137#define CB_RECALCTAB 56 138#define CB_NUMSTYLEFROMPDESC 57 139#define CB_ALPHADELIM 58 140#define CB_COMMASEPARATED 59 141 142#define STR_NO_CHAR_STYLE 61 143#define CLB_FROMOBJ 62 144#define FL_FROMOBJ 63 145#define RES_SRCTYPES 64 146#define WIN_LEFT_SCROLL 65 147#define WIN_CTRL_PARENT 66 148#define WIN_RIGHT_SCROLL 67 149#define PB_ALL_LEVELS 68 150#define FT_AREA 69 151#define STR_BUTTON_TEXT_START 70 152#define STR_TOKEN_ENTRY_NO (STR_BUTTON_TEXT_START) 153#define STR_TOKEN_ENTRY_TEXT (STR_BUTTON_TEXT_START + 1) 154#define STR_TOKEN_ENTRY (STR_BUTTON_TEXT_START + 2) 155#define STR_TOKEN_TAB_STOP (STR_BUTTON_TEXT_START + 3) 156#define STR_TOKEN_TEXT (STR_BUTTON_TEXT_START + 4) 157#define STR_TOKEN_PAGE_NUMS (STR_BUTTON_TEXT_START + 5) 158#define STR_TOKEN_CHAPTER_INFO (STR_BUTTON_TEXT_START + 6) 159#define STR_TOKEN_LINK_START (STR_BUTTON_TEXT_START + 7) 160#define STR_TOKEN_LINK_END (STR_BUTTON_TEXT_START + 8) 161#define STR_TOKEN_AUTHORITY (STR_BUTTON_TEXT_START + 9) 162 163#define STR_BUTTON_HELP_TEXT_START (STR_TOKEN_AUTHORITY + 1) 164#define STR_TOKEN_HELP_ENTRY_NO (STR_BUTTON_HELP_TEXT_START) 165#define STR_TOKEN_HELP_ENTRY_TEXT (STR_BUTTON_HELP_TEXT_START + 1) 166#define STR_TOKEN_HELP_ENTRY (STR_BUTTON_HELP_TEXT_START + 2) 167#define STR_TOKEN_HELP_TAB_STOP (STR_BUTTON_HELP_TEXT_START + 3) 168#define STR_TOKEN_HELP_TEXT (STR_BUTTON_HELP_TEXT_START + 4) 169#define STR_TOKEN_HELP_PAGE_NUMS (STR_BUTTON_HELP_TEXT_START + 5) 170#define STR_TOKEN_HELP_CHAPTER_INFO (STR_BUTTON_HELP_TEXT_START + 6) 171#define STR_TOKEN_HELP_LINK_START (STR_BUTTON_HELP_TEXT_START + 7) 172#define STR_TOKEN_HELP_LINK_END (STR_BUTTON_HELP_TEXT_START + 8) 173#define STR_TOKEN_HELP_AUTHORITY (STR_BUTTON_HELP_TEXT_START + 9) 174 175#define STR_CHARSTYLE (STR_TOKEN_HELP_AUTHORITY + 1) 176 177#define TLB_STYLES 100 178#define FL_STYLES 101 179#define PB_OK 102 180#define PB_CANCEL 103 181#define PB_HELP 104 182#define FT_CAPTIONSEQUENCE 105 183#define LB_CAPTIONSEQUENCE 106 184#define FT_DISPLAYTYPE 107 185#define LB_DISPLAYTYPE 108 186#define TR_HEADER 109 187#define PB_LEFT 110 188#define PB_RIGHT 111 189#define HB_STYLES 112 190#define ST_HB_FIRST 113 191#define CB_FROMTABLES 114 192#define CB_FROMFRAMES 115 193#define CB_FROMGRAPHICS 116 194#define ST_USER_ADDSTYLE 117 195#define ST_AUTOMARK_TYPE 118 196#define LB_AUTHFIELD 119 197#define PB_AUTHINSERT 120 198#define PB_AUTHREMOVE 121 199#define CB_SEQUENCE 122 200#define FT_BRACKET 123 201#define LB_BRACKET 124 202#define FL_AUTHORITY 125 203#define RB_DOCPOS 126 204#define RB_SORTCONTENT 127 205#define FT_FIRSTKEY 128 206#define LB_FIRSTKEY 129 207#define FT_SECONDKEY 130 208#define LB_SECONDKEY 131 209#define FT_THIRDDKEY 132 210#define LB_THIRDKEY 133 211#define FL_SORTKEY 134 212#define FL_SORTING 135 213#define STR_NOSORTKEY 136 214#define RB_SORTUP1 137 215#define RB_SORTUP2 138 216#define RB_SORTUP3 139 217#define RB_SORTDOWN1 140 218#define RB_SORTDOWN2 141 219#define RB_SORTDOWN3 142 220#define STR_DELIM 143 221#define FL_SORTOPTIONS 144 222#define FT_LANGUAGE 145 223#define LB_LANGUAGE 146 224#define FT_SORTALG 147 225#define LB_SORTALG 148 226#define IMG_SORTUP_HC 149 227#define IMG_SORTDOWN_HC 150 228#define ST_NO_BRACKET 151 229 230#define FT_LEVEL_OL 152 231#define NF_LEVEL_OL 153 232#define FT_ENTRY_NO 154 233#define LB_ENTRY_NO 155 234 235#define TO_CONTENT 1 236#define TO_INDEX 2 237#define TO_ILLUSTRATION 4 238#define TO_TABLE 8 239#define TO_USER 16 240#define TO_OBJECT 32 241#define TO_AUTHORITIES 64 242 243#define AREA_DOCUMENT 1 244#define AREA_CHAPTER 2 245 246//TabDialog 247#define WIN_EXAMPLE 1 248#define RES_EXAMPLE_TEXT 2 249 250#define ST_HEADING_1 4 251#define ST_TEXT_1 5 252#define ST_HEADING_1_1 6 253#define ST_TEXT_1_1 7 254#define ST_HEADING_1_2 8 255#define ST_TEXT_1_2 9 256#define ST_TABLE_LABEL 10 257#define ST_FRAME_LABEL 11 258#define ST_GRAPHIC_LABEL 12 259#define ST_USERDEFINEDINDEX 13 260#define CB_SHOWEXAMPLE 14 261 262 263// AutoMark dialog 264#define BB_ENTRIES 1 265#define FL_ENTRIES 2 266 267#define ST_SEARCH 10 268#define ST_ALTERNATIVE 11 269#define ST_PRIMKEY 12 270#define ST_SECKEY 13 271#define ST_COMMENT 14 272#define ST_CASESENSITIVE 15 273#define ST_WORDONLY 16 274#define ST_TRUE 17 275#define ST_FALSE 18 276 277 278//ButtonMenu 279#define MN_AUTOMARK_OPEN 1 280#define MN_AUTOMARK_NEW 2 281#define MN_AUTOMARK_EDIT 3 282 283 284 285 286