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 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 40#define IMG_LIB 3 41#define IMG_LIB_HC 4 42#define IMG_MACRO 5 43#define IMG_MACRO_HC 6 44#define IMG_DOC 7 45#define IMG_DOC_HC 8 46 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 58