Constants |
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.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- "None" - Do nothing.
|
|
SHOW
const short SHOW = 1;
- Description
- "Show" - Shows object when term matches.
|
|
HIDE
const short HIDE = 2;
- Description
- "Hide" - Hides object when term matches.
|
|
MARK
const short MARK = 3;
- Description
- "Mark" - Marks object when term matches.
|
|
UNMARK
const short UNMARK = 4;
- Description
- "UnMark" - Removes mark from object when term matches.
|
|
MARKREAD
const short MARKREAD = 5;
- Description
- "MarkRead" - Marks object as read when term matches.
|
|
MARKUNREAD
const short MARKUNREAD = 6;
- Description
- "MarkUnRead" - Marks object as not read when term matches.
|
|
MOVE
const short MOVE = 7;
- Description
- "Move" - Moves object to Rule::Parameter when term
matches.
|
|
COPY
const short COPY = 8;
- Description
- "Copy" - Copies object to Rule::Parameter when term
matches.
|
|
DELETE
const short DELETE = 9;
- Description
- "Delete" - Deletes object when term matches.
|
|
LINK
const short LINK = 10;
- Description
- "Link" - Creates a link to Rule::Parameter when term
matches.
|
|
FORWARD
const short FORWARD = 11;
- Description
- "Forward" - Forwards object to Rule::Parameter when
term matches.
|
|
Top of Page
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.