32 virtual void Close()
override;
52 std::unique_ptr<weld::SpinButton>
mxSeed;
DECL_LINK(GetEditFocusHandler, formula::RefEdit &, void)
DECL_LINK(InputRangeModified, formula::RefEdit &, void)
std::unique_ptr< weld::CheckButton > mxEnableSeed
DECL_LINK(LoseEditFocusHandler, formula::RefEdit &, void)
std::unique_ptr< weld::Button > mxButtonApply
virtual void SetReference(const ScRange &rRef, ScDocument &rDoc) override
std::unique_ptr< weld::CheckButton > mxEnableRounding
std::unique_ptr< weld::ComboBox > mxDistributionCombo
DECL_LINK(Parameter2ValueModified, weld::SpinButton &, void)
DECL_LINK(DistributionChanged, weld::ComboBox &, void)
std::unique_ptr< weld::Label > mxInputRangeText
std::unique_ptr< weld::Button > mxButtonOk
std::unique_ptr< weld::SpinButton > mxParameter2Value
DECL_LINK(LoseButtonFocusHandler, formula::RefButton &, void)
std::unique_ptr< weld::Label > mxParameter1Text
DECL_LINK(GetButtonFocusHandler, formula::RefButton &, void)
std::unique_ptr< weld::Button > mxButtonClose
std::unique_ptr< weld::SpinButton > mxDecimalPlaces
DECL_LINK(OkClicked, weld::Button &, void)
DECL_LINK(CloseClicked, weld::Button &, void)
std::unique_ptr< weld::SpinButton > mxParameter1Value
void GetRangeFromSelection()
std::unique_ptr< formula::RefButton > mxInputRangeButton
virtual void Close() override
DECL_LINK(CheckChanged, weld::Toggleable &, void)
void SelectGeneratorAndGenerateNumbers()
virtual void SetActive() override
std::unique_ptr< formula::RefEdit > mxInputRangeEdit
ScRandomNumberGeneratorDialog(SfxBindings *pB, SfxChildWindow *pCW, weld::Window *pParent, ScViewData &rViewData)
void GenerateNumbers(RNG &randomGenerator, TranslateId pDistributionStringId, const std::optional< sal_Int8 > aDecimalPlaces)
virtual ~ScRandomNumberGeneratorDialog() override
DECL_LINK(Parameter1ValueModified, weld::SpinButton &, void)
std::unique_ptr< weld::SpinButton > mxSeed
std::unique_ptr< weld::Label > mxParameter2Text
DECL_LINK(ApplyClicked, weld::Button &, void)