constants group RuleAction in module com::sun::star::ucb::

(Global Index)

Syntax

constants group RuleAction;

Description

These are the possible values for Rule::Action .

See also

RuleSet

Constants Summary

NONE "None" - Do nothing.

SHOW "Show" - Shows object when term matches.

HIDE "Hide" - Hides object when term matches.

MARK "Mark" - Marks object when term matches.

UNMARK "UnMark" - Removes mark from object when term matches.

MARKREAD "MarkRead" - Marks object as read when term matches.

MARKUNREAD "MarkUnRead" - Marks object as not read when term matches.

MOVE "Move" - Moves object to Rule::Parameter when term matches.

COPY "Copy" - Copies object to Rule::Parameter when term matches.

DELETE "Delete" - Deletes object when term matches.

LINK "Link" - Creates a link to Rule::Parameter when term matches.

FORWARD "Forward" - Forwards object to Rule::Parameter when term matches.

Field Details



NONE

Syntax

const short  NONE = 0;

Description

"None" - Do nothing.


SHOW

Syntax

const short  SHOW = 1;

Description

"Show" - Shows object when term matches.


HIDE

Syntax

const short  HIDE = 2;

Description

"Hide" - Hides object when term matches.


MARK

Syntax

const short  MARK = 3;

Description

"Mark" - Marks object when term matches.


UNMARK

Syntax

const short  UNMARK = 4;

Description

"UnMark" - Removes mark from object when term matches.


MARKREAD

Syntax

const short  MARKREAD = 5;

Description

"MarkRead" - Marks object as read when term matches.


MARKUNREAD

Syntax

const short  MARKUNREAD = 6;

Description

"MarkUnRead" - Marks object as not read when term matches.


MOVE

Syntax

const short  MOVE = 7;

Description

"Move" - Moves object to Rule::Parameter when term matches.


COPY

Syntax

const short  COPY = 8;

Description

"Copy" - Copies object to Rule::Parameter when term matches.


DELETE

Syntax

const short  DELETE = 9;

Description

"Delete" - Deletes object when term matches.


LINK

Syntax

const short  LINK = 10;

Description

"Link" - Creates a link to Rule::Parameter when term matches.


FORWARD

Syntax

const short  FORWARD = 11;

Description

"Forward" - Forwards object to Rule::Parameter when term matches.

Top of Page