LibreOffice Module sc (master) 1
|
#include <solveroptions.hxx>
Public Member Functions | |
ScSolverValueDialog (weld::Window *pParent) | |
virtual | ~ScSolverValueDialog () override |
void | SetOptionName (const OUString &rName) |
void | SetValue (double fValue) |
void | SetMax (double fValue) |
double | GetValue () const |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Private Attributes | |
std::unique_ptr< weld::Frame > | m_xFrame |
std::unique_ptr< weld::Entry > | m_xEdValue |
double | m_fMaxValue |
Additional Inherited Members | |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 110 of file solveroptions.hxx.
ScSolverValueDialog::ScSolverValueDialog | ( | weld::Window * | pParent | ) |
Definition at line 374 of file solveroptions.cxx.
References m_xFrame.
|
overridevirtual |
Definition at line 382 of file solveroptions.cxx.
double ScSolverValueDialog::GetValue | ( | ) | const |
Definition at line 403 of file solveroptions.cxx.
References ScGlobal::getLocaleData(), m_fMaxValue, m_xEdValue, and LocaleDataWrapper::stringToDouble().
void ScSolverValueDialog::SetMax | ( | double | fValue | ) |
Definition at line 398 of file solveroptions.cxx.
References m_fMaxValue.
void ScSolverValueDialog::SetOptionName | ( | const OUString & | rName | ) |
Definition at line 386 of file solveroptions.cxx.
References m_xFrame.
void ScSolverValueDialog::SetValue | ( | double | fValue | ) |
Definition at line 391 of file solveroptions.cxx.
References ScGlobal::getLocaleData(), and m_xEdValue.
|
private |
Definition at line 114 of file solveroptions.hxx.
Referenced by GetValue(), and SetMax().
|
private |
Definition at line 113 of file solveroptions.hxx.
Referenced by GetValue(), and SetValue().
|
private |
Definition at line 112 of file solveroptions.hxx.
Referenced by SetOptionName().