summaryrefslogtreecommitdiff
path: root/dbaccess/inc/dbaccess_slotid.hrc
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:41:42 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-08-02 13:41:42 +0000
commit447fa4b96433c6a2ca734da0b427cc61c7e318ec (patch)
tree35a7fcd3f737100eb203cd7918daf3c3465dc9ef /dbaccess/inc/dbaccess_slotid.hrc
parentec0890c3dc86390f0ee81ff574735aba497fb829 (diff)
INTEGRATION: CWS insight01 (1.2.134); FILE MERGED
2004/03/15 12:25:00 oj 1.2.134.9: #111075# ongoing work 2004/03/05 07:14:59 oj 1.2.134.8: #111090# changes for the new prop dialogs 2004/02/20 11:32:35 oj 1.2.134.7: #i25414# extend the datadescriptor for database location and connection resource 2004/01/21 13:02:36 oj 1.2.134.6: #i24179# remove unused slots 2004/01/07 13:52:32 oj 1.2.134.5: #111075# ongoing work 2003/11/26 12:25:24 oj 1.2.134.4: #111075# ongoing work 2003/10/24 06:36:25 oj 1.2.134.3: #i21643# import filter changes 2003/08/15 08:52:49 oj 1.2.134.2: #111075# ongoing new dbaapp work 2003/07/29 12:46:09 oj 1.2.134.1: #111075# insight changes
Diffstat (limited to 'dbaccess/inc/dbaccess_slotid.hrc')
-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_