LibreOffice Module sw (master) 1
Variables
css1kywd.hxx File Reference
#include <sal/config.h>
#include <string_view>
Include dependency graph for css1kywd.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr std::string_view sCSS_mimetype = "text/css"
 
constexpr std::string_view sCSS1_page = "page"
 
constexpr std::string_view sCSS1_link = "link"
 
constexpr std::string_view sCSS1_visited = "visited"
 
constexpr std::string_view sCSS1_first_letter = "first-letter"
 
constexpr std::string_view sCSS1_left = "left"
 
constexpr std::string_view sCSS1_right = "right"
 
constexpr std::string_view sCSS1_first = "first"
 
constexpr std::string_view sCSS1_url = "url"
 
constexpr std::string_view sCSS1_UNIT_pt = "pt"
 
constexpr std::string_view sCSS1_UNIT_mm = "mm"
 
constexpr std::string_view sCSS1_UNIT_cm = "cm"
 
constexpr std::string_view sCSS1_UNIT_pc = "pc"
 
constexpr std::string_view sCSS1_UNIT_inch = "in"
 
constexpr std::string_view sCSS1_UNIT_px = "px"
 
constexpr std::string_view sCSS1_P_font_family = "font-family"
 
constexpr std::string_view sCSS1_PV_serif = "serif"
 
constexpr std::string_view sCSS1_PV_sans_serif = "sans-serif"
 
constexpr std::string_view sCSS1_PV_cursive = "cursive"
 
constexpr std::string_view sCSS1_PV_fantasy = "fantasy"
 
constexpr std::string_view sCSS1_PV_monospace = "monospace"
 
constexpr std::string_view sCSS1_P_font_style = "font-style"
 
constexpr std::string_view sCSS1_PV_normal = "normal"
 
constexpr std::string_view sCSS1_PV_italic = "italic"
 
constexpr std::string_view sCSS1_PV_oblique = "oblique"
 
constexpr std::string_view sCSS1_P_font_variant = "font-variant"
 
constexpr std::string_view sCSS1_PV_small_caps = "small-caps"
 
constexpr std::string_view sCSS1_P_text_transform = "text-transform"
 
constexpr std::string_view sCSS1_PV_capitalize = "capitalize"
 
constexpr std::string_view sCSS1_PV_uppercase = "uppercase"
 
constexpr std::string_view sCSS1_PV_lowercase = "lowercase"
 
constexpr std::string_view sCSS1_P_font_weight = "font-weight"
 
constexpr std::string_view sCSS1_PV_extra_light = "extra-light"
 
constexpr std::string_view sCSS1_PV_light = "light"
 
constexpr std::string_view sCSS1_PV_demi_light = "demi-light"
 
constexpr std::string_view sCSS1_PV_demi_bold = "demi-bold"
 
constexpr std::string_view sCSS1_PV_bold = "bold"
 
constexpr std::string_view sCSS1_PV_extra_bold = "extra-bold"
 
constexpr std::string_view sCSS1_P_font_size = "font-size"
 
constexpr std::string_view sCSS1_P_font = "font"
 
constexpr std::string_view sCSS1_P_color = "color"
 
constexpr std::string_view sCSS1_P_background = "background"
 
constexpr std::string_view sCSS1_P_background_color = "background-color"
 
constexpr std::string_view sCSS1_PV_transparent = "transparent"
 
constexpr std::string_view sCSS1_PV_repeat = "repeat"
 
constexpr std::string_view sCSS1_PV_no_repeat = "no-repeat"
 
constexpr std::string_view sCSS1_PV_top = "top"
 
constexpr std::string_view sCSS1_PV_middle = "middle"
 
constexpr std::string_view sCSS1_PV_bottom = "bottom"
 
constexpr std::string_view sCSS1_PV_scroll = "scroll"
 
constexpr std::string_view sCSS1_P_letter_spacing = "letter-spacing"
 
constexpr std::string_view sCSS1_P_text_decoration = "text-decoration"
 
constexpr std::string_view sCSS1_PV_none = "none"
 
constexpr std::string_view sCSS1_PV_underline = "underline"
 
constexpr std::string_view sCSS1_PV_overline = "overline"
 
constexpr std::string_view sCSS1_PV_line_through = "line-through"
 
constexpr std::string_view sCSS1_PV_blink = "blink"
 
constexpr std::string_view sCSS1_P_text_align = "text-align"
 
constexpr std::string_view sCSS1_PV_left = "left"
 
constexpr std::string_view sCSS1_PV_center = "center"
 
constexpr std::string_view sCSS1_PV_right = "right"
 
constexpr std::string_view sCSS1_PV_justify = "justify"
 
constexpr std::string_view sCSS1_P_text_indent = "text-indent"
 
constexpr std::string_view sCSS1_P_line_height = "line-height"
 
constexpr std::string_view sCSS1_P_list_style_type = "list-style-type"
 
constexpr std::string_view sCSS1_P_margin_left = "margin-left"
 
constexpr std::string_view sCSS1_P_margin_right = "margin-right"
 
constexpr std::string_view sCSS1_P_margin_top = "margin-top"
 
constexpr std::string_view sCSS1_P_margin_bottom = "margin-bottom"
 
constexpr std::string_view sCSS1_P_margin = "margin"
 
constexpr std::string_view sCSS1_P_padding_top = "padding-top"
 
constexpr std::string_view sCSS1_P_padding_bottom = "padding-bottom"
 
constexpr std::string_view sCSS1_P_padding_left = "padding-left"
 
constexpr std::string_view sCSS1_P_padding_right = "padding-right"
 
constexpr std::string_view sCSS1_P_padding = "padding"
 
constexpr std::string_view sCSS1_PV_auto = "auto"
 
constexpr std::string_view sCSS1_P_border_left_width = "border-left-width"
 
constexpr std::string_view sCSS1_P_border_right_width = "border-right-width"
 
constexpr std::string_view sCSS1_P_border_top_width = "border-top-width"
 
constexpr std::string_view sCSS1_P_border_bottom_width = "border-bottom-width"
 
constexpr std::string_view sCSS1_P_border_width = "border-width"
 
constexpr std::string_view sCSS1_P_border_color = "border-color"
 
constexpr std::string_view sCSS1_P_border_style = "border-style"
 
constexpr std::string_view sCSS1_P_border_left = "border-left"
 
constexpr std::string_view sCSS1_P_border_right = "border-right"
 
constexpr std::string_view sCSS1_P_border_top = "border-top"
 
constexpr std::string_view sCSS1_P_border_bottom = "border-bottom"
 
constexpr std::string_view sCSS1_P_border = "border"
 
constexpr std::string_view sCSS1_PV_dotted = "dotted"
 
constexpr std::string_view sCSS1_PV_dashed = "dashed"
 
constexpr std::string_view sCSS1_PV_solid = "solid"
 
constexpr std::string_view sCSS1_PV_double = "double"
 
constexpr std::string_view sCSS1_PV_groove = "groove"
 
constexpr std::string_view sCSS1_PV_ridge = "ridge"
 
constexpr std::string_view sCSS1_PV_inset = "inset"
 
constexpr std::string_view sCSS1_PV_outset = "outset"
 
constexpr std::string_view sCSS1_P_width = "width"
 
constexpr std::string_view sCSS1_P_max_width = "max-width"
 
constexpr std::string_view sCSS1_P_height = "height"
 
constexpr std::string_view sCSS1_P_float = "float"
 
constexpr std::string_view sCSS1_P_column_count = "column-count"
 
constexpr std::string_view sCSS1_P_dir = "dir"
 
constexpr std::string_view sCSS1_P_position = "position"
 
constexpr std::string_view sCSS1_PV_absolute = "absolute"
 
constexpr std::string_view sCSS1_P_left = "left"
 
constexpr std::string_view sCSS1_P_top = "top"
 
constexpr std::string_view sCSS1_P_page_break_before = "page-break-before"
 
constexpr std::string_view sCSS1_P_page_break_after = "page-break-after"
 
constexpr std::string_view sCSS1_P_page_break_inside = "page-break-inside"
 
constexpr std::string_view sCSS1_P_size = "size"
 
constexpr std::string_view sCSS1_P_widows = "widows"
 
constexpr std::string_view sCSS1_P_visibility = "visibility"
 
constexpr std::string_view sCSS1_P_orphans = "orphans"
 
constexpr std::string_view sCSS1_PV_always = "always"
 
constexpr std::string_view sCSS1_PV_avoid = "avoid"
 
constexpr std::string_view sCSS1_PV_portrait = "portrait"
 
constexpr std::string_view sCSS1_PV_landscape = "landscape"
 
constexpr std::string_view sCSS1_P_so_language = "so-language"
 
constexpr std::string_view sCSS1_P_direction = "direction"
 
constexpr std::string_view sCSS1_PV_ltr = "ltr"
 
constexpr std::string_view sCSS1_PV_rtl = "rtl"
 
constexpr std::string_view sCSS1_PV_inherit = "inherit"
 
constexpr std::string_view sCSS1_P_display = "display"
 

Variable Documentation

◆ sCSS1_first

constexpr std::string_view sCSS1_first = "first"
inlineconstexpr

Definition at line 38 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_first_letter

constexpr std::string_view sCSS1_first_letter = "first-letter"
inlineconstexpr

Definition at line 34 of file css1kywd.hxx.

Referenced by OutCSS1_SwFormat().

◆ sCSS1_left

constexpr std::string_view sCSS1_left = "left"
inlineconstexpr

Definition at line 36 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_link

constexpr std::string_view sCSS1_link = "link"
inlineconstexpr

Definition at line 32 of file css1kywd.hxx.

Referenced by SwHTMLWriter::GetCSS1Selector().

◆ sCSS1_P_background

constexpr std::string_view sCSS1_P_background = "background"
inlineconstexpr

◆ sCSS1_P_background_color

constexpr std::string_view sCSS1_P_background_color = "background-color"
inlineconstexpr

Definition at line 95 of file css1kywd.hxx.

◆ sCSS1_P_border

constexpr std::string_view sCSS1_P_border = "border"
inlineconstexpr

Definition at line 160 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_bottom

constexpr std::string_view sCSS1_P_border_bottom = "border-bottom"
inlineconstexpr

Definition at line 159 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_bottom_width

constexpr std::string_view sCSS1_P_border_bottom_width = "border-bottom-width"
inlineconstexpr

Definition at line 152 of file css1kywd.hxx.

◆ sCSS1_P_border_color

constexpr std::string_view sCSS1_P_border_color = "border-color"
inlineconstexpr

Definition at line 154 of file css1kywd.hxx.

◆ sCSS1_P_border_left

constexpr std::string_view sCSS1_P_border_left = "border-left"
inlineconstexpr

Definition at line 156 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_left_width

constexpr std::string_view sCSS1_P_border_left_width = "border-left-width"
inlineconstexpr

Definition at line 149 of file css1kywd.hxx.

◆ sCSS1_P_border_right

constexpr std::string_view sCSS1_P_border_right = "border-right"
inlineconstexpr

Definition at line 157 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_right_width

constexpr std::string_view sCSS1_P_border_right_width = "border-right-width"
inlineconstexpr

Definition at line 150 of file css1kywd.hxx.

◆ sCSS1_P_border_style

constexpr std::string_view sCSS1_P_border_style = "border-style"
inlineconstexpr

Definition at line 155 of file css1kywd.hxx.

◆ sCSS1_P_border_top

constexpr std::string_view sCSS1_P_border_top = "border-top"
inlineconstexpr

Definition at line 158 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_top_width

constexpr std::string_view sCSS1_P_border_top_width = "border-top-width"
inlineconstexpr

Definition at line 151 of file css1kywd.hxx.

◆ sCSS1_P_border_width

constexpr std::string_view sCSS1_P_border_width = "border-width"
inlineconstexpr

Definition at line 153 of file css1kywd.hxx.

◆ sCSS1_P_color

constexpr std::string_view sCSS1_P_color = "color"
inlineconstexpr

Definition at line 92 of file css1kywd.hxx.

Referenced by IgnorePropertyForReqIF(), and OutCSS1_SvxColor().

◆ sCSS1_P_column_count

constexpr std::string_view sCSS1_P_column_count = "column-count"
inlineconstexpr

Definition at line 179 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_SectionFormatOptions().

◆ sCSS1_P_dir

constexpr std::string_view sCSS1_P_dir = "dir"
inlineconstexpr

Definition at line 180 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_SectionFormatOptions().

◆ sCSS1_P_direction

constexpr std::string_view sCSS1_P_direction = "direction"
inlineconstexpr

Definition at line 213 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_P_display

constexpr std::string_view sCSS1_P_display = "display"
inlineconstexpr

Definition at line 218 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox(), and OutCSS1_SvxHidden().

◆ sCSS1_P_float

constexpr std::string_view sCSS1_P_float = "float"
inlineconstexpr

◆ sCSS1_P_font

constexpr std::string_view sCSS1_P_font = "font"
inlineconstexpr

Definition at line 88 of file css1kywd.hxx.

◆ sCSS1_P_font_family

constexpr std::string_view sCSS1_P_font_family = "font-family"
inlineconstexpr

Definition at line 51 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFont().

◆ sCSS1_P_font_size

constexpr std::string_view sCSS1_P_font_size = "font-size"
inlineconstexpr

◆ sCSS1_P_font_style

constexpr std::string_view sCSS1_P_font_style = "font-style"
inlineconstexpr

Definition at line 59 of file css1kywd.hxx.

Referenced by OutCSS1_SvxPosture().

◆ sCSS1_P_font_variant

constexpr std::string_view sCSS1_P_font_variant = "font-variant"
inlineconstexpr

Definition at line 65 of file css1kywd.hxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_P_font_weight

constexpr std::string_view sCSS1_P_font_weight = "font-weight"
inlineconstexpr

Definition at line 76 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_P_height

constexpr std::string_view sCSS1_P_height = "height"
inlineconstexpr

Definition at line 175 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_left

constexpr std::string_view sCSS1_P_left = "left"
inlineconstexpr

Definition at line 188 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_letter_spacing

constexpr std::string_view sCSS1_P_letter_spacing = "letter-spacing"
inlineconstexpr

Definition at line 110 of file css1kywd.hxx.

Referenced by OutCSS1_SvxKerning().

◆ sCSS1_P_line_height

constexpr std::string_view sCSS1_P_line_height = "line-height"
inlineconstexpr

Definition at line 129 of file css1kywd.hxx.

Referenced by OutCSS1_SvxLineSpacing().

◆ sCSS1_P_list_style_type

constexpr std::string_view sCSS1_P_list_style_type = "list-style-type"
inlineconstexpr

Definition at line 131 of file css1kywd.hxx.

◆ sCSS1_P_margin

constexpr std::string_view sCSS1_P_margin = "margin"
inlineconstexpr

Definition at line 139 of file css1kywd.hxx.

Referenced by OutCSS1_SvxULSpace_SvxLRSpace().

◆ sCSS1_P_margin_bottom

constexpr std::string_view sCSS1_P_margin_bottom = "margin-bottom"
inlineconstexpr

Definition at line 138 of file css1kywd.hxx.

Referenced by OutCSS1_SvxULSpace().

◆ sCSS1_P_margin_left

constexpr std::string_view sCSS1_P_margin_left = "margin-left"
inlineconstexpr

◆ sCSS1_P_margin_right

constexpr std::string_view sCSS1_P_margin_right = "margin-right"
inlineconstexpr

◆ sCSS1_P_margin_top

constexpr std::string_view sCSS1_P_margin_top = "margin-top"
inlineconstexpr

Definition at line 137 of file css1kywd.hxx.

Referenced by OutCSS1_SvxULSpace().

◆ sCSS1_P_max_width

constexpr std::string_view sCSS1_P_max_width = "max-width"
inlineconstexpr

Definition at line 173 of file css1kywd.hxx.

Referenced by OutCSS1_SvxLRSpace(), and OutCSS1_SvxTextLeftMargin().

◆ sCSS1_P_orphans

constexpr std::string_view sCSS1_P_orphans = "orphans"
inlineconstexpr

Definition at line 200 of file css1kywd.hxx.

Referenced by OutCSS1_SvxOrphans().

◆ sCSS1_P_padding

constexpr std::string_view sCSS1_P_padding = "padding"
inlineconstexpr

Definition at line 145 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_bottom

constexpr std::string_view sCSS1_P_padding_bottom = "padding-bottom"
inlineconstexpr

Definition at line 142 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_left

constexpr std::string_view sCSS1_P_padding_left = "padding-left"
inlineconstexpr

Definition at line 143 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_right

constexpr std::string_view sCSS1_P_padding_right = "padding-right"
inlineconstexpr

Definition at line 144 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_top

constexpr std::string_view sCSS1_P_padding_top = "padding-top"
inlineconstexpr

Definition at line 141 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_page_break_after

constexpr std::string_view sCSS1_P_page_break_after = "page-break-after"
inlineconstexpr

Definition at line 195 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().

◆ sCSS1_P_page_break_before

constexpr std::string_view sCSS1_P_page_break_before = "page-break-before"
inlineconstexpr

Definition at line 194 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().

◆ sCSS1_P_page_break_inside

constexpr std::string_view sCSS1_P_page_break_inside = "page-break-inside"
inlineconstexpr

Definition at line 196 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFormatSplit(), and OutCSS1_SwFormatLayoutSplit().

◆ sCSS1_P_position

constexpr std::string_view sCSS1_P_position = "position"
inlineconstexpr

Definition at line 184 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_size

constexpr std::string_view sCSS1_P_size = "size"
inlineconstexpr

Definition at line 197 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_P_so_language

constexpr std::string_view sCSS1_P_so_language = "so-language"
inlineconstexpr

Definition at line 212 of file css1kywd.hxx.

Referenced by OutCSS1_SvxLanguage().

◆ sCSS1_P_text_align

constexpr std::string_view sCSS1_P_text_align = "text-align"
inlineconstexpr

Definition at line 120 of file css1kywd.hxx.

Referenced by OutCSS1_SvxAdjust().

◆ sCSS1_P_text_decoration

constexpr std::string_view sCSS1_P_text_decoration = "text-decoration"
inlineconstexpr

Definition at line 112 of file css1kywd.hxx.

Referenced by IgnorePropertyForReqIF(), and OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_P_text_indent

constexpr std::string_view sCSS1_P_text_indent = "text-indent"
inlineconstexpr

◆ sCSS1_P_text_transform

constexpr std::string_view sCSS1_P_text_transform = "text-transform"
inlineconstexpr

Definition at line 70 of file css1kywd.hxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_P_top

constexpr std::string_view sCSS1_P_top = "top"
inlineconstexpr

Definition at line 190 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_visibility

constexpr std::string_view sCSS1_P_visibility = "visibility"
inlineconstexpr

Definition at line 199 of file css1kywd.hxx.

◆ sCSS1_P_widows

constexpr std::string_view sCSS1_P_widows = "widows"
inlineconstexpr

Definition at line 198 of file css1kywd.hxx.

Referenced by OutCSS1_SvxWidows().

◆ sCSS1_P_width

constexpr std::string_view sCSS1_P_width = "width"
inlineconstexpr

◆ sCSS1_page

constexpr std::string_view sCSS1_page = "page"
inlineconstexpr

Definition at line 29 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_PV_absolute

constexpr std::string_view sCSS1_PV_absolute = "absolute"
inlineconstexpr

Definition at line 186 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_PV_always

constexpr std::string_view sCSS1_PV_always = "always"
inlineconstexpr

Definition at line 203 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().

◆ sCSS1_PV_auto

constexpr std::string_view sCSS1_PV_auto = "auto"
inlineconstexpr

◆ sCSS1_PV_avoid

constexpr std::string_view sCSS1_PV_avoid = "avoid"
inlineconstexpr

◆ sCSS1_PV_blink

constexpr std::string_view sCSS1_PV_blink = "blink"
inlineconstexpr

Definition at line 118 of file css1kywd.hxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_bold

constexpr std::string_view sCSS1_PV_bold = "bold"
inlineconstexpr

Definition at line 83 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_bottom

constexpr std::string_view sCSS1_PV_bottom = "bottom"
inlineconstexpr

Definition at line 104 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_capitalize

constexpr std::string_view sCSS1_PV_capitalize = "capitalize"
inlineconstexpr

Definition at line 72 of file css1kywd.hxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_PV_center

constexpr std::string_view sCSS1_PV_center = "center"
inlineconstexpr

Definition at line 123 of file css1kywd.hxx.

Referenced by OutCSS1_SvxAdjust(), and OutCSS1_SvxBrush().

◆ sCSS1_PV_cursive

constexpr std::string_view sCSS1_PV_cursive = "cursive"
inlineconstexpr

Definition at line 55 of file css1kywd.hxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_dashed

constexpr std::string_view sCSS1_PV_dashed = "dashed"
inlineconstexpr

Definition at line 164 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_demi_bold

constexpr std::string_view sCSS1_PV_demi_bold = "demi-bold"
inlineconstexpr

Definition at line 82 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_demi_light

constexpr std::string_view sCSS1_PV_demi_light = "demi-light"
inlineconstexpr

Definition at line 80 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_dotted

constexpr std::string_view sCSS1_PV_dotted = "dotted"
inlineconstexpr

Definition at line 163 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_double

constexpr std::string_view sCSS1_PV_double = "double"
inlineconstexpr

Definition at line 166 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_extra_bold

constexpr std::string_view sCSS1_PV_extra_bold = "extra-bold"
inlineconstexpr

Definition at line 84 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_extra_light

constexpr std::string_view sCSS1_PV_extra_light = "extra-light"
inlineconstexpr

Definition at line 78 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_fantasy

constexpr std::string_view sCSS1_PV_fantasy = "fantasy"
inlineconstexpr

Definition at line 56 of file css1kywd.hxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_groove

constexpr std::string_view sCSS1_PV_groove = "groove"
inlineconstexpr

Definition at line 167 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_inherit

constexpr std::string_view sCSS1_PV_inherit = "inherit"
inlineconstexpr

Definition at line 216 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_PV_inset

constexpr std::string_view sCSS1_PV_inset = "inset"
inlineconstexpr

Definition at line 169 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_italic

constexpr std::string_view sCSS1_PV_italic = "italic"
inlineconstexpr

Definition at line 62 of file css1kywd.hxx.

Referenced by OutCSS1_SvxPosture().

◆ sCSS1_PV_justify

constexpr std::string_view sCSS1_PV_justify = "justify"
inlineconstexpr

Definition at line 125 of file css1kywd.hxx.

Referenced by OutCSS1_SvxAdjust().

◆ sCSS1_PV_landscape

constexpr std::string_view sCSS1_PV_landscape = "landscape"
inlineconstexpr

Definition at line 207 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_PV_left

constexpr std::string_view sCSS1_PV_left = "left"
inlineconstexpr

◆ sCSS1_PV_light

constexpr std::string_view sCSS1_PV_light = "light"
inlineconstexpr

Definition at line 79 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_line_through

constexpr std::string_view sCSS1_PV_line_through = "line-through"
inlineconstexpr

Definition at line 117 of file css1kywd.hxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_lowercase

constexpr std::string_view sCSS1_PV_lowercase = "lowercase"
inlineconstexpr

Definition at line 74 of file css1kywd.hxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_PV_ltr

constexpr std::string_view sCSS1_PV_ltr = "ltr"
inlineconstexpr

Definition at line 214 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_PV_middle

constexpr std::string_view sCSS1_PV_middle = "middle"
inlineconstexpr

Definition at line 103 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_monospace

constexpr std::string_view sCSS1_PV_monospace = "monospace"
inlineconstexpr

Definition at line 57 of file css1kywd.hxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_no_repeat

constexpr std::string_view sCSS1_PV_no_repeat = "no-repeat"
inlineconstexpr

Definition at line 100 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_none

constexpr std::string_view sCSS1_PV_none = "none"
inlineconstexpr

◆ sCSS1_PV_normal

constexpr std::string_view sCSS1_PV_normal = "normal"
inlineconstexpr

◆ sCSS1_PV_oblique

constexpr std::string_view sCSS1_PV_oblique = "oblique"
inlineconstexpr

Definition at line 63 of file css1kywd.hxx.

Referenced by OutCSS1_SvxPosture().

◆ sCSS1_PV_outset

constexpr std::string_view sCSS1_PV_outset = "outset"
inlineconstexpr

Definition at line 170 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_overline

constexpr std::string_view sCSS1_PV_overline = "overline"
inlineconstexpr

Definition at line 116 of file css1kywd.hxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_portrait

constexpr std::string_view sCSS1_PV_portrait = "portrait"
inlineconstexpr

Definition at line 206 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_PV_repeat

constexpr std::string_view sCSS1_PV_repeat = "repeat"
inlineconstexpr

Definition at line 99 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_ridge

constexpr std::string_view sCSS1_PV_ridge = "ridge"
inlineconstexpr

Definition at line 168 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_right

constexpr std::string_view sCSS1_PV_right = "right"
inlineconstexpr

◆ sCSS1_PV_rtl

constexpr std::string_view sCSS1_PV_rtl = "rtl"
inlineconstexpr

Definition at line 215 of file css1kywd.hxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_PV_sans_serif

constexpr std::string_view sCSS1_PV_sans_serif = "sans-serif"
inlineconstexpr

Definition at line 54 of file css1kywd.hxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_scroll

constexpr std::string_view sCSS1_PV_scroll = "scroll"
inlineconstexpr

Definition at line 106 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_serif

constexpr std::string_view sCSS1_PV_serif = "serif"
inlineconstexpr

Definition at line 53 of file css1kywd.hxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_small_caps

constexpr std::string_view sCSS1_PV_small_caps = "small-caps"
inlineconstexpr

Definition at line 68 of file css1kywd.hxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_PV_solid

constexpr std::string_view sCSS1_PV_solid = "solid"
inlineconstexpr

Definition at line 165 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_top

constexpr std::string_view sCSS1_PV_top = "top"
inlineconstexpr

Definition at line 102 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_transparent

constexpr std::string_view sCSS1_PV_transparent = "transparent"
inlineconstexpr

Definition at line 97 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_underline

constexpr std::string_view sCSS1_PV_underline = "underline"
inlineconstexpr

Definition at line 115 of file css1kywd.hxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_uppercase

constexpr std::string_view sCSS1_PV_uppercase = "uppercase"
inlineconstexpr

Definition at line 73 of file css1kywd.hxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_right

constexpr std::string_view sCSS1_right = "right"
inlineconstexpr

Definition at line 37 of file css1kywd.hxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_UNIT_cm

constexpr std::string_view sCSS1_UNIT_cm = "cm"
inlineconstexpr

Definition at line 44 of file css1kywd.hxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_inch

constexpr std::string_view sCSS1_UNIT_inch = "in"
inlineconstexpr

Definition at line 46 of file css1kywd.hxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_mm

constexpr std::string_view sCSS1_UNIT_mm = "mm"
inlineconstexpr

Definition at line 43 of file css1kywd.hxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_pc

constexpr std::string_view sCSS1_UNIT_pc = "pc"
inlineconstexpr

Definition at line 45 of file css1kywd.hxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_pt

constexpr std::string_view sCSS1_UNIT_pt = "pt"
inlineconstexpr

◆ sCSS1_UNIT_px

constexpr std::string_view sCSS1_UNIT_px = "px"
inlineconstexpr

Definition at line 47 of file css1kywd.hxx.

Referenced by SwHTMLWriter::OutCSS1_PixelProperty().

◆ sCSS1_url

constexpr std::string_view sCSS1_url = "url"
inlineconstexpr

Definition at line 40 of file css1kywd.hxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_visited

constexpr std::string_view sCSS1_visited = "visited"
inlineconstexpr

Definition at line 33 of file css1kywd.hxx.

Referenced by SwHTMLWriter::GetCSS1Selector().

◆ sCSS_mimetype

constexpr std::string_view sCSS_mimetype = "text/css"
inlineconstexpr

Definition at line 27 of file css1kywd.hxx.

Referenced by SwHTMLParser::InsertLink(), and SwHTMLParser::NewStyle().