Update ooo320-m1
[ooovba.git] / sc / source / ui / src / toolbox.src
blob80bdc6cf734e97c87b5d3244e71960b6c9c12ba0
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: toolbox.src,v $
10  * $Revision: 1.77 $
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  ************************************************************************/
31 #include "sc.hrc" // -> #include <sfx.hrc>
32 #include <svx/globlmn.hrc>
33 #include "tbinsert.hrc" // Sub-IDs
36  // ToolBoxen: ----------------------------------------------------------------
39  *  ToolBox mit Eingabezeile: HelpStrings fuer Knoepfe und Fenster:
40  */
42 #define ITEM_TOOLBAR_SORT_ASCENDING \
43     Identifier = SID_SORT_ASCENDING ; \
44     HelpId = SID_SORT_ASCENDING ;
46 #define ITEM_TOOLBAR_SORT_DESCENDING \
47     Identifier = SID_SORT_DESCENDING ; \
48     HelpId = SID_SORT_DESCENDING ;
50 #define ITEM_TOOLBAR_INSERT_FRAME \
51     Identifier = SID_INSERT_FRAME ; \
52     HelpId = SID_INSERT_FRAME ;
55 #define ITEM_TOOLBAR_INSERT_GRAPHIC \
56     Identifier = SID_INSERT_GRAPHIC ; \
57     HelpId = SID_INSERT_GRAPHIC ;
59 #define ITEM_TOOLBAR_AUTO_FILTER \
60     Identifier = SID_AUTO_FILTER ; \
61     HelpId = SID_AUTO_FILTER ;
64 #define ITEM_TOOLBAR_OUTLINE_MAKE \
65     Identifier = SID_OUTLINE_MAKE ; \
66     HelpId = SID_OUTLINE_MAKE ;
69 #define ITEM_TOOLBAR_OUTLINE_REMOVE \
70     Identifier = SID_OUTLINE_REMOVE ; \
71     HelpId = SID_OUTLINE_REMOVE ;
73 #define ITEM_TOOLBAR_DRAW_CHART \
74     Identifier = SID_INSERT_DIAGRAM ; \
75     HelpId = SID_DRAW_CHART ;
77 #define ITEM_TOOLBAR_SPELLING \
78     Identifier = SID_SPELL_DIALOG ; \
79     HelpId = SID_SPELL_DIALOG ;
81 #define ITEM_TOOLBAR_THESAURUS \
82     Identifier = SID_THESAURUS ; \
83     HelpId = SID_THESAURUS ;
85 #define ITEM_TOOLBAR_FILTER \
86     Identifier = SID_FILTER ; \
87     HelpId = SID_FILTER ;
89 #define ITEM_TOOLBAR_SPECIAL_FILTER \
90     Identifier = SID_SPECIAL_FILTER;\
91     HelpId = SID_SPECIAL_FILTER ;
93 String SCSTR_QHELP_POSWND
95     Text [ en-US ] = "Name Box" ;
98 String SCSTR_QHELP_INPUTWND
100     Text [ en-US ] = "Input line" ;
103 String SCSTR_QHELP_BTNCALC
105     Text [ en-US ] = "Function Wizard" ;
108 String SCSTR_QHELP_BTNOK
110     /* ### ACHTUNG: Neuer Text in Resource? Übernehmen : šbernehmen */
111     Text [ en-US ] = "Accept" ;
114 String SCSTR_QHELP_BTNCANCEL
116     Text [ en-US ] = "Cancel" ;
119 String SCSTR_QHELP_BTNSUM
121     Text [ en-US ] = "Sum" ;
124 String SCSTR_QHELP_BTNEQUAL
126     Text [ en-US ] = "Function" ;
129  // --------------------------------------------------------------------
130  //                                             PopUp's fuer Werkzeugleiste
131  // --------------------------------------------------------------------
133 FloatingWindow RID_TBXCTL_INSERT
135     Moveable = TRUE ;
136     Closeable = TRUE ;
137     Hide = TRUE ;
138     SVLook = TRUE ;
139     HelpID = RID_TBXCTL_INSERT ;
140     /* ### ACHTUNG: Neuer Text in Resource? Einfügen : Einf³gen */
141     Text [ en-US ] = "Insert" ;
143     ToolBox RID_TOOLBOX_INSERT
144     {
145         MenuStrings = TRUE ;
146         SVLook = TRUE ;
147         HelpID = RID_TOOLBOX_INSERT ;
148         ItemList =
149         {
150             ToolBoxItem
151             {
152                 Identifier = SID_INSERT_GRAPHIC ;
153                 HelpID = SID_INSERT_GRAPHIC ;
154             };
155             ToolBoxItem
156             {
157                 Identifier = SID_CHARMAP ;
158                 HelpId = SID_CHARMAP ;
159             };
160         };
161     };
164 FloatingWindow RID_TBXCTL_INSCELLS
166     Moveable = TRUE ;
167     Closeable = TRUE ;
168     Hide = TRUE ;
169     SVLook = TRUE ;
170     HelpID = RID_TBXCTL_INSCELLS ;
171     /* ### ACHTUNG: Neuer Text in Resource? Zellen einfügen : Zellen einf³gen */
172     Text [ en-US ] = "Insert Cells" ;
174     ToolBox RID_TOOLBOX_INSCELLS
175     {
176         MenuStrings = TRUE ;
177         SVLook = TRUE ;
178         HelpID = RID_TOOLBOX_INSCELLS ;
179         ItemList =
180         {
181             ToolBoxItem
182             {
183                 Identifier = FID_INS_CELLSDOWN ;
184                 HelpId = FID_INS_CELLSDOWN ;
185             };
186             ToolBoxItem
187             {
188                 Identifier = FID_INS_CELLSRIGHT ;
189                 HelpId = FID_INS_CELLSRIGHT ;
190             };
191             ToolBoxItem
192             {
193                 Identifier = FID_INS_ROW ;
194                 HelpId = FID_INS_ROW ;
195             };
196             ToolBoxItem
197             {
198                 Identifier = FID_INS_COLUMN ;
199                 HelpId = FID_INS_COLUMN ;
200             };
201         };
202     };
205 FloatingWindow RID_TBXCTL_INSOBJ
207     Moveable = TRUE ;
208     Closeable = TRUE ;
209     Hide = TRUE ;
210     SVLook = TRUE;
211     HelpID = RID_TBXCTL_INSOBJ ;
212     /* ### ACHTUNG: Neuer Text in Resource? Objekt einfügen : Objekt einf³gen */
213     Text [ en-US ] = "Insert Object" ;
214     ToolBox RID_TOOLBOX_INSOBJ
215     {
216         MenuStrings = TRUE ;
217         SVLook = TRUE ;
218         HelpID = RID_TOOLBOX_INSOBJ ;
219         ItemList =
220         {
221             ToolBoxItem
222             {
223                  // mit Aufziehen des Zielbereichs
224                 ITEM_TOOLBAR_DRAW_CHART
225             };
226             ToolBoxItem
227             {
228                 Identifier = SID_INSERT_SMATH ;
229                 HelpId = SID_INSERT_SMATH ;
230             };
231             ToolBoxItem
232             {
233                 Identifier = SID_INSERT_FLOATINGFRAME ;
234                 HelpID = SID_INSERT_FLOATINGFRAME ;
235             };
236             ToolBoxItem
237             {
238                 Identifier = SID_INSERT_OBJECT ;
239                 HelpId = SID_INSERT_OBJECT ;
240             };
241 #ifdef SOLAR_PLUGIN
242             ToolBoxItem
243             {
244                 Identifier = SID_INSERT_PLUGIN ;
245                 HelpId = SID_INSERT_PLUGIN ;
246             };
247 #endif
248 #ifdef SOLAR_JAVA
249             ToolBoxItem
250             {
251                 Identifier = SID_INSERT_APPLET ;
252                 HelpId = SID_INSERT_APPLET ;
253             };
254 #endif
255         };
256     };
259 // Don't use this image list for normal toolbar images. We have now our commandimagelist
260 // folder in default_images. This list is now only used for special toolboxes that are
261 // used in floating windows.
263 #define DEFAULT_IDLIST \
264     IdList = {                                          \
265         /* Eingabezeile */                                                              \
266         SID_INPUT_FUNCTION;                             /* 20047 */             \
267         SID_INPUT_SUM;                                  /* 20048 */             \
268         SID_INPUT_EQUAL;                                /* 20049 */             \
269         SID_INPUT_CANCEL;                               \
270         SID_INPUT_OK;                                   \
271     };                                                  \
272     IdCount = {                                         \
273         5;                                              \
274     };
276 ImageList RID_DEFAULTIMAGELIST_SC
278     Prefix = "sc";
279     MaskColor = STD_MASKCOLOR ;
280     DEFAULT_IDLIST
283 ImageList RID_DEFAULTIMAGELIST_LC
285     Prefix = "lc";
286     MaskColor = STD_MASKCOLOR ;
287     DEFAULT_IDLIST
290 ImageList RID_DEFAULTIMAGELIST_SCH
292     Prefix = "sch";
293     MaskColor = SC_HC_MASKCOLOR ;
294     DEFAULT_IDLIST
297 ImageList RID_DEFAULTIMAGELIST_LCH
299     Prefix = "lch";
300     MaskColor = SC_HC_MASKCOLOR ;
301     DEFAULT_IDLIST