update credits
[LibreOffice.git] / sw / source / ui / ribbar / workctrl.hrc
blobcee389be067118126c4ebc318d12e707c5a4534d
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  */
19 #ifndef _WORKCTRL_HRC
20 #define _WORKCTRL_HRC
21 #include "ribbar.hrc"
23 #define IL_VALUES           5
24 #define IMG_BTN             6
25 #define ST_QUICK            7
26 #define FI_INFO             8
27 #define FL_SEP              9
29 #define ST_TBL          12
30 #define ST_FRM          13
31 #define ST_PGE          14
32 #define ST_DRW          15
33 #define ST_CTRL         16
34 #define ST_REG          17
35 #define ST_BKM          18
36 #define ST_GRF          19
37 #define ST_OLE          20
38 #define ST_OUTL         21
39 #define ST_SEL          22
40 #define ST_FTN          23
41 #define ST_MARK         24
42 #define ST_POSTIT       25
43 #define ST_SRCH_REP     26
44 #define ST_INDEX_ENTRY  27
45 #define ST_TABLE_FORMULA  28
46 #define ST_TABLE_FORMULA_ERROR  29
48 // duplicate entry! hrc and hxx
49 // these Ids specifiy the action of the buttons below the scroll bar
50 #define NID_START   20000
51 #define NID_NEXT    20000
52 #define NID_PREV    20001
53 #define NID_TBL     20002
54 #define NID_FRM     20003
55 #define NID_PGE     20004
56 #define NID_DRW     20005
57 #define NID_CTRL    20006
58 #define NID_REG     20007
59 #define NID_BKM     20008
60 #define NID_GRF     20009
61 #define NID_OLE     20010
62 #define NID_OUTL    20011
63 #define NID_SEL     20012
64 #define NID_FTN     20013
65 #define NID_MARK    20014
66 #define NID_POSTIT  20015
67 #define NID_SRCH_REP 20016
68 #define NID_INDEX_ENTRY  20017
69 #define NID_TABLE_FORMULA   20018
70 #define NID_TABLE_FORMULA_ERROR     20019
71 #define NID_COUNT  20
73 #endif
75 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */