Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / cui / source / options / optsave.hrc
blob16891bcff579032fa17ea7882fbb52522db7e88a
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
18 #ifndef _SVX_OPTSAVE_HRC
19 #define _SVX_OPTSAVE_HRC
21 // defines ------------------------------------------------------------------
23 #define LB_LOAD                 10
24 #define CB_LOAD_SETTINGS        11
25 #define CB_LOAD_DOCPRINTER      12
26 #define GB_SAVE                 13
27 #define BTN_DOCINFO             14
28 #define BTN_BACKUP              15
29 #define BTN_AUTOSAVE            16
30 #define ED_AUTOSAVE             17
31 #define FT_MINUTE               18
32 #define BTN_NOPRETTYPRINTING    20
33 #define FI_BACKUP               21
34 #define BTN_WARNALIENFORMAT     22
35 #define FT_ODF_VERSION          23
36 #define LB_ODF_VERSION          24
38 #define BTN_RELATIVE_FSYS       41
39 #define BTN_RELATIVE_INET       42
41 #define FL_FILTER               43
42 #define FT_APP                  44
43 #define LB_APP                  45
44 #define FT_FILTER               46
45 #define LB_FILTER               47
46 #define FI_FILTER               48
47 #define FT_WARN                 49
48 #define FI_ODF_WARNING          50
50 #define IMG_ODF_WARNING         1
52 #define APP_WRITER              0
53 #define APP_WRITER_WEB          1
54 #define APP_WRITER_GLOBAL       2
55 #define APP_CALC                3
56 #define APP_IMPRESS             4
57 #define APP_DRAW                5
58 #define APP_MATH                6
59 #define APP_COUNT               7
61 //Filter warning
62 #define PB_OK                   1
63 #define FT_FILTER_WARNING       2
64 #define IMG_WARNING             4
65 #define PB_CANCEL               5
67 #endif // #ifndef _SVX_OPTSAVE_HRC