LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
oox::xls::BorderLineModel Struct Reference

Contains XML attributes of a single border line. More...

#include <stylesbuffer.hxx>

Collaboration diagram for oox::xls::BorderLineModel:
[legend]

Public Member Functions

 BorderLineModel (bool bDxf)
 True = line format used. More...
 
void setBiffStyle (sal_Int32 nLineStyle)
 Sets the passed BIFF line style. More...
 

Public Attributes

Color maColor
 
sal_Int32 mnStyle
 Borderline color. More...
 
bool mbUsed
 Border line style. More...
 

Detailed Description

Contains XML attributes of a single border line.

Definition at line 381 of file stylesbuffer.hxx.

Constructor & Destructor Documentation

◆ BorderLineModel()

oox::xls::BorderLineModel::BorderLineModel ( bool  bDxf)
explicit

True = line format used.

Definition at line 1373 of file stylesbuffer.cxx.

References maColor, oox::xls::OOX_COLOR_WINDOWTEXT, oox::xls::Color::setIndexed(), and XML_none.

Member Function Documentation

◆ setBiffStyle()

void oox::xls::BorderLineModel::setBiffStyle ( sal_Int32  nLineStyle)

Sets the passed BIFF line style.

Definition at line 1380 of file stylesbuffer.cxx.

References mnStyle, STATIC_ARRAY_SELECT, and XML_none.

Referenced by oox::xls::Border::importBorder().

Member Data Documentation

◆ maColor

Color oox::xls::BorderLineModel::maColor

◆ mbUsed

bool oox::xls::BorderLineModel::mbUsed

Border line style.

Definition at line 385 of file stylesbuffer.hxx.

Referenced by oox::xls::Border::convertBorderLine(), and oox::xls::Border::finalizeImport().

◆ mnStyle

sal_Int32 oox::xls::BorderLineModel::mnStyle

Borderline color.

Definition at line 384 of file stylesbuffer.hxx.

Referenced by oox::xls::Border::convertBorderLine(), and setBiffStyle().


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