LibreOffice Module cui (master) 1
|
#include <border.hxx>
Public Member Functions | |
MarginControlsWrapper (weld::MetricSpinButton &rMfLeft, weld::MetricSpinButton &rMfRight, weld::MetricSpinButton &rMfTop, weld::MetricSpinButton &rMfBottom) | |
SvxMarginItem | GetControlValue (const SvxMarginItem &rItem) const |
void | SetControlValue (const SvxMarginItem &rItem) |
void | SetControlDontKnow () |
bool | get_value_changed_from_saved () const |
Private Attributes | |
weld::MetricSpinButton & | mrLeftWrp |
weld::MetricSpinButton & | mrRightWrp |
weld::MetricSpinButton & | mrTopWrp |
weld::MetricSpinButton & | mrBottomWrp |
Definition at line 58 of file border.hxx.
|
explicit |
Definition at line 235 of file border.cxx.
bool MarginControlsWrapper::get_value_changed_from_saved | ( | ) | const |
Definition at line 258 of file border.cxx.
References weld::MetricSpinButton::get_value_changed_from_saved(), mrBottomWrp, mrLeftWrp, mrRightWrp, and mrTopWrp.
SvxMarginItem MarginControlsWrapper::GetControlValue | ( | const SvxMarginItem & | rItem | ) | const |
Definition at line 244 of file border.cxx.
References weld::MetricSpinButton::denormalize(), weld::MetricSpinButton::get_sensitive(), weld::MetricSpinButton::get_value(), mrBottomWrp, mrLeftWrp, mrRightWrp, mrTopWrp, SvxMarginItem::SetBottomMargin(), SvxMarginItem::SetLeftMargin(), SvxMarginItem::SetRightMargin(), and SvxMarginItem::SetTopMargin().
void MarginControlsWrapper::SetControlDontKnow | ( | ) |
Definition at line 278 of file border.cxx.
References mrBottomWrp, mrLeftWrp, mrRightWrp, mrTopWrp, sEmpty, and weld::MetricSpinButton::set_text().
void MarginControlsWrapper::SetControlValue | ( | const SvxMarginItem & | rItem | ) |
Definition at line 266 of file border.cxx.
References SvxMarginItem::GetBottomMargin(), SvxMarginItem::GetLeftMargin(), SvxMarginItem::GetRightMargin(), SvxMarginItem::GetTopMargin(), mrBottomWrp, mrLeftWrp, mrRightWrp, mrTopWrp, weld::MetricSpinButton::normalize(), weld::MetricSpinButton::save_value(), and weld::MetricSpinButton::set_value().
|
private |
Definition at line 74 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().
|
private |
Definition at line 71 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().
|
private |
Definition at line 72 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().
|
private |
Definition at line 73 of file border.hxx.
Referenced by get_value_changed_from_saved(), GetControlValue(), SetControlDontKnow(), and SetControlValue().