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... | |
model::ComplexColor | maComplexColorLeft |
Bottom line format. More... | |
model::ComplexColor | maComplexColorRight |
model::ComplexColor | maComplexColorTop |
model::ComplexColor | maComplexColorBottom |
ApiBorderLine | maTLtoBR |
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 408 of file stylesbuffer.hxx.
typedef css::table::BorderLine2 oox::xls::ApiBorderData::ApiBorderLine |
Definition at line 410 of file stylesbuffer.hxx.
|
explicit |
True = diagonal line format used.
Definition at line 1401 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 421 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 415 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), oox::xls::Border::finalizeImport(), and hasAnyOuterBorder().
model::ComplexColor oox::xls::ApiBorderData::maComplexColorBottom |
Definition at line 419 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
model::ComplexColor oox::xls::ApiBorderData::maComplexColorLeft |
Bottom line format.
Definition at line 416 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
model::ComplexColor oox::xls::ApiBorderData::maComplexColorRight |
Definition at line 417 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
model::ComplexColor oox::xls::ApiBorderData::maComplexColorTop |
Definition at line 418 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().
ApiBorderLine oox::xls::ApiBorderData::maLeft |
Definition at line 412 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 413 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), oox::xls::Border::finalizeImport(), and hasAnyOuterBorder().
ApiBorderLine oox::xls::ApiBorderData::maTLtoBR |
Definition at line 420 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 414 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 422 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 423 of file stylesbuffer.hxx.
Referenced by oox::xls::Border::fillToItemSet(), and oox::xls::Border::finalizeImport().