LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
20 #ifndef __com_sun_star_sheet_ConditionOperator_idl__
21 #define __com_sun_star_sheet_ConditionOperator_idl__
24 module
com { module sun { module star { module sheet {
@ NOT_BETWEEN
the value has to be outside of the two specified values.
Definition: ConditionOperator.idl:74
@ FORMULA
the specified formula has to give a non-zero result.
Definition: ConditionOperator.idl:79
@ BETWEEN
the value has to be between the two specified values.
Definition: ConditionOperator.idl:69
@ LESS_EQUAL
the value has to be less than or equal to the specified value.
Definition: ConditionOperator.idl:64
ConditionOperator
is used to specify the type of XSheetCondition.
Definition: ConditionOperator.idl:30
@ LESS
the value has to be less than the specified value.
Definition: ConditionOperator.idl:59
@ GREATER
the value has to be greater than the specified value.
Definition: ConditionOperator.idl:49
@ NOT_EQUAL
the value must not be equal to the specified value.
Definition: ConditionOperator.idl:44
const short NONE
Definition: AnimationAdditiveMode.idl:38
@ GREATER_EQUAL
the value has to be greater than or equal to the specified value.
Definition: ConditionOperator.idl:54
@ EQUAL
value has to be equal to the specified value.
Definition: ConditionOperator.idl:39
Definition: Ambiguous.idl:22