xref: /aoo41x/main/sw/source/ui/inc/shells.hrc (revision cdf0e10c)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir
28*cdf0e10cSrcweir#ifndef _SHELLS_HRC
29*cdf0e10cSrcweir#define _SHELLS_HRC
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir#include "rcid.hrc"
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir#define STR_GRFILTER_OPENERROR     (RC_SHELLS_BEGIN +  1)
34*cdf0e10cSrcweir#define STR_GRFILTER_IOERROR       (RC_SHELLS_BEGIN +  2)
35*cdf0e10cSrcweir#define STR_GRFILTER_FORMATERROR   (RC_SHELLS_BEGIN +  3)
36*cdf0e10cSrcweir#define STR_GRFILTER_VERSIONERROR  (RC_SHELLS_BEGIN +  4)
37*cdf0e10cSrcweir#define STR_GRFILTER_FILTERERROR   (RC_SHELLS_BEGIN +  5)
38*cdf0e10cSrcweir#define STR_GRFILTER_TOOBIG        (RC_SHELLS_BEGIN +  6)
39*cdf0e10cSrcweir#define STR_INSERT_GRAPHIC         (RC_SHELLS_BEGIN +  7)
40*cdf0e10cSrcweir#define STR_NOTIZ_INSERT           (RC_SHELLS_BEGIN +  8)
41*cdf0e10cSrcweir#define DLG_IMPORT_DBNAME		   (RC_SHELLS_BEGIN +  9)
42*cdf0e10cSrcweir#define STR_NO_ADDRESSBOOK         (RC_SHELLS_BEGIN + 10)
43*cdf0e10cSrcweir#define STR_REDLINE_COMMENT		   (RC_SHELLS_BEGIN + 11)
44*cdf0e10cSrcweir#define STR_REDLINE_INSERTED	   (RC_SHELLS_BEGIN + 12)
45*cdf0e10cSrcweir#define STR_REDLINE_DELETED		   (RC_SHELLS_BEGIN + 13)
46*cdf0e10cSrcweir#define STR_REDLINE_FMTCOLLSET	   (RC_SHELLS_BEGIN + 14)
47*cdf0e10cSrcweir
48*cdf0e10cSrcweir#define RID_TEXT_TOOLBOX           (RC_SHELLS_BEGIN +  15)
49*cdf0e10cSrcweir#define RID_TABLE_TOOLBOX          (RC_SHELLS_BEGIN +  16)
50*cdf0e10cSrcweir#define RID_FRAME_TOOLBOX          (RC_SHELLS_BEGIN +  17)
51*cdf0e10cSrcweir#define RID_GRAFIK_TOOLBOX         (RC_SHELLS_BEGIN +  18)
52*cdf0e10cSrcweir#define RID_DRAW_TOOLBOX           (RC_SHELLS_BEGIN +  19)
53*cdf0e10cSrcweir#define RID_DRAW_TEXT_TOOLBOX      (RC_SHELLS_BEGIN +  20)
54*cdf0e10cSrcweir#define RID_NUM_TOOLBOX            (RC_SHELLS_BEGIN +  21)
55*cdf0e10cSrcweir#define RID_OLE_TOOLBOX            (RC_SHELLS_BEGIN +  22)
56*cdf0e10cSrcweir#define RID_TOOLS_TOOLBOX          (RC_SHELLS_BEGIN +  23)
57*cdf0e10cSrcweir
58*cdf0e10cSrcweir#define STR_SHELLNAME_TEXT         (RC_SHELLS_BEGIN +  24)
59*cdf0e10cSrcweir#define STR_SHELLNAME_TABLE        (RC_SHELLS_BEGIN +  25)
60*cdf0e10cSrcweir#define STR_SHELLNAME_FRAME        (RC_SHELLS_BEGIN +  26)
61*cdf0e10cSrcweir#define STR_SHELLNAME_GRAPHIC      (RC_SHELLS_BEGIN +  27)
62*cdf0e10cSrcweir#define STR_SHELLNAME_OBJECT       (RC_SHELLS_BEGIN +  28)
63*cdf0e10cSrcweir#define STR_SHELLNAME_LIST         (RC_SHELLS_BEGIN +  29)
64*cdf0e10cSrcweir#define STR_SHELLNAME_DRAW         (RC_SHELLS_BEGIN +  30)
65*cdf0e10cSrcweir#define STR_SHELLNAME_DRAW_TEXT    (RC_SHELLS_BEGIN +  31)
66*cdf0e10cSrcweir#define STR_SHELLNAME_MEDIA        (RC_SHELLS_BEGIN +  32)
67*cdf0e10cSrcweir
68*cdf0e10cSrcweir
69*cdf0e10cSrcweir#define RID_BEZIER_TOOLBOX         (RC_SHELLS_BEGIN +  33)
70*cdf0e10cSrcweir#define STR_SHELLNAME_BEZIER       (RC_SHELLS_BEGIN +  34)
71*cdf0e10cSrcweir
72*cdf0e10cSrcweir#define STR_SWBG_PARAGRAPH		   (RC_SHELLS_BEGIN +  37)
73*cdf0e10cSrcweir#define STR_SWBG_GRAPHIC           (RC_SHELLS_BEGIN +  38)
74*cdf0e10cSrcweir#define STR_SWBG_OLE               (RC_SHELLS_BEGIN +  39)
75*cdf0e10cSrcweir#define STR_SWBG_FRAME             (RC_SHELLS_BEGIN +  40)
76*cdf0e10cSrcweir#define STR_SWBG_TABLE             (RC_SHELLS_BEGIN +  41)
77*cdf0e10cSrcweir#define STR_SWBG_TABLE_ROW         (RC_SHELLS_BEGIN +  42)
78*cdf0e10cSrcweir#define STR_SWBG_TABLE_CELL        (RC_SHELLS_BEGIN +  43)
79*cdf0e10cSrcweir#define STR_SWBG_PAGE              (RC_SHELLS_BEGIN +  44)
80*cdf0e10cSrcweir#define STR_SWBG_HEADER            (RC_SHELLS_BEGIN +  45)
81*cdf0e10cSrcweir#define STR_SWBG_FOOTER            (RC_SHELLS_BEGIN +  46)
82*cdf0e10cSrcweir#define MSG_NO_RULER               (RC_SHELLS_BEGIN +  47)
83*cdf0e10cSrcweir
84*cdf0e10cSrcweir#define STR_SHELLNAME_DRAWFORM     (RC_SHELLS_BEGIN +  48)
85*cdf0e10cSrcweir    // FREE
86*cdf0e10cSrcweir
87*cdf0e10cSrcweir#define STR_REDLINE_FORMATED	   (RC_SHELLS_BEGIN + 50)
88*cdf0e10cSrcweir#define STR_REDLINE_TABLECHG	   (RC_SHELLS_BEGIN + 51)
89*cdf0e10cSrcweir
90*cdf0e10cSrcweir#define STR_REDLINE_TITLE			(RC_SHELLS_BEGIN + 52)
91*cdf0e10cSrcweir#define STR_REDLINE_MSG				(RC_SHELLS_BEGIN + 53)
92*cdf0e10cSrcweir#define STR_REDLINE_ACCEPT_ALL		(RC_SHELLS_BEGIN + 54)
93*cdf0e10cSrcweir#define STR_REDLINE_REJECT_ALL		(RC_SHELLS_BEGIN + 55)
94*cdf0e10cSrcweir#define STR_REDLINE_EDIT			(RC_SHELLS_BEGIN + 56)
95*cdf0e10cSrcweir#define STR_REDLINE_AUTOFMT 		(RC_SHELLS_BEGIN + 57)
96*cdf0e10cSrcweir
97*cdf0e10cSrcweir// #i68101# no longer needed
98*cdf0e10cSrcweir// #define STR_NAME_SHAPE_LABEL        (RC_SHELLS_BEGIN + 58)
99*cdf0e10cSrcweir// #define STR_NAME_SHAPE_DIALOG       (RC_SHELLS_BEGIN + 59)
100*cdf0e10cSrcweir
101*cdf0e10cSrcweir#define RID_MODULE_TOOLBOX          (RC_SHELLS_BEGIN + 60)
102*cdf0e10cSrcweir
103*cdf0e10cSrcweir#define RID_MEDIA_TOOLBOX         	(RC_SHELLS_BEGIN + 61)
104*cdf0e10cSrcweir
105*cdf0e10cSrcweir#define SHELLS_ACT_END              RID_MEDIA_TOOLBOX
106*cdf0e10cSrcweir
107*cdf0e10cSrcweir#if SHELLS_ACT_END > RC_SHELLS_END
108*cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line
109*cdf0e10cSrcweir#endif
110*cdf0e10cSrcweir
111*cdf0e10cSrcweir#endif
112*cdf0e10cSrcweir
113