summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbaccess/inc/dbaccess_slotid.hrc45
1 files changed, 31 insertions, 14 deletions
diff --git a/dbaccess/inc/dbaccess_slotid.hrc b/dbaccess/inc/dbaccess_slotid.hrc
index 525db4616780..2307be104678 100644
--- a/dbaccess/inc/dbaccess_slotid.hrc
+++ b/dbaccess/inc/dbaccess_slotid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbaccess_slotid.hrc,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: fs $ $Date: 2001-06-22 10:39:35 $
+ * last change: $Author: hr $ $Date: 2004-08-02 14:41:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,18 +66,35 @@
#include <sfx2/sfxsids.hrc>
#endif
-#define SID_INDEXDESIGN ( SID_DBACCESS_START + 0 )
-#define SID_DOCUMENT_DATA_SOURCE ( SID_DBACCESS_START + 1 )
+#define SID_INDEXDESIGN ( SID_DBACCESS_START + 0 )
+#define SID_DOCUMENT_DATA_SOURCE ( SID_DBACCESS_START + 1 )
+#define SID_DB_NEW ( SID_DBACCESS_START + 2 )
+#define SID_DB_APP_DELETE ( SID_DBACCESS_START + 3 )
+#define SID_DB_APP_RENAME ( SID_DBACCESS_START + 4 )
+#define SID_DB_APP_EDIT ( SID_DBACCESS_START + 5 )
+#define SID_DB_APP_SELECTALL ( SID_DBACCESS_START + 6 )
+#define SID_DB_APP_VIEW_DOCINFO_PREVIEW ( SID_DBACCESS_START + 7 )
+#define SID_DB_APP_VIEW_DOC_PREVIEW ( SID_DBACCESS_START + 8 )
+#define SID_DB_APP_VIEW_TABLES ( SID_DBACCESS_START + 9 )
+#define SID_DB_APP_VIEW_QUERIES ( SID_DBACCESS_START + 10 )
+#define SID_DB_APP_DSIMPORT ( SID_DBACCESS_START + 11 )
+#define SID_DB_APP_VIEW_FORMS ( SID_DBACCESS_START + 12 )
+#define SID_DB_APP_DSRELDESIGN ( SID_DBACCESS_START + 13 )
+#define SID_DB_APP_DSUSERADMIN ( SID_DBACCESS_START + 14 )
+#define SID_DB_APP_TABLEFILTER ( SID_DBACCESS_START + 15 )
+#define SID_DB_APP_CLOSECONNECTION ( SID_DBACCESS_START + 16 )
+#define SID_DB_APP_DSPROPS ( SID_DBACCESS_START + 17 )
+#define SID_DB_APP_OPEN ( SID_DBACCESS_START + 18 )
+#define SID_DB_APP_PASTE_SPECIAL ( SID_DBACCESS_START + 19 )
+#define SID_DB_APP_CONVERTTOVIEW ( SID_DBACCESS_START + 20 )
+#define SID_DB_APP_REFRESH_TABLES ( SID_DBACCESS_START + 21 )
+#define SID_DB_APP_VIEW_REPORTS ( SID_DBACCESS_START + 22 )
+#define SID_DB_APP_DSEXPORT ( SID_DBACCESS_START + 23 )
+#define SID_DB_APP_DISABLE_PREVIEW ( SID_DBACCESS_START + 24 )
+#define SID_DB_APP_DSCONNECTION_TYPE ( SID_DBACCESS_START + 25 )
+#define SID_DB_APP_DSADVANCED_SETTINGS ( SID_DBACCESS_START + 26 )
+#define SID_DB_APP_DBADMIN ( SID_DBACCESS_START + 27 )
-#endif // _DBACCESS_SLOTID_HRC_
-/*************************************************************************
- * history:
- * $Log: not supported by cvs2svn $
- * Revision 1.1 2001/03/16 17:25:39 fs
- * initial checkin - slot ids for dbaccess
- *
- *
- * Revision 1.0 07.03.01 09:42:29 fs
- ************************************************************************/
+#endif // _DBACCESS_SLOTID_HRC_