merge the formfield patch from ooo-build
[ooovba.git] / sw / source / ui / ribbar / workctrl.hrc
bloba6a69b8a4e83a1048485f059ff9b81fae04f8069
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: workctrl.hrc,v $
10  * $Revision: 1.6 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _WORKCTRL_HRC
31 #define _WORKCTRL_HRC
32 #include "ribbar.hrc"
34 #define TBX_INSERT                      1
35 #define TBX_OBJ_INSERT          2
36 #define TBX_FIELD_INSERT        3
37 #define TBX_NAVIGATION      4
38 #define IL_VALUES                       5
39 #define IMG_BTN             6
40 #define ST_QUICK            7
41 #define FI_INFO             8
42 #define FL_SEP              9
43 #define ILH_VALUES         10
44 #define IMG_BTN_H            11
47 #define ST_TBL          12
48 #define ST_FRM          13
49 #define ST_PGE          14
50 #define ST_DRW          15
51 #define ST_CTRL         16
52 #define ST_REG          17
53 #define ST_BKM          18
54 #define ST_GRF          19
55 #define ST_OLE          20
56 #define ST_OUTL         21
57 #define ST_SEL          22
58 #define ST_FTN          23
59 #define ST_MARK         24
60 #define ST_POSTIT       25
61 #define ST_SRCH_REP     26
62 #define ST_INDEX_ENTRY  27
63 #define ST_TABLE_FORMULA  28
64 #define ST_TABLE_FORMULA_ERROR  29
66 // doppelter Eintrag! hrc und hxx
67 // diese Ids bestimmen, was die Buttons unter dem Scrollbar tun
68 #define NID_START   20000
69 #define NID_NEXT        20000
70 #define NID_PREV        20001
71 #define NID_TBL     20002
72 #define NID_FRM     20003
73 #define NID_PGE     20004
74 #define NID_DRW     20005
75 #define NID_CTRL    20006
76 #define NID_REG     20007
77 #define NID_BKM     20008
78 #define NID_GRF         20009
79 #define NID_OLE         20010
80 #define NID_OUTL        20011
81 #define NID_SEL         20012
82 #define NID_FTN         20013
83 #define NID_MARK        20014
84 #define NID_POSTIT  20015
85 #define NID_SRCH_REP 20016
86 #define NID_INDEX_ENTRY  20017
87 #define NID_TABLE_FORMULA       20018
88 #define NID_TABLE_FORMULA_ERROR         20019
89 #define NID_COUNT  20
91 #endif