LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
XclCellArea Struct Reference

Contains background colors and pattern for a cell. More...

#include <xlstyle.hxx>

Inheritance diagram for XclCellArea:
[legend]

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...
 

Detailed Description

Contains background colors and pattern for a cell.

Definition at line 543 of file xlstyle.hxx.

Constructor & Destructor Documentation

◆ XclCellArea() [1/2]

XclCellArea::XclCellArea ( )
explicit

Fill pattern.

Definition at line 1693 of file xlstyle.cxx.

◆ XclCellArea() [2/2]

XclCellArea::XclCellArea ( sal_uInt8  nPattern)
explicit

Definition at line 1700 of file xlstyle.cxx.

Member Function Documentation

◆ IsTransparent()

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().

Member Data Documentation

◆ mnBackColor

sal_uInt16 XclCellArea::mnBackColor

◆ mnForeColor

sal_uInt16 XclCellArea::mnForeColor

◆ mnPattern

sal_uInt8 XclCellArea::mnPattern

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