LibreOffice Module sc (master) 1
|
#include <svl/undo.hxx>
#include <rtl/math.hxx>
#include <osl/time.h>
#include <rangelst.hxx>
#include <docsh.hxx>
#include <document.hxx>
#include <reffact.hxx>
#include <docfunc.hxx>
#include <scresid.hxx>
#include <strings.hrc>
#include <random>
#include <RandomNumberGeneratorDialog.hxx>
Go to the source code of this file.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
ApplyClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 312 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
CheckChanged | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 393 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
CloseClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 317 of file RandomNumberGeneratorDialog.cxx.
References RET_CLOSE.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
DistributionChanged | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 399 of file RandomNumberGeneratorDialog.cxx.
References PRECISION, SAL_MAX_INT32, SAL_MIN_INT32, and ScResId().
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
GetButtonFocusHandler | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 327 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
GetEditFocusHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 322 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
InputRangeModified | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 342 of file RandomNumberGeneratorDialog.cxx.
References ScAddress::INITIALIZE_INVALID, and ScRangeList::size().
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
LoseButtonFocusHandler | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 337 of file RandomNumberGeneratorDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
LoseEditFocusHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 332 of file RandomNumberGeneratorDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
OkClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 306 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
Parameter1ValueModified | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 363 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
Parameter2ValueModified | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 378 of file RandomNumberGeneratorDialog.cxx.