|
LibreOffice Module svx (master) 1
|
#include <svdotable.hxx>
Public Member Functions | |
| TableStyleSettings () | |
| TableStyleSettings (const TableStyleSettings &rStyle) | |
| TableStyleSettings & | operator= (const TableStyleSettings &rStyle) |
| bool | operator== (const TableStyleSettings &r) const |
Public Attributes | |
| bool | mbUseFirstRow |
| bool | mbUseLastRow |
| bool | mbUseFirstColumn |
| bool | mbUseLastColumn |
| bool | mbUseRowBanding |
| bool | mbUseColumnBanding |
Definition at line 74 of file svdotable.hxx.
| sdr::table::TableStyleSettings::TableStyleSettings | ( | ) |
Definition at line 154 of file svdotable.cxx.
| sdr::table::TableStyleSettings::TableStyleSettings | ( | const TableStyleSettings & | rStyle | ) |
Definition at line 164 of file svdotable.cxx.
| TableStyleSettings & sdr::table::TableStyleSettings::operator= | ( | const TableStyleSettings & | rStyle | ) |
Definition at line 169 of file svdotable.cxx.
References mbUseColumnBanding, mbUseFirstColumn, mbUseFirstRow, mbUseLastColumn, mbUseLastRow, and mbUseRowBanding.
| bool sdr::table::TableStyleSettings::operator== | ( | const TableStyleSettings & | r | ) | const |
Definition at line 180 of file svdotable.cxx.
References mbUseColumnBanding, mbUseFirstColumn, mbUseFirstRow, mbUseLastColumn, mbUseLastRow, and mbUseRowBanding.
| bool sdr::table::TableStyleSettings::mbUseColumnBanding |
Definition at line 81 of file svdotable.hxx.
Referenced by sdr::table::SdrTableObjImpl::ApplyCellStyles(), SvxTableShape::getPropertyValueImpl(), operator=(), operator==(), SvxTableShape::setPropertyValueImpl(), and sdr::table::SvxTableController::SetTableStyleSettings().
| bool sdr::table::TableStyleSettings::mbUseFirstColumn |
Definition at line 78 of file svdotable.hxx.
Referenced by sdr::table::SdrTableObjImpl::ApplyCellStyles(), SvxTableShape::getPropertyValueImpl(), sdr::table::SvxTableController::isColumnHeader(), operator=(), operator==(), SvxTableShape::setPropertyValueImpl(), and sdr::table::SvxTableController::SetTableStyleSettings().
| bool sdr::table::TableStyleSettings::mbUseFirstRow |
Definition at line 76 of file svdotable.hxx.
Referenced by sdr::table::SdrTableObjImpl::ApplyCellStyles(), sdr::contact::createPrimitive2DSequenceImpl(), SvxTableShape::getPropertyValueImpl(), sdr::table::SvxTableController::isRowHeader(), operator=(), operator==(), SvxTableShape::setPropertyValueImpl(), and sdr::table::SvxTableController::SetTableStyleSettings().
| bool sdr::table::TableStyleSettings::mbUseLastColumn |
Definition at line 79 of file svdotable.hxx.
Referenced by sdr::table::SdrTableObjImpl::ApplyCellStyles(), SvxTableShape::getPropertyValueImpl(), operator=(), operator==(), SvxTableShape::setPropertyValueImpl(), and sdr::table::SvxTableController::SetTableStyleSettings().
| bool sdr::table::TableStyleSettings::mbUseLastRow |
Definition at line 77 of file svdotable.hxx.
Referenced by sdr::table::SdrTableObjImpl::ApplyCellStyles(), SvxTableShape::getPropertyValueImpl(), operator=(), operator==(), SvxTableShape::setPropertyValueImpl(), and sdr::table::SvxTableController::SetTableStyleSettings().
| bool sdr::table::TableStyleSettings::mbUseRowBanding |
Definition at line 80 of file svdotable.hxx.
Referenced by sdr::table::SdrTableObjImpl::ApplyCellStyles(), SvxTableShape::getPropertyValueImpl(), operator=(), operator==(), SvxTableShape::setPropertyValueImpl(), and sdr::table::SvxTableController::SetTableStyleSettings().