LibreOffice Module sc (master) 1
|
Contains XML attributes of a single border line. More...
#include <stylesbuffer.hxx>
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... | |
Contains XML attributes of a single border line.
Definition at line 381 of file stylesbuffer.hxx.
|
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.
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().
Color oox::xls::BorderLineModel::maColor |
Definition at line 383 of file stylesbuffer.hxx.
Referenced by BorderLineModel(), oox::xls::Border::convertBorderLine(), oox::xls::Border::finalizeImport(), and oox::xls::Border::importBorder().
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().
sal_Int32 oox::xls::BorderLineModel::mnStyle |
Borderline color.
Definition at line 384 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::convertBorderLine(), and setBiffStyle().