LibreOffice
LibreOffice 24.2 SDK API Reference
IconSetType.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 IconSetType
13 {
14  const long ICONSET_3ARROWS = 0;
15 
16  const long ICONSET_3ARROWS_GRAY = 1;
17 
18  const long ICONSET_3FLAGS = 2;
19 
20  const long ICONSET_3TRAFFICLIGHTS1 = 3;
21 
22  const long ICONSET_3TRAFFICLIGHTS2 = 4;
23 
24  const long ICONSET_3SIGNS = 5;
25 
26  const long ICONSET_3SYMBOLS = 6;
27 
28  const long ICONSET_3SYMBOLS2 = 7;
29 
30  const long ICONSET_3SMILIES = 8;
31 
32  const long ICONSET_3COLOR_SIMILIES = 9;
33 
34  const long ICONSET_4ARROWS = 10;
35 
36  const long ICONSET_4ARROWS_GRAY = 11;
37 
38  const long ICONSET_4RED_TO_BLACK = 12;
39 
40  const long ICONSET_4RATING = 13;
41 
42  const long ICONSET_4TRAFFICLIGHTS = 14;
43 
44  const long ICONSET_5ARROWS = 15;
45 
46  const long ICONSET_5ARROWS_GRAY = 16;
47 
48  const long ICONSET_5RATINGS = 17;
49 
50  const long ICONSET_5QUARTERS = 18;
51 };
52 
53 
54 }; }; }; };
55 
56 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
57 
const long ICONSET_4ARROWS
Definition: IconSetType.idl:34
const long ICONSET_4TRAFFICLIGHTS
Definition: IconSetType.idl:42
const long ICONSET_3FLAGS
Definition: IconSetType.idl:18
const long ICONSET_5QUARTERS
Definition: IconSetType.idl:50
const long ICONSET_5ARROWS
Definition: IconSetType.idl:44
const long ICONSET_3SIGNS
Definition: IconSetType.idl:24
const long ICONSET_3COLOR_SIMILIES
Definition: IconSetType.idl:32
Definition: Ambiguous.idl:20
const long ICONSET_3SMILIES
Definition: IconSetType.idl:30
const long ICONSET_3SYMBOLS2
Definition: IconSetType.idl:28
const long ICONSET_4ARROWS_GRAY
Definition: IconSetType.idl:36
const long ICONSET_3TRAFFICLIGHTS2
Definition: IconSetType.idl:22
const long ICONSET_3TRAFFICLIGHTS1
Definition: IconSetType.idl:20
const long ICONSET_3ARROWS_GRAY
Definition: IconSetType.idl:16
const long ICONSET_4RED_TO_BLACK
Definition: IconSetType.idl:38
const long ICONSET_3SYMBOLS
Definition: IconSetType.idl:26
const long ICONSET_5ARROWS_GRAY
Definition: IconSetType.idl:46
const long ICONSET_3ARROWS
Definition: IconSetType.idl:14
const long ICONSET_5RATINGS
Definition: IconSetType.idl:48
const long ICONSET_4RATING
Definition: IconSetType.idl:40