LibreOffice Module sw (master) 1
Variables
css1kywd.cxx File Reference
#include "css1kywd.hxx"
Include dependency graph for css1kywd.cxx:

Go to the source code of this file.

Variables

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

Variable Documentation

◆ sCSS1_first

const char* const sCSS1_first = "first"

Definition at line 33 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_first_letter

const char* const sCSS1_first_letter = "first-letter"

Definition at line 29 of file css1kywd.cxx.

Referenced by OutCSS1_SwFormat().

◆ sCSS1_left

const char* const sCSS1_left = "left"

Definition at line 31 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_link

const char* const sCSS1_link = "link"

Definition at line 27 of file css1kywd.cxx.

Referenced by SwHTMLWriter::GetCSS1Selector().

◆ sCSS1_P_background

const char* const sCSS1_P_background = "background"

◆ sCSS1_P_background_color

const char* const sCSS1_P_background_color = "background-color"

Definition at line 90 of file css1kywd.cxx.

◆ sCSS1_P_border

const char* const sCSS1_P_border = "border"

Definition at line 154 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_bottom

const char* const sCSS1_P_border_bottom = "border-bottom"

Definition at line 153 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_bottom_width

const char* const sCSS1_P_border_bottom_width = "border-bottom-width"

Definition at line 146 of file css1kywd.cxx.

◆ sCSS1_P_border_color

const char* const sCSS1_P_border_color = "border-color"

Definition at line 148 of file css1kywd.cxx.

◆ sCSS1_P_border_left

const char* const sCSS1_P_border_left = "border-left"

Definition at line 150 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_left_width

const char* const sCSS1_P_border_left_width = "border-left-width"

Definition at line 143 of file css1kywd.cxx.

◆ sCSS1_P_border_right

const char* const sCSS1_P_border_right = "border-right"

Definition at line 151 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_right_width

const char* const sCSS1_P_border_right_width = "border-right-width"

Definition at line 144 of file css1kywd.cxx.

◆ sCSS1_P_border_style

const char* const sCSS1_P_border_style = "border-style"

Definition at line 149 of file css1kywd.cxx.

◆ sCSS1_P_border_top

const char* const sCSS1_P_border_top = "border-top"

Definition at line 152 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_border_top_width

const char* const sCSS1_P_border_top_width = "border-top-width"

Definition at line 145 of file css1kywd.cxx.

◆ sCSS1_P_border_width

const char* const sCSS1_P_border_width = "border-width"

Definition at line 147 of file css1kywd.cxx.

◆ sCSS1_P_color

const char* const sCSS1_P_color = "color"

Definition at line 87 of file css1kywd.cxx.

Referenced by IgnorePropertyForReqIF(), and OutCSS1_SvxColor().

◆ sCSS1_P_column_count

const char* const sCSS1_P_column_count = "column-count"

Definition at line 173 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_SectionFormatOptions().

◆ sCSS1_P_dir

const char* const sCSS1_P_dir = "dir"

Definition at line 174 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_SectionFormatOptions().

◆ sCSS1_P_direction

const char* const sCSS1_P_direction = "direction"

Definition at line 208 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_P_display

const char* const sCSS1_P_display = "display"

Definition at line 213 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox(), and OutCSS1_SvxHidden().

◆ sCSS1_P_float

const char* const sCSS1_P_float = "float"

◆ sCSS1_P_font

const char* const sCSS1_P_font = "font"

Definition at line 83 of file css1kywd.cxx.

◆ sCSS1_P_font_family

const char* const sCSS1_P_font_family = "font-family"

Definition at line 46 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFont().

◆ sCSS1_P_font_size

const char* const sCSS1_P_font_size = "font-size"

◆ sCSS1_P_font_style

const char* const sCSS1_P_font_style = "font-style"

Definition at line 54 of file css1kywd.cxx.

Referenced by OutCSS1_SvxPosture().

◆ sCSS1_P_font_variant

const char* const sCSS1_P_font_variant = "font-variant"

Definition at line 60 of file css1kywd.cxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_P_font_weight

const char* const sCSS1_P_font_weight = "font-weight"

Definition at line 65 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_P_height

const char* const sCSS1_P_height = "height"

Definition at line 169 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_left

const char* const sCSS1_P_left = "left"

Definition at line 182 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_letter_spacing

const char* const sCSS1_P_letter_spacing = "letter-spacing"

Definition at line 105 of file css1kywd.cxx.

Referenced by OutCSS1_SvxKerning().

◆ sCSS1_P_line_height

const char* const sCSS1_P_line_height = "line-height"

Definition at line 124 of file css1kywd.cxx.

Referenced by OutCSS1_SvxLineSpacing().

◆ sCSS1_P_list_style_type

const char* const sCSS1_P_list_style_type = "list-style-type"

Definition at line 125 of file css1kywd.cxx.

◆ sCSS1_P_margin

const char* const sCSS1_P_margin = "margin"

Definition at line 133 of file css1kywd.cxx.

Referenced by OutCSS1_SvxULSpace_SvxLRSpace().

◆ sCSS1_P_margin_bottom

const char* const sCSS1_P_margin_bottom = "margin-bottom"

Definition at line 132 of file css1kywd.cxx.

Referenced by OutCSS1_SvxULSpace().

◆ sCSS1_P_margin_left

const char* const sCSS1_P_margin_left = "margin-left"

◆ sCSS1_P_margin_right

const char* const sCSS1_P_margin_right = "margin-right"

◆ sCSS1_P_margin_top

const char* const sCSS1_P_margin_top = "margin-top"

Definition at line 131 of file css1kywd.cxx.

Referenced by OutCSS1_SvxULSpace().

◆ sCSS1_P_max_width

const char* const sCSS1_P_max_width = "max-width"

Definition at line 167 of file css1kywd.cxx.

Referenced by OutCSS1_SvxLRSpace(), and OutCSS1_SvxTextLeftMargin().

◆ sCSS1_P_orphans

const char* const sCSS1_P_orphans = "orphans"

Definition at line 194 of file css1kywd.cxx.

Referenced by OutCSS1_SvxOrphans().

◆ sCSS1_P_padding

const char* const sCSS1_P_padding = "padding"

Definition at line 139 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_bottom

const char* const sCSS1_P_padding_bottom = "padding-bottom"

Definition at line 136 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_left

const char* const sCSS1_P_padding_left = "padding-left"

Definition at line 137 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_right

const char* const sCSS1_P_padding_right = "padding-right"

Definition at line 138 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_padding_top

const char* const sCSS1_P_padding_top = "padding-top"

Definition at line 135 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBox().

◆ sCSS1_P_page_break_after

const char* const sCSS1_P_page_break_after = "page-break-after"

Definition at line 189 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().

◆ sCSS1_P_page_break_before

const char* const sCSS1_P_page_break_before = "page-break-before"

Definition at line 188 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().

◆ sCSS1_P_page_break_inside

const char* const sCSS1_P_page_break_inside = "page-break-inside"

Definition at line 190 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFormatSplit(), and OutCSS1_SwFormatLayoutSplit().

◆ sCSS1_P_position

const char* const sCSS1_P_position = "position"

Definition at line 178 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_size

const char* const sCSS1_P_size = "size"

Definition at line 191 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_P_so_language

const char* const sCSS1_P_so_language = "so-language"

Definition at line 206 of file css1kywd.cxx.

Referenced by OutCSS1_SvxLanguage().

◆ sCSS1_P_text_align

const char* const sCSS1_P_text_align = "text-align"

Definition at line 115 of file css1kywd.cxx.

Referenced by OutCSS1_SvxAdjust().

◆ sCSS1_P_text_decoration

const char* const sCSS1_P_text_decoration = "text-decoration"

Definition at line 107 of file css1kywd.cxx.

Referenced by IgnorePropertyForReqIF(), and OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_P_text_indent

const char* const sCSS1_P_text_indent = "text-indent"

◆ sCSS1_P_text_transform

const char* const sCSS1_P_text_transform = "text-transform"

Definition at line 75 of file css1kywd.cxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_P_top

const char* const sCSS1_P_top = "top"

Definition at line 184 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_P_visibility

const char* const sCSS1_P_visibility = "visibility"

Definition at line 193 of file css1kywd.cxx.

◆ sCSS1_P_widows

const char* const sCSS1_P_widows = "widows"

Definition at line 192 of file css1kywd.cxx.

Referenced by OutCSS1_SvxWidows().

◆ sCSS1_P_width

const char* const sCSS1_P_width = "width"

◆ sCSS1_page

const char* const sCSS1_page = "page"

Definition at line 24 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_PV_absolute

const char* const sCSS1_PV_absolute = "absolute"

Definition at line 180 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().

◆ sCSS1_PV_always

const char* const sCSS1_PV_always = "always"

Definition at line 197 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().

◆ sCSS1_PV_auto

const char* const sCSS1_PV_auto = "auto"

◆ sCSS1_PV_avoid

const char* const sCSS1_PV_avoid = "avoid"

◆ sCSS1_PV_blink

const char* const sCSS1_PV_blink = "blink"

Definition at line 113 of file css1kywd.cxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_bold

const char* const sCSS1_PV_bold = "bold"

Definition at line 72 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_bottom

const char* const sCSS1_PV_bottom = "bottom"

Definition at line 99 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_capitalize

const char* const sCSS1_PV_capitalize = "capitalize"

Definition at line 77 of file css1kywd.cxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_PV_center

const char* const sCSS1_PV_center = "center"

Definition at line 118 of file css1kywd.cxx.

Referenced by OutCSS1_SvxAdjust(), and OutCSS1_SvxBrush().

◆ sCSS1_PV_cursive

const char* const sCSS1_PV_cursive = "cursive"

Definition at line 50 of file css1kywd.cxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_dashed

const char* const sCSS1_PV_dashed = "dashed"

Definition at line 158 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_demi_bold

const char* const sCSS1_PV_demi_bold = "demi-bold"

Definition at line 71 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_demi_light

const char* const sCSS1_PV_demi_light = "demi-light"

Definition at line 69 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_dotted

const char* const sCSS1_PV_dotted = "dotted"

Definition at line 157 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_double

const char* const sCSS1_PV_double = "double"

Definition at line 160 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_extra_bold

const char* const sCSS1_PV_extra_bold = "extra-bold"

Definition at line 73 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_extra_light

const char* const sCSS1_PV_extra_light = "extra-light"

Definition at line 67 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_fantasy

const char* const sCSS1_PV_fantasy = "fantasy"

Definition at line 51 of file css1kywd.cxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_groove

const char* const sCSS1_PV_groove = "groove"

Definition at line 161 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_inherit

const char* const sCSS1_PV_inherit = "inherit"

Definition at line 211 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_PV_inset

const char* const sCSS1_PV_inset = "inset"

Definition at line 163 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_italic

const char* const sCSS1_PV_italic = "italic"

Definition at line 57 of file css1kywd.cxx.

Referenced by OutCSS1_SvxPosture().

◆ sCSS1_PV_justify

const char* const sCSS1_PV_justify = "justify"

Definition at line 120 of file css1kywd.cxx.

Referenced by OutCSS1_SvxAdjust().

◆ sCSS1_PV_landscape

const char* const sCSS1_PV_landscape = "landscape"

Definition at line 201 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_PV_left

const char* const sCSS1_PV_left = "left"

◆ sCSS1_PV_light

const char* const sCSS1_PV_light = "light"

Definition at line 68 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFontWeight().

◆ sCSS1_PV_line_through

const char* const sCSS1_PV_line_through = "line-through"

Definition at line 112 of file css1kywd.cxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_lowercase

const char* const sCSS1_PV_lowercase = "lowercase"

Definition at line 79 of file css1kywd.cxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_PV_ltr

const char* const sCSS1_PV_ltr = "ltr"

Definition at line 209 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_PV_middle

const char* const sCSS1_PV_middle = "middle"

Definition at line 98 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_monospace

const char* const sCSS1_PV_monospace = "monospace"

Definition at line 52 of file css1kywd.cxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_no_repeat

const char* const sCSS1_PV_no_repeat = "no-repeat"

Definition at line 95 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_none

const char* const sCSS1_PV_none = "none"

◆ sCSS1_PV_normal

const char* const sCSS1_PV_normal = "normal"

◆ sCSS1_PV_oblique

const char* const sCSS1_PV_oblique = "oblique"

Definition at line 58 of file css1kywd.cxx.

Referenced by OutCSS1_SvxPosture().

◆ sCSS1_PV_outset

const char* const sCSS1_PV_outset = "outset"

Definition at line 164 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_overline

const char* const sCSS1_PV_overline = "overline"

Definition at line 111 of file css1kywd.cxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_portrait

const char* const sCSS1_PV_portrait = "portrait"

Definition at line 200 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_PV_repeat

const char* const sCSS1_PV_repeat = "repeat"

Definition at line 94 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_ridge

const char* const sCSS1_PV_ridge = "ridge"

Definition at line 162 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_right

const char* const sCSS1_PV_right = "right"

◆ sCSS1_PV_rtl

const char* const sCSS1_PV_rtl = "rtl"

Definition at line 210 of file css1kywd.cxx.

Referenced by OutCSS1_SvxFrameDirection().

◆ sCSS1_PV_sans_serif

const char* const sCSS1_PV_sans_serif = "sans-serif"

Definition at line 49 of file css1kywd.cxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_scroll

const char* const sCSS1_PV_scroll = "scroll"

Definition at line 101 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_serif

const char* const sCSS1_PV_serif = "serif"

Definition at line 48 of file css1kywd.cxx.

Referenced by SwHTMLWriter::PrepareFontList().

◆ sCSS1_PV_small_caps

const char* const sCSS1_PV_small_caps = "small-caps"

Definition at line 63 of file css1kywd.cxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_PV_solid

const char* const sCSS1_PV_solid = "solid"

Definition at line 159 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBorderLine().

◆ sCSS1_PV_top

const char* const sCSS1_PV_top = "top"

Definition at line 97 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_transparent

const char* const sCSS1_PV_transparent = "transparent"

Definition at line 92 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_PV_underline

const char* const sCSS1_PV_underline = "underline"

Definition at line 110 of file css1kywd.cxx.

Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().

◆ sCSS1_PV_uppercase

const char* const sCSS1_PV_uppercase = "uppercase"

Definition at line 78 of file css1kywd.cxx.

Referenced by OutCSS1_SvxCaseMap().

◆ sCSS1_right

const char* const sCSS1_right = "right"

Definition at line 32 of file css1kywd.cxx.

Referenced by OutCSS1_SwPageDesc().

◆ sCSS1_UNIT_cm

const char* const sCSS1_UNIT_cm = "cm"

Definition at line 39 of file css1kywd.cxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_inch

const char* const sCSS1_UNIT_inch = "in"

Definition at line 41 of file css1kywd.cxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_mm

const char* const sCSS1_UNIT_mm = "mm"

Definition at line 38 of file css1kywd.cxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_pc

const char* const sCSS1_UNIT_pc = "pc"

Definition at line 40 of file css1kywd.cxx.

Referenced by AddUnitPropertyValue().

◆ sCSS1_UNIT_pt

const char* const sCSS1_UNIT_pt = "pt"

◆ sCSS1_UNIT_px

const char* const sCSS1_UNIT_px = "px"

Definition at line 42 of file css1kywd.cxx.

Referenced by SwHTMLWriter::OutCSS1_PixelProperty().

◆ sCSS1_url

const char* const sCSS1_url = "url"

Definition at line 35 of file css1kywd.cxx.

Referenced by OutCSS1_SvxBrush().

◆ sCSS1_visited

const char* const sCSS1_visited = "visited"

Definition at line 28 of file css1kywd.cxx.

Referenced by SwHTMLWriter::GetCSS1Selector().

◆ sCSS_mimetype

const char* const sCSS_mimetype = "text/css"

Definition at line 22 of file css1kywd.cxx.

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