Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / extensions / source / bibliography / toolbar.src
blob76f69b3248b067e3344e412ae537cdf2f5b01feb
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
18 #include <svx/svxids.hrc>
19 #include "bibliography.hrc"
20 #include "toolbar.hrc"
21 #include "svx/svxcommands.h"
23 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
25 ToolBox RID_BIB_TOOLBAR
27     HelpId = HID_BIB_DB_TBX;
28     Sizeable = TRUE ;
29     HideWhenDeactivate = TRUE ;
30     LineSpacing = TRUE ;
31     Border = TRUE ;
32     SVLook = TRUE ;
33     Pos = MAP_APPFONT ( 0 , 0 ) ;
34     Size = MAP_APPFONT ( 200 , 16 ) ;
35     ButtonType = BUTTON_SYMBOL ;
36     ItemList =
37     {
38         ToolBoxItem
39         {
40             Identifier = TBC_FT_SOURCE;
41             Text [ en-US ] = "Table";
42         };
43         ToolBoxItem
44         {
45             Identifier = TBC_LB_SOURCE;
46             HelpID = HID_BIB_TBX_TABLE;
47             Command = ".uno:Bib/source" ;
48         };
49         ToolBoxItem
50         {
51             Type = TOOLBOXITEM_SEPARATOR ;
52         };
54         ToolBoxItem
55         {
56             Identifier = TBC_FT_QUERY;
57             Text [ en-US ] = "Search Key";
58         };
59         ToolBoxItem
60         {
61             Identifier = TBC_ED_QUERY;
62             HelpID = HID_BIB_TBX_SEARCH;
63             Command = ".uno:Bib/query" ;
64         };
65         ToolBoxItem
66         {
67             Type = TOOLBOXITEM_SEPARATOR ;
68         };
70         ToolBoxItem
71         {
72             Identifier = TBC_BT_AUTOFILTER ;
73             HelpID = HID_BIB_TBX_AUTOFILTER;
74 //            ItemBitmap = Bitmap { File = "sc10716.bmp" ; };
75             DropDown = TRUE ;
76             Command = ".uno:Bib/autoFilter" ;
77             Text [ en-US ] = "AutoFilter";
78         };
80         ToolBoxItem
81         {
82             Identifier = TBC_BT_FILTERCRIT ;
83 //            ItemBitmap = Bitmap { File = "sc10715.bmp" ; };
84             Command = ".uno:Bib/standardFilter" ;
85             Text [ en-US ] = "Standard Filter";
86         };
88         ToolBoxItem
89         {
90             Identifier = TBC_BT_REMOVEFILTER ;
91 //            ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
92             Command = ".uno:Bib/removeFilter" ;
93             Text [ en-US ] = "Remove Filter";
94         };
95         ToolBoxItem
96         {
97             Identifier = TBC_BT_COL_ASSIGN ;
98             HelpId = HID_BIB_MAPPINGDLG;
99 //          Command = ".uno:Bib/Mapping" ;
100 //            ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
101             Text [ en-US ] = "Column Arrangement";
102         };
103         ToolBoxItem
104         {
105             Identifier = TBC_BT_CHANGESOURCE ;
106             HelpId = HID_BIB_CHANGESOURCE;
107             Command = ".uno:Bib/sdbsource" ;
108 //            ItemBitmap = Bitmap { File = "sc10711.bmp" ; };
109             Checkable=TRUE;
110             Text [ en-US ] = "Data Source";
111         };
112     };
113     Scroll = TRUE ;
115 #define BIB_IMAGES \
116     IdList =                                \
117     {                                       \
118         SID_FM_AUTOFILTER;      /*10716*/     \
119         SID_FM_FILTERCRIT;      /*10715*/     \
120         SID_FM_REMOVE_FILTER_SORT ; /*10711*/ \
121     };                                     \
122     IdCount = { 3; };
124 ImageList RID_TOOLBAR_IMGLIST
126     Prefix = "sc";
127     MASKCOLOR
128     BIB_IMAGES
131 ImageList RID_TOOLBAR_BIGIMGLIST
133     Prefix = "lc";
134     MASKCOLOR
135     BIB_IMAGES