LibreOffice Module sc (master) 1
|
Contains background colors and pattern for a cell. More...
#include <xlstyle.hxx>
Public Member Functions | |
XclCellArea () | |
Fill pattern. More... | |
XclCellArea (sal_uInt8 nPattern) | |
bool | IsTransparent () const |
Returns true, if the area represents transparent state. More... | |
Public Attributes | |
sal_uInt16 | mnForeColor |
sal_uInt16 | mnBackColor |
Palette index to foreground color. More... | |
sal_uInt8 | mnPattern |
Palette index to background color. More... | |
Contains background colors and pattern for a cell.
Definition at line 543 of file xlstyle.hxx.
|
explicit |
Fill pattern.
Definition at line 1693 of file xlstyle.cxx.
|
explicit |
Definition at line 1700 of file xlstyle.cxx.
bool XclCellArea::IsTransparent | ( | ) | const |
Returns true, if the area represents transparent state.
Definition at line 1707 of file xlstyle.cxx.
References EXC_COLOR_WINDOWBACK, EXC_PATT_NONE, mnBackColor, and mnPattern.
Referenced by XclExpCellArea::FillToCF8().
sal_uInt16 XclCellArea::mnBackColor |
Palette index to foreground color.
Definition at line 546 of file xlstyle.hxx.
Referenced by XclImpCellArea::FillFromCF8(), XclImpCellArea::FillFromXF2(), XclImpCellArea::FillFromXF3(), XclImpCellArea::FillFromXF5(), XclImpCellArea::FillFromXF8(), XclExpCellArea::FillToCF8(), XclImpCellArea::FillToItemSet(), XclExpCellArea::FillToXF5(), XclExpCellArea::FillToXF8(), IsTransparent(), lcl_GetPatternFill_Gray125(), operator==(), XclExpCellArea::SaveXml(), and XclExpCellArea::SetFinalColors().
sal_uInt16 XclCellArea::mnForeColor |
Definition at line 545 of file xlstyle.hxx.
Referenced by XclImpCellArea::FillFromCF8(), XclImpCellArea::FillFromXF2(), XclImpCellArea::FillFromXF3(), XclImpCellArea::FillFromXF5(), XclImpCellArea::FillFromXF8(), XclExpCellArea::FillToCF8(), XclImpCellArea::FillToItemSet(), XclExpCellArea::FillToXF5(), XclExpCellArea::FillToXF8(), lcl_GetPatternFill_Gray125(), operator==(), XclExpCellArea::SaveXml(), and XclExpCellArea::SetFinalColors().
sal_uInt8 XclCellArea::mnPattern |
Palette index to background color.
Definition at line 547 of file xlstyle.hxx.
Referenced by XclImpXF::CreatePattern(), XclImpCellArea::FillFromCF8(), XclExpCellArea::FillFromItemSet(), XclImpCellArea::FillFromXF2(), XclImpCellArea::FillFromXF3(), XclImpCellArea::FillFromXF5(), XclImpCellArea::FillFromXF8(), XclExpCellArea::FillToCF8(), XclImpCellArea::FillToItemSet(), XclExpCellArea::FillToXF5(), XclExpCellArea::FillToXF8(), IsTransparent(), lcl_GetPatternFill_Gray125(), lcl_GetPatternFill_None(), operator==(), XclExpCellArea::SaveXml(), and XclExpCellArea::SetFinalColors().