LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::PatternFillModel Struct Reference

Contains XML pattern fill attributes from the patternFill element. More...

#include <stylesbuffer.hxx>

Collaboration diagram for oox::xls::PatternFillModel:
[legend]

Public Member Functions

 PatternFillModel (bool bDxf)
 True = pattern used. More...
 
void setBiffPattern (sal_Int32 nPattern)
 Sets the passed BIFF pattern identifier. More...
 

Public Attributes

Color maPatternColor
 
Color maFilterPatternColor
 Pattern foreground color. More...
 
Color maFillColor
 Pattern foreground for color filter. More...
 
sal_Int32 mnPattern
 Background fill color. More...
 
bool mbPattColorUsed
 Pattern identifier (e.g. solid). More...
 
bool mbFillColorUsed
 True = pattern foreground color used. More...
 
bool mbPatternUsed
 True = background fill color used. More...
 

Detailed Description

Contains XML pattern fill attributes from the patternFill element.

Definition at line 474 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ PatternFillModel()

oox::xls::PatternFillModel::PatternFillModel ( bool  bDxf)
explicit

Member Function Documentation

◆ setBiffPattern()

void oox::xls::PatternFillModel::setBiffPattern ( sal_Int32  nPattern)

Sets the passed BIFF pattern identifier.

Definition at line 1639 of file stylesbuffer.cxx.

References mnPattern, STATIC_ARRAY_SELECT, and XML_none.

Member Data Documentation

◆ maFillColor

Color oox::xls::PatternFillModel::maFillColor

Pattern foreground for color filter.

Definition at line 478 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport(), and PatternFillModel().

◆ maFilterPatternColor

Color oox::xls::PatternFillModel::maFilterPatternColor

Pattern foreground color.

Definition at line 477 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport(), and PatternFillModel().

◆ maPatternColor

Color oox::xls::PatternFillModel::maPatternColor

Definition at line 476 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport(), and PatternFillModel().

◆ mbFillColorUsed

bool oox::xls::PatternFillModel::mbFillColorUsed

True = pattern foreground color used.

Definition at line 481 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport().

◆ mbPattColorUsed

bool oox::xls::PatternFillModel::mbPattColorUsed

Pattern identifier (e.g. solid).

Definition at line 480 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport().

◆ mbPatternUsed

bool oox::xls::PatternFillModel::mbPatternUsed

True = background fill color used.

Definition at line 482 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport().

◆ mnPattern

sal_Int32 oox::xls::PatternFillModel::mnPattern

Background fill color.

Definition at line 479 of file stylesbuffer.hxx.

Referenced by oox::xls::Fill::finalizeImport(), and setBiffPattern().


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