xref: /aoo41x/main/sc/source/ui/src/toolbox.src (revision 82177cdb)
1*82177cdbSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*82177cdbSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*82177cdbSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*82177cdbSAndrew Rist * distributed with this work for additional information
6*82177cdbSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*82177cdbSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*82177cdbSAndrew Rist * "License"); you may not use this file except in compliance
9*82177cdbSAndrew Rist * with the License.  You may obtain a copy of the License at
10*82177cdbSAndrew Rist *
11*82177cdbSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*82177cdbSAndrew Rist *
13*82177cdbSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*82177cdbSAndrew Rist * software distributed under the License is distributed on an
15*82177cdbSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*82177cdbSAndrew Rist * KIND, either express or implied.  See the License for the
17*82177cdbSAndrew Rist * specific language governing permissions and limitations
18*82177cdbSAndrew Rist * under the License.
19*82177cdbSAndrew Rist *
20*82177cdbSAndrew Rist *************************************************************/
21*82177cdbSAndrew Rist
22*82177cdbSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "sc.hrc" // -> #include <sfx.hrc>
25cdf0e10cSrcweir#include <svx/globlmn.hrc>
26cdf0e10cSrcweir#include "tbinsert.hrc" // Sub-IDs
27cdf0e10cSrcweir
28cdf0e10cSrcweir
29cdf0e10cSrcweir // ToolBoxen: ----------------------------------------------------------------
30cdf0e10cSrcweir
31cdf0e10cSrcweir/*
32cdf0e10cSrcweir *  ToolBox mit Eingabezeile: HelpStrings fuer Knoepfe und Fenster:
33cdf0e10cSrcweir */
34cdf0e10cSrcweir
35cdf0e10cSrcweir#define ITEM_TOOLBAR_SORT_ASCENDING \
36cdf0e10cSrcweir    Identifier = SID_SORT_ASCENDING ; \
37cdf0e10cSrcweir    HelpId = SID_SORT_ASCENDING ;
38cdf0e10cSrcweir
39cdf0e10cSrcweir#define ITEM_TOOLBAR_SORT_DESCENDING \
40cdf0e10cSrcweir    Identifier = SID_SORT_DESCENDING ; \
41cdf0e10cSrcweir    HelpId = SID_SORT_DESCENDING ;
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define ITEM_TOOLBAR_INSERT_FRAME \
44cdf0e10cSrcweir    Identifier = SID_INSERT_FRAME ; \
45cdf0e10cSrcweir    HelpId = SID_INSERT_FRAME ;
46cdf0e10cSrcweir
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define ITEM_TOOLBAR_INSERT_GRAPHIC \
49cdf0e10cSrcweir    Identifier = SID_INSERT_GRAPHIC ; \
50cdf0e10cSrcweir    HelpId = SID_INSERT_GRAPHIC ;
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define ITEM_TOOLBAR_AUTO_FILTER \
53cdf0e10cSrcweir    Identifier = SID_AUTO_FILTER ; \
54cdf0e10cSrcweir    HelpId = SID_AUTO_FILTER ;
55cdf0e10cSrcweir
56cdf0e10cSrcweir
57cdf0e10cSrcweir#define ITEM_TOOLBAR_OUTLINE_MAKE \
58cdf0e10cSrcweir    Identifier = SID_OUTLINE_MAKE ; \
59cdf0e10cSrcweir    HelpId = SID_OUTLINE_MAKE ;
60cdf0e10cSrcweir
61cdf0e10cSrcweir
62cdf0e10cSrcweir#define ITEM_TOOLBAR_OUTLINE_REMOVE \
63cdf0e10cSrcweir    Identifier = SID_OUTLINE_REMOVE ; \
64cdf0e10cSrcweir    HelpId = SID_OUTLINE_REMOVE ;
65cdf0e10cSrcweir
66cdf0e10cSrcweir#define ITEM_TOOLBAR_DRAW_CHART \
67cdf0e10cSrcweir    Identifier = SID_INSERT_DIAGRAM ; \
68cdf0e10cSrcweir    HelpId = SID_DRAW_CHART ;
69cdf0e10cSrcweir
70cdf0e10cSrcweir#define ITEM_TOOLBAR_SPELLING \
71cdf0e10cSrcweir    Identifier = SID_SPELL_DIALOG ; \
72cdf0e10cSrcweir    HelpId = SID_SPELL_DIALOG ;
73cdf0e10cSrcweir
74cdf0e10cSrcweir#define ITEM_TOOLBAR_THESAURUS \
75cdf0e10cSrcweir    Identifier = SID_THESAURUS ; \
76cdf0e10cSrcweir    HelpId = SID_THESAURUS ;
77cdf0e10cSrcweir
78cdf0e10cSrcweir#define ITEM_TOOLBAR_FILTER \
79cdf0e10cSrcweir	Identifier = SID_FILTER ; \
80cdf0e10cSrcweir	HelpId = SID_FILTER ;
81cdf0e10cSrcweir
82cdf0e10cSrcweir#define ITEM_TOOLBAR_SPECIAL_FILTER \
83cdf0e10cSrcweir	Identifier = SID_SPECIAL_FILTER;\
84cdf0e10cSrcweir	HelpId = SID_SPECIAL_FILTER ;
85cdf0e10cSrcweir
86cdf0e10cSrcweirString SCSTR_QHELP_POSWND
87cdf0e10cSrcweir{
88cdf0e10cSrcweir	Text [ en-US ] = "Name Box" ;
89cdf0e10cSrcweir};
90cdf0e10cSrcweir
91cdf0e10cSrcweirString SCSTR_QHELP_INPUTWND
92cdf0e10cSrcweir{
93cdf0e10cSrcweir	Text [ en-US ] = "Input line" ;
94cdf0e10cSrcweir};
95cdf0e10cSrcweir
96cdf0e10cSrcweirString SCSTR_QHELP_BTNCALC
97cdf0e10cSrcweir{
98cdf0e10cSrcweir    Text [ en-US ] = "Function Wizard" ;
99cdf0e10cSrcweir};
100cdf0e10cSrcweir
101cdf0e10cSrcweirString SCSTR_QHELP_BTNOK
102cdf0e10cSrcweir{
103cdf0e10cSrcweir	/* ### ACHTUNG: Neuer Text in Resource? �bernehmen : �bernehmen */
104cdf0e10cSrcweir	Text [ en-US ] = "Accept" ;
105cdf0e10cSrcweir};
106cdf0e10cSrcweir
107cdf0e10cSrcweirString SCSTR_QHELP_BTNCANCEL
108cdf0e10cSrcweir{
109cdf0e10cSrcweir	Text [ en-US ] = "Cancel" ;
110cdf0e10cSrcweir};
111cdf0e10cSrcweir
112cdf0e10cSrcweirString SCSTR_QHELP_BTNSUM
113cdf0e10cSrcweir{
114cdf0e10cSrcweir	Text [ en-US ] = "Sum" ;
115cdf0e10cSrcweir};
116cdf0e10cSrcweir
117cdf0e10cSrcweirString SCSTR_QHELP_BTNEQUAL
118cdf0e10cSrcweir{
119cdf0e10cSrcweir	Text [ en-US ] = "Function" ;
120cdf0e10cSrcweir};
121cdf0e10cSrcweir
122cdf0e10cSrcweir// Don't use this image list for normal toolbar images. We have now our commandimagelist
123cdf0e10cSrcweir// folder in default_images. This list is now only used for special toolboxes that are
124cdf0e10cSrcweir// used in floating windows.
125cdf0e10cSrcweir
126cdf0e10cSrcweir#define DEFAULT_IDLIST \
127cdf0e10cSrcweir    IdList = {                                          \
128cdf0e10cSrcweir		/* Eingabezeile */								\
129cdf0e10cSrcweir		SID_INPUT_FUNCTION;				/* 20047 */		\
130cdf0e10cSrcweir		SID_INPUT_SUM;					/* 20048 */		\
131cdf0e10cSrcweir		SID_INPUT_EQUAL;				/* 20049 */		\
132cdf0e10cSrcweir		SID_INPUT_CANCEL;                               \
133cdf0e10cSrcweir		SID_INPUT_OK;                                   \
134cdf0e10cSrcweir    };                                                  \
135cdf0e10cSrcweir    IdCount = {                                         \
136cdf0e10cSrcweir        5;                                              \
137cdf0e10cSrcweir    };
138cdf0e10cSrcweir
139cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SC
140cdf0e10cSrcweir{
141cdf0e10cSrcweir    Prefix = "sc";
142cdf0e10cSrcweir	MaskColor = STD_MASKCOLOR ;
143cdf0e10cSrcweir	DEFAULT_IDLIST
144cdf0e10cSrcweir};
145cdf0e10cSrcweir
146cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LC
147cdf0e10cSrcweir{
148cdf0e10cSrcweir    Prefix = "lc";
149cdf0e10cSrcweir	MaskColor = STD_MASKCOLOR ;
150cdf0e10cSrcweir	DEFAULT_IDLIST
151cdf0e10cSrcweir};
152cdf0e10cSrcweir
153cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SCH
154cdf0e10cSrcweir{
155cdf0e10cSrcweir    Prefix = "sch";
156cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR ;
157cdf0e10cSrcweir	DEFAULT_IDLIST
158cdf0e10cSrcweir};
159cdf0e10cSrcweir
160cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LCH
161cdf0e10cSrcweir{
162cdf0e10cSrcweir    Prefix = "lch";
163cdf0e10cSrcweir	MaskColor = SC_HC_MASKCOLOR ;
164cdf0e10cSrcweir	DEFAULT_IDLIST
165cdf0e10cSrcweir};
166