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 INCLUDED_SW_SOURCE_CORE_INC_UNOFLDMID_H
20 #define INCLUDED_SW_SOURCE_CORE_INC_UNOFLDMID_H
21 
22 // mapping of the properties on the descriptor
23 #define FIELD_PROP_PAR1             10
24 #define FIELD_PROP_PAR2             11
25 #define FIELD_PROP_PAR3             12
26 #define FIELD_PROP_FORMAT           13
27 #define FIELD_PROP_SUBTYPE          14
28 #define FIELD_PROP_BOOL1            15
29 #define FIELD_PROP_BOOL2            16
30 #define FIELD_PROP_DATE             17
31 #define FIELD_PROP_USHORT1          18
32 #define FIELD_PROP_USHORT2          19
33 #define FIELD_PROP_BYTE1            20
34 #define FIELD_PROP_DOUBLE           21
35 #define FIELD_PROP_BOOL3            22
36 #define FIELD_PROP_PAR4             23
37 #define FIELD_PROP_SHORT1           24
38 #define FIELD_PROP_DATE_TIME        25
39 #define FIELD_PROP_PROP_SEQ         26
40 #define FIELD_PROP_LOCALE           27
41 #define FIELD_PROP_BOOL4            28
42 #define FIELD_PROP_STRINGS          29
43 #define FIELD_PROP_PAR5             30
44 
45 #define FIELD_PROP_IS_FIELD_USED        32
46 #define FIELD_PROP_IS_FIELD_DISPLAYED   33
47 
48 #define FIELD_PROP_TEXT             34
49 
50 #endif
51 
52 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
53