Update ooo320-m1
[ooovba.git] / svx / inc / optsave.hrc
blob10fe7e584a8dd992311aa7a2fbd70ab31e4cec34
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: optsave.hrc,v $
10  * $Revision: 1.9 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
30 #ifndef _SVX_OPTSAVE_HRC
31 #define _SVX_OPTSAVE_HRC
33 // defines ------------------------------------------------------------------
35 #define LB_LOAD                 10
36 #define CB_LOAD_SETTINGS        11
37 #define CB_LOAD_DOCPRINTER      12
38 #define GB_SAVE                 13
39 #define BTN_DOCINFO             14
40 #define BTN_BACKUP              15
41 #define BTN_AUTOSAVE            16
42 #define ED_AUTOSAVE             17
43 #define FT_MINUTE               18
44 #define BTN_AUTOSAVEPROMPT      19
45 #define BTN_NOPRETTYPRINTING    20
46 #define FI_BACKUP               21
47 #define BTN_WARNALIENFORMAT     22
48 #define FT_ODF_VERSION          23
49 #define LB_ODF_VERSION          24
51 #define GB_RELATIVE             40
52 #define BTN_RELATIVE_FSYS       41
53 #define BTN_RELATIVE_INET       42
55 #define FL_FILTER               43
56 #define FT_APP                  44
57 #define LB_APP                  45
58 #define FT_FILTER               46
59 #define LB_FILTER               47
60 #define FI_FILTER               48
61 #define FT_WARN                 49
62 #define FI_ODF_WARNING          50
64 #define IMG_ODF_WARNING         1
65 #define IMG_ODF_WARNING_HC      2
67 #define APP_WRITER              0
68 #define APP_WRITER_WEB          1
69 #define APP_WRITER_GLOBAL       2
70 #define APP_CALC                3
71 #define APP_IMPRESS             4
72 #define APP_DRAW                5
73 #define APP_MATH                6
74 #define APP_COUNT               7
76 //Filter warning
77 #define PB_OK                   1
78 #define FT_FILTER_WARNING       2
79 #define CB_DONT_SHOW_AGAIN      3
80 #define IMG_WARNING             4
81 #define PB_CANCEL               5
83 #endif // #ifndef _SVX_OPTSAVE_HRC