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 304 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
CheckChanged | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 385 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
CloseClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 309 of file RandomNumberGeneratorDialog.cxx.
References RET_CLOSE.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
DistributionChanged | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 391 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 319 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
GetEditFocusHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 314 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
InputRangeModified | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 334 of file RandomNumberGeneratorDialog.cxx.
References ScAddress::INITIALIZE_INVALID, and ScRangeList::size().
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
LoseButtonFocusHandler | , | ||
formula::RefButton & | , | ||
void | |||
) |
Definition at line 329 of file RandomNumberGeneratorDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
LoseEditFocusHandler | , | ||
formula::RefEdit & | , | ||
void | |||
) |
Definition at line 324 of file RandomNumberGeneratorDialog.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
OkClicked | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 298 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
Parameter1ValueModified | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 355 of file RandomNumberGeneratorDialog.cxx.
IMPL_LINK_NOARG | ( | ScRandomNumberGeneratorDialog | , |
Parameter2ValueModified | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 370 of file RandomNumberGeneratorDialog.cxx.