LibreOffice Module sc (master) 1
|
All settings from the dialog, saved with the DocShell for the next call. More...
#include <optsolver.hxx>
Public Member Functions | |
ScOptSolverSave (OUString aObjective, bool bMax, bool bMin, bool bValue, OUString aTarget, OUString aVariable, std::vector< ScOptConditionRow > &&rConditions, OUString aEngine, const css::uno::Sequence< css::beans::PropertyValue > &rProperties) | |
const OUString & | GetObjective () const |
bool | GetMax () const |
bool | GetMin () const |
bool | GetValue () const |
const OUString & | GetTarget () const |
const OUString & | GetVariable () const |
const std::vector< ScOptConditionRow > & | GetConditions () const |
const OUString & | GetEngine () const |
const css::uno::Sequence< css::beans::PropertyValue > & | GetProperties () const |
Private Attributes | |
OUString | maObjective |
bool | mbMax |
bool | mbMin |
bool | mbValue |
OUString | maTarget |
OUString | maVariable |
std::vector< ScOptConditionRow > | maConditions |
OUString | maEngine |
css::uno::Sequence< css::beans::PropertyValue > | maProperties |
All settings from the dialog, saved with the DocShell for the next call.
Definition at line 59 of file optsolver.hxx.
ScOptSolverSave::ScOptSolverSave | ( | OUString | aObjective, |
bool | bMax, | ||
bool | bMin, | ||
bool | bValue, | ||
OUString | aTarget, | ||
OUString | aVariable, | ||
std::vector< ScOptConditionRow > && | rConditions, | ||
OUString | aEngine, | ||
const css::uno::Sequence< css::beans::PropertyValue > & | rProperties | ||
) |
Definition at line 135 of file optsolver.cxx.
References maProperties, and maTarget.
|
inline |
Definition at line 84 of file optsolver.hxx.
References maConditions.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 85 of file optsolver.hxx.
References maEngine.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 79 of file optsolver.hxx.
References mbMax.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 80 of file optsolver.hxx.
References mbMin.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 78 of file optsolver.hxx.
References maObjective.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 86 of file optsolver.hxx.
References maProperties.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 82 of file optsolver.hxx.
References maTarget.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 81 of file optsolver.hxx.
References mbValue.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 83 of file optsolver.hxx.
References maVariable.
Referenced by ScOptSolverDlg::Init().
|
private |
Definition at line 67 of file optsolver.hxx.
Referenced by GetConditions().
|
private |
Definition at line 68 of file optsolver.hxx.
Referenced by GetEngine().
|
private |
Definition at line 61 of file optsolver.hxx.
Referenced by GetObjective().
|
private |
Definition at line 69 of file optsolver.hxx.
Referenced by GetProperties().
|
private |
Definition at line 65 of file optsolver.hxx.
Referenced by GetTarget().
|
private |
Definition at line 66 of file optsolver.hxx.
Referenced by GetVariable().
|
private |
Definition at line 62 of file optsolver.hxx.
Referenced by GetMax().
|
private |
Definition at line 63 of file optsolver.hxx.
Referenced by GetMin().
|
private |
Definition at line 64 of file optsolver.hxx.
Referenced by GetValue().