xref: /core/svx/inc/bitmaps.hlst (revision 26643b50)
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
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#pragma once
10
11#include <rtl/ustring.hxx>
12
13inline constexpr OUStringLiteral RID_SVXCTRL_RECTBTNS = u"svx/res/rectbtns.png";
14
15inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW1 = u"svx/res/frmsel1.png";
16inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW2 = u"svx/res/frmsel2.png";
17inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW3 = u"svx/res/frmsel3.png";
18inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW4 = u"svx/res/frmsel4.png";
19inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW5 = u"svx/res/frmsel5.png";
20inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW6 = u"svx/res/frmsel6.png";
21inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW7 = u"svx/res/frmsel7.png";
22inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW8 = u"svx/res/frmsel8.png";
23inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW9 = u"svx/res/frmsel9.png";
24inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW10 = u"svx/res/frmsel10.png";
25inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW11 = u"svx/res/frmsel11.png";
26inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW12 = u"svx/res/frmsel12.png";
27inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW13 = u"svx/res/frmsel13.png";
28inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW14 = u"svx/res/frmsel14.png";
29inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW15 = u"svx/res/frmsel15.png";
30inline constexpr OUStringLiteral RID_SVXBMP_FRMSEL_ARROW16 = u"svx/res/frmsel16.png";
31
32inline constexpr OUStringLiteral RID_SVXBMP_NOTCHECKED = u"svx/res/notcheck.png";
33inline constexpr OUStringLiteral RID_SVXBMP_CHECKED = u"svx/res/lngcheck.png";
34
35inline constexpr OUStringLiteral RID_SVXBMP_GREENCHECK = u"svx/res/nu01.png";
36inline constexpr OUStringLiteral RID_SVXBMP_YELLOWCHECK = u"svx/res/nu04.png";
37inline constexpr OUStringLiteral RID_SVXBMP_REDCROSS = u"svx/res/nu02.png";
38inline constexpr OUStringLiteral RID_SVXBMP_SHADOW_ANGLE = u"svx/res/fw018.png";
39inline constexpr OUStringLiteral RID_SVXBMP_SHADOW_SIZE = u"svx/res/fw019.png";
40inline constexpr OUStringLiteral RID_SVXBMP_SHADOW_XDIST = u"svx/res/fw016.png";
41inline constexpr OUStringLiteral RID_SVXBMP_SHADOW_YDIST = u"svx/res/fw017.png";
42
43inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_NW = u"svx/res/directionnorthwest_22.png";
44inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_N = u"svx/res/directionnorth_22.png";
45inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_NE = u"svx/res/directionnortheast_22.png";
46inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_W = u"svx/res/directionwest_22.png";
47inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_NONE = u"svx/res/directionstraight_22.png";
48inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_E = u"svx/res/directioneast_22.png";
49inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_SW = u"svx/res/directionsouthwest_22.png";
50inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_S = u"svx/res/directionsouth_22.png";
51inline constexpr OUStringLiteral RID_SVXBMP_DIRECTION_DIRECTION_SE = u"svx/res/directionsoutheast_22.png";
52inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_TOP_LEFT = u"svx/res/lightofffromtopleft_22.png";
53inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_TOP = u"svx/res/lightofffromtop_22.png";
54inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_TOP_RIGHT = u"svx/res/lightofffromtopright_22.png";
55inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_LEFT = u"svx/res/lightofffromleft_22.png";
56inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_RIGHT = u"svx/res/lightofffromright_22.png";
57inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_BOTTOM_LEFT = u"svx/res/lightofffrombottomleft_22.png";
58inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_BOTTOM = u"svx/res/lightofffrombottom_22.png";
59inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_OFF_FROM_BOTTOM_RIGHT = u"svx/res/lightofffrombottomright_22.png";
60inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_TOP_LEFT = u"svx/res/lightonfromtopleft_22.png";
61inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_TOP = u"svx/res/lightonfromtop_22.png";
62inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_TOP_RIGHT = u"svx/res/lightonfromtopright_22.png";
63inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_LEFT = u"svx/res/lightonfromleft_22.png";
64inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_RIGHT = u"svx/res/lightonfromright_22.png";
65inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_BOTTOM_LEFT = u"svx/res/lightonfrombottomleft_22.png";
66inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_BOTTOM = u"svx/res/lightonfrombottom_22.png";
67inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_ON_FROM_BOTTOM_RIGHT = u"svx/res/lightonfrombottomright_22.png";
68inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_TOP_LEFT = u"svx/res/lightfromtopleft_22.png";
69inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_TOP = u"svx/res/lightfromtop_22.png";
70inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_TOP_RIGHT = u"svx/res/lightfromtopright_22.png";
71inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_LEFT = u"svx/res/lightfromleft_22.png";
72inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_RIGHT = u"svx/res/lightfromright_22.png";
73inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_FRONT = u"svx/res/lightfromfront_22.png";
74inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_BOTTOM_LEFT = u"svx/res/lightfrombottomleft_22.png";
75inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_BOTTOM = u"svx/res/lightfrombottom_22.png";
76inline constexpr OUStringLiteral RID_SVXBMP_LIGHT_PREVIEW_FROM_BOTTOM_RIGHT = u"svx/res/lightfrombottomright_22.png";
77
78inline constexpr OUStringLiteral RID_SVXBMP_LAMP_ON = u"svx/res/lighton.png";
79inline constexpr OUStringLiteral RID_SVXBMP_LAMP_OFF = u"svx/res/light.png";
80
81inline constexpr OUStringLiteral RID_SVXBMP_ELEMENT = u"res/da03.png";
82inline constexpr OUStringLiteral RID_SVXBMP_ATTRIBUTE = u"res/da04.png";
83inline constexpr OUStringLiteral RID_SVXBMP_TEXT = u"res/da05.png";
84inline constexpr OUStringLiteral RID_SVXBMP_OTHER = u"res/da06.png";
85
86inline constexpr OUStringLiteral RID_SVXBMP_FORM = u"res/sx10593.png";
87inline constexpr OUStringLiteral RID_SVXBMP_CONTROL = u"res/sx10144.png";
88inline constexpr OUStringLiteral RID_SVXBMP_BUTTON = u"res/sx10594.png";
89inline constexpr OUStringLiteral RID_SVXBMP_RADIOBUTTON = u"res/sx10595.png";
90inline constexpr OUStringLiteral RID_SVXBMP_CHECKBOX = u"res/sx10596.png";
91inline constexpr OUStringLiteral RID_SVXBMP_FIXEDTEXT = u"res/sx10597.png";
92inline constexpr OUStringLiteral RID_SVXBMP_GROUPBOX = u"res/sx10598.png";
93inline constexpr OUStringLiteral RID_SVXBMP_EDITBOX = u"res/sx10599.png";
94inline constexpr OUStringLiteral RID_SVXBMP_LISTBOX = u"res/sx10600.png";
95inline constexpr OUStringLiteral RID_SVXBMP_COMBOBOX = u"res/sx10601.png";
96inline constexpr OUStringLiteral RID_SVXBMP_FORMS = u"res/sx18013.png";
97inline constexpr OUStringLiteral RID_SVXBMP_IMAGEBUTTON = u"res/sx10604.png";
98inline constexpr OUStringLiteral RID_SVXBMP_IMAGECONTROL = u"res/sx10710.png";
99inline constexpr OUStringLiteral RID_SVXBMP_FILECONTROL = u"res/sx10605.png";
100inline constexpr OUStringLiteral RID_SVXBMP_DATEFIELD = u"res/sx10704.png";
101inline constexpr OUStringLiteral RID_SVXBMP_TIMEFIELD = u"res/sx10705.png";
102inline constexpr OUStringLiteral RID_SVXBMP_NUMERICFIELD = u"res/sx10706.png";
103inline constexpr OUStringLiteral RID_SVXBMP_CURRENCYFIELD = u"res/sx10707.png";
104inline constexpr OUStringLiteral RID_SVXBMP_PATTERNFIELD = u"res/sx10708.png";
105inline constexpr OUStringLiteral RID_SVXBMP_HIDDEN = u"res/sx18022.png";
106inline constexpr OUStringLiteral RID_SVXBMP_GRID = u"res/sx10603.png";
107inline constexpr OUStringLiteral RID_SVXBMP_FORMATTEDFIELD = u"res/sx10728.png";
108inline constexpr OUStringLiteral RID_SVXBMP_FILTER = u"res/sx10715.png";
109inline constexpr OUStringLiteral RID_SVXBMP_DATE_N_TIME_FIELDS = u"res/sx10757.png";
110inline constexpr OUStringLiteral RID_SVXBMP_FIELD = u"res/sx18027.png";
111inline constexpr OUStringLiteral RID_SVXBMP_SCROLLBAR = u"res/sx10768.png";
112inline constexpr OUStringLiteral RID_SVXBMP_SPINBUTTON = u"res/sx10769.png";
113inline constexpr OUStringLiteral RID_SVXBMP_NAVIGATIONBAR = u"res/sx10607.png";
114
115inline constexpr OUStringLiteral RID_SVXBMP_THEME_NORMAL = u"svx/res/galnors.png";
116inline constexpr OUStringLiteral RID_SVXBMP_THEME_READONLY = u"svx/res/galrdos.png";
117inline constexpr OUStringLiteral RID_SVXBMP_THEME_DEFAULT = u"svx/res/galdefs.png";
118inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_MEDIA = u"svx/res/galmedia.png";
119inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_1 = u"svx/res/galsnd1.png";
120inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_2 = u"svx/res/galsnd2.png";
121inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_3 = u"svx/res/galsnd3.png";
122inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_4 = u"svx/res/galsnd4.png";
123inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_5 = u"svx/res/galsnd5.png";
124inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_6 = u"svx/res/galsnd6.png";
125inline constexpr OUStringLiteral RID_SVXBMP_GALLERY_SOUND_7 = u"svx/res/galsnd7.png";
126
127inline constexpr OUStringLiteral BMP_NONE_ICON = u"svx/res/symphony/blank.png";
128inline constexpr OUStringLiteral BMP_WIDTH1_ICON = u"svx/res/symphony/width1.png";
129inline constexpr OUStringLiteral BMP_WIDTH2_ICON = u"svx/res/symphony/width2.png";
130inline constexpr OUStringLiteral BMP_WIDTH3_ICON = u"svx/res/symphony/width3.png";
131inline constexpr OUStringLiteral BMP_WIDTH4_ICON = u"svx/res/symphony/width4.png";
132inline constexpr OUStringLiteral BMP_WIDTH5_ICON = u"svx/res/symphony/width5.png";
133inline constexpr OUStringLiteral BMP_WIDTH6_ICON = u"svx/res/symphony/width6.png";
134inline constexpr OUStringLiteral BMP_WIDTH7_ICON = u"svx/res/symphony/width7.png";
135inline constexpr OUStringLiteral BMP_WIDTH8_ICON = u"svx/res/symphony/width8.png";
136inline constexpr OUStringLiteral RID_SVXBMP_WIDTH_CUSTOM = u"svx/res/symphony/last_custom_common.png";
137inline constexpr OUStringLiteral RID_SVXBMP_WIDTH_CUSTOM_GRAY = u"svx/res/symphony/last_custom_common_grey.png";
138
139inline constexpr OUStringLiteral BMP_AXIAL = u"svx/res/symphony/axial.png";
140inline constexpr OUStringLiteral BMP_ELLI = u"svx/res/symphony/ellipsoid.png";
141inline constexpr OUStringLiteral BMP_QUAD = u"svx/res/symphony/Quadratic.png";
142inline constexpr OUStringLiteral BMP_RADIAL = u"svx/res/symphony/radial.png";
143inline constexpr OUStringLiteral BMP_SQUARE = u"svx/res/symphony/Square.png";
144inline constexpr OUStringLiteral BMP_LINEAR = u"svx/res/symphony/linear.png";
145
146inline constexpr OUStringLiteral RID_SVXBMP_STANDARD_SELECTION = u"svx/res/standard-selection_10x22.png";
147inline constexpr OUStringLiteral RID_SVXBMP_EXTENDING_SELECTION = u"svx/res/extending-selection_10x22.png";
148inline constexpr OUStringLiteral RID_SVXBMP_ADDING_SELECTION = u"svx/res/adding-selection_10x22.png";
149inline constexpr OUStringLiteral RID_SVXBMP_BLOCK_SELECTION = u"svx/res/block-selection_10x22.png";
150inline constexpr OUStringLiteral RID_SVXBMP_POSITION = u"res/sc10223.png";
151inline constexpr OUStringLiteral RID_SVXBMP_SIZE = u"res/sc10224.png";
152inline constexpr OUStringLiteral RID_SVXBMP_SIGNET = u"svx/res/signet_11x16.png";
153inline constexpr OUStringLiteral RID_SVXBMP_SIGNET_BROKEN = u"svx/res/caution_11x16.png";
154inline constexpr OUStringLiteral RID_SVXBMP_SIGNET_NOTVALIDATED = u"svx/res/notcertificate_16.png";
155inline constexpr OUStringLiteral RID_SVXBMP_SLIDERBUTTON = u"svx/res/slidezoombutton_10.png";
156inline constexpr OUStringLiteral RID_SVXBMP_SLIDERDECREASE = u"svx/res/slidezoomout_10.png";
157inline constexpr OUStringLiteral RID_SVXBMP_SLIDERINCREASE = u"svx/res/slidezoomin_10.png";
158inline constexpr OUStringLiteral RID_SVXBMP_DOC_MODIFIED_YES = u"svx/res/doc_modified_yes_14.png";
159inline constexpr OUStringLiteral RID_SVXBMP_DOC_MODIFIED_NO = u"svx/res/doc_modified_no_14.png";
160inline constexpr OUStringLiteral RID_SVXBMP_DOC_MODIFIED_FEEDBACK = u"svx/res/doc_modified_feedback.png";
161inline constexpr OUStringLiteral RID_SVXBMP_ZOOM_PAGE = u"svx/res/zoom_page_statusbar.png";
162
163inline constexpr OUStringLiteral BMAP_GrafikEi = u"res/grafikei.png";
164inline constexpr OUStringLiteral SIP_SA_PAGESHADOW35X35 = u"svx/res/pageshadow35x35.png";
165inline constexpr OUStringLiteral SIP_SA_MARKERS = u"svx/res/markers.png";
166inline constexpr OUStringLiteral BMP_SVXOLEOBJ = u"res/oleobj.png";
167inline constexpr OUStringLiteral SIP_SA_CROP_MARKERS = u"svx/res/cropmarkers.png";
168#define BMP_MARKER_ANCHOR                           "svx/res/marker-anchor.png"
169#define BMP_MARKER_ANCHOR_PRESSED                   "svx/res/marker-anchor-pressed.png"
170#define BMP_MARKER_CIRC7_1                          "svx/res/marker-circ7-1.png"
171#define BMP_MARKER_CIRC7_2                          "svx/res/marker-circ7-2.png"
172#define BMP_MARKER_CIRC7_3                          "svx/res/marker-circ7-3.png"
173#define BMP_MARKER_CIRC7_4                          "svx/res/marker-circ7-4.png"
174#define BMP_MARKER_CIRC7_5                          "svx/res/marker-circ7-5.png"
175#define BMP_MARKER_CIRC7_6                          "svx/res/marker-circ7-6.png"
176#define BMP_MARKER_CIRC9_1                          "svx/res/marker-circ9-1.png"
177#define BMP_MARKER_CIRC9_2                          "svx/res/marker-circ9-2.png"
178#define BMP_MARKER_CIRC9_3                          "svx/res/marker-circ9-3.png"
179#define BMP_MARKER_CIRC9_4                          "svx/res/marker-circ9-4.png"
180#define BMP_MARKER_CIRC9_5                          "svx/res/marker-circ9-5.png"
181#define BMP_MARKER_CIRC9_6                          "svx/res/marker-circ9-6.png"
182#define BMP_MARKER_CIRC11_1                         "svx/res/marker-circ11-1.png"
183#define BMP_MARKER_CIRC11_2                         "svx/res/marker-circ11-2.png"
184#define BMP_MARKER_CIRC11_3                         "svx/res/marker-circ11-3.png"
185#define BMP_MARKER_CIRC11_4                         "svx/res/marker-circ11-4.png"
186#define BMP_MARKER_CIRC11_5                         "svx/res/marker-circ11-5.png"
187#define BMP_MARKER_CIRC11_6                         "svx/res/marker-circ11-6.png"
188#define BMP_MARKER_CROSS                            "svx/res/marker-cross.png"
189#define BMP_MARKER_ELLI7x9_1                        "svx/res/marker-elli7x9-1.png"
190#define BMP_MARKER_ELLI7x9_2                        "svx/res/marker-elli7x9-2.png"
191#define BMP_MARKER_ELLI7x9_3                        "svx/res/marker-elli7x9-3.png"
192#define BMP_MARKER_ELLI7x9_4                        "svx/res/marker-elli7x9-4.png"
193#define BMP_MARKER_ELLI7x9_5                        "svx/res/marker-elli7x9-5.png"
194#define BMP_MARKER_ELLI7x9_6                        "svx/res/marker-elli7x9-6.png"
195#define BMP_MARKER_ELLI9x7_1                        "svx/res/marker-elli9x7-1.png"
196#define BMP_MARKER_ELLI9x7_2                        "svx/res/marker-elli9x7-2.png"
197#define BMP_MARKER_ELLI9x7_3                        "svx/res/marker-elli9x7-3.png"
198#define BMP_MARKER_ELLI9x7_4                        "svx/res/marker-elli9x7-4.png"
199#define BMP_MARKER_ELLI9x7_5                        "svx/res/marker-elli9x7-5.png"
200#define BMP_MARKER_ELLI9x7_6                        "svx/res/marker-elli9x7-6.png"
201#define BMP_MARKER_ELLI9x11_1                       "svx/res/marker-elli9x11-1.png"
202#define BMP_MARKER_ELLI9x11_2                       "svx/res/marker-elli9x11-2.png"
203#define BMP_MARKER_ELLI9x11_3                       "svx/res/marker-elli9x11-3.png"
204#define BMP_MARKER_ELLI9x11_4                       "svx/res/marker-elli9x11-4.png"
205#define BMP_MARKER_ELLI9x11_5                       "svx/res/marker-elli9x11-5.png"
206#define BMP_MARKER_ELLI9x11_6                       "svx/res/marker-elli9x11-6.png"
207#define BMP_MARKER_ELLI11x9_1                       "svx/res/marker-elli11x9-1.png"
208#define BMP_MARKER_ELLI11x9_2                       "svx/res/marker-elli11x9-2.png"
209#define BMP_MARKER_ELLI11x9_3                       "svx/res/marker-elli11x9-3.png"
210#define BMP_MARKER_ELLI11x9_4                       "svx/res/marker-elli11x9-4.png"
211#define BMP_MARKER_ELLI11x9_5                       "svx/res/marker-elli11x9-5.png"
212#define BMP_MARKER_ELLI11x9_6                       "svx/res/marker-elli11x9-6.png"
213#define BMP_MARKER_GLUE_SELECTED                    "svx/res/marker-glue-selected.png"
214#define BMP_MARKER_GLUE_UNSELECTED                  "svx/res/marker-glue-unselected.png"
215#define BMP_MARKER_RECT7_1                           "svx/res/marker-rect7-1.png"
216#define BMP_MARKER_RECT7_2                           "svx/res/marker-rect7-2.png"
217#define BMP_MARKER_RECT7_3                           "svx/res/marker-rect7-3.png"
218#define BMP_MARKER_RECT7_4                           "svx/res/marker-rect7-4.png"
219#define BMP_MARKER_RECT7_5                           "svx/res/marker-rect7-5.png"
220#define BMP_MARKER_RECT7_6                           "svx/res/marker-rect7-6.png"
221#define BMP_MARKER_RECT9_1                           "svx/res/marker-rect9-1.png"
222#define BMP_MARKER_RECT9_2                           "svx/res/marker-rect9-2.png"
223#define BMP_MARKER_RECT9_3                           "svx/res/marker-rect9-3.png"
224#define BMP_MARKER_RECT9_4                           "svx/res/marker-rect9-4.png"
225#define BMP_MARKER_RECT9_5                           "svx/res/marker-rect9-5.png"
226#define BMP_MARKER_RECT9_6                           "svx/res/marker-rect9-6.png"
227#define BMP_MARKER_RECT11_1                           "svx/res/marker-rect11-1.png"
228#define BMP_MARKER_RECT11_2                           "svx/res/marker-rect11-2.png"
229#define BMP_MARKER_RECT11_3                           "svx/res/marker-rect11-3.png"
230#define BMP_MARKER_RECT11_4                           "svx/res/marker-rect11-4.png"
231#define BMP_MARKER_RECT11_5                           "svx/res/marker-rect11-5.png"
232#define BMP_MARKER_RECT11_6                           "svx/res/marker-rect11-6.png"
233#define BMP_MARKER_RECT13_1                           "svx/res/marker-rect13-1.png"
234#define BMP_MARKER_RECT13_2                           "svx/res/marker-rect13-2.png"
235#define BMP_MARKER_RECT13_3                           "svx/res/marker-rect13-3.png"
236#define BMP_MARKER_RECT13_4                           "svx/res/marker-rect13-4.png"
237#define BMP_MARKER_RECT13_5                           "svx/res/marker-rect13-5.png"
238#define BMP_MARKER_RECT13_6                           "svx/res/marker-rect13-6.png"
239#define BMP_MARKER_RECTPLUS7_1                        "svx/res/marker-rectplus7-1.png"
240#define BMP_MARKER_RECTPLUS7_2                        "svx/res/marker-rectplus7-2.png"
241#define BMP_MARKER_RECTPLUS7_3                        "svx/res/marker-rectplus7-3.png"
242#define BMP_MARKER_RECTPLUS7_4                        "svx/res/marker-rectplus7-4.png"
243#define BMP_MARKER_RECTPLUS7_5                        "svx/res/marker-rectplus7-5.png"
244#define BMP_MARKER_RECTPLUS7_6                        "svx/res/marker-rectplus7-6.png"
245#define BMP_MARKER_RECTPLUS9_1                        "svx/res/marker-rectplus9-1.png"
246#define BMP_MARKER_RECTPLUS9_2                        "svx/res/marker-rectplus9-2.png"
247#define BMP_MARKER_RECTPLUS9_3                        "svx/res/marker-rectplus9-3.png"
248#define BMP_MARKER_RECTPLUS9_4                        "svx/res/marker-rectplus9-4.png"
249#define BMP_MARKER_RECTPLUS9_5                        "svx/res/marker-rectplus9-5.png"
250#define BMP_MARKER_RECTPLUS9_6                        "svx/res/marker-rectplus9-6.png"
251#define BMP_MARKER_RECTPLUS11_1                       "svx/res/marker-rectplus11-1.png"
252#define BMP_MARKER_RECTPLUS11_2                       "svx/res/marker-rectplus11-2.png"
253#define BMP_MARKER_RECTPLUS11_3                       "svx/res/marker-rectplus11-3.png"
254#define BMP_MARKER_RECTPLUS11_4                       "svx/res/marker-rectplus11-4.png"
255#define BMP_MARKER_RECTPLUS11_5                       "svx/res/marker-rectplus11-5.png"
256#define BMP_MARKER_RECTPLUS11_6                       "svx/res/marker-rectplus11-6.png"
257
258/*
259 * Bitmaps for SvxFrameWindow
260 */
261inline constexpr OUStringLiteral RID_SVXBMP_FRAME1 = u"svx/res/fr01.png";
262inline constexpr OUStringLiteral RID_SVXBMP_FRAME2 = u"svx/res/fr02.png";
263inline constexpr OUStringLiteral RID_SVXBMP_FRAME3 = u"svx/res/fr03.png";
264inline constexpr OUStringLiteral RID_SVXBMP_FRAME4 = u"svx/res/fr04.png";
265inline constexpr OUStringLiteral RID_SVXBMP_FRAME5 = u"svx/res/fr05.png";
266inline constexpr OUStringLiteral RID_SVXBMP_FRAME6 = u"svx/res/fr06.png";
267inline constexpr OUStringLiteral RID_SVXBMP_FRAME7 = u"svx/res/fr07.png";
268inline constexpr OUStringLiteral RID_SVXBMP_FRAME8 = u"svx/res/fr08.png";
269inline constexpr OUStringLiteral RID_SVXBMP_FRAME9 = u"svx/res/fr09.png";
270inline constexpr OUStringLiteral RID_SVXBMP_FRAME10 = u"svx/res/fr010.png";
271inline constexpr OUStringLiteral RID_SVXBMP_FRAME11 = u"svx/res/fr011.png";
272inline constexpr OUStringLiteral RID_SVXBMP_FRAME12 = u"svx/res/fr012.png";
273inline constexpr OUStringLiteral RID_SVXBMP_FRAME13 = u"svx/res/fr013.png";
274inline constexpr OUStringLiteral RID_SVXBMP_FRAME14 = u"svx/res/fr014.png";
275inline constexpr OUStringLiteral RID_SVXBMP_FRAME15 = u"svx/res/fr015.png";
276inline constexpr OUStringLiteral RID_SVXBMP_GRAF_RED = u"res/sc10865.png";
277inline constexpr OUStringLiteral RID_SVXBMP_GRAF_GREEN = u"res/sc10866.png";
278inline constexpr OUStringLiteral RID_SVXBMP_GRAF_BLUE = u"res/sc10867.png";
279inline constexpr OUStringLiteral RID_SVXBMP_GRAF_LUMINANCE = u"res/sc10863.png";
280inline constexpr OUStringLiteral RID_SVXBMP_GRAF_CONTRAST = u"res/sc10864.png";
281inline constexpr OUStringLiteral RID_SVXBMP_GRAF_GAMMA = u"res/sc10868.png";
282inline constexpr OUStringLiteral RID_SVXBMP_GRAF_TRANSPARENCE = u"res/sc10869.png";
283
284inline constexpr OUStringLiteral RID_UNODRAW_OBJECTS = u"svx/res/objects.png";
285inline constexpr OUStringLiteral RID_UNODRAW_OLE2 = u"svx/res/ole.png";
286inline constexpr OUStringLiteral RID_UNODRAW_GRAPHICS = u"svx/res/graphic.png";
287
288/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
289