LibreOffice Module sc (master) 1
|
#include <solveroptions.hxx>
Public Member Functions | |
ScSolverOptionsString (OUString aStr) | |
bool | IsDouble () const |
double | GetDoubleValue () const |
sal_Int32 | GetIntValue () const |
const OUString & | GetText () const |
void | SetDoubleValue (double fNew) |
void | SetIntValue (sal_Int32 nNew) |
Private Attributes | |
bool | mbIsDouble |
double | mfDoubleValue |
sal_Int32 | mnIntValue |
OUString | msStr |
Definition at line 30 of file solveroptions.hxx.
|
inlineexplicit |
Definition at line 38 of file solveroptions.hxx.
References aStr.
|
inline |
Definition at line 47 of file solveroptions.hxx.
References mfDoubleValue.
Referenced by ScSolverOptionsDialog::EditOption().
|
inline |
Definition at line 48 of file solveroptions.hxx.
References mnIntValue.
Referenced by ScSolverOptionsDialog::EditOption().
|
inline |
Definition at line 49 of file solveroptions.hxx.
References msStr.
Referenced by ScSolverOptionsDialog::EditOption().
|
inline |
Definition at line 46 of file solveroptions.hxx.
References mbIsDouble.
Referenced by ScSolverOptionsDialog::EditOption().
|
inline |
Definition at line 51 of file solveroptions.hxx.
References mbIsDouble, and mfDoubleValue.
Referenced by ScSolverOptionsDialog::EditOption().
|
inline |
Definition at line 52 of file solveroptions.hxx.
References mbIsDouble, and mnIntValue.
Referenced by ScSolverOptionsDialog::EditOption().
|
private |
Definition at line 32 of file solveroptions.hxx.
Referenced by IsDouble(), SetDoubleValue(), and SetIntValue().
|
private |
Definition at line 33 of file solveroptions.hxx.
Referenced by GetDoubleValue(), and SetDoubleValue().
|
private |
Definition at line 34 of file solveroptions.hxx.
Referenced by GetIntValue(), and SetIntValue().
|
private |
Definition at line 35 of file solveroptions.hxx.
Referenced by GetText().