|
LibreOffice Module sc (master) 1
|
#include <solveroptions.hxx>
Public Member Functions | |
| ScSolverIntegerDialog (weld::Window *pParent) | |
| virtual | ~ScSolverIntegerDialog () override |
| void | SetOptionName (const OUString &rName) |
| void | SetValue (sal_Int32 nValue) |
| void | SetMax (sal_Int32 nValue) |
| sal_Int32 | 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::SpinButton > | m_xNfValue |
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 95 of file solveroptions.hxx.
| ScSolverIntegerDialog::ScSolverIntegerDialog | ( | weld::Window * | pParent | ) |
Definition at line 343 of file solveroptions.cxx.
References m_xFrame.
|
overridevirtual |
Definition at line 350 of file solveroptions.cxx.
| sal_Int32 ScSolverIntegerDialog::GetValue | ( | ) | const |
Definition at line 369 of file solveroptions.cxx.
References m_xNfValue.
| void ScSolverIntegerDialog::SetMax | ( | sal_Int32 | nValue | ) |
Definition at line 364 of file solveroptions.cxx.
References m_xNfValue.
| void ScSolverIntegerDialog::SetOptionName | ( | const OUString & | rName | ) |
Definition at line 354 of file solveroptions.cxx.
References m_xFrame.
| void ScSolverIntegerDialog::SetValue | ( | sal_Int32 | nValue | ) |
Definition at line 359 of file solveroptions.cxx.
References m_xNfValue, and nValue.
|
private |
Definition at line 97 of file solveroptions.hxx.
Referenced by SetOptionName().
|
private |
Definition at line 98 of file solveroptions.hxx.
Referenced by GetValue(), SetMax(), and SetValue().