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

Contains color and line style for each cell border line. More...

#include <xlstyle.hxx>

Inheritance diagram for XclCellBorder:
[legend]

Public Member Functions

 XclCellBorder ()
 true = Bottom-left to top-right on. More...
 

Public Attributes

sal_uInt16 mnLeftColor
 
sal_uInt16 mnRightColor
 Palette index for left line. More...
 
sal_uInt16 mnTopColor
 Palette index for right line. More...
 
sal_uInt16 mnBottomColor
 Palette index for top line. More...
 
sal_uInt16 mnDiagColor
 Palette index for bottom line. More...
 
sal_uInt8 mnLeftLine
 Palette index for diagonal line(s). More...
 
sal_uInt8 mnRightLine
 Style of left line. More...
 
sal_uInt8 mnTopLine
 Style of right line. More...
 
sal_uInt8 mnBottomLine
 Style of top line. More...
 
sal_uInt8 mnDiagLine
 Style of bottom line. More...
 
bool mbDiagTLtoBR
 Style of diagonal line(s). More...
 
bool mbDiagBLtoTR
 true = Top-left to bottom-right on. More...
 

Detailed Description

Contains color and line style for each cell border line.

Definition at line 522 of file xlstyle.hxx.

Constructor & Destructor Documentation

◆ XclCellBorder()

XclCellBorder::XclCellBorder ( )
explicit

true = Bottom-left to top-right on.

Definition at line 1666 of file xlstyle.cxx.

Member Data Documentation

◆ mbDiagBLtoTR

bool XclCellBorder::mbDiagBLtoTR

◆ mbDiagTLtoBR

bool XclCellBorder::mbDiagTLtoBR

◆ mnBottomColor

sal_uInt16 XclCellBorder::mnBottomColor

◆ mnBottomLine

sal_uInt8 XclCellBorder::mnBottomLine

◆ mnDiagColor

sal_uInt16 XclCellBorder::mnDiagColor

◆ mnDiagLine

sal_uInt8 XclCellBorder::mnDiagLine

◆ mnLeftColor

sal_uInt16 XclCellBorder::mnLeftColor

◆ mnLeftLine

sal_uInt8 XclCellBorder::mnLeftLine

◆ mnRightColor

sal_uInt16 XclCellBorder::mnRightColor

◆ mnRightLine

sal_uInt8 XclCellBorder::mnRightLine

◆ mnTopColor

sal_uInt16 XclCellBorder::mnTopColor

◆ mnTopLine

sal_uInt8 XclCellBorder::mnTopLine

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