xref: /trunk/main/cui/source/options/optsave.hrc (revision 972a6c96)
18414840eSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
38414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
48414840eSAndrew Rist * or more contributor license agreements.  See the NOTICE file
58414840eSAndrew Rist * distributed with this work for additional information
68414840eSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
78414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the
88414840eSAndrew Rist * "License"); you may not use this file except in compliance
98414840eSAndrew Rist * with the License.  You may obtain a copy of the License at
108414840eSAndrew Rist *
118414840eSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
128414840eSAndrew Rist *
138414840eSAndrew Rist * Unless required by applicable law or agreed to in writing,
148414840eSAndrew Rist * software distributed under the License is distributed on an
158414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
168414840eSAndrew Rist * KIND, either express or implied.  See the License for the
178414840eSAndrew Rist * specific language governing permissions and limitations
188414840eSAndrew Rist * under the License.
198414840eSAndrew Rist *
208414840eSAndrew Rist *************************************************************/
218414840eSAndrew Rist
228414840eSAndrew Rist
23cdf0e10cSrcweir#ifndef _SVX_OPTSAVE_HRC
24cdf0e10cSrcweir#define _SVX_OPTSAVE_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir// defines ------------------------------------------------------------------
27cdf0e10cSrcweir
28cdf0e10cSrcweir#define LB_LOAD                 10
29cdf0e10cSrcweir#define CB_LOAD_SETTINGS        11
30cdf0e10cSrcweir#define CB_LOAD_DOCPRINTER      12
31cdf0e10cSrcweir#define GB_SAVE                 13
32cdf0e10cSrcweir#define BTN_DOCINFO             14
33cdf0e10cSrcweir#define BTN_BACKUP              15
34cdf0e10cSrcweir#define BTN_AUTOSAVE            16
35cdf0e10cSrcweir#define ED_AUTOSAVE             17
36cdf0e10cSrcweir#define FT_MINUTE               18
37cdf0e10cSrcweir#define BTN_AUTOSAVEPROMPT      19
38cdf0e10cSrcweir#define BTN_NOPRETTYPRINTING    20
39cdf0e10cSrcweir#define FI_BACKUP               21
40cdf0e10cSrcweir#define BTN_WARNALIENFORMAT     22
41cdf0e10cSrcweir#define FT_ODF_VERSION          23
42cdf0e10cSrcweir#define LB_ODF_VERSION          24
43*972a6c96SJuergen Schmidt#define BTN_ODFENCRYPTION       25
44cdf0e10cSrcweir
45cdf0e10cSrcweir#define GB_RELATIVE             40
46cdf0e10cSrcweir#define BTN_RELATIVE_FSYS       41
47cdf0e10cSrcweir#define BTN_RELATIVE_INET       42
48cdf0e10cSrcweir
49cdf0e10cSrcweir#define FL_FILTER               43
50cdf0e10cSrcweir#define FT_APP                  44
51cdf0e10cSrcweir#define LB_APP                  45
52cdf0e10cSrcweir#define FT_FILTER               46
53cdf0e10cSrcweir#define LB_FILTER               47
54cdf0e10cSrcweir#define FI_FILTER               48
55cdf0e10cSrcweir#define FT_WARN                 49
56cdf0e10cSrcweir#define FI_ODF_WARNING          50
57cdf0e10cSrcweir
58cdf0e10cSrcweir#define IMG_ODF_WARNING         1
59cdf0e10cSrcweir#define IMG_ODF_WARNING_HC      2
60cdf0e10cSrcweir
61cdf0e10cSrcweir#define APP_WRITER              0
62cdf0e10cSrcweir#define APP_WRITER_WEB          1
63cdf0e10cSrcweir#define APP_WRITER_GLOBAL       2
64cdf0e10cSrcweir#define APP_CALC                3
65cdf0e10cSrcweir#define APP_IMPRESS             4
66cdf0e10cSrcweir#define APP_DRAW                5
67cdf0e10cSrcweir#define APP_MATH                6
68cdf0e10cSrcweir#define APP_COUNT               7
69cdf0e10cSrcweir
70cdf0e10cSrcweir//Filter warning
71cdf0e10cSrcweir#define PB_OK                   1
72cdf0e10cSrcweir#define FT_FILTER_WARNING       2
73cdf0e10cSrcweir#define CB_DONT_SHOW_AGAIN      3
74cdf0e10cSrcweir#define IMG_WARNING             4
75cdf0e10cSrcweir#define PB_CANCEL               5
76cdf0e10cSrcweir
77cdf0e10cSrcweir#endif // #ifndef _SVX_OPTSAVE_HRC
78cdf0e10cSrcweir
79