summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/IconSetType.idl
blob: d49fc923f343685e6ed3466eaa0c075dbfb6d9e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 */

module com {  module sun {  module star {  module sheet {

constants IconSetType
{
    const long ICONSET_3ARROWS = 0;

    const long ICONSET_3ARROWS_GRAY = 1;

    const long ICONSET_3FLAGS = 2;

    const long ICONSET_3TRAFFICLIGHTS1 = 3;

    const long ICONSET_3TRAFFICLIGHTS2 = 4;

    const long ICONSET_3SIGNS = 5;

    const long ICONSET_3SYMBOLS = 6;

    const long ICONSET_3SYMBOLS2 = 7;

    const long ICONSET_3SMILIES = 8;

    const long ICONSET_3COLOR_SIMILIES = 9;

    const long ICONSET_4ARROWS = 10;

    const long ICONSET_4ARROWS_GRAY = 11;

    const long ICONSET_4RED_TO_BLACK = 12;

    const long ICONSET_4RATING = 13;

    const long ICONSET_4TRAFFICLIGHTS = 14;

    const long ICONSET_5ARROWS = 15;

    const long ICONSET_5ARROWS_GRAY = 16;

    const long ICONSET_5RATINGS = 17;

    const long ICONSET_5QUARTERS = 18;
};


}; }; }; };

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */