19#ifndef __com_sun_star_ucb_RuleTerm_idl__
20#define __com_sun_star_ucb_RuleTerm_idl__
24module
com { module sun { module star { module ucb {
Definition Ambiguous.idl:22
describes a term.
Definition RuleTerm.idl:31
string Property
the name of the property used to match the term.
Definition RuleTerm.idl:34
short Operator
the operator used to compare the property of the document with the given value (e....
Definition RuleTerm.idl:46
any Operand
the value of the property used to compare with the document property.
Definition RuleTerm.idl:39
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