|
LibreOffice Module sd (master) 1
|
#include <sal/config.h>#include <comphelper/propertyvalue.hxx>#include <utility>#include <vcl/fieldvalues.hxx>#include <vcl/settings.hxx>#include <vcl/svapp.hxx>#include <vcl/toolbox.hxx>#include <svl/intitem.hxx>#include <strings.hrc>#include <diactrl.hxx>#include <sdresid.hxx>#include <app.hrc>#include <com/sun/star/frame/XDispatchProvider.hpp>#include <com/sun/star/frame/XFrame.hpp>Go to the source code of this file.
Functions | |
| IMPL_LINK (SdPagesField, KeyInputHdl, const KeyEvent &, rKEvt, bool) | |
| IMPL_STATIC_LINK (SdPagesField, OutputHdl, weld::SpinButton &, rSpinButton, void) | |
| IMPL_LINK (SdPagesField, spin_button_input, int *, result, bool) | |
| IMPL_LINK_NOARG (SdPagesField, ModifyHdl, weld::SpinButton &, void) | |
| IMPL_LINK | ( | SdPagesField | , |
| KeyInputHdl | , | ||
| const KeyEvent & | , | ||
| rKEvt | , | ||
| bool | |||
| ) |
Definition at line 79 of file diactrl.cxx.
| IMPL_LINK | ( | SdPagesField | , |
| spin_button_input | , | ||
| int * | , | ||
| result | , | ||
| bool | |||
| ) |
Definition at line 116 of file diactrl.cxx.
References AllSettings::GetLocaleDataWrapper(), Application::GetSettings(), m_xWidget, result, SAL_MAX_INT32, SAL_MIN_INT32, and vcl::TextToValue().
| IMPL_LINK_NOARG | ( | SdPagesField | , |
| ModifyHdl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 132 of file diactrl.cxx.
References a, SfxToolBoxControl::Dispatch(), m_xFrame, m_xWidget, comphelper::makePropertyValue(), and CntUInt16Item::QueryValue().
| IMPL_STATIC_LINK | ( | SdPagesField | , |
| OutputHdl | , | ||
| weld::SpinButton & | , | ||
| rSpinButton | , | ||
| void | |||
| ) |
Definition at line 111 of file diactrl.cxx.