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