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/.
10 #define BMP_ICON_SET_CIRCLES1_GRAY 999
11 #define BMP_ICON_SET_CIRCLES1_GREEN 998
12 #define BMP_ICON_SET_CIRCLES1_YELLOW 997
13 #define BMP_ICON_SET_CIRCLES1_RED 996
14 #define BMP_ICON_SET_BARS_EMPTY 995
15 #define BMP_ICON_SET_BARS_ONE_QUARTER 994
16 #define BMP_ICON_SET_BARS_HALF 993
17 #define BMP_ICON_SET_BARS_THREE_QUARTER 992
18 #define BMP_ICON_SET_BARS_FULL 991
19 #define BMP_ICON_SET_CIRCLES2_DARK_GRAY 990
20 #define BMP_ICON_SET_CIRCLES2_LIGHT_GRAY 989
21 #define BMP_ICON_SET_CIRCLES2_LIGHT_RED 988
22 #define BMP_ICON_SET_CIRCLES2_DARK_RED 987
23 #define BMP_ICON_SET_COLORARROWS_DOWN 986
24 #define BMP_ICON_SET_COLORARROWS_SLIGHTLY_DOWN 985
25 #define BMP_ICON_SET_COLORARROWS_SAME 984
26 #define BMP_ICON_SET_COLORARROWS_SLIGHTLY_UP 983
27 #define BMP_ICON_SET_COLORARROWS_UP 982
28 #define BMP_ICON_SET_FLAGS_RED 981
29 #define BMP_ICON_SET_FLAGS_YELLOW 980
30 #define BMP_ICON_SET_FLAGS_GREEN 979
31 #define BMP_ICON_SET_GRAYARROWS_DOWN 978
32 #define BMP_ICON_SET_GRAYARROWS_SLIGHTLY_DOWN 977
33 #define BMP_ICON_SET_GRAYARROWS_SAME 976
34 #define BMP_ICON_SET_GRAYARROWS_SLIGHTLY_UP 975
35 #define BMP_ICON_SET_GRAYARROWS_UP 974
36 #define BMP_ICON_SET_PIES_EMPTY 973
37 #define BMP_ICON_SET_PIES_ONE_QUARTER 972
38 #define BMP_ICON_SET_PIES_HALF 971
39 #define BMP_ICON_SET_PIES_THREE_QUARTER 970
40 #define BMP_ICON_SET_PIES_FULL 969
41 #define BMP_ICON_SET_SHAPES_CIRCLE 968
42 #define BMP_ICON_SET_SHAPES_TRIANGLE 967
43 #define BMP_ICON_SET_SHAPES_DIAMOND 966
44 #define BMP_ICON_SET_SQUARES_EMPTY 965
45 #define BMP_ICON_SET_SQUARES_ONE_QUARTER 964
46 #define BMP_ICON_SET_SQUARES_HALF 963
47 #define BMP_ICON_SET_SQUARES_THREE_QUARTER 962
48 #define BMP_ICON_SET_SQUARES_FULL 961
49 #define BMP_ICON_SET_STARS_EMPTY 960
50 #define BMP_ICON_SET_STARS_HALF 959
51 #define BMP_ICON_SET_STARS_FULL 958
52 #define BMP_ICON_SET_SYMBOLS1_CHECK 957
53 #define BMP_ICON_SET_SYMBOLS1_EXCLAMATION_MARK 956
54 #define BMP_ICON_SET_SYMBOLS1_CROSS 955
55 #define BMP_ICON_SET_TRAFFICLIGHTS_RED 954
56 #define BMP_ICON_SET_TRAFFICLIGHTS_YELLOW 953
57 #define BMP_ICON_SET_TRAFFICLIGHTS_GREEN 952
58 #define BMP_ICON_SET_TRIANGLES_DOWN 951
59 #define BMP_ICON_SET_TRIANGLES_SAME 950
60 #define BMP_ICON_SET_TRIANGLES_UP 949
61 #define BMP_ICON_SET_POSITIVE_GREEN_SMILIE 948
62 #define BMP_ICON_SET_NEUTRAL_YELLOW_SMILIE 947
63 #define BMP_ICON_SET_NEGATIVE_RED_SMILIE 946
64 #define BMP_ICON_SET_POSITIVE_YELLOW_SMILIE 945
65 #define BMP_ICON_SET_NEGATIVE_YELLOW_SMILIE 944
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */