1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: idxmrk.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
33 #define BT_NXTSAME 103
35 #define BT_PREVSAME 105
49 #define CB_APPLY_TO_ALL 13
50 #define CB_MAIN_ENTRY 14
57 #define PB_CREATEENTRY 26
70 #define RB_FROMCOMPONENT 41
71 #define RB_FROMDOCCONTENT 42
72 #define PB_EDITENTRY 43
73 #define CB_CASESENSITIVE 44
74 #define CB_WORDONLY 45
75 #define FT_PHONETIC_1 46
76 #define FT_PHONETIC_2 47
77 #define FT_PHONETIC_3 48
78 #define ED_PHONETIC_1 48
79 #define ED_PHONETIC_2 49
80 #define ED_PHONETIC_3 50
82 //------------------------------------------------------
83 // defines for positions and sizes for IDX_DIALOG_WINDOW
88 #define IDX_COL2_FULLEND 150
89 #define IDX_NEWIMAGE_WIDTH 12
90 #define IDX_NEWIMAGE_XPOS (IDX_COL2_FULLEND-1-IDX_NEWIMAGE_WIDTH)
92 #define IDX_PHONETIC_EDIT_WIDTH 62
93 #define IDX_PHONETIC_TEXT_WIDTH 62
95 #define IDX_COL_PHONETIC_TEXT (IDX_COL2+IDX_PHONETIC_EDIT_WIDTH+8)
96 #define IDX_COL_PHONETIC_EDIT (IDX_COL_PHONETIC_TEXT+IDX_PHONETIC_TEXT_WIDTH+1)
98 #define IDX_COL_BUTTONS_NORMAL 162
99 #define IDX_COL_BUTTONS_CJK (IDX_COL_PHONETIC_EDIT+IDX_PHONETIC_EDIT_WIDTH+14)
101 #define IDX_WIN_WIDTH_NORMAL 218
102 #define IDX_WIN_WIDTH_CJK (IDX_WIN_WIDTH_NORMAL+IDX_COL_BUTTONS_CJK-IDX_COL_BUTTONS_NORMAL)
104 #define IDX_ROW_2_TEXT 31
105 #define IDX_ROW_2_LIST (IDX_ROW_2_TEXT-2)
106 #define IDX_ROW_3_TEXT 46
107 #define IDX_ROW_3_LIST (IDX_ROW_3_TEXT-2)
108 #define IDX_ROW_4_TEXT 62
109 #define IDX_ROW_4_LIST (IDX_ROW_4_TEXT-2)
111 //------------------------------------------------------