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 13 inline constexpr OUString RID_GALLERYSTR_THEME_HTMLBUTTONS = u"private://gallery/hidden/HtmlExportButtons"_ustr; 14 inline constexpr OUString RID_GALLERYSTR_THEME_POWERPOINT = u"private://gallery/hidden/imgppt"_ustr; 15 inline constexpr OUString RID_GALLERYSTR_THEME_RULERS = u"Rulers"_ustr; 16 inline constexpr OUString RID_GALLERYSTR_THEME_USERSOUNDS = u"private://gallery/hidden/usersounds"_ustr; 17 inline constexpr OUString RID_GALLERYSTR_THEME_DUMMY5 = u"Dummy 5"_ustr; 18 inline constexpr OUString RID_GALLERYSTR_THEME_FONTWORK = u"private://gallery/hidden/fontwork"_ustr; 19 inline constexpr OUString RID_GALLERYSTR_THEME_FONTWORK_VERTICAL = u"private://gallery/hidden/fontworkvertical"_ustr; 20 21 // Reference-strings for standardcolor-table 22 inline constexpr OUString RID_SVXSTR_COLOR_BLACK_DEF = u"Black"_ustr; 23 inline constexpr OUString RID_SVXSTR_COLOR_BLUE_DEF = u"Blue"_ustr; 24 inline constexpr OUString RID_SVXSTR_COLOR_GREEN_DEF = u"Green"_ustr; 25 inline constexpr OUString RID_SVXSTR_COLOR_RED_DEF = u"Red"_ustr; 26 inline constexpr OUString RID_SVXSTR_COLOR_GREY_DEF = u"Gray"_ustr; 27 inline constexpr OUString RID_SVXSTR_COLOR_YELLOW_DEF = u"Yellow"_ustr; 28 inline constexpr OUString RID_SVXSTR_COLOR_WHITE_DEF = u"White"_ustr; 29 inline constexpr OUString RID_SVXSTR_COLOR_BLUEGREY_DEF = u"Blue gray"_ustr; 30 inline constexpr OUString RID_SVXSTR_COLOR_ORANGE_DEF = u"Orange"_ustr; 31 inline constexpr OUString RID_SVXSTR_COLOR_MAGENTA_DEF = u"Magenta"_ustr; 32 inline constexpr OUString RID_SVXSTR_COLOR_BORDEAUX_DEF = u"Bordeaux"_ustr; 33 inline constexpr OUString RID_SVXSTR_COLOR_PALE_YELLOW_DEF = u"Pale yellow"_ustr; 34 inline constexpr OUString RID_SVXSTR_COLOR_PALE_GREEN_DEF = u"Pale green"_ustr; 35 inline constexpr OUString RID_SVXSTR_COLOR_DARKVIOLET_DEF = u"Dark violet"_ustr; 36 inline constexpr OUString RID_SVXSTR_COLOR_SALMON_DEF = u"Salmon"_ustr; 37 inline constexpr OUString RID_SVXSTR_COLOR_SEABLUE_DEF = u"Sea blue"_ustr; 38 inline constexpr OUString RID_SVXSTR_COLOR_CHART_DEF = u"Chart"_ustr; 39 inline constexpr OUString RID_SVXSTR_COLOR_PURPLE_DEF = u"Purple"_ustr; 40 inline constexpr OUString RID_SVXSTR_COLOR_SKYBLUE_DEF = u"Sky blue"_ustr; 41 inline constexpr OUString RID_SVXSTR_COLOR_YELLOWGREEN_DEF = u"Yellow green"_ustr; 42 inline constexpr OUString RID_SVXSTR_COLOR_PINK_DEF = u"Pink"_ustr; 43 inline constexpr OUString RID_SVXSTR_COLOR_TURQUOISE_DEF = u"Turquoise"_ustr; 44 inline constexpr OUString RID_SVXSTR_COLOR_BLUE_CLASSIC_DEF = u"Blue classic"_ustr; 45 inline constexpr OUString RID_SVXSTR_COLOR_GOLD_DEF = u"Gold"_ustr; 46 inline constexpr OUString RID_SVXSTR_COLOR_BRICK_DEF = u"Brick"_ustr; 47 inline constexpr OUString RID_SVXSTR_COLOR_INDIGO_DEF = u"Indigo"_ustr; 48 inline constexpr OUString RID_SVXSTR_COLOR_TEAL_DEF = u"Teal"_ustr; 49 inline constexpr OUString RID_SVXSTR_COLOR_LIME_DEF = u"Lime"_ustr; 50 // Reference strings: Light variants of the standard color palette 51 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTGRAY_DEF = u"Light Gray"_ustr; 52 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTYELLOW_DEF = u"Light Yellow"_ustr; 53 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTGOLD_DEF = u"Light Gold"_ustr; 54 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTORANGE_DEF = u"Light Orange"_ustr; 55 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTBRICK_DEF = u"Light Brick"_ustr; 56 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTRED_DEF = u"Light Red"_ustr; 57 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTMAGENTA_DEF = u"Light Magenta"_ustr; 58 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTPURPLE_DEF = u"Light Purple"_ustr; 59 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTINDIGO_DEF = u"Light Indigo"_ustr; 60 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTBLUE_DEF = u"Light Blue"_ustr; 61 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTTEAL_DEF = u"Light Teal"_ustr; 62 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTGREEN_DEF = u"Light Green"_ustr; 63 inline constexpr OUString RID_SVXSTR_COLOR_LIGHTLIME_DEF = u"Light Lime"_ustr; 64 // Reference strings: Dark variants of the standard color palette 65 inline constexpr OUString RID_SVXSTR_COLOR_DARKGRAY_DEF = u"Dark Gray"_ustr; 66 inline constexpr OUString RID_SVXSTR_COLOR_DARKYELLOW_DEF = u"Dark Yellow"_ustr; 67 inline constexpr OUString RID_SVXSTR_COLOR_DARKGOLD_DEF = u"Dark Gold"_ustr; 68 inline constexpr OUString RID_SVXSTR_COLOR_DARKORANGE_DEF = u"Dark Orange"_ustr; 69 inline constexpr OUString RID_SVXSTR_COLOR_DARKBRICK_DEF = u"Dark Brick"_ustr; 70 inline constexpr OUString RID_SVXSTR_COLOR_DARKRED_DEF = u"Dark Red"_ustr; 71 inline constexpr OUString RID_SVXSTR_COLOR_DARKMAGENTA_DEF = u"Dark Magenta"_ustr; 72 inline constexpr OUString RID_SVXSTR_COLOR_DARKPURPLE_DEF = u"Dark Purple"_ustr; 73 inline constexpr OUString RID_SVXSTR_COLOR_DARKINDIGO_DEF = u"Dark Indigo"_ustr; 74 inline constexpr OUString RID_SVXSTR_COLOR_DARKBLUE_DEF = u"Dark Blue"_ustr; 75 inline constexpr OUString RID_SVXSTR_COLOR_DARKTEAL_DEF = u"Dark Teal"_ustr; 76 inline constexpr OUString RID_SVXSTR_COLOR_DARKGREEN_DEF = u"Dark Green"_ustr; 77 inline constexpr OUString RID_SVXSTR_COLOR_DARKLIME_DEF = u"Dark Lime"_ustr; 78 // Reference strings for the Tonal palette 79 inline constexpr OUString RID_SVXSTR_COLOR_VIOLET_DEF = u"Violet"_ustr; 80 inline constexpr OUString RID_SVXSTR_COLOR_VIOLET_OUG_DEF = u"Violet (Out of Gamut)"_ustr; 81 inline constexpr OUString RID_SVXSTR_COLOR_BLUE_OUG_DEF = u"Blue (Out of Gamut)"_ustr; 82 inline constexpr OUString RID_SVXSTR_COLOR_AZURE_OUG_DEF = u"Azure (Out of Gamut)"_ustr; 83 inline constexpr OUString RID_SVXSTR_COLOR_SPRINGGREEN_OUG_DEF = u"Spring Green (Out of Gamut)"_ustr; 84 inline constexpr OUString RID_SVXSTR_COLOR_GREEN_OUG_DEF = u"Green (Out of Gamut)"_ustr; 85 inline constexpr OUString RID_SVXSTR_COLOR_CHARTREUSEGREEN_OUG_DEF = u"Chartreuse Green (Out of Gamut)"_ustr; 86 inline constexpr OUString RID_SVXSTR_COLOR_ORANGE_OUG_DEF = u"Orange (Out of Gamut)"_ustr; 87 inline constexpr OUString RID_SVXSTR_COLOR_RED_OUG_DEF = u"Red (Out of Gamut)"_ustr; 88 inline constexpr OUString RID_SVXSTR_COLOR_ROSE_OUG_DEF = u"Rose (Out of Gamut)"_ustr; 89 inline constexpr OUString RID_SVXSTR_COLOR_AZURE_DEF = u"Azure"_ustr; 90 inline constexpr OUString RID_SVXSTR_COLOR_CYAN_DEF = u"Cyan"_ustr; 91 inline constexpr OUString RID_SVXSTR_COLOR_SPRINGGREEN_DEF = u"Spring Green"_ustr; 92 inline constexpr OUString RID_SVXSTR_COLOR_CHARTREUSEGREEN_DEF = u"Chartreuse Green"_ustr; 93 inline constexpr OUString RID_SVXSTR_COLOR_ROSE_DEF = u"Rose"_ustr; 94 // Reference strings for the Material palette 95 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_GRAY_A_DEF = u"Gray A"_ustr; 96 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_YELLOW_A_DEF = u"Yellow A"_ustr; 97 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_AMBER_A_DEF = u"Amber A"_ustr; 98 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_AMBER_DEF = u"Amber"_ustr; 99 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_ORANGE_A_DEF = u"Orange A"_ustr; 100 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_DEEP_ORANGE_A_DEF = u"Deep Orange A"_ustr; 101 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_DEEP_ORANGE_DEF = u"Deep Orange"_ustr; 102 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_RED_A_DEF = u"Red A"_ustr; 103 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_PINK_A_DEF = u"Pink A"_ustr; 104 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_PURPLE_A_DEF = u"Purple A"_ustr; 105 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_DEEP_PURPLE_A_DEF = u"Deep Purple A"_ustr; 106 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_DEEP_PURPLE_DEF = u"Deep Purple"_ustr; 107 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_INDIGO_A_DEF = u"Indigo A"_ustr; 108 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_BLUE_A_DEF = u"Blue A"_ustr; 109 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_LIGHT_BLUE_A_DEF = u"Light Blue A"_ustr; 110 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_CYAN_A_DEF = u"Cyan A"_ustr; 111 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_TEAL_A_DEF = u"Teal A"_ustr; 112 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_GREEN_A_DEF = u"Green A"_ustr; 113 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_LIGHT_GREEN_A_DEF = u"Light Green A"_ustr; 114 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_LIME_A_DEF = u"Lime A"_ustr; 115 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_BROWN_A_DEF = u"Brown A"_ustr; 116 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_BROWN_DEF = u"Brown"_ustr; 117 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_BLUE_GRAY_A_DEF = u"Blue Gray A"_ustr; 118 inline constexpr OUString RID_SVXSTR_COLOR_MATERIAL_BLUE_GRAY_DEF = u"Blue Gray"_ustr; 119 // Reference-strings for standard-gradient-table 120 inline constexpr OUString RID_SVXSTR_GRDT0_DEF = u"Gradient"_ustr; 121 inline constexpr OUString RID_SVXSTR_GRDT1_DEF = u"Linear blue/white"_ustr; 122 inline constexpr OUString RID_SVXSTR_GRDT2_DEF = u"Linear magenta/green"_ustr; 123 inline constexpr OUString RID_SVXSTR_GRDT3_DEF = u"Linear yellow/brown"_ustr; 124 inline constexpr OUString RID_SVXSTR_GRDT4_DEF = u"Radial green/black"_ustr; 125 inline constexpr OUString RID_SVXSTR_GRDT5_DEF = u"Radial red/yellow"_ustr; 126 inline constexpr OUString RID_SVXSTR_GRDT6_DEF = u"Rectangular red/white"_ustr; 127 inline constexpr OUString RID_SVXSTR_GRDT7_DEF = u"Square yellow/white"_ustr; 128 inline constexpr OUString RID_SVXSTR_GRDT8_DEF = u"Ellipsoid blue grey/light blue"_ustr; 129 inline constexpr OUString RID_SVXSTR_GRDT9_DEF = u"Axial light red/white"_ustr; 130 inline constexpr OUString RID_SVXSTR_GRDT10_DEF = u"Diagonal 1l"_ustr; 131 inline constexpr OUString RID_SVXSTR_GRDT11_DEF = u"Diagonal 1r"_ustr; 132 inline constexpr OUString RID_SVXSTR_GRDT12_DEF = u"Diagonal 2l"_ustr; 133 inline constexpr OUString RID_SVXSTR_GRDT13_DEF = u"Diagonal 2r"_ustr; 134 inline constexpr OUString RID_SVXSTR_GRDT14_DEF = u"Diagonal 3l"_ustr; 135 inline constexpr OUString RID_SVXSTR_GRDT15_DEF = u"Diagonal 3r"_ustr; 136 inline constexpr OUString RID_SVXSTR_GRDT16_DEF = u"Diagonal 4l"_ustr; 137 inline constexpr OUString RID_SVXSTR_GRDT17_DEF = u"Diagonal 4r"_ustr; 138 inline constexpr OUString RID_SVXSTR_GRDT18_DEF = u"Diagonal Blue"_ustr; 139 inline constexpr OUString RID_SVXSTR_GRDT19_DEF = u"Diagonal Green"_ustr; 140 inline constexpr OUString RID_SVXSTR_GRDT20_DEF = u"Diagonal Orange"_ustr; 141 inline constexpr OUString RID_SVXSTR_GRDT21_DEF = u"Diagonal Red"_ustr; 142 inline constexpr OUString RID_SVXSTR_GRDT22_DEF = u"Diagonal Turquoise"_ustr; 143 inline constexpr OUString RID_SVXSTR_GRDT23_DEF = u"Diagonal Violet"_ustr; 144 inline constexpr OUString RID_SVXSTR_GRDT24_DEF = u"From a Corner"_ustr; 145 inline constexpr OUString RID_SVXSTR_GRDT25_DEF = u"From a Corner, Blue"_ustr; 146 inline constexpr OUString RID_SVXSTR_GRDT26_DEF = u"From a Corner, Green"_ustr; 147 inline constexpr OUString RID_SVXSTR_GRDT27_DEF = u"From a Corner, Orange"_ustr; 148 inline constexpr OUString RID_SVXSTR_GRDT28_DEF = u"From a Corner, Red"_ustr; 149 inline constexpr OUString RID_SVXSTR_GRDT29_DEF = u"From a Corner, Turquoise"_ustr; 150 inline constexpr OUString RID_SVXSTR_GRDT30_DEF = u"From a Corner, Violet"_ustr; 151 inline constexpr OUString RID_SVXSTR_GRDT31_DEF = u"From the Middle"_ustr; 152 inline constexpr OUString RID_SVXSTR_GRDT32_DEF = u"From the Middle, Blue"_ustr; 153 inline constexpr OUString RID_SVXSTR_GRDT33_DEF = u"From the Middle, Green"_ustr; 154 inline constexpr OUString RID_SVXSTR_GRDT34_DEF = u"From the Middle, Orange"_ustr; 155 inline constexpr OUString RID_SVXSTR_GRDT35_DEF = u"From the Middle, Red"_ustr; 156 inline constexpr OUString RID_SVXSTR_GRDT36_DEF = u"From the Middle, Turquoise"_ustr; 157 inline constexpr OUString RID_SVXSTR_GRDT37_DEF = u"From the Middle, Violet"_ustr; 158 inline constexpr OUString RID_SVXSTR_GRDT38_DEF = u"Horizontal"_ustr; 159 inline constexpr OUString RID_SVXSTR_GRDT39_DEF = u"Horizontal Blue"_ustr; 160 inline constexpr OUString RID_SVXSTR_GRDT40_DEF = u"Horizontal Green"_ustr; 161 inline constexpr OUString RID_SVXSTR_GRDT41_DEF = u"Horizontal Orange"_ustr; 162 inline constexpr OUString RID_SVXSTR_GRDT42_DEF = u"Horizontal Red"_ustr; 163 inline constexpr OUString RID_SVXSTR_GRDT43_DEF = u"Horizontal Turquoise"_ustr; 164 inline constexpr OUString RID_SVXSTR_GRDT44_DEF = u"Horizontal Violet"_ustr; 165 inline constexpr OUString RID_SVXSTR_GRDT45_DEF = u"Radial"_ustr; 166 inline constexpr OUString RID_SVXSTR_GRDT46_DEF = u"Radial Blue"_ustr; 167 inline constexpr OUString RID_SVXSTR_GRDT47_DEF = u"Radial Green"_ustr; 168 inline constexpr OUString RID_SVXSTR_GRDT48_DEF = u"Radial Orange"_ustr; 169 inline constexpr OUString RID_SVXSTR_GRDT49_DEF = u"Radial Red"_ustr; 170 inline constexpr OUString RID_SVXSTR_GRDT50_DEF = u"Radial Turquoise"_ustr; 171 inline constexpr OUString RID_SVXSTR_GRDT51_DEF = u"Radial Violet"_ustr; 172 inline constexpr OUString RID_SVXSTR_GRDT52_DEF = u"Vertical"_ustr; 173 inline constexpr OUString RID_SVXSTR_GRDT53_DEF = u"Vertical Blue"_ustr; 174 inline constexpr OUString RID_SVXSTR_GRDT54_DEF = u"Vertical Green"_ustr; 175 inline constexpr OUString RID_SVXSTR_GRDT55_DEF = u"Vertical Orange"_ustr; 176 inline constexpr OUString RID_SVXSTR_GRDT56_DEF = u"Vertical Red"_ustr; 177 inline constexpr OUString RID_SVXSTR_GRDT57_DEF = u"Vertical Turquoise"_ustr; 178 inline constexpr OUString RID_SVXSTR_GRDT58_DEF = u"Vertical Violet"_ustr; 179 inline constexpr OUString RID_SVXSTR_GRDT59_DEF = u"Gray Gradient"_ustr; 180 inline constexpr OUString RID_SVXSTR_GRDT60_DEF = u"Yellow Gradient"_ustr; 181 inline constexpr OUString RID_SVXSTR_GRDT61_DEF = u"Orange Gradient"_ustr; 182 inline constexpr OUString RID_SVXSTR_GRDT62_DEF = u"Red Gradient"_ustr; 183 inline constexpr OUString RID_SVXSTR_GRDT63_DEF = u"Pink Gradient"_ustr; 184 inline constexpr OUString RID_SVXSTR_GRDT64_DEF = u"Sky"_ustr; 185 inline constexpr OUString RID_SVXSTR_GRDT65_DEF = u"Cyan Gradient"_ustr; 186 inline constexpr OUString RID_SVXSTR_GRDT66_DEF = u"Blue Gradient"_ustr; 187 inline constexpr OUString RID_SVXSTR_GRDT67_DEF = u"Purple Pipe"_ustr; 188 inline constexpr OUString RID_SVXSTR_GRDT68_DEF = u"Night"_ustr; 189 inline constexpr OUString RID_SVXSTR_GRDT69_DEF = u"Green Gradient"_ustr; 190 //actual gradients defined for 6.1 191 inline constexpr OUString RID_SVXSTR_GRDT70_DEF = u"Pastel Bouquet"_ustr; 192 inline constexpr OUString RID_SVXSTR_GRDT71_DEF = u"Pastel Dream"_ustr; 193 inline constexpr OUString RID_SVXSTR_GRDT72_DEF = u"Blue Touch"_ustr; 194 inline constexpr OUString RID_SVXSTR_GRDT73_DEF = u"Blank with Gray"_ustr; 195 inline constexpr OUString RID_SVXSTR_GRDT74_DEF = u"London Mist"_ustr; 196 inline constexpr OUString RID_SVXSTR_GRDT75_DEF = u"Submarine"_ustr; 197 inline constexpr OUString RID_SVXSTR_GRDT76_DEF = u"Midnight"_ustr; 198 inline constexpr OUString RID_SVXSTR_GRDT77_DEF = u"Deep Ocean"_ustr; 199 inline constexpr OUString RID_SVXSTR_GRDT78_DEF = u"Mahogany"_ustr; 200 inline constexpr OUString RID_SVXSTR_GRDT79_DEF = u"Green Grass"_ustr; 201 inline constexpr OUString RID_SVXSTR_GRDT80_DEF = u"Neon Light"_ustr; 202 inline constexpr OUString RID_SVXSTR_GRDT81_DEF = u"Sunshine"_ustr; 203 inline constexpr OUString RID_SVXSTR_GRDT82_DEF = u"Rainbow"_ustr; 204 inline constexpr OUString RID_SVXSTR_GRDT83_DEF = u"Sunrise"_ustr; 205 inline constexpr OUString RID_SVXSTR_GRDT84_DEF = u"Sunset"_ustr; 206 // Reference-strings for standard-hatch-table 207 inline constexpr OUString RID_SVXSTR_HATCH0_DEF = u"Black 0 Degrees"_ustr; 208 inline constexpr OUString RID_SVXSTR_HATCH1_DEF = u"Black 90 Degrees"_ustr; 209 inline constexpr OUString RID_SVXSTR_HATCH2_DEF = u"Black 180 Degrees Crossed"_ustr; 210 inline constexpr OUString RID_SVXSTR_HATCH3_DEF = u"Blue 45 Degrees"_ustr; 211 inline constexpr OUString RID_SVXSTR_HATCH4_DEF = u"Blue -45 Degrees"_ustr; 212 inline constexpr OUString RID_SVXSTR_HATCH5_DEF = u"Blue 45 Degrees Crossed"_ustr; 213 inline constexpr OUString RID_SVXSTR_HATCH6_DEF = u"Green 30 Degrees"_ustr; 214 inline constexpr OUString RID_SVXSTR_HATCH7_DEF = u"Green 60 Degrees"_ustr; 215 inline constexpr OUString RID_SVXSTR_HATCH8_DEF = u"Green 90 Degrees Triple"_ustr; 216 inline constexpr OUString RID_SVXSTR_HATCH9_DEF = u"Red 45 Degrees"_ustr; 217 inline constexpr OUString RID_SVXSTR_HATCH10_DEF = u"Red 90 Degrees Crossed"_ustr; 218 inline constexpr OUString RID_SVXSTR_HATCH11_DEF = u"Red -45 Degrees Triple"_ustr; 219 inline constexpr OUString RID_SVXSTR_HATCH12_DEF = u"Yellow 45 Degrees"_ustr; 220 inline constexpr OUString RID_SVXSTR_HATCH13_DEF = u"Yellow 45 Degrees Crossed"_ustr; 221 inline constexpr OUString RID_SVXSTR_HATCH14_DEF = u"Yellow 45 Degrees Triple"_ustr; 222 inline constexpr OUString RID_SVXSTR_HATCH15_DEF = u"Hatching"_ustr; 223 // Reference-strings for standard-bitmap-table 224 inline constexpr OUString RID_SVXSTR_BMP0_DEF = u"Empty"_ustr; 225 inline constexpr OUString RID_SVXSTR_BMP1_DEF = u"Painted White"_ustr; 226 inline constexpr OUString RID_SVXSTR_BMP2_DEF = u"Paper Texture"_ustr; 227 inline constexpr OUString RID_SVXSTR_BMP3_DEF = u"Paper Crumpled"_ustr; 228 inline constexpr OUString RID_SVXSTR_BMP4_DEF = u"Paper Graph"_ustr; 229 inline constexpr OUString RID_SVXSTR_BMP5_DEF = u"Parchment Paper"_ustr; 230 inline constexpr OUString RID_SVXSTR_BMP6_DEF = u"Fence"_ustr; 231 inline constexpr OUString RID_SVXSTR_BMP7_DEF = u"Wooden Board"_ustr; 232 inline constexpr OUString RID_SVXSTR_BMP8_DEF = u"Maple Leaves"_ustr; 233 inline constexpr OUString RID_SVXSTR_BMP9_DEF = u"Lawn"_ustr; 234 inline constexpr OUString RID_SVXSTR_BMP10_DEF = u"Colorful Pebbles"_ustr; 235 inline constexpr OUString RID_SVXSTR_BMP11_DEF = u"Coffee Beans"_ustr; 236 inline constexpr OUString RID_SVXSTR_BMP12_DEF = u"Little Clouds"_ustr; 237 inline constexpr OUString RID_SVXSTR_BMP13_DEF = u"Bathroom Tiles"_ustr; 238 inline constexpr OUString RID_SVXSTR_BMP14_DEF = u"Wall of Rock"_ustr; 239 inline constexpr OUString RID_SVXSTR_BMP15_DEF = u"Zebra"_ustr; 240 inline constexpr OUString RID_SVXSTR_BMP16_DEF = u"Color Stripes"_ustr; 241 inline constexpr OUString RID_SVXSTR_BMP17_DEF = u"Gravel"_ustr; 242 inline constexpr OUString RID_SVXSTR_BMP18_DEF = u"Parchment Studio"_ustr; 243 inline constexpr OUString RID_SVXSTR_BMP19_DEF = u"Night Sky"_ustr; 244 inline constexpr OUString RID_SVXSTR_BMP20_DEF = u"Pool"_ustr; 245 inline constexpr OUString RID_SVXSTR_BMP21_DEF = u"Bitmap"_ustr; 246 inline constexpr OUString RID_SVXSTR_BMP79_DEF = u"Invoice Paper"_ustr; 247 inline constexpr OUString RID_SVXSTR_BMP80_DEF = u"Concrete"_ustr; 248 inline constexpr OUString RID_SVXSTR_BMP81_DEF = u"Brick Wall"_ustr; 249 inline constexpr OUString RID_SVXSTR_BMP82_DEF = u"Stone Wall"_ustr; 250 inline constexpr OUString RID_SVXSTR_BMP83_DEF = u"Floral"_ustr; 251 inline constexpr OUString RID_SVXSTR_BMP84_DEF = u"Space"_ustr; 252 inline constexpr OUString RID_SVXSTR_BMP85_DEF = u"Ice light"_ustr; 253 inline constexpr OUString RID_SVXSTR_BMP86_DEF = u"Marble"_ustr; 254 inline constexpr OUString RID_SVXSTR_BMP87_DEF = u"Sand light"_ustr; 255 inline constexpr OUString RID_SVXSTR_BMP88_DEF = u"Stone"_ustr; 256 inline constexpr OUString RID_SVXSTR_BMP89_DEF = u"White Diffusion"_ustr; 257 inline constexpr OUString RID_SVXSTR_BMP90_DEF = u"Surface"_ustr; 258 inline constexpr OUString RID_SVXSTR_BMP91_DEF = u"Cardboard"_ustr; 259 inline constexpr OUString RID_SVXSTR_BMP92_DEF = u"Studio"_ustr; 260 // Reference strings for patterns - they are a variation of bitmaps 261 inline constexpr OUString RID_SVXSTR_BMP22_DEF = u"5 Percent"_ustr; 262 inline constexpr OUString RID_SVXSTR_BMP23_DEF = u"10 Percent"_ustr; 263 inline constexpr OUString RID_SVXSTR_BMP24_DEF = u"20 Percent"_ustr; 264 inline constexpr OUString RID_SVXSTR_BMP25_DEF = u"25 Percent"_ustr; 265 inline constexpr OUString RID_SVXSTR_BMP26_DEF = u"30 Percent"_ustr; 266 inline constexpr OUString RID_SVXSTR_BMP27_DEF = u"40 Percent"_ustr; 267 inline constexpr OUString RID_SVXSTR_BMP28_DEF = u"50 Percent"_ustr; 268 inline constexpr OUString RID_SVXSTR_BMP29_DEF = u"60 Percent"_ustr; 269 inline constexpr OUString RID_SVXSTR_BMP30_DEF = u"70 Percent"_ustr; 270 inline constexpr OUString RID_SVXSTR_BMP31_DEF = u"75 Percent"_ustr; 271 inline constexpr OUString RID_SVXSTR_BMP32_DEF = u"80 Percent"_ustr; 272 inline constexpr OUString RID_SVXSTR_BMP33_DEF = u"90 Percent"_ustr; 273 inline constexpr OUString RID_SVXSTR_BMP34_DEF = u"Light Downward Diagonal"_ustr; 274 inline constexpr OUString RID_SVXSTR_BMP35_DEF = u"Light Upward Diagonal"_ustr; 275 inline constexpr OUString RID_SVXSTR_BMP36_DEF = u"Dark Downward Diagonal"_ustr; 276 inline constexpr OUString RID_SVXSTR_BMP37_DEF = u"Dark Upward Diagonal"_ustr; 277 inline constexpr OUString RID_SVXSTR_BMP38_DEF = u"Wide Downward Diagonal"_ustr; 278 inline constexpr OUString RID_SVXSTR_BMP39_DEF = u"Wide Upward Diagonal"_ustr; 279 inline constexpr OUString RID_SVXSTR_BMP40_DEF = u"Light Vertical"_ustr; 280 inline constexpr OUString RID_SVXSTR_BMP41_DEF = u"Light Horizontal"_ustr; 281 inline constexpr OUString RID_SVXSTR_BMP42_DEF = u"Narrow Vertical"_ustr; 282 inline constexpr OUString RID_SVXSTR_BMP43_DEF = u"Narrow Horizontal"_ustr; 283 inline constexpr OUString RID_SVXSTR_BMP44_DEF = u"Dark Vertical"_ustr; 284 inline constexpr OUString RID_SVXSTR_BMP45_DEF = u"Dark Horizontal"_ustr; 285 inline constexpr OUString RID_SVXSTR_BMP46_DEF = u"Dashed Downward Diagonal"_ustr; 286 inline constexpr OUString RID_SVXSTR_BMP47_DEF = u"Dashed Upward Diagonal"_ustr; 287 inline constexpr OUString RID_SVXSTR_BMP48_DEF = u"Dashed Horizontal"_ustr; 288 inline constexpr OUString RID_SVXSTR_BMP49_DEF = u"Dashed Vertical"_ustr; 289 inline constexpr OUString RID_SVXSTR_BMP50_DEF = u"Small Confetti"_ustr; 290 inline constexpr OUString RID_SVXSTR_BMP51_DEF = u"Large Confetti"_ustr; 291 inline constexpr OUString RID_SVXSTR_BMP52_DEF = u"Zig Zag"_ustr; 292 inline constexpr OUString RID_SVXSTR_BMP53_DEF = u"Wave"_ustr; 293 inline constexpr OUString RID_SVXSTR_BMP54_DEF = u"Diagonal Brick"_ustr; 294 inline constexpr OUString RID_SVXSTR_BMP55_DEF = u"Horizontal Brick"_ustr; 295 inline constexpr OUString RID_SVXSTR_BMP56_DEF = u"Weave"_ustr; 296 inline constexpr OUString RID_SVXSTR_BMP57_DEF = u"Plaid"_ustr; 297 inline constexpr OUString RID_SVXSTR_BMP58_DEF = u"Divot"_ustr; 298 inline constexpr OUString RID_SVXSTR_BMP59_DEF = u"Dotted Grid"_ustr; 299 inline constexpr OUString RID_SVXSTR_BMP60_DEF = u"Dotted Diamond"_ustr; 300 inline constexpr OUString RID_SVXSTR_BMP61_DEF = u"Shingle"_ustr; 301 inline constexpr OUString RID_SVXSTR_BMP62_DEF = u"Trellis"_ustr; 302 inline constexpr OUString RID_SVXSTR_BMP63_DEF = u"Sphere"_ustr; 303 inline constexpr OUString RID_SVXSTR_BMP64_DEF = u"Small Grid"_ustr; 304 inline constexpr OUString RID_SVXSTR_BMP65_DEF = u"Large Grid"_ustr; 305 inline constexpr OUString RID_SVXSTR_BMP66_DEF = u"Small Checker Board"_ustr; 306 inline constexpr OUString RID_SVXSTR_BMP67_DEF = u"Large Checker Board"_ustr; 307 inline constexpr OUString RID_SVXSTR_BMP68_DEF = u"Outlined Diamond"_ustr; 308 inline constexpr OUString RID_SVXSTR_BMP69_DEF = u"Solid Diamond"_ustr; 309 inline constexpr OUString RID_SVXSTR_BMP70_DEF = u"Vertical"_ustr; 310 inline constexpr OUString RID_SVXSTR_BMP71_DEF = u"Horizontal"_ustr; 311 inline constexpr OUString RID_SVXSTR_BMP72_DEF = u"Downward Diagonal"_ustr; 312 inline constexpr OUString RID_SVXSTR_BMP73_DEF = u"Upward Diagonal"_ustr; 313 inline constexpr OUString RID_SVXSTR_BMP74_DEF = u"Cross"_ustr; 314 inline constexpr OUString RID_SVXSTR_BMP75_DEF = u"Diagonal Cross"_ustr; 315 inline constexpr OUString RID_SVXSTR_BMP76_DEF = u"Dashed Dotted"_ustr; 316 inline constexpr OUString RID_SVXSTR_BMP77_DEF = u"Dashed Dotted Upward Diagonal"_ustr; 317 inline constexpr OUString RID_SVXSTR_BMP78_DEF = u"Solid Dotted"_ustr; 318 // Reference-strings for standard-dash-table; 319 inline constexpr OUString RID_SVXSTR_DASH0_DEF = u"Dot"_ustr; 320 inline constexpr OUString RID_SVXSTR_DASH1_DEF = u"Long Dot"_ustr; 321 inline constexpr OUString RID_SVXSTR_DASH2_DEF = u"Dot (Rounded)"_ustr; 322 inline constexpr OUString RID_SVXSTR_DASH3_DEF = u"Dash"_ustr; 323 inline constexpr OUString RID_SVXSTR_DASH4_DEF = u"Long Dash"_ustr; 324 inline constexpr OUString RID_SVXSTR_DASH5_DEF = u"Double Dash"_ustr; 325 inline constexpr OUString RID_SVXSTR_DASH6_DEF = u"Long Dash Dot"_ustr; 326 inline constexpr OUString RID_SVXSTR_DASH7_DEF = u"Double Dash Dot"_ustr; 327 inline constexpr OUString RID_SVXSTR_DASH8_DEF = u"Double Dash Dot Dot"_ustr; 328 inline constexpr OUString RID_SVXSTR_DASH9_DEF = u"Ultrafine Dotted (var)"_ustr; 329 inline constexpr OUString RID_SVXSTR_DASH10_DEF = u"Fine Dotted"_ustr; 330 inline constexpr OUString RID_SVXSTR_DASH11_DEF = u"Ultrafine Dashed"_ustr; 331 inline constexpr OUString RID_SVXSTR_DASH12_DEF = u"Fine Dashed"_ustr; 332 inline constexpr OUString RID_SVXSTR_DASH13_DEF = u"Fine Dashed (var)"_ustr; 333 inline constexpr OUString RID_SVXSTR_DASH14_DEF = u"Dashed (var)"_ustr; 334 inline constexpr OUString RID_SVXSTR_DASH15_DEF = u"Sparse Dash"_ustr; 335 inline constexpr OUString RID_SVXSTR_DASH16_DEF = u"3 Dashes 3 Dots (var)"_ustr; 336 inline constexpr OUString RID_SVXSTR_DASH17_DEF = u"Ultrafine 2 Dots 3 Dashes"_ustr; 337 inline constexpr OUString RID_SVXSTR_DASH18_DEF = u"2 Dots 1 Dash"_ustr; 338 inline constexpr OUString RID_SVXSTR_DASH19_DEF = u"Line with Fine Dots"_ustr; 339 inline constexpr OUString RID_SVXSTR_DASH20_DEF = u"Dash Dot"_ustr; 340 inline constexpr OUString RID_SVXSTR_DASH21_DEF = u"Long Dot (Rounded)"_ustr; 341 inline constexpr OUString RID_SVXSTR_DASH22_DEF = u"Dash Dot Dot"_ustr; 342 inline constexpr OUString RID_SVXSTR_DASH23_DEF = u"Dash (Rounded)"_ustr; 343 inline constexpr OUString RID_SVXSTR_DASH24_DEF = u"Long Dash (Rounded)"_ustr; 344 inline constexpr OUString RID_SVXSTR_DASH25_DEF = u"Double Dash (Rounded)"_ustr; 345 inline constexpr OUString RID_SVXSTR_DASH26_DEF = u"Dash Dot (Rounded)"_ustr; 346 inline constexpr OUString RID_SVXSTR_DASH27_DEF = u"Long Dash Dot (Rounded)"_ustr; 347 inline constexpr OUString RID_SVXSTR_DASH28_DEF = u"Double Dash Dot (Rounded)"_ustr; 348 inline constexpr OUString RID_SVXSTR_DASH29_DEF = u"Dash Dot Dot (Rounded)"_ustr; 349 inline constexpr OUString RID_SVXSTR_DASH30_DEF = u"Double Dash Dot Dot (Rounded)"_ustr; 350 351 // Reference-strings for standard-line-end-table 352 inline constexpr OUString RID_SVXSTR_LEND0_DEF = u"Concave short"_ustr; 353 inline constexpr OUString RID_SVXSTR_LEND1_DEF = u"Square 45"_ustr; 354 inline constexpr OUString RID_SVXSTR_LEND2_DEF = u"Arrow short"_ustr; 355 inline constexpr OUString RID_SVXSTR_LEND3_DEF = u"Dimension Lines"_ustr; 356 inline constexpr OUString RID_SVXSTR_LEND4_DEF = u"Double Arrow"_ustr; 357 inline constexpr OUString RID_SVXSTR_LEND5_DEF = u"Triangle"_ustr; 358 inline constexpr OUString RID_SVXSTR_LEND6_DEF = u"Concave"_ustr; 359 inline constexpr OUString RID_SVXSTR_LEND7_DEF = u"Arrow large"_ustr; 360 inline constexpr OUString RID_SVXSTR_LEND8_DEF = u"Dimension Line"_ustr; 361 inline constexpr OUString RID_SVXSTR_LEND9_DEF = u"Circle"_ustr; 362 inline constexpr OUString RID_SVXSTR_LEND10_DEF = u"Square"_ustr; 363 inline constexpr OUString RID_SVXSTR_LEND11_DEF = u"Arrow"_ustr; 364 inline constexpr OUString RID_SVXSTR_LEND12_DEF = u"Half Circle"_ustr; 365 inline constexpr OUString RID_SVXSTR_LEND13_DEF = u"Triangle unfilled"_ustr; 366 inline constexpr OUString RID_SVXSTR_LEND14_DEF = u"Diamond unfilled"_ustr; 367 inline constexpr OUString RID_SVXSTR_LEND15_DEF = u"Diamond"_ustr; 368 inline constexpr OUString RID_SVXSTR_LEND16_DEF = u"Circle unfilled"_ustr; 369 inline constexpr OUString RID_SVXSTR_LEND17_DEF = u"Square 45 unfilled"_ustr; 370 inline constexpr OUString RID_SVXSTR_LEND18_DEF = u"Square unfilled"_ustr; 371 inline constexpr OUString RID_SVXSTR_LEND19_DEF = u"Half Circle unfilled"_ustr; 372 inline constexpr OUString RID_SVXSTR_LEND20_DEF = u"Dimension Line Arrow"_ustr; 373 inline constexpr OUString RID_SVXSTR_LEND21_DEF = u"Line short"_ustr; 374 inline constexpr OUString RID_SVXSTR_LEND22_DEF = u"Line"_ustr; 375 inline constexpr OUString RID_SVXSTR_LEND23_DEF = u"Half Arrow left"_ustr; 376 inline constexpr OUString RID_SVXSTR_LEND24_DEF = u"Half Arrow right"_ustr; 377 inline constexpr OUString RID_SVXSTR_LEND25_DEF = u"Reversed Arrow"_ustr; 378 inline constexpr OUString RID_SVXSTR_LEND26_DEF = u"CF One"_ustr; 379 inline constexpr OUString RID_SVXSTR_LEND27_DEF = u"CF Only One"_ustr; 380 inline constexpr OUString RID_SVXSTR_LEND28_DEF = u"CF Many"_ustr; 381 inline constexpr OUString RID_SVXSTR_LEND29_DEF = u"CF Many One"_ustr; 382 inline constexpr OUString RID_SVXSTR_LEND30_DEF = u"CF Zero One"_ustr; 383 inline constexpr OUString RID_SVXSTR_LEND31_DEF = u"CF Zero Many"_ustr; 384 // Reference-strings for standard transparence gradients 385 inline constexpr OUString RID_SVXSTR_TRASNGR0_DEF = u"Transparency"_ustr; 386 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_GREEN_1_DEF = u"Green 1 (%PRODUCTNAME Main Color)"_ustr; 387 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_GREEN_ACCENT_DEF = u"Green Accent"_ustr;; 388 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_BLUE_ACCENT_DEF = u"Blue Accent"_ustr; 389 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_ORANGE_ACCENT_DEF = u"Orange Accent"_ustr; 390 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_PURPLE_DEF = u"Purple"_ustr; 391 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_PURPLE_ACCENT_DEF = u"Purple Accent"_ustr; 392 inline constexpr OUString RID_SVXSTR_COLOR_LIBRE_YELLOW_ACCENT_DEF = u"Yellow Accent"_ustr; 393 394 /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ 395
