1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
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
33 #define TSB_ORIGINAL 6
40 #define LB_BACKGROUND_COLOR 3
47 #define FT_BACKGROUND_COLOR 2
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
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
63 #define FT_SHADOW_COLOR 10
64 #define LB_SHADOW_COLOR 10
69 #define FL_STEPCOUNT 7
72 #define CTL_COLORTABLE 3
73 #define CTL_PREVIEW_OLD 1
74 #define CTL_PREVIEW_NEW 2
77 #define LB_COLORMODEL 2
86 #define FT_TABLE_NAME 7
87 #define MTR_FLD_X_SIZE 4
88 #define MTR_FLD_Y_SIZE 5
92 #define MTR_FLD_X_OFFSET 1
93 #define MTR_FLD_Y_OFFSET 2
94 #define LB_AREA_TYPE 19
97 #define MTR_FLD_OFFSET 3
99 #define FT_TRANSPARENT 9
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: */