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