LibreOffice Module sw (master) 1
|
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" |
|
inlineconstexpr |
Definition at line 38 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 34 of file css1kywd.hxx.
Referenced by OutCSS1_SwFormat().
|
inlineconstexpr |
Definition at line 36 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 32 of file css1kywd.hxx.
Referenced by SwHTMLWriter::GetCSS1Selector().
|
inlineconstexpr |
Definition at line 94 of file css1kywd.hxx.
Referenced by IgnorePropertyForReqIF(), SwHTMLWriter::OutCSS1_FrameFormatBackground(), OutCSS1_SvxBrush(), and OutHTML_SwFormatField().
|
inlineconstexpr |
Definition at line 95 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 160 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 159 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 152 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 154 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 156 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 149 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 157 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 150 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 155 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 158 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 151 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 153 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 92 of file css1kywd.hxx.
Referenced by IgnorePropertyForReqIF(), and OutCSS1_SvxColor().
|
inlineconstexpr |
Definition at line 179 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_SectionFormatOptions().
|
inlineconstexpr |
Definition at line 180 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_SectionFormatOptions().
|
inlineconstexpr |
Definition at line 213 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFrameDirection().
|
inlineconstexpr |
Definition at line 218 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox(), and OutCSS1_SvxHidden().
|
inlineconstexpr |
Definition at line 177 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions(), and OutCSS1_SwFormatDropAttrs().
|
inlineconstexpr |
Definition at line 88 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 51 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFont().
|
inlineconstexpr |
Definition at line 86 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontHeight(), OutCSS1_SwFootnoteInfo(), and OutCSS1_SwFormatDropAttrs().
|
inlineconstexpr |
Definition at line 59 of file css1kywd.hxx.
Referenced by OutCSS1_SvxPosture().
|
inlineconstexpr |
Definition at line 65 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap().
|
inlineconstexpr |
Definition at line 76 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 175 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().
|
inlineconstexpr |
Definition at line 188 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().
|
inlineconstexpr |
Definition at line 110 of file css1kywd.hxx.
Referenced by OutCSS1_SvxKerning().
|
inlineconstexpr |
Definition at line 129 of file css1kywd.hxx.
Referenced by OutCSS1_SvxLineSpacing().
|
inlineconstexpr |
Definition at line 131 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 139 of file css1kywd.hxx.
Referenced by OutCSS1_SvxULSpace_SvxLRSpace().
|
inlineconstexpr |
Definition at line 138 of file css1kywd.hxx.
Referenced by OutCSS1_SvxULSpace().
|
inlineconstexpr |
Definition at line 135 of file css1kywd.hxx.
Referenced by OutCSS1_NumberBulletListStyleOpt(), OutCSS1_SvxLRSpace(), OutCSS1_SvxTextLeftMargin(), and SwHTMLWriter::OutCSS1_TableFrameFormatOptions().
|
inlineconstexpr |
Definition at line 136 of file css1kywd.hxx.
Referenced by OutCSS1_SvxLRSpace(), OutCSS1_SvxRightMargin(), OutCSS1_SwFormatDropAttrs(), and SwHTMLWriter::OutCSS1_TableFrameFormatOptions().
|
inlineconstexpr |
Definition at line 137 of file css1kywd.hxx.
Referenced by OutCSS1_SvxULSpace().
|
inlineconstexpr |
Definition at line 173 of file css1kywd.hxx.
Referenced by OutCSS1_SvxLRSpace(), and OutCSS1_SvxTextLeftMargin().
|
inlineconstexpr |
Definition at line 200 of file css1kywd.hxx.
Referenced by OutCSS1_SvxOrphans().
|
inlineconstexpr |
Definition at line 145 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 142 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 143 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 144 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 141 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBox().
|
inlineconstexpr |
Definition at line 195 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().
|
inlineconstexpr |
Definition at line 194 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().
|
inlineconstexpr |
Definition at line 196 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFormatSplit(), and OutCSS1_SwFormatLayoutSplit().
|
inlineconstexpr |
Definition at line 184 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().
|
inlineconstexpr |
Definition at line 197 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 212 of file css1kywd.hxx.
Referenced by OutCSS1_SvxLanguage().
|
inlineconstexpr |
Definition at line 120 of file css1kywd.hxx.
Referenced by OutCSS1_SvxAdjust().
|
inlineconstexpr |
Definition at line 112 of file css1kywd.hxx.
Referenced by IgnorePropertyForReqIF(), and OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().
|
inlineconstexpr |
Definition at line 127 of file css1kywd.hxx.
Referenced by OutCSS1_NumberBulletListStyleOpt(), OutCSS1_SvxFirstLineIndent(), and OutCSS1_SvxLRSpace().
|
inlineconstexpr |
Definition at line 70 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap().
|
inlineconstexpr |
Definition at line 190 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().
|
inlineconstexpr |
Definition at line 199 of file css1kywd.hxx.
|
inlineconstexpr |
Definition at line 198 of file css1kywd.hxx.
Referenced by OutCSS1_SvxWidows().
|
inlineconstexpr |
Definition at line 172 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions(), and OutCSS1_SwFormatFrameSize().
|
inlineconstexpr |
Definition at line 29 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 186 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions().
|
inlineconstexpr |
Definition at line 203 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().
|
inlineconstexpr |
Definition at line 147 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep(), OutCSS1_SvxFormatSplit(), and OutCSS1_SwFormatLayoutSplit().
|
inlineconstexpr |
Definition at line 204 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep(), OutCSS1_SvxFormatSplit(), and OutCSS1_SwFormatLayoutSplit().
|
inlineconstexpr |
Definition at line 118 of file css1kywd.hxx.
Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().
|
inlineconstexpr |
Definition at line 83 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 104 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 72 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap().
|
inlineconstexpr |
Definition at line 123 of file css1kywd.hxx.
Referenced by OutCSS1_SvxAdjust(), and OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 55 of file css1kywd.hxx.
Referenced by SwHTMLWriter::PrepareFontList().
|
inlineconstexpr |
Definition at line 164 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 82 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 80 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 163 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 166 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 84 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 78 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 56 of file css1kywd.hxx.
Referenced by SwHTMLWriter::PrepareFontList().
|
inlineconstexpr |
Definition at line 167 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 216 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFrameDirection().
|
inlineconstexpr |
Definition at line 169 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 62 of file css1kywd.hxx.
Referenced by OutCSS1_SvxPosture().
|
inlineconstexpr |
Definition at line 125 of file css1kywd.hxx.
Referenced by OutCSS1_SvxAdjust().
|
inlineconstexpr |
Definition at line 207 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 122 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions(), OutCSS1_SvxAdjust(), OutCSS1_SvxBrush(), OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep(), and OutCSS1_SwFormatDropAttrs().
|
inlineconstexpr |
Definition at line 79 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFontWeight().
|
inlineconstexpr |
Definition at line 117 of file css1kywd.hxx.
Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().
|
inlineconstexpr |
Definition at line 74 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap().
|
inlineconstexpr |
Definition at line 214 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFrameDirection().
|
inlineconstexpr |
Definition at line 103 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 57 of file css1kywd.hxx.
Referenced by SwHTMLWriter::PrepareFontList().
|
inlineconstexpr |
Definition at line 100 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 114 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine(), OutCSS1_SvxHidden(), and OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().
|
inlineconstexpr |
Definition at line 61 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap(), OutCSS1_SvxFontWeight(), OutCSS1_SvxKerning(), and OutCSS1_SvxPosture().
|
inlineconstexpr |
Definition at line 63 of file css1kywd.hxx.
Referenced by OutCSS1_SvxPosture().
|
inlineconstexpr |
Definition at line 170 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 116 of file css1kywd.hxx.
Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().
|
inlineconstexpr |
Definition at line 206 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 99 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 168 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 124 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_FrameFormatOptions(), OutCSS1_SvxAdjust(), OutCSS1_SvxBrush(), and OutCSS1_SvxFormatBreak_SwFormatPDesc_SvxFormatKeep().
|
inlineconstexpr |
Definition at line 215 of file css1kywd.hxx.
Referenced by OutCSS1_SvxFrameDirection().
|
inlineconstexpr |
Definition at line 54 of file css1kywd.hxx.
Referenced by SwHTMLWriter::PrepareFontList().
|
inlineconstexpr |
Definition at line 106 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 53 of file css1kywd.hxx.
Referenced by SwHTMLWriter::PrepareFontList().
|
inlineconstexpr |
Definition at line 68 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap().
|
inlineconstexpr |
Definition at line 165 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBorderLine().
|
inlineconstexpr |
Definition at line 102 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 97 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 115 of file css1kywd.hxx.
Referenced by OutCSS1_SvxTextLn_SvxCrOut_SvxBlink().
|
inlineconstexpr |
Definition at line 73 of file css1kywd.hxx.
Referenced by OutCSS1_SvxCaseMap().
|
inlineconstexpr |
Definition at line 37 of file css1kywd.hxx.
Referenced by OutCSS1_SwPageDesc().
|
inlineconstexpr |
Definition at line 44 of file css1kywd.hxx.
Referenced by AddUnitPropertyValue().
|
inlineconstexpr |
Definition at line 46 of file css1kywd.hxx.
Referenced by AddUnitPropertyValue().
|
inlineconstexpr |
Definition at line 43 of file css1kywd.hxx.
Referenced by AddUnitPropertyValue().
|
inlineconstexpr |
Definition at line 45 of file css1kywd.hxx.
Referenced by AddUnitPropertyValue().
|
inlineconstexpr |
Definition at line 42 of file css1kywd.hxx.
Referenced by AddUnitPropertyValue(), OutCSS1_SvxBorderLine(), OutCSS1_SvxFontHeight(), and OutCSS1_SvxKerning().
|
inlineconstexpr |
Definition at line 47 of file css1kywd.hxx.
Referenced by SwHTMLWriter::OutCSS1_PixelProperty().
|
inlineconstexpr |
Definition at line 40 of file css1kywd.hxx.
Referenced by OutCSS1_SvxBrush().
|
inlineconstexpr |
Definition at line 33 of file css1kywd.hxx.
Referenced by SwHTMLWriter::GetCSS1Selector().
|
inlineconstexpr |
Definition at line 27 of file css1kywd.hxx.
Referenced by SwHTMLParser::InsertLink(), and SwHTMLParser::NewStyle().