LibreOffice Module sc (master) 1
|
#include <orcusinterface.hxx>
Public Member Functions | |
void | applyToItemSet (SfxItemSet &rSet) const |
Public Attributes | |
std::optional< OUString > | maName |
std::optional< OUString > | maNameAsian |
std::optional< OUString > | maNameComplex |
std::optional< double > | mnSize |
std::optional< double > | mnSizeAsian |
std::optional< double > | mnSizeComplex |
std::optional< Color > | maColor |
std::optional< bool > | mbBold |
std::optional< bool > | mbBoldAsian |
std::optional< bool > | mbBoldComplex |
std::optional< bool > | mbItalic |
std::optional< bool > | mbItalicAsian |
std::optional< bool > | mbItalicComplex |
std::optional< FontLineStyle > | meUnderline |
std::optional< Color > | maUnderlineColor |
std::optional< FontStrikeout > | meStrikeout |
Definition at line 359 of file orcusinterface.hxx.
void ScOrcusFont::applyToItemSet | ( | SfxItemSet & | rSet | ) | const |
Definition at line 1351 of file interface.cxx.
References ATTR_CJK_FONT(), ATTR_CJK_FONT_HEIGHT(), ATTR_CJK_FONT_POSTURE(), ATTR_CJK_FONT_WEIGHT(), ATTR_CTL_FONT(), ATTR_CTL_FONT_HEIGHT(), ATTR_CTL_FONT_POSTURE(), ATTR_CTL_FONT_WEIGHT(), ATTR_FONT(), ATTR_FONT_COLOR(), ATTR_FONT_CROSSEDOUT(), ATTR_FONT_HEIGHT(), ATTR_FONT_POSTURE(), ATTR_FONT_UNDERLINE(), ATTR_FONT_WEIGHT(), FAMILY_DONTKNOW, ITALIC_NONE, ITALIC_NORMAL, maColor, maName, maNameAsian, maNameComplex, maUnderlineColor, mbBold, mbBoldAsian, mbBoldComplex, mbItalic, mbItalicAsian, mbItalicComplex, meStrikeout, meUnderline, mnSize, mnSizeAsian, mnSizeComplex, PITCH_DONTKNOW, SfxItemSet::Put(), rSet, SvxTextLineItem::SetColor(), WEIGHT_BOLD, and WEIGHT_NORMAL.
std::optional<Color> ScOrcusFont::maColor |
Definition at line 367 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_color().
std::optional<OUString> ScOrcusFont::maName |
Definition at line 361 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_name().
std::optional<OUString> ScOrcusFont::maNameAsian |
Definition at line 362 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_name_asian().
std::optional<OUString> ScOrcusFont::maNameComplex |
Definition at line 363 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_name_complex().
std::optional<Color> ScOrcusFont::maUnderlineColor |
Definition at line 375 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_underline_color().
std::optional<bool> ScOrcusFont::mbBold |
Definition at line 368 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_bold().
std::optional<bool> ScOrcusFont::mbBoldAsian |
Definition at line 369 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_bold_asian().
std::optional<bool> ScOrcusFont::mbBoldComplex |
Definition at line 370 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_bold_complex().
std::optional<bool> ScOrcusFont::mbItalic |
Definition at line 371 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_italic().
std::optional<bool> ScOrcusFont::mbItalicAsian |
Definition at line 372 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_italic_asian().
std::optional<bool> ScOrcusFont::mbItalicComplex |
Definition at line 373 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_italic_complex().
std::optional<FontStrikeout> ScOrcusFont::meStrikeout |
Definition at line 376 of file orcusinterface.hxx.
Referenced by applyToItemSet(), ScOrcusImportFontStyle::set_strikethrough_text(), ScOrcusImportFontStyle::set_strikethrough_type(), and ScOrcusImportFontStyle::set_strikethrough_width().
std::optional<FontLineStyle> ScOrcusFont::meUnderline |
Definition at line 374 of file orcusinterface.hxx.
Referenced by applyToItemSet(), ScOrcusImportFontStyle::set_underline(), ScOrcusImportFontStyle::set_underline_type(), and ScOrcusImportFontStyle::set_underline_width().
std::optional<double> ScOrcusFont::mnSize |
Definition at line 364 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_size().
std::optional<double> ScOrcusFont::mnSizeAsian |
Definition at line 365 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_size_asian().
std::optional<double> ScOrcusFont::mnSizeComplex |
Definition at line 366 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFontStyle::set_size_complex().