bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / inc / datanavi.hrc
blobba814e2da196d23fe9f69b2deeaa4cb653cc1106
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 // global
24 #define FL_DATANAV_BTN          100
25 #define BTN_DATANAV_OK          101
26 #define BTN_DATANAV_ESC         102
27 #define BTN_DATANAV_HELP        103
29 // class XFormsInstancePage
30 // Controls
31 #define TB_ITEMS                10
32 #define LB_ITEMS                11
34 // Menu items
35 #define MID_INSERT_CONTROL      100
37 // ToolBox items
38 #define TBI_ITEM_ADD            10
39 #define TBI_ITEM_ADD_ELEMENT    11
40 #define TBI_ITEM_ADD_ATTRIBUTE  12
41 #define TBI_ITEM_EDIT           13
42 #define TBI_ITEM_REMOVE         14
44 // ImageLists
45 #define IL_TBX_BMPS             20
47 // ImageIndexes
48 #define IID_ITEM_ADD            1
49 #define IID_ITEM_ADD_ELEMENT    2
50 #define IID_ITEM_ADD_ATTRIBUTE  3
51 #define IID_ITEM_EDIT           4
52 #define IID_ITEM_REMOVE         5
54 // class DataNavigatorWindow
55 // Controls
56 #define LB_MODELS               10
57 #define MB_MODELS               11
58 #define TC_ITEMS                12
59 #define MB_INSTANCES            13
61 // MenuItems
62 #define MID_MODELS_ADD          10
63 #define MID_MODELS_EDIT         11
64 #define MID_MODELS_REMOVE       12
65 #define MID_INSTANCES_ADD       20
66 #define MID_INSTANCES_EDIT      21
67 #define MID_INSTANCES_REMOVE    22
68 #define MID_SHOW_DETAILS        30
70 // TabPage Ids
71 #define TID_SUBMISSION          10
72 #define TID_BINDINGS            11
73 #define TID_INSTANCE            12
75 // ImageLists
76 #define IL_ITEM_BMPS            30
78 // ImageIndexes
79 #define IID_GROUP_CLOSED        1
80 #define IID_GROUP_OPEN          2
81 #define IID_ELEMENT             3
82 #define IID_ATTRIBUTE           4
83 #define IID_TEXT                5
84 #define IID_OTHER               6
86 // class AddDataItemDialog
87 #define FL_ITEM                 10
88 #define FT_NAME                 11
89 #define ED_NAME                 12
90 #define FT_DEFAULT              13
91 #define ED_DEFAULT              14
92 #define PB_DEFAULT              15
93 #define FL_SETTINGS             16
94 #define FT_DATATYPE             17
95 #define LB_DATATYPE             18
96 #define CB_REQUIRED             19
97 #define PB_REQUIRED             20
98 #define CB_RELEVANT             21
99 #define PB_RELEVANT             22
100 #define CB_CONSTRAINT           23
101 #define PB_CONSTRAINT           24
102 #define CB_READONLY             25
103 #define PB_READONLY             26
104 #define CB_CALCULATE            27
105 #define PB_CALCULATE            28
107 #define STR_FIXEDLINE_ELEMENT   10
108 #define STR_FIXEDLINE_ATTRIBUTE 11
109 #define STR_FIXEDLINE_BINDING   12
110 #define STR_FIXEDTEXT_BINDING   13
112 // class AddConditionDialog
113 #define FT_CONDITION            10
114 #define ED_CONDITION            11
115 #define FT_RESULT               12
116 #define FT_RESULT_PREVIEW       13
117 #define PB_EDIT_NAMESPACES      14
119 // class NamespaceItemDialog
120 #define FT_NAMESPACES           10
121 #define LB_NAMESPACES           11
122 #define PB_ADD_NAMESPACE        12
123 #define PB_EDIT_NAMESPACE       13
124 #define PB_DELETE_NAMESPACE     14
126 #define STR_HEADER_PREFIX       10
127 #define STR_HEADER_URL          11
129 // class ManageNamespaceDialog
130 #define FT_PREFIX               10
131 #define ED_PREFIX               11
132 #define FT_URL                  12
133 #define ED_URL                  13
135 #define STR_EDIT_TEXT           10
137 // class AddSubmissionDialog
138 #define FL_SUBMISSION           10
139 #define FT_SUBMIT_NAME          11
140 #define ED_SUBMIT_NAME          12
141 #define FT_SUBMIT_ACTION        13
142 #define ED_SUBMIT_ACTION        14
143 #define FT_SUBMIT_METHOD        15
144 #define LB_SUBMIT_METHOD        16
145 #define FT_SUBMIT_REF           17
146 #define ED_SUBMIT_REF           18
147 #define PB_SUBMIT_REF           19
148 #define FT_SUBMIT_BIND          20
149 #define LB_SUBMIT_BIND          21
150 #define FT_SUBMIT_REPLACE       22
151 #define LB_SUBMIT_REPLACE       23
153 #define STR_METHOD_POST         10
154 #define STR_METHOD_PUT          11
155 #define STR_METHOD_GET          12
156 #define STR_REPLACE_NONE        13
157 #define STR_REPLACE_INST        14
158 #define STR_REPLACE_DOC         15
160 // class AddModelDialog
161 #define FL_MODEL                10
162 #define FT_MODEL_NAME           11
163 #define ED_MODEL_NAME           12
165 // class AddInstanceDialog
166 #define FL_INSTANCE             10
167 #define FT_INST_NAME            11
168 #define ED_INST_NAME            12
169 #define FT_INST_URL             13
170 #define ED_INST_URL             14
171 #define PB_FILEPICKER           15
172 #define CB_INST_LINKINST        16
174 // class AddModelDialog
175 #define CB_MODIFIES_DOCUMENT    1
177 #endif //_SVX_DATANAVI_HRC
179 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */