fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / chart2 / source / controller / dialogs / Bitmaps.hrc
blobd15b5172e09eb30cf67888d7ab3c023769655c81
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 CHART_BITMAPS_HRC
20 #define CHART_BITMAPS_HRC
22 #include <svl/solar.hrc>
24 #ifndef STD_MASKCOLOR
25 #define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; }
26 #endif
28 // chart types
29 // Images:
31 #define IMG_TYPE_COLUMN (RID_APP_START + 1)
32 #define IMG_TYPE_BAR    (RID_APP_START + 2)
33 #define IMG_TYPE_PIE    (RID_APP_START + 3)
34 #define IMG_TYPE_AREA   (RID_APP_START + 4)
35 #define IMG_TYPE_LINE   (RID_APP_START + 5)
36 #define IMG_TYPE_XY     (RID_APP_START + 6)
37 #define IMG_TYPE_BUBBLE (RID_APP_START + 7)
38 #define IMG_TYPE_NET    (RID_APP_START + 8)
39 #define IMG_TYPE_STOCK  (RID_APP_START + 9)
40 #define IMG_TYPE_COLUMN_LINE  (RID_APP_START + 10)
41 #define IMG_TYPE_GL3D_BAR (RID_APP_START + 11)
42 #define IMG_STEP_START  (RID_APP_START + 12)
43 #define IMG_STEP_END    (RID_APP_START + 13)
44 #define IMG_STEP_CENTER_X (RID_APP_START + 14)
45 #define IMG_STEP_CENTER_Y (RID_APP_START + 15)
47 //Chart Subtypes
48 // Bitmaps:
50 // Column Chart Subtypes
51 #define BMP_COLUMNS_2D_1 (RID_APP_START + 1)
52 #define BMP_COLUMNS_2D_2 (RID_APP_START + 2)
53 #define BMP_COLUMNS_2D_3 (RID_APP_START + 3)
55 #define BMP_COLUMNS_3D (RID_APP_START + 4)
56 #define BMP_COLUMNS_3D_1 (RID_APP_START + 5)
57 #define BMP_COLUMNS_3D_2 (RID_APP_START + 6)
58 #define BMP_COLUMNS_3D_3 (RID_APP_START + 7)
60 #define BMP_SAEULE_3D_1 (RID_APP_START + 8)
61 #define BMP_SAEULE_3D_2 (RID_APP_START + 9)
62 #define BMP_SAEULE_3D_3 (RID_APP_START + 10)
63 #define BMP_SAEULE_3D_4 (RID_APP_START + 11)
65 #define BMP_KEGEL_3D_1 (RID_APP_START + 12)
66 #define BMP_KEGEL_3D_2 (RID_APP_START + 13)
67 #define BMP_KEGEL_3D_3 (RID_APP_START + 14)
68 #define BMP_KEGEL_3D_4 (RID_APP_START + 15)
70 #define BMP_PYRAMID_3D_1 (RID_APP_START + 16)
71 #define BMP_PYRAMID_3D_2 (RID_APP_START + 17)
72 #define BMP_PYRAMID_3D_3 (RID_APP_START + 18)
73 #define BMP_PYRAMID_3D_4 (RID_APP_START + 19)
75 // Bar Chart Subtypes
77 #define BMP_BARS_2D_1 (RID_APP_START + 20)
78 #define BMP_BARS_2D_2 (RID_APP_START + 21)
79 #define BMP_BARS_2D_3 (RID_APP_START + 22)
81 #define BMP_BARS_3D (RID_APP_START + 23)
82 #define BMP_BARS_3D_1 (RID_APP_START + 24)
83 #define BMP_BARS_3D_2 (RID_APP_START + 25)
84 #define BMP_BARS_3D_3 (RID_APP_START + 26)
86 #define BMP_ROEHRE_3D_1 (RID_APP_START + 27)
87 #define BMP_ROEHRE_3D_2 (RID_APP_START + 28)
88 #define BMP_ROEHRE_3D_3 (RID_APP_START + 29)
89 #define BMP_ROEHRE_3D_4 (RID_APP_START + 30)
91 #define BMP_KEGELQ_3D_1 (RID_APP_START + 31)
92 #define BMP_KEGELQ_3D_2 (RID_APP_START + 32)
93 #define BMP_KEGELQ_3D_3 (RID_APP_START + 33)
94 #define BMP_KEGELQ_3D_4 (RID_APP_START + 34)
96 #define BMP_PYRAMIDQ_3D_1 (RID_APP_START + 35)
97 #define BMP_PYRAMIDQ_3D_2 (RID_APP_START + 36)
98 #define BMP_PYRAMIDQ_3D_3 (RID_APP_START + 37)
99 #define BMP_PYRAMIDQ_3D_4 (RID_APP_START + 38)
101 // Pie and Donut Chart Subtypes
103 #define BMP_CIRCLES_2D (RID_APP_START + 39)
104 #define BMP_CIRCLES_2D_EXPLODED (RID_APP_START + 40)
105 #define BMP_CIRCLES_3D (RID_APP_START + 41)
106 #define BMP_CIRCLES_3D_EXPLODED (RID_APP_START + 42)
107 #define BMP_DONUT_2D (RID_APP_START + 43)
108 #define BMP_DONUT_2D_EXPLODED (RID_APP_START + 44)
109 #define BMP_DONUT_3D (RID_APP_START + 45)
110 #define BMP_DONUT_3D_EXPLODED (RID_APP_START + 46)
112 // Points and Lines Chart Subtypes
114 #define BMP_POINTS_XVALUES (RID_APP_START + 47)
115 #define BMP_POINTS_XCATEGORY (RID_APP_START + 48)
116 #define BMP_POINTS_STACKED (RID_APP_START + 49)
117 #define BMP_POINTS_STACKED (RID_APP_START + 49)
119 #define BMP_LINE_P_XVALUES (RID_APP_START + 50)
120 #define BMP_LINE_O_XVALUES (RID_APP_START + 51)
121 #define BMP_LINE3D_XVALUES (RID_APP_START + 52)
123 #define BMP_LINE_P_XCATEGORY (RID_APP_START + 53)
124 #define BMP_LINE_O_XCATEGORY (RID_APP_START + 54)
125 #define BMP_LINE3D_XCATEGORY (RID_APP_START + 55)
127 #define BMP_LINE_P_STACKED (RID_APP_START + 56)
128 #define BMP_LINE_O_STACKED (RID_APP_START + 57)
129 #define BMP_LINE3D_STACKED (RID_APP_START + 58)
131 #define BMP_LINE_P_XVALUES_SMOOTH (RID_APP_START + 59)
132 #define BMP_LINE_O_XVALUES_SMOOTH (RID_APP_START + 60)
133 #define BMP_LINE3D_XVALUES_SMOOTH (RID_APP_START + 61)
135 #define BMP_LINE_P_XCATEGORY_SMOOTH (RID_APP_START + 62)
136 #define BMP_LINE_O_XCATEGORY_SMOOTH (RID_APP_START + 63)
137 #define BMP_LINE3D_XCATEGORY_SMOOTH (RID_APP_START + 64)
139 #define BMP_LINE_P_STACKED_SMOOTH (RID_APP_START + 65)
140 #define BMP_LINE_O_STACKED_SMOOTH (RID_APP_START + 66)
141 #define BMP_LINE3D_STACKED_SMOOTH (RID_APP_START + 67)
143 #define BMP_LINE_P_XVALUES_STEPPED (RID_APP_START + 97)
144 #define BMP_LINE_O_XVALUES_STEPPED (RID_APP_START + 98)
145 #define BMP_LINE3D_XVALUES_STEPPED (RID_APP_START + 99)
147 #define BMP_LINE_P_XCATEGORY_STEPPED (RID_APP_START + 100)
148 #define BMP_LINE_O_XCATEGORY_STEPPED (RID_APP_START + 101)
149 #define BMP_LINE3D_XCATEGORY_STEPPED (RID_APP_START + 102)
151 #define BMP_LINE_P_STACKED_STEPPED (RID_APP_START + 103)
152 #define BMP_LINE_O_STACKED_STEPPED (RID_APP_START + 104)
153 #define BMP_LINE3D_STACKED_STEPPED (RID_APP_START + 105)
155 // Area Chart Subtypes
157 #define BMP_AREAS_2D (RID_APP_START + 68)
158 #define BMP_AREAS_2D_1 (RID_APP_START + 69)
159 #define BMP_AREAS_2D_3 (RID_APP_START + 70)
160 #define BMP_AREAS_3D (RID_APP_START + 71)
161 #define BMP_AREAS_3D_1 (RID_APP_START + 72)
162 #define BMP_AREAS_3D_2 (RID_APP_START + 73)
164 // Net Chart Subtypes
166 #define BMP_NET (RID_APP_START + 74)
167 #define BMP_NET_STACK (RID_APP_START + 75)
168 #define BMP_NET_SYMB (RID_APP_START + 76)
169 #define BMP_NET_SYMB_STACK (RID_APP_START + 77)
170 #define BMP_NET_LINESYMB (RID_APP_START + 78)
171 #define BMP_NET_LINESYMB_STACK (RID_APP_START + 79)
172 #define BMP_NET_FILL (RID_APP_START + 80)
173 #define BMP_NET_FILL_STACK (RID_APP_START + 81)
175 // Stock Chart Subtypes
177 #define BMP_STOCK_1 (RID_APP_START + 82)
178 #define BMP_STOCK_2 (RID_APP_START + 83)
179 #define BMP_STOCK_3 (RID_APP_START + 84)
180 #define BMP_STOCK_4 (RID_APP_START + 85)
182 // Column + Line Chart Subtypes
184 #define BMP_COLUMN_LINE         (RID_APP_START + 86)
185 #define BMP_COLUMN_LINE_STACKED (RID_APP_START + 87)
187 // Bubble Chart Subtypes
188 #define BMP_BUBBLE_1            (RID_APP_START + 88)
190 // GL3D Bar Chart subtypes.
191 #define BMP_GL3D_BAR_ROUNDRECT  (RID_APP_START + 106)
193 //further Images:
195 //SchStatisticTabPage and SchDataStatisticsDlg part 1
196 #define BMP_INDICATE_BOTH_VERTI (RID_APP_START + 89)
197 #define BMP_INDICATE_UP (RID_APP_START + 90)
198 #define BMP_INDICATE_DOWN (RID_APP_START + 91)
199 #define BMP_INDICATE_BOTH_HORI (RID_APP_START + 97)
200 #define BMP_INDICATE_RIGHT (RID_APP_START + 98)
201 #define BMP_INDICATE_LEFT (RID_APP_START + 99)
203 //SchStatisticTabPage and SchDataStatisticsDlg part 2
204 #define BMP_REGRESSION_NONE             (RID_APP_START + 92)
205 #define BMP_REGRESSION_LINEAR           (RID_APP_START + 93)
206 #define BMP_REGRESSION_LOG              (RID_APP_START + 94)
207 #define BMP_REGRESSION_EXP              (RID_APP_START + 95)
208 #define BMP_REGRESSION_POWER            (RID_APP_START + 96)
209 #define BMP_REGRESSION_POLYNOMIAL       (RID_APP_START + 110)
210 #define BMP_REGRESSION_MOVING_AVERAGE   (RID_APP_START + 111)
212 // CHART_BITMAPS_HRC
213 #endif
215 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */