xref: /AOO41X/main/sfx2/source/view/view.hrc (revision e037e032e02c10c59d692681ba150d161a6bb37c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _SFX_VIEW_HRC
24#define _SFX_VIEW_HRC
25
26#include <sfx2/sfx.hrc>
27
28// #defines *****************************************************************
29
30#define STR_NODEFPRINTER                    (RID_SFX_VIEW_START+ 0)
31#define STR_PRINTER_NOTAVAIL                (RID_SFX_VIEW_START+ 1)
32
33
34#define STR_PRINT_OPTIONS                   (RID_SFX_VIEW_START+ 6)
35#define STR_PRINT_OPTIONS_TITLE             (RID_SFX_VIEW_START+ 7)
36#define STR_ERROR_PRINTER_BUSY              (RID_SFX_VIEW_START+ 8)
37#define STR_NOSTARTPRINTER                  (RID_SFX_VIEW_START+ 9)
38#define STR_PRINTING                        (RID_SFX_VIEW_START+10)
39
40#define DLG_PRINTMONITOR                    (RID_SFX_VIEW_START)
41#define FT_DOCNAME                      1
42#define FT_PRINTING                     2
43#define FT_PRINTER                      3
44#define FT_PRINTINFO                    4
45#define PB_CANCELPRNMON                 5
46#define STR_FT_PREPARATION              6
47#define STR_PAGE                            (RID_SFX_VIEW_START+20)
48#define STR_ERROR_PRINT                     (RID_SFX_VIEW_START+21)
49#define STR_PRINT_NEWORI                    (RID_SFX_VIEW_START+22)
50#define STR_PRINT_NEWSIZE                   (RID_SFX_VIEW_START+23)
51#define STR_PRINT_NEWORISIZE                (RID_SFX_VIEW_START+24)
52
53#define STR_PREVIEW_DOCINFO                 (RID_SFX_VIEW_START+25)
54#define STR_PREVIEW_NODOCINFO               (RID_SFX_VIEW_START+26)
55
56#define MSG_ERROR_SEND_MAIL                 (RID_SFX_VIEW_START+31)
57
58#define STR_ERROR_SAVE_TEMPLATE             (RID_SFX_VIEW_START+33)
59
60#define MSG_QUERY_OPENASTEMPLATE            (RID_SFX_VIEW_START+41)
61#define MSG_CANT_CLOSE                      (RID_SFX_VIEW_START+42)
62#define MSG_ERROR_NO_WEBBROWSER_FOUND       (RID_SFX_VIEW_START+43)
63#define TP_FRAMEPROPERTIES                  (RID_SFX_VIEW_START+44)
64
65#define FT_FRAMENAME                    3
66#define ED_FRAMENAME                    4
67#define FT_URL                          5
68#define ED_URL                          6
69#define BT_FILEOPEN                     7
70#define NM_MARGINHEIGHT                 8
71#define FT_MARGINHEIGHT                 9
72#define NM_MARGINWIDTH                  10
73#define FT_MARGINWIDTH                  11
74#define GB_MARGIN                       12
75#define RB_SCROLLINGON                  13
76#define RB_SCROLLINGOFF                 14
77#define RB_SCROLLINGAUTO                15
78#define GB_SCROLLING                    16
79#define GB_BORDER                       17
80#define RB_FRMBORDER_ON                 18
81#define RB_FRMBORDER_INHERIT            19
82#define RB_FRMBORDER_OFF                20
83#define CB_MARGINWIDTHDEFAULT           21
84#define CB_MARGINHEIGHTDEFAULT          22
85
86#define GB_WIDTH                        23
87#define GB_HEIGHT                       24
88#define RB_PIXELWIDTH                   25
89#define RB_PERCENTWIDTH                 26
90#define RB_RELATIVEWIDTH                27
91#define RB_PIXELHEIGHT                  28
92#define RB_PERCENTHEIGHT                29
93#define RB_RELATIVEHEIGHT               30
94#define FT_WIDTHCOMMENT                 31
95#define FT_HEIGHTCOMMENT                32
96#define FT_WIDTH                        33
97#define NM_WIDTH                        34
98#define CB_WIDTHFIXED                   35
99#define CB_HEIGHTFIXED                  36
100#define FT_HEIGHT                       37
101#define NM_HEIGHT                       38
102
103#define FT_FRAMESPACING                 39
104#define NM_FRAMESPACING                 40
105#define CB_FRAMESPACING_INHERIT         41
106#define FT_FRAMESPACINGCOLOR            42
107#define ED_FRAMESPACINGCOLOR            43
108#define CB_FRAMESPACINGCOLOR_INHERIT    44
109#define GB_FRAMESET                     45
110#define FL_SEP_LEFT                     46
111#define FL_SEP_RIGHT                    47
112
113#define STR_FRAME_FILEDLG                   (RID_SFX_VIEW_START+46)
114
115#endif
116
117