|
LibreOffice Module sc (master) 1
|
Contains API fill attributes. More...
#include <stylesbuffer.hxx>
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... | |
Contains API fill attributes.
Definition at line 512 of file stylesbuffer.hxx.
|
explicit |
| 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().
| 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().
| 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().
| ::Color oox::xls::ApiSolidFillData::mnColor |
Definition at line 514 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::fillToItemSet(), and oox::xls::Fill::finalizeImport().
| ::Color oox::xls::ApiSolidFillData::mnFilterColor |
Definition at line 516 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::fillToItemSet(), and oox::xls::Fill::finalizeImport().