LibreOffice Module sw (master) 1
|
#include <sfx2/tabdlg.hxx>
#include <vcl/weld.hxx>
#include <vcl/customweld.hxx>
#include "envimg.hxx"
Go to the source code of this file.
Classes | |
class | SwEnvPreview |
class | SwEnvDlg |
class | SwEnvPage |
Macros | |
#define | GetFieldVal(rField) (rField).Denormalize((rField).GetValue(FieldUnit::TWIP)) |
#define | SetFieldVal(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FieldUnit::TWIP) |
Functions | |
int | getfieldval (const weld::MetricSpinButton &rField) |
void | setfieldval (weld::MetricSpinButton &rField, int lValue) |
#define GetFieldVal | ( | rField | ) | (rField).Denormalize((rField).GetValue(FieldUnit::TWIP)) |
Definition at line 27 of file envlop.hxx.
#define SetFieldVal | ( | rField, | |
lValue | |||
) | (rField).SetValue((rField).Normalize(lValue), FieldUnit::TWIP) |
Definition at line 28 of file envlop.hxx.
|
inline |
Definition at line 30 of file envlop.hxx.
References weld::MetricSpinButton::denormalize(), and weld::MetricSpinButton::get_value().
Referenced by SwEnvFormatPage::FillItem(), SwEnvPrtPage::FillItem(), IMPL_LINK(), and SwEnvFormatPage::SetMinMax().
|
inline |
Definition at line 35 of file envlop.hxx.
References weld::MetricSpinButton::normalize(), and weld::MetricSpinButton::set_value().
Referenced by IMPL_LINK_NOARG(), SwEnvFormatPage::Reset(), and SwEnvPrtPage::Reset().