180fe9c7bSAndrew Rist/**************************************************************
2*2c4c1185Smseidel *
380fe9c7bSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
480fe9c7bSAndrew Rist * or more contributor license agreements.  See the NOTICE file
580fe9c7bSAndrew Rist * distributed with this work for additional information
680fe9c7bSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
780fe9c7bSAndrew Rist * to you under the Apache License, Version 2.0 (the
880fe9c7bSAndrew Rist * "License"); you may not use this file except in compliance
980fe9c7bSAndrew Rist * with the License.  You may obtain a copy of the License at
10*2c4c1185Smseidel *
1180fe9c7bSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*2c4c1185Smseidel *
1380fe9c7bSAndrew Rist * Unless required by applicable law or agreed to in writing,
1480fe9c7bSAndrew Rist * software distributed under the License is distributed on an
1580fe9c7bSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1680fe9c7bSAndrew Rist * KIND, either express or implied.  See the License for the
1780fe9c7bSAndrew Rist * specific language governing permissions and limitations
1880fe9c7bSAndrew Rist * under the License.
19*2c4c1185Smseidel *
2080fe9c7bSAndrew Rist *************************************************************/
2180fe9c7bSAndrew Rist
2280fe9c7bSAndrew Rist
23*2c4c1185Smseidel
24cdf0e10cSrcweir#include <svx/svxids.hrc>
25cdf0e10cSrcweir#include "bibliography.hrc"
26cdf0e10cSrcweir#include "toolbar.hrc"
27cdf0e10cSrcweir#include "svx/svxcommands.h"
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define MASKCOLOR	MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; };
30cdf0e10cSrcweir
31cdf0e10cSrcweirToolBox RID_BIB_TOOLBAR
32cdf0e10cSrcweir{
33*2c4c1185Smseidel	HelpId = HID_BIB_DB_TBX ;
34*2c4c1185Smseidel	Sizeable = TRUE ;
35*2c4c1185Smseidel	HideWhenDeactivate = TRUE ;
36*2c4c1185Smseidel	LineSpacing = TRUE ;
37*2c4c1185Smseidel	Border = TRUE ;
38*2c4c1185Smseidel	SVLook = TRUE ;
39*2c4c1185Smseidel	Pos = MAP_APPFONT ( 0, 0 ) ;
40*2c4c1185Smseidel	Size = MAP_APPFONT ( 200, 16 ) ;
41*2c4c1185Smseidel	ButtonType = BUTTON_SYMBOL ;
42*2c4c1185Smseidel	ItemList =
43*2c4c1185Smseidel	{
44cdf0e10cSrcweir		ToolBoxItem
45*2c4c1185Smseidel		{
46*2c4c1185Smseidel			Identifier = TBC_FT_SOURCE ;
47*2c4c1185Smseidel			Text [ en-US ] = "Table" ;
48cdf0e10cSrcweir		};
49cdf0e10cSrcweir		ToolBoxItem
50*2c4c1185Smseidel		{
51*2c4c1185Smseidel			Identifier = TBC_LB_SOURCE ;
52*2c4c1185Smseidel			HelpID = HID_BIB_TBX_TABLE ;
53*2c4c1185Smseidel			Command = ".uno:Bib/source" ;
54*2c4c1185Smseidel		};
55cdf0e10cSrcweir		ToolBoxItem
56*2c4c1185Smseidel		{
57*2c4c1185Smseidel			Type = TOOLBOXITEM_SEPARATOR ;
58*2c4c1185Smseidel		};
59cdf0e10cSrcweir
60cdf0e10cSrcweir		ToolBoxItem
61*2c4c1185Smseidel		{
62*2c4c1185Smseidel			Identifier = TBC_FT_QUERY ;
63*2c4c1185Smseidel			Text [ en-US ] = "Search Key" ;
64cdf0e10cSrcweir		};
65cdf0e10cSrcweir		ToolBoxItem
66*2c4c1185Smseidel		{
67*2c4c1185Smseidel			Identifier = TBC_ED_QUERY ;
68*2c4c1185Smseidel			HelpID = HID_BIB_TBX_SEARCH ;
69*2c4c1185Smseidel			Command = ".uno:Bib/query" ;
70*2c4c1185Smseidel		};
71cdf0e10cSrcweir		ToolBoxItem
72*2c4c1185Smseidel		{
73*2c4c1185Smseidel			Type = TOOLBOXITEM_SEPARATOR ;
74*2c4c1185Smseidel		};
75cdf0e10cSrcweir
76cdf0e10cSrcweir		ToolBoxItem
77*2c4c1185Smseidel		{
78*2c4c1185Smseidel			Identifier = TBC_BT_AUTOFILTER ;
79*2c4c1185Smseidel			HelpID = HID_BIB_TBX_AUTOFILTER ;
80*2c4c1185Smseidel//			ItemBitmap = Bitmap {File = "sc10716.png" ;} ;
81*2c4c1185Smseidel			DropDown = TRUE ;
82*2c4c1185Smseidel			Command = ".uno:Bib/autoFilter" ;
83*2c4c1185Smseidel			Text [ en-US ] = "AutoFilter" ;
84cdf0e10cSrcweir		};
85cdf0e10cSrcweir
86cdf0e10cSrcweir		ToolBoxItem
87*2c4c1185Smseidel		{
88*2c4c1185Smseidel			Identifier = TBC_BT_FILTERCRIT ;
89*2c4c1185Smseidel//			ItemBitmap = Bitmap {File = "sc10715.png" ;} ;
90*2c4c1185Smseidel//			Text [ de ] = "Standard Filter" ;
91cdf0e10cSrcweir			Command = ".uno:Bib/standardFilter" ;
92*2c4c1185Smseidel			Text [ en-US ] = "Standard Filter" ;
93cdf0e10cSrcweir		};
94cdf0e10cSrcweir
95cdf0e10cSrcweir		ToolBoxItem
96*2c4c1185Smseidel		{
97*2c4c1185Smseidel			Identifier = TBC_BT_REMOVEFILTER ;
98*2c4c1185Smseidel//			ItemBitmap = Bitmap {File = "sc10711.png" ;} ;
99cdf0e10cSrcweir			Command = ".uno:Bib/removeFilter" ;
100*2c4c1185Smseidel			Text [ en-US ] = "Remove Filter" ;
101cdf0e10cSrcweir		};
102cdf0e10cSrcweir		ToolBoxItem
103cdf0e10cSrcweir		{
104*2c4c1185Smseidel			Identifier = TBC_BT_COL_ASSIGN ;
105*2c4c1185Smseidel			HelpId = HID_BIB_MAPPINGDLG ;
106cdf0e10cSrcweir//			Command = ".uno:Bib/Mapping" ;
107*2c4c1185Smseidel//			ItemBitmap = Bitmap {File = "sc10711.png" ;} ;
108*2c4c1185Smseidel			Text [ en-US ] = "Column Arrangement" ;
109cdf0e10cSrcweir		};
110cdf0e10cSrcweir		ToolBoxItem
111cdf0e10cSrcweir		{
112*2c4c1185Smseidel			Identifier = TBC_BT_CHANGESOURCE ;
113cdf0e10cSrcweir			HelpId = HID_BIB_CHANGESOURCE;
114*2c4c1185Smseidel			Command = ".uno:Bib/sdbsource" ;
115*2c4c1185Smseidel//			ItemBitmap = Bitmap {File = "sc10711.png" ;} ;
116cdf0e10cSrcweir			Checkable=TRUE;
117*2c4c1185Smseidel			Text [ en-US ] = "Data Source" ;
118cdf0e10cSrcweir		};
119*2c4c1185Smseidel	};
120*2c4c1185Smseidel	Scroll = TRUE ;
121cdf0e10cSrcweir};
122cdf0e10cSrcweir#define BIB_IMAGES \
123*2c4c1185Smseidel	IdList =									\
124*2c4c1185Smseidel	{											\
125*2c4c1185Smseidel		SID_FM_AUTOFILTER; /*10716*/			\
126*2c4c1185Smseidel		SID_FM_FILTERCRIT; /*10715*/			\
127*2c4c1185Smseidel		SID_FM_REMOVE_FILTER_SORT; /*10711*/	\
128*2c4c1185Smseidel	};											\
129*2c4c1185Smseidel	IdCount = { 3; };
130cdf0e10cSrcweir
131cdf0e10cSrcweirImageList RID_TOOLBAR_IMGLIST
132cdf0e10cSrcweir{
133*2c4c1185Smseidel	Prefix = "sc" ;
134*2c4c1185Smseidel	MASKCOLOR
135*2c4c1185Smseidel	BIB_IMAGES
136cdf0e10cSrcweir};
137cdf0e10cSrcweirImageList RID_TOOLBAR_IMGLIST_HC
138cdf0e10cSrcweir{
139*2c4c1185Smseidel	Prefix = "sch" ;
140*2c4c1185Smseidel	MASKCOLOR
141*2c4c1185Smseidel	BIB_IMAGES
142cdf0e10cSrcweir};
143cdf0e10cSrcweir
144cdf0e10cSrcweirImageList RID_TOOLBAR_BIGIMGLIST
145cdf0e10cSrcweir{
146*2c4c1185Smseidel	Prefix = "lc" ;
147*2c4c1185Smseidel	MASKCOLOR
148*2c4c1185Smseidel	BIB_IMAGES
149cdf0e10cSrcweir};
150cdf0e10cSrcweirImageList RID_TOOLBAR_BIGIMGLIST_HC
151cdf0e10cSrcweir{
152*2c4c1185Smseidel	Prefix = "lch" ;
153*2c4c1185Smseidel	MASKCOLOR
154*2c4c1185Smseidel	BIB_IMAGES
155cdf0e10cSrcweir};
156cdf0e10cSrcweir
157*2c4c1185Smseidel// ********************************************************************** EOF
158