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

Contains API fill attributes. More...

#include <stylesbuffer.hxx>

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

Public Member Functions

 ApiSolidFillData ()
 True = fill data is valid. More...
 

Public Attributes

::Color mnColor
 
model::ComplexColor maComplexColor
 Fill color. More...
 
::Color mnFilterColor
 
bool mbTransparent
 Fill color filtering. More...
 
bool mbUsed
 True = transparent area. More...
 

Detailed Description

Contains API fill attributes.

Definition at line 512 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ ApiSolidFillData()

oox::xls::ApiSolidFillData::ApiSolidFillData ( )
explicit

True = fill data is valid.

Definition at line 1692 of file stylesbuffer.cxx.

References mnColor.

Member Data Documentation

◆ maComplexColor

model::ComplexColor oox::xls::ApiSolidFillData::maComplexColor

Fill color.

Definition at line 515 of file stylesbuffer.hxx.

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

◆ mbTransparent

bool oox::xls::ApiSolidFillData::mbTransparent

Fill color filtering.

Definition at line 517 of file stylesbuffer.hxx.

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

◆ mbUsed

bool oox::xls::ApiSolidFillData::mbUsed

True = transparent area.

Definition at line 518 of file stylesbuffer.hxx.

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

◆ mnColor

::Color oox::xls::ApiSolidFillData::mnColor

◆ mnFilterColor

::Color oox::xls::ApiSolidFillData::mnFilterColor

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