LibreOffice
LibreOffice 7.4 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 #ifndef __com_sun_star_ucb_RuleAction_idl__
20 #define __com_sun_star_ucb_RuleAction_idl__
21 
22 
23 
24 module com { module sun { module star { module ucb {
25 
30 published constants RuleAction
31 {
34  const short NONE = 0;
35 
38  const short SHOW = 1;
39 
42  const short HIDE = 2;
43 
46  const short MARK = 3;
47 
50  const short UNMARK = 4;
51 
54  const short MARKREAD = 5;
55 
58  const short MARKUNREAD = 6;
59 
63  const short MOVE = 7;
64 
68  const short COPY = 8;
69 
72  const short DELETE = 9;
73 
77  const short LINK = 10;
78 
82  const short FORWARD = 11;
83 
84 };
85 
86 
87 }; }; }; };
88 
89 #endif
90 
91 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const short MARK
"Mark" - Marks object when term matches.
Definition: RuleAction.idl:46
const short UNMARK
"UnMark" - Removes mark from object when term matches.
Definition: RuleAction.idl:50
const short DELETE
"Delete" - Deletes object when term matches.
Definition: RuleAction.idl:72
const short MOVE
"Move" - Moves object to Rule::Parameter when term matches.
Definition: RuleAction.idl:63
const short HIDE
"Hide" - Hides object when term matches.
Definition: RuleAction.idl:42
const short COPY
"Copy" - Copies object to Rule::Parameter when term matches.
Definition: RuleAction.idl:68
const short LINK
"Link" - Creates a link to Rule::Parameter when term matches.
Definition: RuleAction.idl:77
const short NONE
"None" - Do nothing.
Definition: RuleAction.idl:34
const short FORWARD
"Forward" - Forwards object to Rule::Parameter when term matches.
Definition: RuleAction.idl:82
const short SHOW
"Show" - Shows object when term matches.
Definition: RuleAction.idl:38
const short MARKREAD
"MarkRead" - Marks object as read when term matches.
Definition: RuleAction.idl:54
const short MARKUNREAD
"MarkUnRead" - Marks object as not read when term matches.
Definition: RuleAction.idl:58
Definition: Ambiguous.idl:22