Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / toolbox.src
blob9c2c5feced7c20609fc635b05ad7b48837c692dc
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #include "sc.hrc"
21 #include <svx/globlmn.hrc>
22 #include "tbinsert.hrc"
25  // ToolBoxen: ----------------------------------------------------------------
28  *  ToolBox mit Eingabezeile: HelpStrings fuer Knoepfe und Fenster:
29  */
31 #define ITEM_TOOLBAR_SORT_ASCENDING \
32     Identifier = SID_SORT_ASCENDING ; \
33     HelpId = SID_SORT_ASCENDING ;
35 #define ITEM_TOOLBAR_SORT_DESCENDING \
36     Identifier = SID_SORT_DESCENDING ; \
37     HelpId = SID_SORT_DESCENDING ;
39 #define ITEM_TOOLBAR_INSERT_FRAME \
40     Identifier = SID_INSERT_FRAME ; \
41     HelpId = SID_INSERT_FRAME ;
44 #define ITEM_TOOLBAR_INSERT_GRAPHIC \
45     Identifier = SID_INSERT_GRAPHIC ; \
46     HelpId = SID_INSERT_GRAPHIC ;
48 #define ITEM_TOOLBAR_AUTO_FILTER \
49     Identifier = SID_AUTO_FILTER ; \
50     HelpId = SID_AUTO_FILTER ;
53 #define ITEM_TOOLBAR_OUTLINE_MAKE \
54     Identifier = SID_OUTLINE_MAKE ; \
55     HelpId = SID_OUTLINE_MAKE ;
58 #define ITEM_TOOLBAR_OUTLINE_REMOVE \
59     Identifier = SID_OUTLINE_REMOVE ; \
60     HelpId = SID_OUTLINE_REMOVE ;
62 #define ITEM_TOOLBAR_DRAW_CHART \
63     Identifier = SID_INSERT_DIAGRAM ; \
64     HelpId = SID_DRAW_CHART ;
66 #define ITEM_TOOLBAR_SPELLING \
67     Identifier = SID_SPELL_DIALOG ; \
68     HelpId = SID_SPELL_DIALOG ;
70 #define ITEM_TOOLBAR_THESAURUS \
71     Identifier = SID_THESAURUS ; \
72     HelpId = SID_THESAURUS ;
74 #define ITEM_TOOLBAR_FILTER \
75     Identifier = SID_FILTER ; \
76     HelpId = SID_FILTER ;
78 #define ITEM_TOOLBAR_SPECIAL_FILTER \
79     Identifier = SID_SPECIAL_FILTER;\
80     HelpId = SID_SPECIAL_FILTER ;
82 String SCSTR_QHELP_POSWND
84     Text [ en-US ] = "Name Box" ;
87 String SCSTR_QHELP_INPUTWND
89     Text [ en-US ] = "Input line" ;
92 String SCSTR_QHELP_BTNCALC
94     Text [ en-US ] = "Function Wizard" ;
97 String SCSTR_QHELP_BTNOK
99     Text [ en-US ] = "Accept" ;
102 String SCSTR_QHELP_BTNCANCEL
104     Text [ en-US ] = "Cancel" ;
107 String SCSTR_QHELP_BTNSUM
109     Text [ en-US ] = "Sum" ;
112 String SCSTR_QHELP_BTNEQUAL
114     Text [ en-US ] = "Function" ;
118 String SCSTR_QHELP_EXPAND_FORMULA
120     Text [ en-US ] = "Expand Formula Bar" ;
123 String SCSTR_QHELP_COLLAPSE_FORMULA
125     Text [ en-US ] = "Collapse Formula Bar" ;
128 // Don't use this image list for normal toolbar images. We have now our commandimagelist
129 // folder in icon-themes/(name of theme)/cmd. This list is now only used for special
130 //toolboxes that are used in floating windows.
132 #define DEFAULT_IDLIST \
133     IdList = {                                          \
134         /* Eingabezeile */                              \
135         SID_INPUT_FUNCTION;             /* 26047 */     \
136         SID_INPUT_SUM;                  /* 26048 */     \
137         SID_INPUT_EQUAL;                /* 26049 */     \
138         SID_INPUT_CANCEL;               /* 26050 */     \
139         SID_INPUT_OK;                   /* 26051 */     \
140     };                                                  \
141     IdCount = {                                         \
142         5;                                              \
143     };
145 ImageList RID_DEFAULTIMAGELIST_SC
147     Prefix = "sc";
148     MaskColor = STD_MASKCOLOR ;
149     DEFAULT_IDLIST
152 ImageList RID_DEFAULTIMAGELIST_LC
154     Prefix = "lc";
155     MaskColor = STD_MASKCOLOR ;
156     DEFAULT_IDLIST
159 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */