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#ifndef _SVX_OPTSAVE_HRC 28#define _SVX_OPTSAVE_HRC 29 30// defines ------------------------------------------------------------------ 31 32#define LB_LOAD 10 33#define CB_LOAD_SETTINGS 11 34#define CB_LOAD_DOCPRINTER 12 35#define GB_SAVE 13 36#define BTN_DOCINFO 14 37#define BTN_BACKUP 15 38#define BTN_AUTOSAVE 16 39#define ED_AUTOSAVE 17 40#define FT_MINUTE 18 41#define BTN_AUTOSAVEPROMPT 19 42#define BTN_NOPRETTYPRINTING 20 43#define FI_BACKUP 21 44#define BTN_WARNALIENFORMAT 22 45#define FT_ODF_VERSION 23 46#define LB_ODF_VERSION 24 47 48#define GB_RELATIVE 40 49#define BTN_RELATIVE_FSYS 41 50#define BTN_RELATIVE_INET 42 51 52#define FL_FILTER 43 53#define FT_APP 44 54#define LB_APP 45 55#define FT_FILTER 46 56#define LB_FILTER 47 57#define FI_FILTER 48 58#define FT_WARN 49 59#define FI_ODF_WARNING 50 60 61#define IMG_ODF_WARNING 1 62#define IMG_ODF_WARNING_HC 2 63 64#define APP_WRITER 0 65#define APP_WRITER_WEB 1 66#define APP_WRITER_GLOBAL 2 67#define APP_CALC 3 68#define APP_IMPRESS 4 69#define APP_DRAW 5 70#define APP_MATH 6 71#define APP_COUNT 7 72 73//Filter warning 74#define PB_OK 1 75#define FT_FILTER_WARNING 2 76#define CB_DONT_SHOW_AGAIN 3 77#define IMG_WARNING 4 78#define PB_CANCEL 5 79 80#endif // #ifndef _SVX_OPTSAVE_HRC 81 82