xref: /AOO42X/main/sc/source/ui/src/toolbox.src (revision 11f42e0a25627e4727784ddcdcee3298be414648)
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
2282177cdbSAndrew 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    Text [ en-US ] = "Accept" ;
104cdf0e10cSrcweir};
105cdf0e10cSrcweir
106cdf0e10cSrcweirString SCSTR_QHELP_BTNCANCEL
107cdf0e10cSrcweir{
108cdf0e10cSrcweir    Text [ en-US ] = "Cancel" ;
109cdf0e10cSrcweir};
110cdf0e10cSrcweir
111cdf0e10cSrcweirString SCSTR_QHELP_BTNSUM
112cdf0e10cSrcweir{
113cdf0e10cSrcweir    Text [ en-US ] = "Sum" ;
114cdf0e10cSrcweir};
115cdf0e10cSrcweir
116cdf0e10cSrcweirString SCSTR_QHELP_BTNEQUAL
117cdf0e10cSrcweir{
118cdf0e10cSrcweir    Text [ en-US ] = "Function" ;
119cdf0e10cSrcweir};
120cdf0e10cSrcweir
121cdf0e10cSrcweir// Don't use this image list for normal toolbar images. We have now our commandimagelist
122cdf0e10cSrcweir// folder in default_images. This list is now only used for special toolboxes that are
123cdf0e10cSrcweir// used in floating windows.
124cdf0e10cSrcweir
125cdf0e10cSrcweir#define DEFAULT_IDLIST \
126cdf0e10cSrcweir    IdList = {                                          \
127cdf0e10cSrcweir        /* Eingabezeile */                              \
128cdf0e10cSrcweir        SID_INPUT_FUNCTION;             /* 20047 */     \
129cdf0e10cSrcweir        SID_INPUT_SUM;                  /* 20048 */     \
130cdf0e10cSrcweir        SID_INPUT_EQUAL;                /* 20049 */     \
131cdf0e10cSrcweir        SID_INPUT_CANCEL;                               \
132cdf0e10cSrcweir        SID_INPUT_OK;                                   \
133cdf0e10cSrcweir    };                                                  \
134cdf0e10cSrcweir    IdCount = {                                         \
135cdf0e10cSrcweir        5;                                              \
136cdf0e10cSrcweir    };
137cdf0e10cSrcweir
138cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SC
139cdf0e10cSrcweir{
140cdf0e10cSrcweir    Prefix = "sc" ;
141cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR ;
142cdf0e10cSrcweir    DEFAULT_IDLIST
143cdf0e10cSrcweir};
144cdf0e10cSrcweir
145cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LC
146cdf0e10cSrcweir{
147cdf0e10cSrcweir    Prefix = "lc" ;
148cdf0e10cSrcweir    MaskColor = STD_MASKCOLOR ;
149cdf0e10cSrcweir    DEFAULT_IDLIST
150cdf0e10cSrcweir};
151cdf0e10cSrcweir
152cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_SCH
153cdf0e10cSrcweir{
154cdf0e10cSrcweir    Prefix = "sch" ;
155cdf0e10cSrcweir    MaskColor = SC_HC_MASKCOLOR ;
156cdf0e10cSrcweir    DEFAULT_IDLIST
157cdf0e10cSrcweir};
158cdf0e10cSrcweir
159cdf0e10cSrcweirImageList RID_DEFAULTIMAGELIST_LCH
160cdf0e10cSrcweir{
161cdf0e10cSrcweir    Prefix = "lch" ;
162cdf0e10cSrcweir    MaskColor = SC_HC_MASKCOLOR ;
163cdf0e10cSrcweir    DEFAULT_IDLIST
164cdf0e10cSrcweir};
165*11f42e0aSmseidel
166*11f42e0aSmseidel// ********************************************************************** EOF
167