LibreOffice Module cui (master) 1
|
#include <border.hxx>
Public Member Functions | |
ShadowControlsWrapper (ValueSet &rVsPos, weld::MetricSpinButton &rMfSize, ColorListBox &rLbColor) | |
SvxShadowItem | GetControlValue (const SvxShadowItem &rItem) const |
void | SetControlValue (const SvxShadowItem &rItem) |
void | SetControlDontKnow () |
bool | get_value_changed_from_saved () const |
Private Attributes | |
ValueSet & | mrVsPos |
weld::MetricSpinButton & | mrMfSize |
ColorListBox & | mrLbColor |
Definition at line 41 of file border.hxx.
|
explicit |
Definition at line 147 of file border.cxx.
bool ShadowControlsWrapper::get_value_changed_from_saved | ( | ) | const |
Definition at line 221 of file border.cxx.
References weld::MetricSpinButton::get_value_changed_from_saved(), ValueSet::IsValueChangedFromSaved(), ColorListBox::IsValueChangedFromSaved(), mrLbColor, mrMfSize, and mrVsPos.
SvxShadowItem ShadowControlsWrapper::GetControlValue | ( | const SvxShadowItem & | rItem | ) | const |
Definition at line 154 of file border.cxx.
References weld::MetricSpinButton::denormalize(), weld::MetricSpinButton::get_value(), weld::MetricSpinButton::get_value_changed_from_saved(), ValueSet::GetSelectedItemId(), ColorListBox::GetSelectEntryColor(), ValueSet::IsNoSelection(), ColorListBox::IsNoSelection(), mrLbColor, mrMfSize, mrVsPos, SvxShadowItem::SetColor(), SvxShadowItem::SetLocation(), and SvxShadowItem::SetWidth().
void ShadowControlsWrapper::SetControlDontKnow | ( | ) |
Definition at line 228 of file border.cxx.
References mrLbColor, mrMfSize, mrVsPos, weld::MetricSpinButton::set_text(), ValueSet::SetNoSelection(), and ColorListBox::SetNoSelection().
void ShadowControlsWrapper::SetControlValue | ( | const SvxShadowItem & | rItem | ) |
Definition at line 191 of file border.cxx.
References SvxShadowItem::GetColor(), SvxShadowItem::GetLocation(), SvxShadowItem::GetWidth(), mrLbColor, mrMfSize, mrVsPos, weld::MetricSpinButton::normalize(), weld::MetricSpinButton::save_value(), ValueSet::SaveValue(), ColorListBox::SaveValue(), ColorListBox::SelectEntry(), ValueSet::SelectItem(), weld::MetricSpinButton::set_value(), and ValueSet::SetNoSelection().
|
private |
Definition at line 55 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().
|
private |
Definition at line 54 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().
|
private |
Definition at line 53 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().