|
LibreOffice Module svx (master) 1
|
#include <svl/intitem.hxx>#include <svtools/unitconv.hxx>#include <svx/svxids.hrc>#include <svx/optgrid.hxx>#include <svx/dlgutil.hxx>Go to the source code of this file.
Functions | |
| static void | lcl_GetMinMax (weld::MetricSpinButton const &rField, sal_Int64 &nMin, sal_Int64 &nMax) |
| static void | lcl_SetMinMax (weld::MetricSpinButton &rField, sal_Int64 nMin, sal_Int64 nMax) |
| IMPL_LINK (SvxGridTabPage, ChangeDrawHdl_Impl, weld::MetricSpinButton &, rField, void) | |
| IMPL_LINK_NOARG (SvxGridTabPage, ClickRotateHdl_Impl, weld::Toggleable &, void) | |
| IMPL_LINK (SvxGridTabPage, ChangeDivisionHdl_Impl, weld::SpinButton &, rField, void) | |
| IMPL_LINK_NOARG (SvxGridTabPage, ChangeGridsnapHdl_Impl, weld::Toggleable &, void) | |
| IMPL_LINK | ( | SvxGridTabPage | , |
| ChangeDivisionHdl_Impl | , | ||
| weld::SpinButton & | , | ||
| rField | , | ||
| void | |||
| ) |
Definition at line 264 of file optgrid.cxx.
| IMPL_LINK | ( | SvxGridTabPage | , |
| ChangeDrawHdl_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| rField | , | ||
| void | |||
| ) |
Definition at line 244 of file optgrid.cxx.
| IMPL_LINK_NOARG | ( | SvxGridTabPage | , |
| ChangeGridsnapHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 276 of file optgrid.cxx.
| IMPL_LINK_NOARG | ( | SvxGridTabPage | , |
| ClickRotateHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 256 of file optgrid.cxx.
|
static |
Definition at line 28 of file optgrid.cxx.
References weld::MetricSpinButton::denormalize(), and weld::MetricSpinButton::get_range().
Referenced by SvxGridTabPage::ActivatePage(), and SvxGridTabPage::SvxGridTabPage().
|
static |
Definition at line 35 of file optgrid.cxx.
References weld::MetricSpinButton::normalize(), and weld::MetricSpinButton::set_range().
Referenced by SvxGridTabPage::ActivatePage(), and SvxGridTabPage::SvxGridTabPage().