20#ifndef __com_sun_star_sheet_SolverConstraint_idl__
21#define __com_sun_star_sheet_SolverConstraint_idl__
27module
com { module sun { module star { module sheet {
SolverConstraintOperator
is used to specify the type of SolverConstraint.
Definition SolverConstraintOperator.idl:30
Definition Ambiguous.idl:22
is used to specify a constraint for a solver model.
Definition SolverConstraint.idl:33
any Right
The comparison value, of type double or com::sun::star::table::CellAddress.
Definition SolverConstraint.idl:43
com::sun::star::table::CellAddress Left
The address of the cell that is constrained.
Definition SolverConstraint.idl:35
SolverConstraintOperator Operator
The type of the constraint.
Definition SolverConstraint.idl:38
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:30