bump product version to 5.0.4.1
[LibreOffice.git] / svx / source / inc / datanavi.hrc
blob5a13af57629a1bbee0e0927602ed2870ce926a49
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  */
20 #ifndef _SVX_DATANAVI_HRC
21 #define _SVX_DATANAVI_HRC
23 // class XFormsInstancePage
25 // Menu items
26 #define MID_INSERT_CONTROL      100
28 // ToolBox items
29 #define TBI_ITEM_ADD            10
30 #define TBI_ITEM_ADD_ELEMENT    11
31 #define TBI_ITEM_ADD_ATTRIBUTE  12
32 #define TBI_ITEM_EDIT           13
33 #define TBI_ITEM_REMOVE         14
35 // ImageIndexes
36 #define IID_ITEM_ADD            1
37 #define IID_ITEM_ADD_ELEMENT    2
38 #define IID_ITEM_ADD_ATTRIBUTE  3
39 #define IID_ITEM_EDIT           4
40 #define IID_ITEM_REMOVE         5
42 // ImageIndexes
43 #define IID_GROUP_CLOSED        1
44 #define IID_GROUP_OPEN          2
45 #define IID_ELEMENT             3
46 #define IID_ATTRIBUTE           4
47 #define IID_TEXT                5
48 #define IID_OTHER               6
51 #endif //_SVX_DATANAVI_HRC
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */