summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/browserids.hxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-02-05 08:12:46 +0000
committerOcke Janssen <oj@openoffice.org>2001-02-05 08:12:46 +0000
commitf639e6f22e26b8cb12111ff702b028be0bfe71ce (patch)
tree57bd3e01c14aca8a4d2c1b3095b087ffe044c1c2 /dbaccess/source/ui/inc/browserids.hxx
parentquerydesign (diff)
downloadcore-f639e6f22e26b8cb12111ff702b028be0bfe71ce.tar.gz
core-f639e6f22e26b8cb12111ff702b028be0bfe71ce.zip
changes for querydesign
Diffstat (limited to 'dbaccess/source/ui/inc/browserids.hxx')
-rw-r--r--dbaccess/source/ui/inc/browserids.hxx17
1 files changed, 12 insertions, 5 deletions
diff --git a/dbaccess/source/ui/inc/browserids.hxx b/dbaccess/source/ui/inc/browserids.hxx
index edf631b4d751..b092316a25b6 100644
--- a/dbaccess/source/ui/inc/browserids.hxx
+++ b/dbaccess/source/ui/inc/browserids.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: browserids.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-01-11 09:19:40 $
+ * last change: $Author: oj $ $Date: 2001-02-05 09:12:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,9 +103,10 @@
#define ID_TREE_ADMINISTRATE 1
#define ID_TREE_CLOSE_CONN 2
#define ID_TREE_REBUILD_CONN 3
-#define ID_TREE_QUERY_CREATE 4
-#define ID_TREE_QUERY_EDIT 5
-#define ID_TREE_QUERY_DELETE 6
+#define ID_TREE_QUERY_CREATE_DESIGN 4
+#define ID_TREE_QUERY_CREATE_TEXT 5
+#define ID_TREE_QUERY_EDIT 6
+#define ID_TREE_QUERY_DELETE 7
#define ID_BROWSER_QUERY_EXECUTE SID_FM_EXECUTE
#define ID_BROWSER_CLEAR_QUERY (SID_SBA_START+130)
@@ -116,6 +117,12 @@
#define ID_BROWSER_CLOSE SID_CLOSEDOC
#define ID_BROWSER_ESACPEPROCESSING SID_FM_NATIVESQL
+#define ID_QUERY_FUNCTION (SID_SBA_START + 41) // Funktionen anzeigen
+#define ID_QUERY_TABLENAME (SID_SBA_START + 42) // Tabellennamen anzeigen
+#define ID_QUERY_ALIASNAME (SID_SBA_START + 43) // Aliasnamen anzeigen
+#define ID_QUERY_DISTINCT (SID_SBA_START + 44) // Distinct anzeigen
+#define ID_QUERY_ZOOM_IN SID_ZOOM_IN
+#define ID_QUERY_ZOOM_OUT SID_ZOOM_OUT
#endif // DBACCESS_UI_BROWSER_ID_HXX