xref: /aoo41x/main/sw/source/ui/ribbar/workctrl.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir#ifndef _WORKCTRL_HRC
24cdf0e10cSrcweir#define _WORKCTRL_HRC
25cdf0e10cSrcweir#include "ribbar.hrc"
26cdf0e10cSrcweir
27cdf0e10cSrcweir#define TBX_INSERT 			1
28cdf0e10cSrcweir#define TBX_OBJ_INSERT 		2
29cdf0e10cSrcweir#define TBX_FIELD_INSERT	3
30cdf0e10cSrcweir#define TBX_NAVIGATION      4
31cdf0e10cSrcweir#define IL_VALUES			5
32cdf0e10cSrcweir#define IMG_BTN             6
33cdf0e10cSrcweir#define ST_QUICK            7
34cdf0e10cSrcweir#define FI_INFO             8
35cdf0e10cSrcweir#define FL_SEP              9
36cdf0e10cSrcweir#define ILH_VALUES         10
37cdf0e10cSrcweir#define IMG_BTN_H            11
38cdf0e10cSrcweir
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define ST_TBL          12
41cdf0e10cSrcweir#define ST_FRM          13
42cdf0e10cSrcweir#define ST_PGE          14
43cdf0e10cSrcweir#define ST_DRW          15
44cdf0e10cSrcweir#define ST_CTRL         16
45cdf0e10cSrcweir#define ST_REG          17
46cdf0e10cSrcweir#define ST_BKM          18
47cdf0e10cSrcweir#define ST_GRF          19
48cdf0e10cSrcweir#define ST_OLE          20
49cdf0e10cSrcweir#define ST_OUTL         21
50cdf0e10cSrcweir#define ST_SEL          22
51cdf0e10cSrcweir#define ST_FTN          23
52cdf0e10cSrcweir#define ST_MARK         24
53cdf0e10cSrcweir#define ST_POSTIT       25
54cdf0e10cSrcweir#define ST_SRCH_REP     26
55cdf0e10cSrcweir#define ST_INDEX_ENTRY  27
56cdf0e10cSrcweir#define ST_TABLE_FORMULA  28
57cdf0e10cSrcweir#define ST_TABLE_FORMULA_ERROR  29
58cdf0e10cSrcweir
59cdf0e10cSrcweir// doppelter Eintrag! hrc und hxx
60cdf0e10cSrcweir// diese Ids bestimmen, was die Buttons unter dem Scrollbar tun
61cdf0e10cSrcweir#define NID_START   20000
62cdf0e10cSrcweir#define NID_NEXT 	20000
63cdf0e10cSrcweir#define NID_PREV	20001
64cdf0e10cSrcweir#define NID_TBL     20002
65cdf0e10cSrcweir#define NID_FRM     20003
66cdf0e10cSrcweir#define NID_PGE     20004
67cdf0e10cSrcweir#define NID_DRW     20005
68cdf0e10cSrcweir#define NID_CTRL    20006
69cdf0e10cSrcweir#define NID_REG     20007
70cdf0e10cSrcweir#define NID_BKM     20008
71cdf0e10cSrcweir#define NID_GRF    	20009
72cdf0e10cSrcweir#define NID_OLE    	20010
73cdf0e10cSrcweir#define NID_OUTL   	20011
74cdf0e10cSrcweir#define NID_SEL    	20012
75cdf0e10cSrcweir#define NID_FTN   	20013
76cdf0e10cSrcweir#define NID_MARK	20014
77cdf0e10cSrcweir#define NID_POSTIT  20015
78cdf0e10cSrcweir#define NID_SRCH_REP 20016
79cdf0e10cSrcweir#define NID_INDEX_ENTRY  20017
80cdf0e10cSrcweir#define NID_TABLE_FORMULA	20018
81cdf0e10cSrcweir#define NID_TABLE_FORMULA_ERROR		20019
82cdf0e10cSrcweir#define NID_COUNT  20
83cdf0e10cSrcweir
84cdf0e10cSrcweir#endif
85