22 module
com { module sun { module star { module ucb {
28 published constants RuleAction
const short MARK
"Mark" - Marks object when term matches.
Definition: RuleAction.idl:44
const short HIDE
"Hide" - Hides object when term matches.
Definition: RuleAction.idl:40
const short NONE
"None" - Do nothing.
Definition: RuleAction.idl:32
const short MARKUNREAD
"MarkUnRead" - Marks object as not read when term matches.
Definition: RuleAction.idl:56
const short SHOW
"Show" - Shows object when term matches.
Definition: RuleAction.idl:36
const short DELETE
"Delete" - Deletes object when term matches.
Definition: RuleAction.idl:70
Definition: Ambiguous.idl:20
const short MOVE
"Move" - Moves object to Rule::Parameter when term matches.
Definition: RuleAction.idl:61
const short FORWARD
"Forward" - Forwards object to Rule::Parameter when term matches.
Definition: RuleAction.idl:80
const short LINK
"Link" - Creates a link to Rule::Parameter when term matches.
Definition: RuleAction.idl:75
const short COPY
"Copy" - Copies object to Rule::Parameter when term matches.
Definition: RuleAction.idl:66
const short UNMARK
"UnMark" - Removes mark from object when term matches.
Definition: RuleAction.idl:48
const short MARKREAD
"MarkRead" - Marks object as read when term matches.
Definition: RuleAction.idl:52