19 #ifndef __com_sun_star_ucb_RuleTerm_idl__ 20 #define __com_sun_star_ucb_RuleTerm_idl__ 24 module
com { module sun { module star { module ucb {
short Operator
the operator used to compare the property of the document with the given value (e.g.
Definition: RuleTerm.idl:46
Definition: Ambiguous.idl:22
describes a term.
Definition: RuleTerm.idl:30
any Operand
the value of the property used to compare with the document property.
Definition: RuleTerm.idl:39
string Property
the name of the property used to match the term.
Definition: RuleTerm.idl:34
boolean RegularExpression
this flag indicates whether a string "operand" shall be treated as a regular expression.
Definition: RuleTerm.idl:56
boolean CaseSensitive
this flag indicates whether a string "operand" shall be compared case sensitive.
Definition: RuleTerm.idl:51