19 #ifndef __com_sun_star_ucb_RuleOperator_idl__ 20 #define __com_sun_star_ucb_RuleOperator_idl__ 24 module
com { module sun { module star { module ucb {
31 published constants RuleOperator
const short VALUE_FALSE
"False" - Object has the value FALSE.
Definition: RuleOperator.idl:66
Definition: Ambiguous.idl:22
const short CONTAINSNOT
"ContainsNot" - Object does not contain RuleTerm::Operand.
Definition: RuleOperator.idl:40
const short CONTAINS
"Contains" - Object contains RuleTerm::Operand.
Definition: RuleOperator.idl:35
const short LESSEQUAL
"LessEqual" - Object is less than or equal to RuleTerm::Operand.
Definition: RuleOperator.idl:50
const short VALUE_TRUE
"True" - Object has the value TRUE.
Definition: RuleOperator.idl:62
const short EQUAL
"Equal" - Object is equal to RuleTerm::Operand.
Definition: RuleOperator.idl:54
const short NOTEQUAL
"NotEqual" - Object is not equal to RuleTerm::Operand.
Definition: RuleOperator.idl:58
const short GREATEREQUAL
"GreaterEqual" - Object is greater than or equal to RuleTerm::Operand.
Definition: RuleOperator.idl:45