merge the formfield patch from ooo-build
[ooovba.git] / extensions / source / bibliography / toolbar.src
blob4d07d0590f9334e927ae0361584d8dfbfc9fa136
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: toolbar.src,v $
10  * $Revision: 1.37 $
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  ************************************************************************/
30 #include <svx/svxids.hrc>
31 #include "extensio.hrc"
32 #include "toolbar.hrc"
34 #define MASKCOLOR       MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
36 ToolBox RID_BIB_TOOLBAR
38     HelpId = HID_BIB_DB_TBX;
39     Sizeable = TRUE ;
40     HideWhenDeactivate = TRUE ;
41     LineSpacing = TRUE ;
42     Border = TRUE ;
43     SVLook = TRUE ;
44     Pos = MAP_APPFONT ( 0 , 0 ) ;
45     Size = MAP_APPFONT ( 200 , 16 ) ;
46     ButtonType = BUTTON_SYMBOL ;
47     ItemList =
48     {
49         ToolBoxItem
50         {
51             Identifier = TBC_FT_SOURCE;
52             //HelpID = SID_SBA_BRW_INSERT ;
53             Text [ en-US ] = "Table";
54         };
55         ToolBoxItem
56         {
57             Identifier = TBC_LB_SOURCE;
58             HelpID = HID_BIB_TBX_TABLE;
59             Command = ".uno:Bib/source" ;
60         };
61         ToolBoxItem
62         {
63             Type = TOOLBOXITEM_SEPARATOR ;
64         };
66         ToolBoxItem
67         {
68             Identifier = TBC_FT_QUERY;
69             //HelpID = SID_SBA_BRW_INSERT ;
70             Text [ en-US ] = "Search Key";
71         };
72         ToolBoxItem
73         {
74             Identifier = TBC_ED_QUERY;
75             HelpID = HID_BIB_TBX_SEARCH;
76             Command = ".uno:Bib/query" ;
77         };
78         ToolBoxItem
79         {
80             Type = TOOLBOXITEM_SEPARATOR ;
81         };
83         ToolBoxItem
84         {
85             Identifier = TBC_BT_AUTOFILTER ;
86             HelpID = HID_BIB_TBX_AUTOFILTER;
87 //            ItemBitmap = Bitmap { File = "sc10716.bmp" ; };
88             DropDown = TRUE ;
89             Command = ".uno:Bib/autoFilter" ;
90             Text [ en-US ] = "AutoFilter";
91         };
93         ToolBoxItem
94         {
95             Identifier = TBC_BT_FILTERCRIT ;
96             HelpID = SID_FM_FILTERCRIT ;
97 //            ItemBitmap = Bitmap { File = "sc10715.bmp" ; };
98 //            Text [ de ] = "Standard Filter" ;
99             Command = ".uno:Bib/standardFilter" ;
100             Text [ en-US ] = "Standard Filter";
101         };
103         ToolBoxItem
104         {
105             Identifier = TBC_BT_REMOVEFILTER ;
106             HelpID = SID_FM_REMOVE_FILTER_SORT ;
107 //            ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
108             Command = ".uno:Bib/removeFilter" ;
109             Text [ en-US ] = "Remove Filter";
110         };
111         ToolBoxItem
112         {
113             Identifier = TBC_BT_COL_ASSIGN ;
114             HelpId = HID_BIB_MAPPINGDLG;
115 //                      Command = ".uno:Bib/Mapping" ;
116 //            ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
117             Text [ en-US ] = "Column Arrangement";
118         };
119         ToolBoxItem
120         {
121             Identifier = TBC_BT_CHANGESOURCE ;
122             HelpId = HID_BIB_CHANGESOURCE;
123             Command = ".uno:Bib/sdbsource" ;
124 //            ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
125             Checkable=TRUE;
126             Text [ en-US ] = "Data Source";
127         };
129         ToolBoxItem
130         {
131             Type = TOOLBOXITEM_SEPARATOR ;
132         };
134         ToolBoxItem
135         {
136             Identifier = TBC_BT_NEWCARD ;
137             //HelpID = SID_FM_REMOVE_FILTER_SORT ;
138             Command = ".uno:Bib/newEntry" ;
139             ItemBitmap = Bitmap { File = "newcard.bmp" ; };
140             Text [ en-US ] = "New Address";
141         };
143         ToolBoxItem
144         {
145             Identifier = TBC_BT_EDITCARD ;
146             //HelpID = SID_FM_REMOVE_FILTER_SORT ;
147             Command = ".uno:Bib/changeEntry" ;
148             ItemBitmap = Bitmap { File = "modcard.bmp" ; };
149             Text [ en-US ] = "Edit Address";
150         };
152         ToolBoxItem
153         {
154             Identifier = TBC_BT_REMOVECARD ;
155             //HelpID = SID_FM_REMOVE_FILTER_SORT ;
156             Command = ".uno:Bib/removeEntry" ;
157             ItemBitmap = Bitmap { File = "remcard.bmp" ; };
158             Text [ en-US ] = "Remove Address";
159         };
161         ToolBoxItem
162         {
163             Type = TOOLBOXITEM_SEPARATOR ;
164         };
166         ToolBoxItem
167         {
168             Identifier = TBC_BT_INSERT ;
169             HelpID = SID_SBA_BRW_INSERT ;
170             ItemBitmap = Bitmap { File = "sc12202.bmp" ; };
171             Text [ en-US ] = "Data into Text";
172         };
173         ToolBoxItem
174         {
175             Identifier = TBC_BT_UPDATE ;
176             HelpID = SID_SBA_BRW_UPDATE ;
177             ItemBitmap = Bitmap { File = "sc12201.bmp" ; };
178             Text = "Daten in Felder" ;
179         };
181         ToolBoxItem
182         {
183             Type = TOOLBOXITEM_SEPARATOR ;
184         };
186         ToolBoxItem
187         {
188             Identifier = TBC_BT_MAIL ;
189             //HelpID = HID_ADDRPI_AUTOMAIL ;
190             ItemBitmap = Bitmap { File = "sc06305.bmp" ; };
191             Text [ en-US ] = "AutoMail";
192         };
193         ToolBoxItem
194         {
195             Identifier = TBC_BT_URL ;
196             //HelpID = HID_ADDRPI_AUTOBROWSE ;
197             ItemBitmap = Bitmap { File = "sc06304.bmp" ; };
198             Text [ en-US ] = "AutoBrowse";
199         };*/
200     };
201     Scroll = TRUE ;
203 #define BIB_IMAGES \
204     IdList =                                \
205     {                                       \
206         SID_FM_AUTOFILTER;      /*10716*/     \
207         SID_FM_FILTERCRIT;      /*10715*/     \
208         SID_FM_REMOVE_FILTER_SORT ; /*10711*/ \
209     };                                     \
210     IdCount = { 3; };
212 ImageList RID_TOOLBAR_IMGLIST
214     Prefix = "sc";
215     MASKCOLOR
216     BIB_IMAGES
218 ImageList RID_TOOLBAR_IMGLIST_HC
220     Prefix = "sch";
221     MASKCOLOR
222     BIB_IMAGES
225 ImageList RID_TOOLBAR_BIGIMGLIST
227     Prefix = "lc";
228     MASKCOLOR
229     BIB_IMAGES
231 ImageList RID_TOOLBAR_BIGIMGLIST_HC
233     Prefix = "lch";
234     MASKCOLOR
235     BIB_IMAGES