LibreOffice Module sc (master) 1
|
Contains API attributes of a complete cell border. More...
#include <stylesbuffer.hxx>
Public Types | |
typedef css::table::BorderLine2 | ApiBorderLine |
Public Member Functions | |
ApiBorderData () | |
True = diagonal line format used. More... | |
bool | hasAnyOuterBorder () const |
Returns true, if any of the outer border lines is visible. More... | |
Public Attributes | |
ApiBorderLine | maLeft |
ApiBorderLine | maRight |
Left line format. More... | |
ApiBorderLine | maTop |
Right line format. More... | |
ApiBorderLine | maBottom |
Top line format. More... | |
ApiBorderLine | maTLtoBR |
Bottom line format. More... | |
ApiBorderLine | maBLtoTR |
Diagonal top-left to bottom-right line format. More... | |
bool | mbBorderUsed |
Diagonal bottom-left to top-right line format. More... | |
bool | mbDiagUsed |
True = left/right/top/bottom line format used. More... | |
Contains API attributes of a complete cell border.
Definition at line 404 of file stylesbuffer.hxx.
typedef css::table::BorderLine2 oox::xls::ApiBorderData::ApiBorderLine |
Definition at line 406 of file stylesbuffer.hxx.
|
explicit |
True = diagonal line format used.
Definition at line 1395 of file stylesbuffer.cxx.
bool oox::xls::ApiBorderData::hasAnyOuterBorder | ( | ) | const |
ApiBorderLine oox::xls::ApiBorderData::maBLtoTR |
Diagonal top-left to bottom-right line format.
Definition at line 413 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
ApiBorderLine oox::xls::ApiBorderData::maBottom |
Top line format.
Definition at line 411 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), oox::xls::Border::finalizeImport(), and hasAnyOuterBorder().
ApiBorderLine oox::xls::ApiBorderData::maLeft |
Definition at line 408 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), oox::xls::Border::finalizeImport(), and hasAnyOuterBorder().
ApiBorderLine oox::xls::ApiBorderData::maRight |
Left line format.
Definition at line 409 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), oox::xls::Border::finalizeImport(), and hasAnyOuterBorder().
ApiBorderLine oox::xls::ApiBorderData::maTLtoBR |
Bottom line format.
Definition at line 412 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
ApiBorderLine oox::xls::ApiBorderData::maTop |
Right line format.
Definition at line 410 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), oox::xls::Border::finalizeImport(), and hasAnyOuterBorder().
bool oox::xls::ApiBorderData::mbBorderUsed |
Diagonal bottom-left to top-right line format.
Definition at line 414 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
bool oox::xls::ApiBorderData::mbDiagUsed |
True = left/right/top/bottom line format used.
Definition at line 415 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().