LibreOffice Module sc (master) 1
|
The dialog's content for a row, not yet parsed. More...
#include <optsolver.hxx>
Public Member Functions | |
ScOptConditionRow () | |
bool | IsDefault () const |
Public Attributes | |
OUString | aLeftStr |
sal_uInt16 | nOperator |
OUString | aRightStr |
The dialog's content for a row, not yet parsed.
Definition at line 48 of file optsolver.hxx.
|
inline |
Definition at line 54 of file optsolver.hxx.
|
inline |
Definition at line 55 of file optsolver.hxx.
References aLeftStr, aRightStr, and nOperator.
Referenced by ScOptSolverDlg::ReadConditions().
OUString ScOptConditionRow::aLeftStr |
Definition at line 50 of file optsolver.hxx.
Referenced by IsDefault(), ScOptSolverDlg::ReadConditions(), and ScOptSolverDlg::ShowConditions().
OUString ScOptConditionRow::aRightStr |
Definition at line 52 of file optsolver.hxx.
Referenced by IsDefault(), ScOptSolverDlg::ReadConditions(), and ScOptSolverDlg::ShowConditions().
sal_uInt16 ScOptConditionRow::nOperator |
Definition at line 51 of file optsolver.hxx.
Referenced by IsDefault(), ScOptSolverDlg::ReadConditions(), and ScOptSolverDlg::ShowConditions().