1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27#ifndef DBAUI_TOOLBOX_HXX
28#define DBAUI_TOOLBOX_HXX
29
30#define CUR_ITEM ToolBoxItem
31#define CUR_SEPARATOR CUR_ITEM {Type = TOOLBOXITEM_SEPARATOR;}
32
33#define MID_SBA_QRY_REFRESH \
34    Identifier = ID_BROWSER_REFRESH ; \
35	Text [ en-US ] = "Refresh"; \
36	Text [ x-comment ] = " ";	\
37
38
39#define MID_NEW_VIEW_DESIGN \
40	Identifier = ID_NEW_VIEW_DESIGN;	\
41	HelpId = HID_BROWSER_VIEW_CREATE_DESIGN ; \
42	Text [ en-US ] = "New ~View Design" ; \
43
44
45#define MID_NEW_TABLE_DESIGN \
46	Identifier = ID_NEW_TABLE_DESIGN;	\
47	HelpId = HID_BROWSER_TABLE_CREATE_DESIGN ; \
48	Text [ en-US ] = "New ~Table Design" ;\
49
50
51#define MID_QUERY_WIZARD	\
52	Identifier = ID_NEW_QUERY_WIZARD;	\
53	HelpId = HID_BROWSER_QUERY_WIZARD ; \
54	Text[ en-US ] = "Query AutoPilot...";	\
55
56
57#define MID_QUERY_NEW_DESIGN	\
58	Identifier = ID_NEW_QUERY_DESIGN;	\
59	HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ; \
60	Text [ en-US ] = "New ~Query (Design View)" ; \
61
62
63#define MID_QUERY_EDIT_DESIGN	\
64	Identifier = ID_EDIT_QUERY_DESIGN;	\
65	HelpId = HID_BROWSER_QUERY_EDIT ; \
66	Text [ en-US ] = "~Edit Query" ; \
67
68
69#define MID_QUERY_NEW_SQL	\
70	Identifier = ID_NEW_QUERY_SQL;	\
71	HelpId = HID_BROWSER_QUERY_CREATE_TEXT ; \
72	Text [ en-US ] = "New Query (~SQL View)" ; \
73
74
75#define MID_DBUI_QUERY_EDIT_JOINCONNECTION									  \
76	Identifier = ID_QUERY_EDIT_JOINCONNECTION;								  \
77	HelpId = HID_QUERY_EDIT_JOINCONNECTION ;									\
78	Text [ en-US ] = "Edit...";	\
79
80
81#define MID_COLUMN_WIDTH\
82	Identifier = ID_BROWSER_COLWIDTH ;\
83	HelpID = HID_BROWSER_COLUMNWIDTH ;\
84	Text [ en-US ] = "Column ~Width..." ;\
85
86
87#define MID_DOCUMENT_CREATE_REPWIZ\
88	Identifier = ID_DOCUMENT_CREATE_REPWIZ ;\
89	HelpID = HID_DOCUMENT_CREATE_REPWIZ ;\
90	Text [ en-US ] = "Report Wizard...";	\
91
92
93#define MID_DOCUMENT_NEW_AUTOPILOT								\
94	Identifier = SID_DB_FORM_NEW_PILOT;								\
95	HelpID = SID_DB_FORM_NEW_PILOT ;\
96	Text [ en-US ] = "Form AutoPilot...";	\
97
98
99#endif // DBAUI_TOOLBOX_HXX
100
101