Bump version to 4.1-6
[LibreOffice.git] / sfx2 / source / view / view.hrc
blob763da00da1876a22280386a01d6a5e43f9f030ee
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 #ifndef _SFX_VIEW_HRC
20 #define _SFX_VIEW_HRC
22 #include <sfx2/sfx.hrc>
24 // #defines *****************************************************************
26 #define STR_NODEFPRINTER                    (RID_SFX_VIEW_START+ 0)
27 #define STR_PRINTER_NOTAVAIL                (RID_SFX_VIEW_START+ 1)
30 #define STR_PRINT_OPTIONS                   (RID_SFX_VIEW_START+ 6)
32 #define STR_ERROR_PRINTER_BUSY              (RID_SFX_VIEW_START+ 8)
33 #define STR_NOSTARTPRINTER                  (RID_SFX_VIEW_START+ 9)
34 #define STR_PRINTING                        (RID_SFX_VIEW_START+10)
36 #define DLG_PRINTMONITOR                    (RID_SFX_VIEW_START)
37 #define FT_DOCNAME                      1
38 #define FT_PRINTING                     2
39 #define FT_PRINTER                      3
40 #define FT_PRINTINFO                    4
41 #define PB_CANCELPRNMON                 5
42 #define STR_FT_PREPARATION              6
43 #define STR_PAGE                            (RID_SFX_VIEW_START+20)
44 #define STR_ERROR_PRINT                     (RID_SFX_VIEW_START+21)
45 #define STR_PRINT_NEWORI                    (RID_SFX_VIEW_START+22)
46 #define STR_PRINT_NEWSIZE                   (RID_SFX_VIEW_START+23)
47 #define STR_PRINT_NEWORISIZE                (RID_SFX_VIEW_START+24)
49 #define STR_PREVIEW_DOCINFO                 (RID_SFX_VIEW_START+25)
50 #define STR_PREVIEW_NODOCINFO               (RID_SFX_VIEW_START+26)
52 #define MSG_ERROR_SEND_MAIL                 (RID_SFX_VIEW_START+31)
54 #define STR_ERROR_SAVE_TEMPLATE             (RID_SFX_VIEW_START+33)
56 #define MSG_QUERY_OPENASTEMPLATE            (RID_SFX_VIEW_START+41)
57 #define MSG_CANT_CLOSE                      (RID_SFX_VIEW_START+42)
59 #define FT_FRAMENAME                    3
60 #define ED_FRAMENAME                    4
61 #define FT_URL                          5
62 #define ED_URL                          6
63 #define BT_FILEOPEN                     7
64 #define NM_MARGINHEIGHT                 8
65 #define FT_MARGINHEIGHT                 9
66 #define NM_MARGINWIDTH                  10
67 #define FT_MARGINWIDTH                  11
68 #define GB_MARGIN                       12
69 #define RB_SCROLLINGON                  13
70 #define RB_SCROLLINGOFF                 14
71 #define RB_SCROLLINGAUTO                15
72 #define GB_SCROLLING                    16
73 #define GB_BORDER                       17
74 #define RB_FRMBORDER_ON                 18
75 #define RB_FRMBORDER_INHERIT            19
76 #define RB_FRMBORDER_OFF                20
77 #define CB_MARGINWIDTHDEFAULT           21
78 #define CB_MARGINHEIGHTDEFAULT          22
80 #define GB_WIDTH                        23
81 #define GB_HEIGHT                       24
82 #define FT_WIDTH                        33
83 #define FT_HEIGHT                       37
85 #define FL_SEP_LEFT                     46
86 #define FL_SEP_RIGHT                    47
89 #endif
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */