LibreOffice
LibreOffice 24.2 SDK API Reference
RuleAction.idl
Go to the documentation of this file.
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  * Licensed to the Apache Software Foundation (ASF) under one or more
12  * contributor license agreements. See the NOTICE file distributed
13  * with this work for additional information regarding copyright
14  * ownership. The ASF licenses this file to you under the Apache
15  * License, Version 2.0 (the "License"); you may not use this file
16  * except in compliance with the License. You may obtain a copy of
17  * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
19 
20 
21 
22 module com { module sun { module star { module ucb {
23 
28 published constants RuleAction
29 {
32  const short NONE = 0;
33 
36  const short SHOW = 1;
37 
40  const short HIDE = 2;
41 
44  const short MARK = 3;
45 
48  const short UNMARK = 4;
49 
52  const short MARKREAD = 5;
53 
56  const short MARKUNREAD = 6;
57 
61  const short MOVE = 7;
62 
66  const short COPY = 8;
67 
70  const short DELETE = 9;
71 
75  const short LINK = 10;
76 
80  const short FORWARD = 11;
81 
82 };
83 
84 
85 }; }; }; };
86 
87 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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