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 (const OUString &rObjective, bool bMax, bool bMin, bool bValue, const OUString &rTarget, const OUString &rVariable, const std::vector< ScOptConditionRow > &rConditions, const OUString &rEngine, 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 60 of file optsolver.hxx.
ScOptSolverSave::ScOptSolverSave | ( | const OUString & | rObjective, |
bool | bMax, | ||
bool | bMin, | ||
bool | bValue, | ||
const OUString & | rTarget, | ||
const OUString & | rVariable, | ||
const std::vector< ScOptConditionRow > & | rConditions, | ||
const OUString & | rEngine, | ||
const css::uno::Sequence< css::beans::PropertyValue > & | rProperties | ||
) |
Definition at line 134 of file optsolver.cxx.
References maProperties, and maTarget.
|
inline |
Definition at line 85 of file optsolver.hxx.
References maConditions.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 86 of file optsolver.hxx.
References maEngine.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 80 of file optsolver.hxx.
References mbMax.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 81 of file optsolver.hxx.
References mbMin.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 79 of file optsolver.hxx.
References maObjective.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 87 of file optsolver.hxx.
References maProperties.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 83 of file optsolver.hxx.
References maTarget.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 82 of file optsolver.hxx.
References mbValue.
Referenced by ScOptSolverDlg::Init().
|
inline |
Definition at line 84 of file optsolver.hxx.
References maVariable.
Referenced by ScOptSolverDlg::Init().
|
private |
Definition at line 68 of file optsolver.hxx.
Referenced by GetConditions().
|
private |
Definition at line 69 of file optsolver.hxx.
Referenced by GetEngine().
|
private |
Definition at line 62 of file optsolver.hxx.
Referenced by GetObjective().
|
private |
Definition at line 70 of file optsolver.hxx.
Referenced by GetProperties().
|
private |
Definition at line 66 of file optsolver.hxx.
Referenced by GetTarget().
|
private |
Definition at line 67 of file optsolver.hxx.
Referenced by GetVariable().
|
private |
Definition at line 63 of file optsolver.hxx.
Referenced by GetMax().
|
private |
Definition at line 64 of file optsolver.hxx.
Referenced by GetMin().
|
private |
Definition at line 65 of file optsolver.hxx.
Referenced by GetValue().