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
 
::Color mnFilterColor
 Fill color. More...
 
bool mbTransparent
 Fill color filtering. More...
 
bool mbUsed
 True = transparent area. More...
 

Detailed Description

Contains API fill attributes.

Definition at line 504 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ ApiSolidFillData()

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

True = fill data is valid.

Definition at line 1677 of file stylesbuffer.cxx.

References mnColor.

Member Data Documentation

◆ mbTransparent

bool oox::xls::ApiSolidFillData::mbTransparent

Fill color filtering.

Definition at line 508 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 509 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

Fill color.

Definition at line 507 of file stylesbuffer.hxx.

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


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