LibreOffice Module oox (master) 1
Public Member Functions | Public Attributes | List of all members
oox::drawingml::PatternFillProperties Struct Reference

#include <fillproperties.hxx>

Collaboration diagram for oox::drawingml::PatternFillProperties:
[legend]

Public Member Functions

void assignUsed (const PatternFillProperties &rSourceProps)
 Preset pattern type. More...
 

Public Attributes

Color maPattFgColor
 
Color maPattBgColor
 Pattern foreground color. More...
 
std::optional< sal_Int32 > moPattPreset
 Pattern background color. More...
 

Detailed Description

Definition at line 65 of file fillproperties.hxx.

Member Function Documentation

◆ assignUsed()

void oox::drawingml::PatternFillProperties::assignUsed ( const PatternFillProperties rSourceProps)

Preset pattern type.

Overwrites all members that are explicitly set in rSourceProps.

Definition at line 336 of file fillproperties.cxx.

References oox::drawingml::Color::assignIfUsed(), oox::assignIfUsed(), maPattBgColor, maPattFgColor, and moPattPreset.

Referenced by oox::drawingml::FillProperties::assignUsed().

Member Data Documentation

◆ maPattBgColor

Color oox::drawingml::PatternFillProperties::maPattBgColor

◆ maPattFgColor

Color oox::drawingml::PatternFillProperties::maPattFgColor

◆ moPattPreset

std::optional< sal_Int32 > oox::drawingml::PatternFillProperties::moPattPreset

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