fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / dbaccess / source / ui / inc / toolbox_tmpl.hrc
blob6aeaa14674dd6e6ee00df8ca127fb55aa78e8030
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  */
19 #ifndef DBAUI_TOOLBOX_HRC
20 #define DBAUI_TOOLBOX_HRC
22 #define MID_SBA_QRY_REFRESH \
23     Identifier = ID_BROWSER_REFRESH ; \
24     Text [ en-US ] = "Refresh"; \
26 #define MID_NEW_VIEW_DESIGN \
27     Identifier = ID_NEW_VIEW_DESIGN;    \
28     HelpId = HID_BROWSER_VIEW_CREATE_DESIGN ; \
29     Text [ en-US ] = "New ~View Design" ; \
31 #define MID_NEW_TABLE_DESIGN \
32     Identifier = ID_NEW_TABLE_DESIGN;   \
33     HelpId = HID_BROWSER_TABLE_CREATE_DESIGN ; \
34     Text [ en-US ] = "New ~Table Design" ;\
36 #define MID_QUERY_NEW_DESIGN    \
37     Identifier = ID_NEW_QUERY_DESIGN;   \
38     HelpId = HID_BROWSER_QUERY_CREATE_DESIGN ; \
39     Text [ en-US ] = "New ~Query (Design View)" ; \
41 #define MID_QUERY_NEW_SQL   \
42     Identifier = ID_NEW_QUERY_SQL;  \
43     HelpId = HID_BROWSER_QUERY_CREATE_TEXT ; \
44     Text [ en-US ] = "New Query (~SQL View)" ; \
46 #define MID_DBUI_QUERY_EDIT_JOINCONNECTION                                    \
47     Identifier = ID_QUERY_EDIT_JOINCONNECTION;                                \
48     HelpId = HID_QUERY_EDIT_JOINCONNECTION ;                                    \
49     Text [ en-US ] = "Edit..."; \
51 #define MID_COLUMN_WIDTH\
52     Identifier = ID_BROWSER_COLWIDTH ;\
53     HelpID = HID_BROWSER_COLUMNWIDTH ;\
54     Text [ en-US ] = "Column ~Width..." ;\
56 #define MID_DOCUMENT_CREATE_REPWIZ\
57     Identifier = ID_DOCUMENT_CREATE_REPWIZ ;\
58     HelpID = HID_DOCUMENT_CREATE_REPWIZ ;\
59     Text [ en-US ] = "Report Wizard...";    \
61 #endif // DBAUI_TOOLBOX_HRC
63 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */