1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: browserids.hxx,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
30 #ifndef DBACCESS_UI_BROWSER_ID_HXX
31 #define DBACCESS_UI_BROWSER_ID_HXX
34 #include <svx/svxids.hrc>
36 #ifndef _DBACCESS_SLOTID_HRC_
37 #include "dbaccess_slotid.hrc"
40 #define ID_BROWSER_COPY SID_COPY
41 #define ID_BROWSER_CUT SID_CUT
42 #define ID_BROWSER_EDITDOC SID_EDITDOC
43 #define ID_BROWSER_UNDORECORD SID_FM_RECORD_UNDO
44 #define ID_BROWSER_SAVERECORD SID_FM_RECORD_SAVE
45 #define ID_BROWSER_PASTE SID_PASTE
46 #define ID_BROWSER_CLIPBOARD_FORMAT_ITEMS SID_CLIPBOARD_FORMAT_ITEMS
47 #define ID_BROWSER_REDO SID_REDO
48 #define ID_BROWSER_SAVEDOC SID_SAVEDOC
49 #define ID_BROWSER_SAVEASDOC SID_SAVEASDOC
50 #define ID_BROWSER_TITLE SID_DOCINFO_TITLE
51 #define ID_BROWSER_UNDO SID_UNDO
52 #define ID_BROWSER_INSERTCOLUMNS SID_SBA_BRW_INSERT
53 #define ID_BROWSER_FORMLETTER SID_SBA_BRW_MERGE
54 #define ID_BROWSER_INSERTCONTENT SID_SBA_BRW_UPDATE
56 #define ID_BROWSER_SEARCH SID_FM_SEARCH
57 #define ID_BROWSER_SORTUP SID_FM_SORTUP
58 #define ID_BROWSER_SORTDOWN SID_FM_SORTDOWN
59 #define ID_BROWSER_AUTOFILTER SID_FM_AUTOFILTER
60 #define ID_BROWSER_FILTERCRIT SID_FM_FILTERCRIT
61 #define ID_BROWSER_ORDERCRIT SID_FM_ORDERCRIT
62 #define ID_BROWSER_REMOVEFILTER SID_FM_REMOVE_FILTER_SORT
63 #define ID_BROWSER_FILTERED SID_FM_FORM_FILTERED
64 #define ID_BROWSER_REFRESH SID_FM_REFRESH
65 #define ID_BROWSER_EXPL_PREVLEVEL SID_EXPLORER_PREVLEVEL
66 #define ID_BROWSER_COLATTRSET 20 // Spaltenformatierung
67 #define ID_BROWSER_COLWIDTH 21 // Spaltenbreite
68 #define ID_BROWSER_TABLEATTR 22 // table format attributes
69 #define ID_BROWSER_ROWHEIGHT 23 // Zeilenhoehe
70 #define ID_BROWSER_COLUMNINFO 24 // copies the column description to insert it into the table design
71 #define ID_BROWSER_COUNTALL SID_FM_COUNTALL // count all
72 #define ID_BROWSER_ADDTABLE SID_FM_ADDTABLE
73 #define ID_BROWSER_EXPLORER SID_DSBROWSER_EXPLORER
74 #define ID_BROWSER_DOCUMENT_DATASOURCE SID_DOCUMENT_DATA_SOURCE
76 // The following ids are local to special components (e.g. menus), so they don't need to be unique
77 // overall. Please have this in mind when changing anything
78 #define ID_TREE_EDIT_DATABASE 1
79 #define ID_TREE_CLOSE_CONN 2
81 #define ID_TREE_ADMINISTRATE 4
82 #define ID_MIGRATE_SCRIPTS 5
84 #define ID_REPORT_NEW_TEXT 14
85 #define ID_FORM_NEW_TEXT 15
86 #define ID_FORM_NEW_CALC 16
87 #define ID_FORM_NEW_IMPRESS 17
88 #define ID_NEW_QUERY_DESIGN 20
89 #define ID_EDIT_QUERY_DESIGN 21
90 #define ID_NEW_QUERY_SQL 22
91 #define ID_EDIT_QUERY_SQL 23
92 #define ID_NEW_TABLE_DESIGN 25
93 #define ID_NEW_VIEW_DESIGN 28
94 #define ID_DIRECT_SQL 32
95 #define ID_BROWSER_REFRESH_REBUILD 34
96 #define ID_INDEX_NEW 36
97 #define ID_INDEX_DROP 37
98 #define ID_INDEX_RENAME 38
99 #define ID_INDEX_SAVE 39
100 #define ID_INDEX_RESET 40
101 #define ID_DOCUMENT_CREATE_REPWIZ 41
102 #define ID_BROWSER_SQL 42
104 #define ID_APP_NEW_QUERY_AUTO_PILOT 44
105 #define ID_NEW_TABLE_DESIGN_AUTO_PILOT 45
106 #define ID_NEW_VIEW_DESIGN_AUTO_PILOT 46
110 #define ID_BROWSER_QUERY_EXECUTE SID_FM_EXECUTE
112 #define ID_BROWSER_CLOSE SID_CLOSEWIN
113 #define ID_BROWSER_ESACPEPROCESSING SID_FM_NATIVESQL
115 #define ID_QUERY_FUNCTION (SID_SBA_START + 41) // Funktionen anzeigen
116 #define ID_QUERY_TABLENAME (SID_SBA_START + 42) // Tabellennamen anzeigen
117 #define ID_QUERY_ALIASNAME (SID_SBA_START + 43) // Aliasnamen anzeigen
118 #define ID_QUERY_DISTINCT (SID_SBA_START + 44) // Distinct anzeigen
119 #define ID_QUERY_EDIT_JOINCONNECTION (SID_SBA_START + 45) // show-edit Join
120 #define ID_BROWSER_INSERT_ROW (SID_SBA_START + 46) // insert row
121 #define ID_QUERY_ZOOM_IN SID_ZOOM_IN
122 #define ID_QUERY_ZOOM_OUT SID_ZOOM_OUT
125 #endif // DBACCESS_UI_BROWSER_ID_HXX