LibreOffice Module sc (master) 1
|
Contains XML attributes of a complete cell border. More...
#include <stylesbuffer.hxx>
Public Member Functions | |
BorderModel (bool bDxf) | |
True = bottom-left to top-right on. More... | |
Public Attributes | |
BorderLineModel | maLeft |
BorderLineModel | maRight |
Left line format. More... | |
BorderLineModel | maTop |
Right line format. More... | |
BorderLineModel | maBottom |
Top line format. More... | |
BorderLineModel | maDiagonal |
Bottom line format. More... | |
bool | mbDiagTLtoBR |
Diagonal line format. More... | |
bool | mbDiagBLtoTR |
True = top-left to bottom-right on. More... | |
Contains XML attributes of a complete cell border.
Definition at line 394 of file stylesbuffer.hxx.
|
explicit |
BorderLineModel oox::xls::BorderModel::maBottom |
Top line format.
Definition at line 399 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), oox::xls::Border::getBorderLine(), and oox::xls::Border::importBorder().
BorderLineModel oox::xls::BorderModel::maDiagonal |
Bottom line format.
Definition at line 400 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), oox::xls::Border::getBorderLine(), and oox::xls::Border::importBorder().
BorderLineModel oox::xls::BorderModel::maLeft |
Definition at line 396 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), oox::xls::Border::getBorderLine(), and oox::xls::Border::importBorder().
BorderLineModel oox::xls::BorderModel::maRight |
Left line format.
Definition at line 397 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), oox::xls::Border::getBorderLine(), and oox::xls::Border::importBorder().
BorderLineModel oox::xls::BorderModel::maTop |
Right line format.
Definition at line 398 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), oox::xls::Border::getBorderLine(), and oox::xls::Border::importBorder().
bool oox::xls::BorderModel::mbDiagBLtoTR |
True = top-left to bottom-right on.
Definition at line 402 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), and oox::xls::Border::importBorder().
bool oox::xls::BorderModel::mbDiagTLtoBR |
Diagonal line format.
Definition at line 401 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::finalizeImport(), and oox::xls::Border::importBorder().