2010-10-27 12:33:13 +01:00
|
|
|
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
2012-06-14 17:39:53 +01:00
|
|
|
/*
|
|
|
|
* This file is part of the LibreOffice project.
|
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*
|
|
|
|
* This file incorporates work covered by the following license notice:
|
|
|
|
*
|
|
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
|
|
* with this work for additional information regarding copyright
|
|
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of
|
|
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
|
|
*/
|
2001-01-09 15:11:54 +00:00
|
|
|
#ifndef DBACCESS_UI_BROWSER_ID_HXX
|
|
|
|
#define DBACCESS_UI_BROWSER_ID_HXX
|
|
|
|
|
2004-02-03 19:42:06 +00:00
|
|
|
#include <svx/svxids.hrc>
|
2001-03-16 16:26:53 +00:00
|
|
|
#include "dbaccess_slotid.hrc"
|
2001-01-09 15:11:54 +00:00
|
|
|
|
|
|
|
#define ID_BROWSER_COPY SID_COPY
|
|
|
|
#define ID_BROWSER_CUT SID_CUT
|
|
|
|
#define ID_BROWSER_EDITDOC SID_EDITDOC
|
2002-05-22 11:31:34 +00:00
|
|
|
#define ID_BROWSER_UNDORECORD SID_FM_RECORD_UNDO
|
|
|
|
#define ID_BROWSER_SAVERECORD SID_FM_RECORD_SAVE
|
2001-01-09 15:11:54 +00:00
|
|
|
#define ID_BROWSER_PASTE SID_PASTE
|
2002-09-24 14:07:30 +00:00
|
|
|
#define ID_BROWSER_CLIPBOARD_FORMAT_ITEMS SID_CLIPBOARD_FORMAT_ITEMS
|
2001-01-09 15:11:54 +00:00
|
|
|
#define ID_BROWSER_REDO SID_REDO
|
|
|
|
#define ID_BROWSER_SAVEDOC SID_SAVEDOC
|
2001-01-11 08:19:40 +00:00
|
|
|
#define ID_BROWSER_SAVEASDOC SID_SAVEASDOC
|
2001-01-09 15:11:54 +00:00
|
|
|
#define ID_BROWSER_TITLE SID_DOCINFO_TITLE
|
|
|
|
#define ID_BROWSER_UNDO SID_UNDO
|
|
|
|
#define ID_BROWSER_INSERTCOLUMNS SID_SBA_BRW_INSERT
|
|
|
|
#define ID_BROWSER_FORMLETTER SID_SBA_BRW_MERGE
|
|
|
|
#define ID_BROWSER_INSERTCONTENT SID_SBA_BRW_UPDATE
|
|
|
|
|
|
|
|
#define ID_BROWSER_SEARCH SID_FM_SEARCH
|
|
|
|
#define ID_BROWSER_SORTUP SID_FM_SORTUP
|
|
|
|
#define ID_BROWSER_SORTDOWN SID_FM_SORTDOWN
|
|
|
|
#define ID_BROWSER_AUTOFILTER SID_FM_AUTOFILTER
|
|
|
|
#define ID_BROWSER_FILTERCRIT SID_FM_FILTERCRIT
|
|
|
|
#define ID_BROWSER_ORDERCRIT SID_FM_ORDERCRIT
|
|
|
|
#define ID_BROWSER_REMOVEFILTER SID_FM_REMOVE_FILTER_SORT
|
|
|
|
#define ID_BROWSER_FILTERED SID_FM_FORM_FILTERED
|
|
|
|
#define ID_BROWSER_REFRESH SID_FM_REFRESH
|
|
|
|
#define ID_BROWSER_EXPL_PREVLEVEL SID_EXPLORER_PREVLEVEL
|
2001-02-12 15:04:14 +00:00
|
|
|
#define ID_BROWSER_COLATTRSET 20 // Spaltenformatierung
|
|
|
|
#define ID_BROWSER_COLWIDTH 21 // Spaltenbreite
|
|
|
|
#define ID_BROWSER_TABLEATTR 22 // table format attributes
|
|
|
|
#define ID_BROWSER_ROWHEIGHT 23 // Zeilenhoehe
|
2001-03-22 06:49:01 +00:00
|
|
|
#define ID_BROWSER_COLUMNINFO 24 // copies the column description to insert it into the table design
|
2001-01-09 15:11:54 +00:00
|
|
|
#define ID_BROWSER_COUNTALL SID_FM_COUNTALL // count all
|
|
|
|
#define ID_BROWSER_ADDTABLE SID_FM_ADDTABLE
|
|
|
|
#define ID_BROWSER_EXPLORER SID_DSBROWSER_EXPLORER
|
2001-06-22 09:40:23 +00:00
|
|
|
#define ID_BROWSER_DOCUMENT_DATASOURCE SID_DOCUMENT_DATA_SOURCE
|
2001-01-09 15:11:54 +00:00
|
|
|
|
2001-04-26 10:49:58 +00:00
|
|
|
// The following ids are local to special components (e.g. menus), so they don't need to be unique
|
|
|
|
// overall. Please have this in mind when changing anything
|
2006-08-15 09:52:52 +00:00
|
|
|
#define ID_TREE_EDIT_DATABASE 1
|
2001-04-26 10:49:58 +00:00
|
|
|
#define ID_TREE_CLOSE_CONN 2
|
2008-03-06 17:22:56 +00:00
|
|
|
// FREE
|
2006-08-15 09:52:52 +00:00
|
|
|
#define ID_TREE_ADMINISTRATE 4
|
2008-03-06 17:22:56 +00:00
|
|
|
#define ID_MIGRATE_SCRIPTS 5
|
|
|
|
|
2007-07-06 07:26:37 +00:00
|
|
|
#define ID_REPORT_NEW_TEXT 14
|
2001-05-10 11:11:23 +00:00
|
|
|
#define ID_FORM_NEW_TEXT 15
|
|
|
|
#define ID_FORM_NEW_CALC 16
|
|
|
|
#define ID_FORM_NEW_IMPRESS 17
|
|
|
|
#define ID_NEW_QUERY_DESIGN 20
|
|
|
|
#define ID_EDIT_QUERY_DESIGN 21
|
|
|
|
#define ID_NEW_QUERY_SQL 22
|
|
|
|
#define ID_EDIT_QUERY_SQL 23
|
|
|
|
#define ID_NEW_TABLE_DESIGN 25
|
|
|
|
#define ID_NEW_VIEW_DESIGN 28
|
2001-06-19 09:57:28 +00:00
|
|
|
#define ID_DIRECT_SQL 32
|
2001-08-16 09:34:02 +00:00
|
|
|
#define ID_BROWSER_REFRESH_REBUILD 34
|
2002-04-29 07:05:25 +00:00
|
|
|
#define ID_INDEX_NEW 36
|
|
|
|
#define ID_INDEX_DROP 37
|
|
|
|
#define ID_INDEX_RENAME 38
|
|
|
|
#define ID_INDEX_SAVE 39
|
|
|
|
#define ID_INDEX_RESET 40
|
2002-07-25 05:54:39 +00:00
|
|
|
#define ID_DOCUMENT_CREATE_REPWIZ 41
|
2003-06-06 09:49:03 +00:00
|
|
|
#define ID_BROWSER_SQL 42
|
2004-09-09 08:44:38 +00:00
|
|
|
|
2004-08-02 14:55:46 +00:00
|
|
|
#define ID_APP_NEW_QUERY_AUTO_PILOT 44
|
|
|
|
#define ID_NEW_TABLE_DESIGN_AUTO_PILOT 45
|
|
|
|
#define ID_NEW_VIEW_DESIGN_AUTO_PILOT 46
|
2001-05-14 10:59:28 +00:00
|
|
|
|
|
|
|
|
2004-08-02 14:55:46 +00:00
|
|
|
// other
|
2001-01-09 15:11:54 +00:00
|
|
|
#define ID_BROWSER_QUERY_EXECUTE SID_FM_EXECUTE
|
2004-09-09 08:44:38 +00:00
|
|
|
|
2002-11-08 12:20:09 +00:00
|
|
|
#define ID_BROWSER_CLOSE SID_CLOSEWIN
|
2001-01-09 15:11:54 +00:00
|
|
|
#define ID_BROWSER_ESACPEPROCESSING SID_FM_NATIVESQL
|
|
|
|
|
2001-02-05 08:12:46 +00:00
|
|
|
#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
|
2002-02-06 06:23:39 +00:00
|
|
|
#define ID_QUERY_EDIT_JOINCONNECTION (SID_SBA_START + 45) // show-edit Join
|
2008-03-05 16:01:52 +00:00
|
|
|
#define ID_BROWSER_INSERT_ROW (SID_SBA_START + 46) // insert row
|
2001-02-05 08:12:46 +00:00
|
|
|
#define ID_QUERY_ZOOM_IN SID_ZOOM_IN
|
|
|
|
#define ID_QUERY_ZOOM_OUT SID_ZOOM_OUT
|
2001-01-09 15:11:54 +00:00
|
|
|
|
|
|
|
|
|
|
|
#endif // DBACCESS_UI_BROWSER_ID_HXX
|
2010-10-27 12:33:13 +01:00
|
|
|
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|