LibreOffice Module sc (master) 1
|
#include <orcusinterface.hxx>
Public Member Functions | |
void | applyToItemSet (SfxItemSet &rSet) const |
Public Attributes | |
std::optional< orcus::spreadsheet::fill_pattern_t > | mePattern |
std::optional< Color > | maFgColor |
std::optional< Color > | maBgColor |
Definition at line 381 of file orcusinterface.hxx.
void ScOrcusFill::applyToItemSet | ( | SfxItemSet & | rSet | ) | const |
Definition at line 1435 of file interface.cxx.
References ATTR_BACKGROUND(), maFgColor, mePattern, SfxItemSet::Put(), and rSet.
std::optional<Color> ScOrcusFill::maBgColor |
Definition at line 385 of file orcusinterface.hxx.
Referenced by ScOrcusImportFillStyle::set_bg_color().
std::optional<Color> ScOrcusFill::maFgColor |
Definition at line 384 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFillStyle::set_fg_color().
std::optional<orcus::spreadsheet::fill_pattern_t> ScOrcusFill::mePattern |
Definition at line 383 of file orcusinterface.hxx.
Referenced by applyToItemSet(), and ScOrcusImportFillStyle::set_pattern_type().