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