LibreOffice Module sc (master) 1
|
#include <svl/undo.hxx>
#include <comphelper/random.hxx>
#include <rangelst.hxx>
#include <docsh.hxx>
#include <document.hxx>
#include <reffact.hxx>
#include <docfunc.hxx>
#include <SamplingDialog.hxx>
#include <scresid.hxx>
#include <strings.hrc>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScSamplingDialog, SamplingSizeValueModified, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (ScSamplingDialog, PeriodValueModified, weld::SpinButton &, void) | |
IMPL_LINK (ScSamplingDialog, GetEditFocusHandler, formula::RefEdit &, rCtrl, void) | |
IMPL_LINK (ScSamplingDialog, GetButtonFocusHandler, formula::RefButton &, rCtrl, void) | |
IMPL_LINK (ScSamplingDialog, ButtonClicked, weld::Button &, rButton, void) | |
IMPL_LINK_NOARG (ScSamplingDialog, LoseEditFocusHandler, formula::RefEdit &, void) | |
IMPL_LINK_NOARG (ScSamplingDialog, LoseButtonFocusHandler, formula::RefButton &, void) | |
IMPL_LINK_NOARG (ScSamplingDialog, ToggleSamplingMethod, weld::Toggleable &, void) | |
IMPL_LINK (ScSamplingDialog, CheckHdl, weld::Toggleable &, rBtn, void) | |
IMPL_LINK_NOARG (ScSamplingDialog, RefInputModifyHandler, formula::RefEdit &, void) | |
IMPL_LINK | ( | ScSamplingDialog | , |
ButtonClicked | , | ||
weld::Button & | , | ||
rButton | , | ||
void | |||
) |
Definition at line 424 of file SamplingDialog.cxx.
References RET_CANCEL, and RET_OK.
IMPL_LINK | ( | ScSamplingDialog | , |
CheckHdl | , | ||
weld::Toggleable & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 471 of file SamplingDialog.cxx.
IMPL_LINK | ( | ScSamplingDialog | , |
GetButtonFocusHandler | , | ||
formula::RefButton & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 410 of file SamplingDialog.cxx.
IMPL_LINK | ( | ScSamplingDialog | , |
GetEditFocusHandler | , | ||
formula::RefEdit & | , | ||
rCtrl | , | ||
void | |||
) |
Definition at line 397 of file SamplingDialog.cxx.
IMPL_LINK_NOARG | ( | ScSamplingDialog | , |
LoseButtonFocusHandler | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 440 of file SamplingDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScSamplingDialog | , |
LoseEditFocusHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 435 of file SamplingDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScSamplingDialog | , |
PeriodValueModified | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 388 of file SamplingDialog.cxx.
IMPL_LINK_NOARG | ( | ScSamplingDialog | , |
RefInputModifyHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 502 of file SamplingDialog.cxx.
References ADDR_ABS, ADDR_ABS_3D, ScRange::aEnd, ScRange::aStart, ScAddress::INITIALIZE_INVALID, ScAddress::Row(), and ScRangeList::size().
IMPL_LINK_NOARG | ( | ScSamplingDialog | , |
SamplingSizeValueModified | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 376 of file SamplingDialog.cxx.
IMPL_LINK_NOARG | ( | ScSamplingDialog | , |
ToggleSamplingMethod | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 445 of file SamplingDialog.cxx.