1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #define TXT_SELECTOR_DIALOG_DESCRIPTION 1
29 #define TXT_SELECTOR_CATEGORIES 2
30 #define BOX_SELECTOR_CATEGORIES 3
31 #define TXT_SELECTOR_COMMANDS 4
32 #define BOX_SELECTOR_COMMANDS 5
33 #define BTN_SELECTOR_OK 6
34 #define BTN_SELECTOR_CANCEL 7
35 #define BTN_SELECTOR_HELP 8
36 #define GRP_SELECTOR_DESCRIPTION 9
37 #define TXT_SELECTOR_DESCRIPTION 10
38 #define IMG_HARDDISK 1
39 #define IMG_HARDDISK_HC 2
43 #define IMG_MACRO_HC 6
47 #define STR_SELECTOR_ADD 310
48 #define STR_SELECTOR_CLOSE 311
49 #define STR_SELECTOR_COMMANDS 312
50 #define STR_SELECTOR_ADD_COMMANDS 313
51 #define STR_SELECTOR_ADD_COMMANDS_DESCRIPTION 314
52 #define STR_SELECTOR_MACROS 315
53 #define STR_SELECTOR_CATEGORIES 316
54 #define STR_BASICMACROS 317
55 #define STR_SELECTOR_RUN 318
56 #define STR_MYMACROS 319
57 #define STR_PRODMACROS 320