LibreOffice Module sc (master) 1
|
Contains XML pattern fill attributes from the patternFill element. More...
#include <stylesbuffer.hxx>
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... | |
Contains XML pattern fill attributes from the patternFill element.
Definition at line 474 of file stylesbuffer.hxx.
|
explicit |
True = pattern used.
Definition at line 1628 of file stylesbuffer.cxx.
References maFillColor, maFilterPatternColor, maPatternColor, oox::xls::OOX_COLOR_WINDOWBACK, oox::xls::OOX_COLOR_WINDOWTEXT, oox::xls::Color::setIndexed(), and XML_none.
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.
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().
Color oox::xls::PatternFillModel::maFilterPatternColor |
Pattern foreground color.
Definition at line 477 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::finalizeImport(), and PatternFillModel().
Color oox::xls::PatternFillModel::maPatternColor |
Definition at line 476 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::finalizeImport(), and PatternFillModel().
bool oox::xls::PatternFillModel::mbFillColorUsed |
True = pattern foreground color used.
Definition at line 481 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::finalizeImport().
bool oox::xls::PatternFillModel::mbPattColorUsed |
Pattern identifier (e.g. solid).
Definition at line 480 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::finalizeImport().
bool oox::xls::PatternFillModel::mbPatternUsed |
True = background fill color used.
Definition at line 482 of file stylesbuffer.hxx.
Referenced by oox::xls::Fill::finalizeImport().
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().