LibreOffice
LibreOffice 24.2 SDK API Reference
com
sun
star
sheet
ConditionFormatOperator.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
10
module
com
{ module sun { module star { module sheet {
11
12
constants ConditionFormatOperator
13
{
14
const
long
EQUAL
= 0;
15
16
const
long
LESS
= 1;
17
18
const
long
GREATER
= 2;
19
20
const
long
LESS_EQUAL
= 3;
21
22
const
long
GREATER_EQUAL
= 4;
23
24
const
long
NOT_EQUAL
= 5;
25
26
const
long
BETWEEN
= 6;
27
28
const
long
NOT_BETWEEN
= 7;
29
30
const
long
DUPLICATE
= 8;
31
32
const
long
UNIQUE
= 9;
33
34
const
long
TOP_N_ELEMENTS
= 10;
35
36
const
long
BOTTOM_N_ELEMENTS
= 11;
37
38
const
long
TOP_N_PERCENT
= 12;
39
40
const
long
BOTTOM_N_PERCENT
= 13;
41
42
const
long
ABOVE_AVERAGE
= 14;
43
44
const
long
BELOW_AVERAGE
= 15;
45
46
const
long
ABOVE_EQUAL_AVERAGE
= 16;
47
48
const
long
BELOW_EQUAL_AVERAGE
= 17;
49
50
const
long
ERROR
= 18;
51
52
const
long
NO_ERROR
= 19;
53
54
const
long
BEGINS_WITH
= 20;
55
56
const
long
ENDS_WITH
= 21;
57
58
const
long
CONTAINS
= 22;
59
60
const
long
NOT_CONTAINS
= 23;
61
62
const
long
EXPRESSION
= 24;
63
};
64
65
66
}; }; }; };
67
68
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
com::sun::star::sheet::ConditionFormatOperator::LESS_EQUAL
const long LESS_EQUAL
Definition:
ConditionFormatOperator.idl:20
com::sun::star::sheet::ConditionFormatOperator::BEGINS_WITH
const long BEGINS_WITH
Definition:
ConditionFormatOperator.idl:54
com::sun::star::sheet::ConditionFormatOperator::TOP_N_PERCENT
const long TOP_N_PERCENT
Definition:
ConditionFormatOperator.idl:38
com::sun::star::sheet::ConditionFormatOperator::NOT_CONTAINS
const long NOT_CONTAINS
Definition:
ConditionFormatOperator.idl:60
com::sun::star::sheet::ConditionFormatOperator::NOT_EQUAL
const long NOT_EQUAL
Definition:
ConditionFormatOperator.idl:24
com::sun::star::sheet::ConditionFormatOperator::GREATER_EQUAL
const long GREATER_EQUAL
Definition:
ConditionFormatOperator.idl:22
com
Definition:
Ambiguous.idl:20
com::sun::star::sheet::ConditionFormatOperator::ENDS_WITH
const long ENDS_WITH
Definition:
ConditionFormatOperator.idl:56
com::sun::star::sheet::ConditionFormatOperator::BELOW_AVERAGE
const long BELOW_AVERAGE
Definition:
ConditionFormatOperator.idl:44
com::sun::star::sheet::ConditionFormatOperator::GREATER
const long GREATER
Definition:
ConditionFormatOperator.idl:18
com::sun::star::sheet::ConditionFormatOperator::NOT_BETWEEN
const long NOT_BETWEEN
Definition:
ConditionFormatOperator.idl:28
com::sun::star::sheet::ConditionFormatOperator::BOTTOM_N_PERCENT
const long BOTTOM_N_PERCENT
Definition:
ConditionFormatOperator.idl:40
com::sun::star::sheet::ConditionFormatOperator::BETWEEN
const long BETWEEN
Definition:
ConditionFormatOperator.idl:26
com::sun::star::sheet::ConditionFormatOperator::EXPRESSION
const long EXPRESSION
Definition:
ConditionFormatOperator.idl:62
com::sun::star::sheet::ConditionFormatOperator::ABOVE_EQUAL_AVERAGE
const long ABOVE_EQUAL_AVERAGE
Definition:
ConditionFormatOperator.idl:46
com::sun::star::sheet::ConditionFormatOperator::TOP_N_ELEMENTS
const long TOP_N_ELEMENTS
Definition:
ConditionFormatOperator.idl:34
com::sun::star::sheet::ConditionFormatOperator::ERROR
const long ERROR
Definition:
ConditionFormatOperator.idl:50
com::sun::star::sheet::ConditionFormatOperator::UNIQUE
const long UNIQUE
Definition:
ConditionFormatOperator.idl:32
com::sun::star::sheet::ConditionFormatOperator::BOTTOM_N_ELEMENTS
const long BOTTOM_N_ELEMENTS
Definition:
ConditionFormatOperator.idl:36
com::sun::star::sheet::ConditionFormatOperator::BELOW_EQUAL_AVERAGE
const long BELOW_EQUAL_AVERAGE
Definition:
ConditionFormatOperator.idl:48
com::sun::star::sheet::ConditionFormatOperator::CONTAINS
const long CONTAINS
Definition:
ConditionFormatOperator.idl:58
com::sun::star::sheet::ConditionFormatOperator::NO_ERROR
const long NO_ERROR
Definition:
ConditionFormatOperator.idl:52
com::sun::star::sheet::ConditionFormatOperator::LESS
const long LESS
Definition:
ConditionFormatOperator.idl:16
com::sun::star::sheet::ConditionFormatOperator::EQUAL
const long EQUAL
Definition:
ConditionFormatOperator.idl:14
com::sun::star::sheet::ConditionFormatOperator::ABOVE_AVERAGE
const long ABOVE_AVERAGE
Definition:
ConditionFormatOperator.idl:42
com::sun::star::sheet::ConditionFormatOperator::DUPLICATE
const long DUPLICATE
Definition:
ConditionFormatOperator.idl:30
Generated by
1.8.14