From 0215fb71b2bde7c261316a6cb7c704d0b90d29c6 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Tue, 9 Jul 2002 06:46:43 +0000 Subject: #96306# remove unused helpids and change delete, paste and copy --- dbaccess/source/ui/inc/browserids.hxx | 11 ++--------- dbaccess/source/ui/inc/unodatbr.hxx | 16 ++++++++++++++-- 2 files changed, 16 insertions(+), 11 deletions(-) (limited to 'dbaccess/source/ui/inc') diff --git a/dbaccess/source/ui/inc/browserids.hxx b/dbaccess/source/ui/inc/browserids.hxx index dc868e5b22c0..b971b668f140 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.25 $ + * $Revision: 1.26 $ * - * last change: $Author: fs $ $Date: 2002-05-22 12:31:34 $ + * last change: $Author: oj $ $Date: 2002-07-09 07:44:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -110,9 +110,6 @@ #define ID_TREE_ADMINISTRATE 1 #define ID_TREE_CLOSE_CONN 2 #define ID_TREE_REBUILD_CONN 3 -#define ID_TREE_TABLE_COPY 4 -#define ID_TREE_QUERY_COPY 5 -#define ID_TREE_TABLE_PASTE 6 #define ID_TREE_RELATION_DESIGN 7 #define ID_TABLE_DESIGN_NO_CONNECTION 8 #define ID_OPEN_DOCUMENT 9 @@ -135,11 +132,7 @@ #define ID_EDIT_TABLE 26 #define ID_DROP_TABLE 27 #define ID_NEW_VIEW_DESIGN 28 -#define ID_DROP_VIEW 29 -#define ID_TREE_VIEW_COPY 30 -#define ID_TREE_VIEW_PASTE 31 #define ID_DIRECT_SQL 32 -#define ID_TREE_QUERY_PASTE 33 #define ID_BROWSER_REFRESH_REBUILD 34 #define ID_RENAME_ENTRY 35 #define ID_INDEX_NEW 36 diff --git a/dbaccess/source/ui/inc/unodatbr.hxx b/dbaccess/source/ui/inc/unodatbr.hxx index 4497c830a26c..7180752ac3e8 100644 --- a/dbaccess/source/ui/inc/unodatbr.hxx +++ b/dbaccess/source/ui/inc/unodatbr.hxx @@ -2,9 +2,9 @@ * * $RCSfile: unodatbr.hxx,v $ * - * $Revision: 1.48 $ + * $Revision: 1.49 $ * - * last change: $Author: oj $ $Date: 2002-06-27 07:26:13 $ + * last change: $Author: oj $ $Date: 2002-07-09 07:44:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -494,6 +494,18 @@ namespace dbaui void clearGridColumns(const ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer >& _xColContainer); sal_Bool isHiContrast() const; + + /** called to handle all entries in the context menu for bookmarks + @param _nPos + The entry in the context menu. + @param pEntry + The entry to wish the context menu should be handled. + @param eType + The type of pEntry. + @param pDSEntry + The root entry of pEntry. + */ + void handleLinkContextMenu(USHORT _nPos,SvLBoxEntry* pEntry,EntryType eType,SvLBoxEntry* pDSEntry); }; // ......................................................................... -- cgit