Methods' Summary |
getOperator |
returns the operator in the condition.
|
setOperator |
sets the operator in the condition.
|
getFormula1 |
returns either the comparison value, which is used in the condition,
or the first value if two values are needed for the operator.
|
setFormula1 |
sets either the comparison value, which is used in the condition,
or the first value if two values are needed for the operator.
|
getFormula2 |
if two values are needed for the operator, this method returns
the second one.
|
setFormula2 |
if two values are needed for the operator, this method sets
the second one.
|
getSourcePosition |
returns the position in the document which is used as a base for
relative references in the formulas.
|
setSourcePosition |
sets the position in the document which is used as a base for
relative references in the formulas.
|
Methods' Details |
getOperator
- Description
- returns the operator in the condition.
|
|
setOperator
- Description
- sets the operator in the condition.
|
|
getFormula1
- Description
- returns either the comparison value, which is used in the condition,
or the first value if two values are needed for the operator.
- Returns
- a formula, a numeric constant, or a string constant in quotes.
|
|
setFormula1
void |
setFormula1( |
[in] string |
aFormula1 ); |
- Description
- sets either the comparison value, which is used in the condition,
or the first value if two values are needed for the operator.
- Parameter aFormula1
- a formula, a numeric constant, or a string constant in quotes.
|
|
getFormula2
- Description
- if two values are needed for the operator, this method returns
the second one.
- Returns
- a formula, a numeric constant, or a string constant in quotes.
|
|
setFormula2
void |
setFormula2( |
[in] string |
aFormula2 ); |
- Description
- if two values are needed for the operator, this method sets
the second one.
- Parameter aFormula2
- a formula, a numeric constant, or a string constant in quotes.
|
|
getSourcePosition
- Description
- returns the position in the document which is used as a base for
relative references in the formulas.
|
|
setSourcePosition
void |
setSourcePosition( |
[in] ::com::sun::star::table::CellAddress |
aSourcePosition ); |
- Description
- sets the position in the document which is used as a base for
relative references in the formulas.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.