Updated core
[LibreOffice.git] / cui / source / tabpages / tabarea.hrc
blob282ebdb452a4929f74ce1ecec65a0833f653ecb2
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  */
20 #define BTN_LOAD 5
21 #define BTN_SAVE 6
22 #define BTN_EMBED 7
23 #define CTL_PREVIEW 1
24 #define CTL_POSITION 2
25 #define CTL_COLOR_PREVIEW 5
26 #define CTL_BITMAP_PREVIEW 6
27 #define MTR_FLD_DISTANCE 1
28 #define TSB_INVISIBLE 1
29 #define TSB_SHOW_SHADOW 2
30 #define TSB_STEPCOUNT 3
31 #define TSB_TILE 4
32 #define TSB_STRETCH 5
33 #define TSB_ORIGINAL 6
35 #define LB_COLOR 1
36 #define LB_GRADIENT 2
37 #define LB_HATCHING 3
38 #define LB_BITMAP 4
39 #define LB_BITMAPS 4
40 #define LB_BACKGROUND_COLOR 3
41 #define GRP_COLOR 1
42 #define BTN_ADD 1
43 #define BTN_IMPORT 2
44 #define BTN_MODIFY 3
45 #define BTN_DELETE 4
46 #define FT_COLOR 1
47 #define FT_BACKGROUND_COLOR 2
48 #define FT_POSITION 2
49 #define FT_DISTANCE 1
50 #define FT_LINE_COLOR 2
51 #define FT_LINE_TYPE 1
52 #define FT_LINE_DISTANCE 3
53 #define FT_LINE_ANGLE 4
54 #define MTR_FLD_ANGLE 3
55 #define CTL_ANGLE 2
56 #define LB_HATCHINGS 4
57 #define LB_LINE_TYPE 1
58 #define LB_LINE_COLOR 3
59 #define NUM_FLD_STEPCOUNT 1
60 #define FT_PIXEL_EDIT 4
61 #define CTL_PIXEL 2
62 #define FT_TYPE 7
63 #define FT_SHADOW_COLOR 10
64 #define LB_SHADOW_COLOR 10
65 #define FL_PROP 2
66 #define FL_SIZE 3
67 #define FL_POSITION 4
68 #define FL_OFFSET 5
69 #define FL_STEPCOUNT 7
71 #define BTN_WORK_ON 2
72 #define CTL_COLORTABLE 3
73 #define CTL_PREVIEW_OLD 1
74 #define CTL_PREVIEW_NEW 2
75 #define FT_NAME 2
76 #define EDT_NAME 1
77 #define LB_COLORMODEL 2
78 #define FT_1 3
79 #define FT_2 4
80 #define FT_3 5
81 #define FT_4 6
82 #define MTR_FLD_1 1
83 #define MTR_FLD_2 2
84 #define MTR_FLD_3 3
85 #define MTR_FLD_4 4
86 #define FT_TABLE_NAME 7
87 #define MTR_FLD_X_SIZE 4
88 #define MTR_FLD_Y_SIZE 5
89 #define TSB_SCALE 1
90 #define FT_X_OFFSET 1
91 #define FT_Y_OFFSET 2
92 #define MTR_FLD_X_OFFSET 1
93 #define MTR_FLD_Y_OFFSET 2
94 #define LB_AREA_TYPE 19
95 #define RBT_ROW 6
96 #define RBT_COLUMN 7
97 #define MTR_FLD_OFFSET 3
99 #define FT_TRANSPARENT 9
100 #define FT_X_SIZE 10
101 #define FT_Y_SIZE 11
102 #define FT_BITMAPS_HIDDEN 12
104 #define RBT_TRANS_OFF 8
105 #define RBT_TRANS_LINEAR 9
106 #define RBT_TRANS_GRADIENT 10
107 #define CTL_TRANS_PREVIEW   19
109 #define FT_TRGR_TYPE 12
110 #define LB_TRGR_GRADIENT_TYPES 3
111 #define FT_TRGR_CENTER_X 13
112 #define MTR_TRGR_CENTER_X 4
113 #define FT_TRGR_CENTER_Y 14
114 #define MTR_TRGR_CENTER_Y 5
115 #define FT_TRGR_ANGLE 15
116 #define MTR_TRGR_ANGLE 6
117 #define FT_TRGR_BORDER 16
118 #define MTR_TRGR_BORDER 7
119 #define FT_TRGR_START_VALUE 17
120 #define MTR_TRGR_START_VALUE 8
121 #define FT_TRGR_END_VALUE 18
122 #define MTR_TRGR_END_VALUE 9
123 #define MTR_TRANSPARENT 10
125 #define MTR_SHADOW_TRANSPARENT 11
127 // Hatch-Background on Area-TabPage
128 #define CB_HATCHBCKGRD          21
129 #define LB_HATCHBCKGRDCOLOR     22
131 #define STR_LB_HATCHINGSTYLE 5031
133 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */