LibreOffice
LibreOffice 25.2 SDK API Reference
 
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
12module com { module sun { module star { module sheet {
13
14
42
43
44}; }; }; };
45
46/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
SolverConstraintOperator
is used to specify the type of SolverConstraint.
Definition SolverConstraintOperator.idl:27
Definition Ambiguous.idl:20
This is used to specify a constraint for a solver model.
Definition ModelConstraint.idl:22
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
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
SolverConstraintOperator Operator
Constraint operator.
Definition ModelConstraint.idl:32