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 |
::Color | mnFilterColor |
Fill color. More... | |
bool | mbTransparent |
Fill color filtering. More... | |
bool | mbUsed |
True = transparent area. More... | |
Contains API fill attributes.
Definition at line 504 of file stylesbuffer.hxx.
|
explicit |
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().
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().
::Color oox::xls::ApiSolidFillData::mnColor |
Definition at line 506 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::fillToItemSet(), and oox::xls::Fill::finalizeImport().
::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().