build fix
[LibreOffice.git] / sw / source / filter / html / css1kywd.cxx
blob6088d429324015fb06b6708f3db55468785c563e
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #include "css1kywd.hxx"
22 const sal_Char* sCSS_mimetype = "text/css";
24 const sal_Char* sCSS1_import = "import";
26 const sal_Char* sCSS1_page = "page";
27 //const sal_Char* sCSS1_media = "media";
29 const sal_Char* sCSS1_important = "important";
31 const sal_Char* sCSS1_link = "link";
32 const sal_Char* sCSS1_visited = "visited";
33 const sal_Char* sCSS1_first_letter = "first-letter";
35 const sal_Char* sCSS1_left = "left";
36 const sal_Char* sCSS1_right = "right";
37 const sal_Char* sCSS1_first = "first";
39 const sal_Char* sCSS1_url = "url";
40 const sal_Char* sCSS1_rgb = "rgb";
42 const sal_Char* sCSS1_UNIT_pt = "pt";
43 const sal_Char* sCSS1_UNIT_mm = "mm";
44 const sal_Char* sCSS1_UNIT_cm = "cm";
45 const sal_Char* sCSS1_UNIT_pc = "pc";
46 const sal_Char* sCSS1_UNIT_inch = "in";
47 const sal_Char* sCSS1_UNIT_px = "px";
48 const sal_Char* sCSS1_UNIT_em = "em";
49 const sal_Char* sCSS1_UNIT_ex = "ex";
51 // Strings for font properties
53 const sal_Char* sCSS1_P_font_family = "font-family";
55 const sal_Char* sCSS1_PV_serif = "serif";
56 const sal_Char* sCSS1_PV_sans_serif = "sans-serif";
57 const sal_Char* sCSS1_PV_cursive = "cursive";
58 const sal_Char* sCSS1_PV_fantasy = "fantasy";
59 const sal_Char* sCSS1_PV_monospace = "monospace";
61 const sal_Char* sCSS1_P_font_style = "font-style";
63 const sal_Char* sCSS1_PV_normal = "normal";
64 const sal_Char* sCSS1_PV_italic = "italic";
65 const sal_Char* sCSS1_PV_oblique = "oblique";
67 const sal_Char* sCSS1_P_font_variant = "font-variant";
69 //const sal_Char* sCSS1_PV_normal = "normal";
70 const sal_Char* sCSS1_PV_small_caps = "small-caps";
72 const sal_Char* sCSS1_P_font_weight = "font-weight";
74 const sal_Char* sCSS1_PV_extra_light = "extra-light";
75 const sal_Char* sCSS1_PV_light = "light";
76 const sal_Char* sCSS1_PV_demi_light = "demi-light";
77 //const sal_Char* sCSS1_PV_medium = "medium";
78 const sal_Char* sCSS1_PV_demi_bold = "demi-bold";
79 const sal_Char* sCSS1_PV_bold = "bold";
80 const sal_Char* sCSS1_PV_extra_bold = "extra-bold";
81 const sal_Char* sCSS1_PV_lighter = "lighter";
82 const sal_Char* sCSS1_PV_bolder = "bolder";
84 const sal_Char* sCSS1_P_text_transform = "text-transform";
86 const sal_Char* sCSS1_PV_capitalize = "capitalize";
87 const sal_Char* sCSS1_PV_uppercase = "uppercase";
88 const sal_Char* sCSS1_PV_lowercase = "lowercase";
90 const sal_Char* sCSS1_P_font_size = "font-size";
92 const sal_Char* sCSS1_PV_xx_small = "xx-small";
93 const sal_Char* sCSS1_PV_x_small = "x-small";
94 const sal_Char* sCSS1_PV_small = "small";
95 const sal_Char* sCSS1_PV_medium = "medium";
96 const sal_Char* sCSS1_PV_large = "large";
97 const sal_Char* sCSS1_PV_x_large = "x-large";
98 const sal_Char* sCSS1_PV_xx_large = "xx-large";
100 const sal_Char* sCSS1_PV_larger = "larger";
101 const sal_Char* sCSS1_PV_smaller = "smaller";
103 const sal_Char* sCSS1_P_font = "font";
105 // Strings for color and background properties
107 const sal_Char* sCSS1_P_color = "color";
109 const sal_Char* sCSS1_P_background = "background";
110 const sal_Char* sCSS1_P_background_color = "background-color";
112 const sal_Char* sCSS1_PV_transparent = "transparent";
114 const sal_Char* sCSS1_PV_repeat = "repeat";
115 const sal_Char* sCSS1_PV_repeat_x = "repeat-x";
116 const sal_Char* sCSS1_PV_repeat_y = "repeat-y";
117 const sal_Char* sCSS1_PV_no_repeat = "no-repeat";
119 const sal_Char* sCSS1_PV_top = "top";
120 const sal_Char* sCSS1_PV_middle = "middle";
121 const sal_Char* sCSS1_PV_bottom = "bottom";
123 const sal_Char* sCSS1_PV_scroll = "scroll";
125 // Strings for text properties
127 const sal_Char* sCSS1_P_letter_spacing = "letter-spacing";
129 const sal_Char* sCSS1_P_text_decoration = "text-decoration";
131 const sal_Char* sCSS1_PV_none = "none";
132 const sal_Char* sCSS1_PV_underline = "underline";
133 const sal_Char* sCSS1_PV_overline = "overline";
134 const sal_Char* sCSS1_PV_line_through = "line-through";
135 const sal_Char* sCSS1_PV_blink = "blink";
137 const sal_Char* sCSS1_P_text_align = "text-align";
139 const sal_Char* sCSS1_PV_left = "left";
140 const sal_Char* sCSS1_PV_center = "center";
141 const sal_Char* sCSS1_PV_right = "right";
142 const sal_Char* sCSS1_PV_justify = "justify";
144 const sal_Char* sCSS1_P_text_indent = "text-indent";
146 const sal_Char* sCSS1_P_line_height = "line-height";
148 // Strings for box properties
150 const sal_Char* sCSS1_P_margin_left = "margin-left";
151 const sal_Char* sCSS1_P_margin_right = "margin-right";
152 const sal_Char* sCSS1_P_margin_top = "margin-top";
153 const sal_Char* sCSS1_P_margin_bottom = "margin-bottom";
154 const sal_Char* sCSS1_P_margin = "margin";
156 const sal_Char* sCSS1_P_padding_top = "padding-top";
157 const sal_Char* sCSS1_P_padding_bottom = "padding-bottom";
158 const sal_Char* sCSS1_P_padding_left = "padding-left";
159 const sal_Char* sCSS1_P_padding_right = "padding-right";
160 const sal_Char* sCSS1_P_padding = "padding";
162 const sal_Char* sCSS1_PV_auto = "auto";
164 const sal_Char* sCSS1_P_border_left_width = "border-left-width";
165 const sal_Char* sCSS1_P_border_right_width = "border-right-width";
166 const sal_Char* sCSS1_P_border_top_width = "border-top-width";
167 const sal_Char* sCSS1_P_border_bottom_width = "border-bottom-width";
168 const sal_Char* sCSS1_P_border_width = "border-width";
169 const sal_Char* sCSS1_P_border_color = "border-color";
170 const sal_Char* sCSS1_P_border_style = "border-style";
171 const sal_Char* sCSS1_P_border_left = "border-left";
172 const sal_Char* sCSS1_P_border_right = "border-right";
173 const sal_Char* sCSS1_P_border_top = "border-top";
174 const sal_Char* sCSS1_P_border_bottom = "border-bottom";
175 const sal_Char* sCSS1_P_border = "border";
177 const sal_Char* sCSS1_PV_thin = "thin";
178 //const sal_Char* sCSS1_PV_medium = "medium";
179 const sal_Char* sCSS1_PV_thick = "thick";
181 //const sal_Char* sCSS1_PV_none = "none";
182 const sal_Char* sCSS1_PV_dotted = "dotted";
183 const sal_Char* sCSS1_PV_dashed = "dashed";
184 const sal_Char* sCSS1_PV_solid = "solid";
185 const sal_Char* sCSS1_PV_double = "double";
186 const sal_Char* sCSS1_PV_groove = "groove";
187 const sal_Char* sCSS1_PV_ridge = "ridge";
188 const sal_Char* sCSS1_PV_inset = "inset";
189 const sal_Char* sCSS1_PV_outset = "outset";
191 const sal_Char* sCSS1_P_width = "width";
192 const sal_Char* sCSS1_P_max_width = "max-width";
194 const sal_Char* sCSS1_P_height = "height";
196 const sal_Char* sCSS1_P_float = "float";
198 const sal_Char* sCSS1_P_column_count = "column-count";
200 // Strings for positioning
202 const sal_Char* sCSS1_P_position = "position";
204 const sal_Char* sCSS1_PV_absolute = "absolute";
205 const sal_Char* sCSS1_PV_relative = "relative";
206 const sal_Char* sCSS1_PV_static = "static";
208 const sal_Char* sCSS1_P_left = "left";
210 const sal_Char* sCSS1_P_top = "top";
212 // Strings for printing extensions
214 const sal_Char* sCSS1_P_page_break_before = "page-break-before";
215 const sal_Char* sCSS1_P_page_break_after = "page-break-after";
216 const sal_Char* sCSS1_P_page_break_inside = "page-break-inside";
217 const sal_Char* sCSS1_P_size = "size";
218 const sal_Char* sCSS1_P_widows = "widows";
219 const sal_Char* sCSS1_P_orphans = "orphans";
220 //const sal_Char* sCSS1_P_marks = "marks";
222 const sal_Char* sCSS1_PV_always = "always";
223 const sal_Char* sCSS1_PV_avoid = "avoid";
225 const sal_Char* sCSS1_PV_portrait = "portrait";
226 const sal_Char* sCSS1_PV_landscape = "landscape";
228 //const sal_Char* sCSS1_PV_crop = "crop";
229 //const sal_Char* sCSS1_PV_cross = "cross";
231 const sal_Char* sCSS1_class_abs_pos = "sd-abs-pos";
233 const sal_Char* sCSS1_P_so_language = "so-language";
235 const sal_Char* sCSS1_P_direction = "direction";
236 const sal_Char* sCSS1_PV_ltr = "ltr";
237 const sal_Char* sCSS1_PV_rtl = "rtl";
238 const sal_Char* sCSS1_PV_inherit = "inherit";
240 const sal_Char* sCSS1_P_display = "display";
242 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */