LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
ModelConstraint.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*
9
*/
10
11
12
module
com
{ module sun { module star { module sheet {
13
14
21
struct
ModelConstraint
22
{
28
any
Left
;
29
32
SolverConstraintOperator
Operator
;
33
40
any
Right
;
41
};
42
43
44
}; }; }; };
45
46
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::sheet::SolverConstraintOperator
SolverConstraintOperator
is used to specify the type of SolverConstraint.
Definition
SolverConstraintOperator.idl:27
com
Definition
Ambiguous.idl:20
com::sun::star::sheet::ModelConstraint
This is used to specify a constraint for a solver model.
Definition
ModelConstraint.idl:22
com::sun::star::sheet::ModelConstraint::Right
any Right
The range of cells or numeric value in the right side of the constraint Must be either: 1) com::sun::...
Definition
ModelConstraint.idl:40
com::sun::star::sheet::ModelConstraint::Left
any Left
The range of cells in the left side of the constraint Must be either: 1) com::sun::star::table::CellR...
Definition
ModelConstraint.idl:28
com::sun::star::sheet::ModelConstraint::Operator
SolverConstraintOperator Operator
Constraint operator.
Definition
ModelConstraint.idl:32
com
sun
star
sheet
ModelConstraint.idl
Generated by
1.17.0