LibreOffice Module sw (master) 1
|
Public Member Functions | |
SvxCSS1BorderInfo () | |
void | SetBorderLine (SvxBoxItemLine nLine, SvxBoxItem &rBoxItem) const |
Public Attributes | |
Color | aColor |
sal_uInt16 | nAbsWidth |
sal_uInt16 | nNamedWidth |
CSS1BorderStyle | eStyle |
Definition at line 305 of file svxcss1.cxx.
|
inline |
Definition at line 312 of file svxcss1.cxx.
References COL_BLACK().
void SvxCSS1BorderInfo::SetBorderLine | ( | SvxBoxItemLine | nLine, |
SvxBoxItem & | rBoxItem | ||
) | const |
Definition at line 320 of file svxcss1.cxx.
References aBorderWidths, aColor, eStyle, nAbsWidth, nNamedWidth, rBoxItem, editeng::SvxBorderLine::SetBorderLineStyle(), SvxBoxItem::SetLine(), and editeng::SvxBorderLine::SetWidth().
Referenced by SvxCSS1PropertyInfo::SetBoxItem().
Color SvxCSS1BorderInfo::aColor |
Definition at line 307 of file svxcss1.cxx.
Referenced by SvxCSS1PropertyInfo::CopyBorderInfo(), ParseCSS1_border_color(), ParseCSS1_border_xxx(), and SetBorderLine().
CSS1BorderStyle SvxCSS1BorderInfo::eStyle |
Definition at line 310 of file svxcss1.cxx.
Referenced by SvxCSS1PropertyInfo::CopyBorderInfo(), ParseCSS1_border_style(), ParseCSS1_border_xxx(), and SetBorderLine().
sal_uInt16 SvxCSS1BorderInfo::nAbsWidth |
Definition at line 308 of file svxcss1.cxx.
Referenced by SvxCSS1PropertyInfo::CopyBorderInfo(), ParseCSS1_border_xxx(), ParseCSS1_border_xxx_width(), and SetBorderLine().
sal_uInt16 SvxCSS1BorderInfo::nNamedWidth |
Definition at line 309 of file svxcss1.cxx.
Referenced by SvxCSS1PropertyInfo::CopyBorderInfo(), ParseCSS1_border_xxx(), ParseCSS1_border_xxx_width(), and SetBorderLine().