summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/ucb/RuleTerm.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/ucb/RuleTerm.idl')
-rw-r--r--offapi/com/sun/star/ucb/RuleTerm.idl27
1 files changed, 14 insertions, 13 deletions
diff --git a/offapi/com/sun/star/ucb/RuleTerm.idl b/offapi/com/sun/star/ucb/RuleTerm.idl
index 6adccccf8..858af33c7 100644
--- a/offapi/com/sun/star/ucb/RuleTerm.idl
+++ b/offapi/com/sun/star/ucb/RuleTerm.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: RuleTerm.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:52 $
+ * last change: $Author: kso $ $Date: 2001-02-12 13:41:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,16 +64,17 @@
//=============================================================================
-module com { module sun { module star { module ucb {
+module com { module sun { module star { module ucb {
//=============================================================================
-/**This struct describes a term. A term is used to select documents to
- which a rule should apply.
+/** describes a term.
+
+ <p>A term is used to select objects to which a rule should apply.
*/
struct RuleTerm
{
//-------------------------------------------------------------------------
- /** the name of the property used to match the term.
+ /** the name of the property used to match the term.
*/
string Property;
@@ -86,20 +87,20 @@ struct RuleTerm
//-------------------------------------------------------------------------
/** the operator used to compare the property of the document with
the given value (e.g. "contains" or "greater equal").
-
- @see RuleOperator
+
+ <p>The value can be one of the <type>RuleOperator</type> constants.
*/
short Operator;
//-------------------------------------------------------------------------
- /** The flag CaseSensitive determines if a string "operand" shall
- be compared case sensitive.
+ /** this flag indicates whether a string "operand" shall be compared
+ case sensitive.
*/
boolean CaseSensitive;
//-------------------------------------------------------------------------
- /** The flag RegularExpression determines if a string "operand" shall
- be treated as a regular expression.
+ /** this flag indicates whether a string "operand" shall be treated
+ as a regular expression.
*/
boolean RegularExpression;
@@ -107,6 +108,6 @@ struct RuleTerm
//=============================================================================
-}; }; }; };
+}; }; }; };
#endif