1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
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/.
9 * This file incorporates work covered by the following license notice:
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 .
20 #ifndef _SVX_DATANAVI_HRC
21 #define _SVX_DATANAVI_HRC
23 // class XFormsInstancePage
26 #define MID_INSERT_CONTROL 100
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
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
43 #define IID_GROUP_CLOSED 1
44 #define IID_GROUP_OPEN 2
46 #define IID_ATTRIBUTE 4
51 #endif //_SVX_DATANAVI_HRC
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */