LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
ScOrcusFill Struct Reference

#include <orcusinterface.hxx>

Public Member Functions

void applyToItemSet (SfxItemSet &rSet) const
 

Public Attributes

std::optional< orcus::spreadsheet::fill_pattern_t > mePattern
 
std::optional< ColormaFgColor
 
std::optional< ColormaBgColor
 

Detailed Description

Definition at line 381 of file orcusinterface.hxx.

Member Function Documentation

◆ applyToItemSet()

void ScOrcusFill::applyToItemSet ( SfxItemSet rSet) const

Definition at line 1435 of file interface.cxx.

References ATTR_BACKGROUND(), maFgColor, mePattern, SfxItemSet::Put(), and rSet.

Member Data Documentation

◆ maBgColor

std::optional<Color> ScOrcusFill::maBgColor

Definition at line 385 of file orcusinterface.hxx.

Referenced by ScOrcusImportFillStyle::set_bg_color().

◆ maFgColor

std::optional<Color> ScOrcusFill::maFgColor

Definition at line 384 of file orcusinterface.hxx.

Referenced by applyToItemSet(), and ScOrcusImportFillStyle::set_fg_color().

◆ mePattern

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().


The documentation for this struct was generated from the following files: