Files
libreoffice/dbaccess/source/ui/inc/dbu_resource.hrc

396 lines
18 KiB
Plaintext
Raw Normal View History

2000-10-05 09:09:48 +00:00
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2000-10-05 09:09:48 +00:00
*
* Copyright 2000, 2010 Oracle and/or its affiliates.
2000-10-05 09:09:48 +00:00
*
* OpenOffice.org - a multi-platform office productivity suite
2000-10-05 09:09:48 +00:00
*
* This file is part of OpenOffice.org.
2000-10-05 09:09:48 +00:00
*
* OpenOffice.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License version 3
* only, as published by the Free Software Foundation.
2000-10-05 09:09:48 +00:00
*
* OpenOffice.org is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Lesser General Public License version 3 for more details
* (a copy is included in the LICENSE file that accompanied this code).
2000-10-05 09:09:48 +00:00
*
* You should have received a copy of the GNU Lesser General Public License
* version 3 along with OpenOffice.org. If not, see
* <http://www.openoffice.org/license.html>
* for a copy of the LGPLv3 License.
2000-10-05 09:09:48 +00:00
*
************************************************************************/
#ifndef _DBU_RESOURCE_HRC_
#define _DBU_RESOURCE_HRC_
#ifndef _SOLAR_HRC
#include <svl/solar.hrc>
#endif
#define RID_DIALOG_START RID_DBACCESS_START
#define RID_PAGE_START RID_DBACCESS_START
#define RID_ERRORBOX_START RID_DBACCESS_START
#define RID_QUERYBOX_START RID_DBACCESS_START
#define RID_TOOLBOX_START RID_DBACCESS_START
#define RID_BITMAP_START RID_DBACCESS_START
#define RID_IMAGE_START RID_DBACCESS_START
2001-02-05 08:14:15 +00:00
#define RID_IMAGELIST_START RID_DBACCESS_START
#define RID_MENU_START RID_DBACCESS_START
#define RID_STRING_START RID_DBACCESS_START
#define RID_UNTYPED_START RID_DBACCESS_START
#define RID_WARN_START RID_DBACCESS_START
#define RID_CONTROL_START RID_DBACCESS_START
#define RID_MISC_START RID_DBACCESS_START
2002-08-19 06:32:53 +00:00
// new defines to make the strings folder specific
#define RID_STR_BRW_START RID_DBACCESS_START
#define RID_STR_BRW_END RID_STR_BRW_START + 40 // 0 - 39
#define RID_STR_CONTROL_START RID_STR_BRW_END
#define RID_STR_CONTROL_END RID_STR_CONTROL_START + 30 // 40 - 69
#define RID_STR_DLG_START RID_STR_CONTROL_END
#define RID_STR_DLG_END RID_STR_DLG_START + 80 // 70 - 149
#define RID_STR_MISC_START RID_STR_DLG_END
#define RID_STR_MISC_END RID_STR_MISC_START + 20 // 150 - 169
#define RID_STR_QRY_START RID_STR_MISC_END
#define RID_STR_QRY_END RID_STR_QRY_START + 80 // 170 - 249
#define RID_STR_TBL_START RID_STR_QRY_END
#define RID_STR_TBL_END RID_STR_TBL_START + 80 // 250 - 329
#define RID_STR_REL_START RID_STR_TBL_END
#define RID_STR_REL_END RID_STR_REL_START + 10 // 330 - 349
#define RID_STR_UNO_START RID_STR_REL_END
#define RID_STR_UNO_END RID_STR_UNO_START + 20 // 350 - 369
2002-08-19 06:32:53 +00:00
#define RID_STR_GEN_START RID_STR_UNO_END
#define RID_STR_GEN_END RID_STR_GEN_START + 55 // 370 - 424
#define RID_STR_APP_START RID_STR_GEN_END
#define RID_STR_APP_END RID_STR_APP_START + 40 // 425 - 464
2002-08-19 06:32:53 +00:00
#if RID_STR_GEN_END > RID_DBACCESS_END
#error Resource-Id Ueberlauf in #file, #line
#endif
2000-10-05 09:09:48 +00:00
//========================================================================
// dialog ids
#define DLG_DATABASE_ADMINISTRATION RID_DIALOG_START + 0
#define DLG_DBASE_INDEXES RID_DIALOG_START + 1
#define DLG_SQLMESSAGE RID_DIALOG_START + 2
#define DLG_SQLEXCEPTIONCHAIN RID_DIALOG_START + 3
#define DLG_DATASOURCE_SELECTION RID_DIALOG_START + 4
#define DLG_PARAMETERS RID_DIALOG_START + 5
#define DLG_FILTERCRIT RID_DIALOG_START + 6
#define DLG_ORDERCRIT RID_DIALOG_START + 7
2000-12-12 11:30:16 +00:00
#define DLG_ROWHEIGHT RID_DIALOG_START + 8
#define DLG_COLWIDTH RID_DIALOG_START + 9
#define DLG_ATTR RID_DIALOG_START + 10
2001-01-09 15:11:54 +00:00
#define DLG_SAVE_AS RID_DIALOG_START + 11
#define DLG_ERROR RID_DIALOG_START + 12
#define DLG_TEXT RID_DIALOG_START + 13
2001-02-05 08:14:15 +00:00
#define DLG_JOIN_TABADD RID_DIALOG_START + 14
#define DLG_QRY_JOIN RID_DIALOG_START + 15
2001-02-23 14:02:06 +00:00
#define WIZ_RTFCOPYTABLE RID_DIALOG_START + 16
2001-02-28 09:11:33 +00:00
#define DLG_REL_PROPERTIES RID_DIALOG_START + 17
2001-03-20 07:49:25 +00:00
#define DLG_ADABASSTAT RID_DIALOG_START + 18
#define DLG_INDEXDESIGN RID_DIALOG_START + 19
#define DLG_DATABASE_ADABASADMIN RID_DIALOG_START + 20
#define DLG_DATABASE_USERADMIN RID_DIALOG_START + 21
2001-06-19 09:58:12 +00:00
#define DLG_DIRECTSQL RID_DIALOG_START + 22
#define DLG_PASSWORD RID_DIALOG_START + 23
#define DLG_DOMAINPASSWORD RID_DIALOG_START + 24
#define DLG_RENAME RID_DIALOG_START + 25
#define DLG_DATABASE_ADVANCED RID_DIALOG_START + 26
#define DLG_COLLECTION_VIEW RID_DIALOG_START + 27
#define DLG_DATABASE_TYPE_CHANGE RID_DIALOG_START + 28
#define DLG_DATABASE_WIZARD RID_DIALOG_START + 29
#define RID_EXTENSION_NOT_PRESENT_DLG RID_DIALOG_START + 30
#define DLG_TEXT_CONNECTION_SETTINGS RID_DIALOG_START + 31
2000-10-05 09:09:48 +00:00
//========================================================================
// tab pages
#define PAGE_GENERAL RID_PAGE_START + 0
#define PAGE_DBASE RID_PAGE_START + 1
#define PAGE_ODBC RID_PAGE_START + 3
#define PAGE_TEXT RID_PAGE_START + 4
#define PAGE_ADABAS RID_PAGE_START + 5
#define PAGE_CONNECTION RID_PAGE_START + 6
2001-01-04 10:19:55 +00:00
#define PAGE_ADO RID_PAGE_START + 7
2001-01-26 05:56:59 +00:00
#define PAGE_QUERYADMINISTRATION RID_PAGE_START + 8
#define TAB_WIZ_COLUMN_SELECT RID_PAGE_START + 9
#define TAB_WIZ_TYPE_SELECT RID_PAGE_START + 10
#define TAB_WIZ_NAME_MATCHING RID_PAGE_START + 11
#define TAB_WIZ_COPYTABLE RID_PAGE_START + 12
#define TAB_PAG_ADABAS_SETTINGS RID_PAGE_START + 13
// free
2001-05-29 12:11:52 +00:00
#define PAGE_LDAP RID_PAGE_START + 15
2001-06-20 06:02:10 +00:00
#define TAB_PAGE_USERADMIN RID_PAGE_START + 16
#define PAGE_MYSQL_ODBC RID_PAGE_START + 17
2002-11-14 06:53:13 +00:00
#define TAB_PAGE_TABLEPRIVILEGES RID_PAGE_START + 18
#define PAGE_USERDRIVER RID_PAGE_START + 19
#define PAGE_MYSQL_JDBC RID_PAGE_START + 20
#define PAGE_GENERATED_VALUES RID_PAGE_START + 22
#define PAGE_ADVANCED_SETTINGS_SPECIAL RID_PAGE_START + 23
#define PAGE_MYSQL_NATIVE RID_PAGE_START + 24
// FREE
// FREE
#define PAGE_ORACLE_JDBC RID_PAGE_START + 27
#define PAGE_TABLESUBSCRIPTION RID_PAGE_START + 28
// FREE
// FREE
// FREE
#define PAGE_MOZILLA RID_PAGE_START + 32
#define PAGE_DS_ORACLE_ADVANCED_SETTINGS RID_PAGE_START + 33
2000-10-05 09:09:48 +00:00
#define PAGE_DBWIZARD_INTRO RID_PAGE_START + 40
#define PAGE_DBWIZARD_DBASE RID_PAGE_START + 41
#define PAGE_DBWIZARD_TEXT RID_PAGE_START + 42
#define PAGE_DBWIZARD_MSACCESS RID_PAGE_START + 43
#define PAGE_DBWIZARD_LDAP RID_PAGE_START + 44
#define PAGE_DBWIZARD_ADABAS RID_PAGE_START + 45
#define PAGE_DBWIZARD_MYSQL_INTRO RID_PAGE_START + 46
#define PAGE_DBWIZARD_MYSQL_ODBC RID_PAGE_START + 47
#define PAGE_DBWIZARD_ORACLE RID_PAGE_START + 48
#define PAGE_DBWIZARD_JDBC RID_PAGE_START + 49
#define PAGE_DBWIZARD_ADO RID_PAGE_START + 50
#define PAGE_DBWIZARD_ODBC RID_PAGE_START + 51
#define PAGE_DBWIZARD_SPREADSHEET RID_PAGE_START + 52
#define PAGE_DBWIZARD_AUTHENTIFICATION RID_PAGE_START + 53
#define PAGE_DBWIZARD_MYSQL_JDBC RID_PAGE_START + 54
#define PAGE_DBWIZARD_FINAL RID_PAGE_START + 55
#define PAGE_DBWIZARD_USERDEFINED RID_PAGE_START + 56
#define PAGE_DBWIZARD_MYSQL_NATIVE RID_PAGE_START + 57
2000-10-05 09:09:48 +00:00
//========================================================================
// error boxes
#define ERR_NOREGISTEREDDATASOURCES RID_ERRORBOX_START + 0
// free
2002-05-06 08:38:12 +00:00
#define ERR_QRY_CRITERIA_ON_ASTERISK RID_ERRORBOX_START + 2
#define ERR_QRY_ORDERBY_ON_ASTERISK RID_ERRORBOX_START + 3
#define ERR_QRY_AMB_FIELD RID_ERRORBOX_START + 4
// FREE
2002-05-06 08:38:12 +00:00
#define ERR_INVALID_LISTBOX_ENTRY RID_ERRORBOX_START + 6
// FREE
2002-05-06 08:38:12 +00:00
#define ERR_NEED_INDEX_FIELDS RID_ERRORBOX_START + 8
#define ERR_QRY_NOSTATEMENT RID_ERRORBOX_START + 9
#define ERR_QRY_NOCRITERIA RID_ERRORBOX_START + 10
#define ERR_CANTDOTABLEACTION RID_ERRORBOX_START + 11
2000-10-05 09:09:48 +00:00
2000-10-26 13:52:48 +00:00
//========================================================================
// query boxes
#define QUERY_BRW_DELETE_ROWS RID_QUERYBOX_START + 0
#define QUERY_BRW_SAVEMODIFIED RID_QUERYBOX_START + 1
2001-02-23 14:02:06 +00:00
#define QUERY_CONNECTION_LOST RID_QUERYBOX_START + 2
#define QUERY_BRW_DELETE_QUERY_CONFIRM RID_QUERYBOX_START + 3
#define APP_SAVEMODIFIED RID_QUERYBOX_START + 4
2001-03-01 14:22:17 +00:00
#define TABLE_DESIGN_SAVEMODIFIED RID_QUERYBOX_START + 5
#define TABLE_QUERY_CONNECTION_LOST RID_QUERYBOX_START + 6
#define QUERY_SAVE_CURRENT_INDEX RID_QUERYBOX_START + 7
#define QUERY_SAVE_TABLE_EDIT_INDEXES RID_QUERYBOX_START + 8
2001-03-21 12:51:48 +00:00
#define RELATION_DESIGN_SAVEMODIFIED RID_QUERYBOX_START + 9
// FREE
#define APP_CLOSEDOCUMENTS RID_QUERYBOX_START + 11
2001-06-20 11:25:48 +00:00
#define QUERY_USERADMIN_DELETE_USER RID_QUERYBOX_START + 12
#define TABLE_DESIGN_ALL_ROWS_DELETED RID_QUERYBOX_START + 13
2000-10-26 13:52:48 +00:00
//========================================================================
// warning boxes
2000-10-26 13:52:48 +00:00
//========================================================================
// toolboxes
#define RID_BRW_TAB_TOOLBOX RID_TOOLBOX_START + 0
#define RID_BRW_QRY_TOOLBOX RID_TOOLBOX_START + 1
#define RID_QRY_TOOLBOX_SQL RID_TOOLBOX_START + 2
2001-01-09 15:11:54 +00:00
#define RID_BRW_QUERYDESIGN_TOOLBOX RID_TOOLBOX_START + 3
2001-02-28 09:11:33 +00:00
#define RID_BRW_REALTIONDESIGN_TOOLBOX RID_TOOLBOX_START + 4
#define RID_BRW_APPLICATION_TOOLBOX RID_TOOLBOX_START + 5
2000-10-26 13:52:48 +00:00
2000-10-05 09:09:48 +00:00
//========================================================================
// bitmaps
// start with RID_BITMAP_START
2002-04-29 07:08:09 +00:00
2000-10-05 09:09:48 +00:00
//========================================================================
// images
#define TABLE_TREE_ICON RID_IMAGE_START + 0
#define VIEW_TREE_ICON RID_IMAGE_START + 1
#define TABLEFOLDER_TREE_ICON RID_IMAGE_START + 2
#define BMP_EXCEPTION_ERROR RID_IMAGE_START + 3
#define BMP_EXCEPTION_WARNING RID_IMAGE_START + 4
#define BMP_EXCEPTION_INFO RID_IMAGE_START + 5
#define QUERYFOLDER_TREE_ICON RID_IMAGE_START + 6
#define QUERY_TREE_ICON RID_IMAGE_START + 7
#define DATABASE_TREE_ICON RID_IMAGE_START + 8
// free
// free
// free
#define IMG_PKEYICON RID_IMAGE_START + 12
// free
// free
2010-11-16 15:13:11 +01:00
#define IMG_DATABASE_CONNECTED RID_IMAGE_START + 15
// free
2010-11-16 15:13:11 +01:00
// ...
// free
2010-11-16 15:34:12 +00:00
#define REPORTFOLDER_TREE_ICON RID_IMAGE_START + 24
#define IMG_FORMFOLDER_TREE_L RID_IMAGE_START + 39
#define IMG_REPORTFOLDER_TREE_L RID_IMAGE_START + 40
#define IMG_QUERYFOLDER_TREE_L RID_IMAGE_START + 41
#define IMG_TABLEFOLDER_TREE_L RID_IMAGE_START + 42
#define IMG_NAVIGATION_BTN_UP_SC RID_IMAGE_START + 47
#define IMG_NAVIGATION_CREATEFOLDER_SC RID_IMAGE_START + 49
#define FORM_TREE_ICON RID_IMAGE_START + 51
#define REPORT_TREE_ICON RID_IMAGE_START + 52
2010-11-16 15:13:11 +01:00
// free
// free
#define FORMFOLDER_TREE_ICON RID_IMAGE_START + 55
2000-10-05 09:09:48 +00:00
//========================================================================
// image lists
2002-04-29 07:08:09 +00:00
#define IMG_JOINS RID_IMAGELIST_START + 0
#define IMG_INDEX_DLG_SC RID_IMAGELIST_START + 1
2010-11-16 15:13:11 +01:00
// free
2002-04-29 07:08:09 +00:00
#define IMG_INDEX_DLG_LC RID_IMAGELIST_START + 3
2010-11-16 15:13:11 +01:00
// free
#define IMP_FORM_SC RID_IMAGELIST_START + 5
2010-11-16 15:13:11 +01:00
// free
#define IMP_FORM_LC RID_IMAGELIST_START + 7
2010-11-16 15:13:11 +01:00
// free
#define IMP_REPORT_SC RID_IMAGELIST_START + 9
2010-11-16 15:13:11 +01:00
// free
#define IMP_REPORT_LC RID_IMAGELIST_START + 11
2010-11-16 15:13:11 +01:00
// free
2000-10-05 09:09:48 +00:00
//========================================================================
// menues
#define MENU_TABLETREE_POPUP RID_MENU_START + 0
#define MENU_DATASOURCELIST_POPUP RID_MENU_START + 1
#define RID_SBA_GRID_COLCTXMENU RID_MENU_START + 2
#define RID_SBA_GRID_ROWCTXMENU RID_MENU_START + 3
2000-12-08 20:12:18 +00:00
#define MENU_BROWSERTREE_CONTEXT RID_MENU_START + 4
2001-02-05 08:14:15 +00:00
#define RID_QUERYCOLPOPUPMENU RID_MENU_START + 5
#define RID_QUERYFUNCTION_POPUPMENU RID_MENU_START + 6
2001-02-14 13:39:23 +00:00
#define RID_TABLEDESIGNROWPOPUPMENU RID_MENU_START + 7
#define RID_BRW_TABLEDESIGN_TOOLBOX RID_MENU_START + 8
2001-02-23 14:02:06 +00:00
#define RID_SBA_RTF_PKEYPOPUP RID_MENU_START + 9
#define RID_MENU_APP_EDIT RID_MENU_START + 10
#define RID_MENU_APP_NEW RID_MENU_START + 11
#define RID_MENU_APP_PREVIEW RID_MENU_START + 12
#define RID_NEW_FORM RID_MENU_START + 13
#define MENU_BROWSER_DEFAULTCONTEXT RID_MENU_START + 14
#define RID_MENU_REFRESH_DATA RID_MENU_START + 15
#define RID_MENU_JOINVIEW_CONNECTION RID_MENU_START + 16
#define RID_MENU_JOINVIEW_TABLE RID_MENU_START + 17
//========================================================================
// controls
#define RID_DB_TAB_EDITOR RID_CONTROL_START + 0
CWS-TOOLING: integrate CWS dba32g 2009-09-09 07:53:55 +0200 oj r275964 : replace strlen with rtl_str_getLength 2009-09-07 20:59:10 +0200 fs r275913 : disable the CopyTableWizard test until issue 104869 is fixed 2009-09-07 12:17:31 +0200 oj r275885 : #i104810# remove de as lang 2009-09-05 22:26:21 +0200 fs r275857 : protect StateChanged against re-entrance 2009-09-05 22:25:52 +0200 fs r275856 : don't attempt to classify the parent of a form as control 2009-09-05 22:25:29 +0200 fs r275855 : protect against re-entrance 2009-09-05 00:11:40 +0200 fs r275835 : #i10000# 2009-09-04 23:25:50 +0200 fs r275834 : #i10000# 2009-09-04 23:23:47 +0200 fs r275833 : #i10000# 2009-09-04 21:49:37 +0200 fs r275830 : #i10000# correct wrong conflict resolution 2009-09-04 20:59:51 +0200 fs r275829 : CWS-TOOLING: rebase CWS dba32g to trunk@275801 (milestone: DEV300:m57) 2009-09-04 11:08:32 +0200 oj r275791 : #i104780# new version 1.2.0 2009-09-03 22:29:21 +0200 fs r275775 : OSL_TRACE doesn't need \n anymore 2009-09-03 08:33:21 +0200 fs r275743 : CWS-TOOLING: rebase CWS dba32g to trunk@275331 (milestone: DEV300:m56) 2009-09-02 13:48:12 +0200 fs r275708 : removed useless include 2009-09-02 13:45:43 +0200 fs r275707 : more since tags, which are used across offapi/udkapi 2009-09-02 13:23:04 +0200 fs r275705 : should *not* have the dtor, copy ctor, and assignment operator compiler-generated, else we run into trouble as soon as the compiler creates different versions of our singleton member's static data in different libraries 2009-09-02 12:32:45 +0200 fs r275704 : AutoIncrementIsPrimaryKey is a driver setting, not a data source setting 2009-09-02 11:42:49 +0200 fs r275701 : URL meta data are meta data which are valid for all connections of this type, not per-data-source properties. Settings them as data source properties is a hack. 2009-09-02 08:43:34 +0200 fs r275696 : 3.x.x is not a valid 'since' tag 2009-09-01 16:05:24 +0200 fs r275665 : #i104686# don't treat controls bound to read-only columns as required 2009-09-01 13:10:22 +0200 fs r275657 : #i104574# use PageUp/Down to scroll through the complete page 2009-09-01 07:04:48 +0200 oj r275641 : #i104104# correct line ends 2009-08-31 15:52:34 +0200 fs r275612 : #i104410# 2009-08-31 12:29:05 +0200 fs r275596 : #i104364# 2009-08-31 12:28:56 +0200 fs r275595 : #i104364# 2009-08-31 11:43:09 +0200 fs r275593 : #i104649# JavaDriverClassPath is also a known JDBC-bridge setting 2009-08-31 11:41:37 +0200 fs r275592 : #i104649# 2009-08-28 21:48:27 +0200 fs r275552 : during #i96862#: renamed the configuration data which controls availability of certain DBA-related UI 2009-08-28 21:48:17 +0200 fs r275551 : #i96862# do not show the 'Create a new database' option when a) no embedded/dBase driver is installed or b) the configuration requests to hide the option 2009-08-28 21:47:19 +0200 fs r275550 : during #i96862#: renamed the configuration data which controls availability of certain DBA-related UI 2009-08-28 21:46:41 +0200 fs r275549 : #i96862# renamed and extended the configuration data which controls availability of certain DBA-related UI 2009-08-28 15:10:19 +0200 fs r275535 : #i96862# if no embedded driver is installed, use dBase for creating new DBs. If no dBase driver is installed, too, do not offer the 'Create new database' option 2009-08-28 14:03:04 +0200 fs r275532 : #i104454# allow multiple fields to display the same column 2009-08-28 13:14:00 +0200 fs r275528 : #i104584# driver meta data do not belong into a data source's settings 2009-08-28 13:09:57 +0200 fs r275527 : properly chech the MySQL type buttons (else next/back in the wizard leads to state with two buttons checked) 2009-08-28 13:09:17 +0200 fs r275526 : #i104584# driver meta data do not belong into a data source's settings 2009-08-28 13:07:18 +0200 fs r275525 : BooleanComparisonMode is a property, or a feature - but not a driver meta data 2009-08-28 11:00:31 +0200 fs r275521 : #i104580# 2009-08-28 10:40:05 +0200 fs r275519 : #i104577# correct assertion: If the template node type is ANY, then any value type is allowed 2009-08-28 10:09:30 +0200 fs r275518 : #i104575# implement Named Pipe UI 2009-08-28 10:09:07 +0200 fs r275517 : pass the trigger-event to IWindowOperator::operateOn / work with VclWindowEvents, not VclSimpleEvents 2009-08-27 14:27:36 +0200 fs r275484 : ImplPosTabPage: respect mbEmptyViewMargin for WINDOWALIGN_LEFT 2009-08-27 13:43:56 +0200 fs r275480 : merging latest changes from CWS dba32f herein 2009-08-27 13:23:07 +0200 fs r275475 : #i103882# 2009-08-27 11:56:55 +0200 fs r275466 : #i104544# SetState: Do not call Update at the window which we just set text for. It should (sic\!) not be needed, but causes trouble 2009-08-27 11:55:34 +0200 fs r275465 : #i104544# do not allow re-entrance for impl_ensureControl_nothrow Actually, this is part of the fix only. I also removed the code which triggered this re-entrance (from the grid control implementation), but to ensure it won't happen, again, I added some safety herein. 2009-08-27 10:14:11 +0200 fs r275459 : preparations for supporting a 'NamedPipe' parameter for the MySQL Connector/OOo 2009-08-27 10:13:21 +0200 fs r275458 : preparations for supporting a 'NamedPipe' setting for the MySQL Connector/OOo 2009-08-27 10:11:14 +0200 fs r275456 : outsourced the MySQLNative settings into a dedicated class, to not duplicate all the code in two tab page implementations 2009-08-26 14:18:13 +0200 fs r275422 : #i10000# 2009-08-26 13:26:36 +0200 fs r275419 : ignore output paths 2009-08-26 13:23:38 +0200 fs r275417 : support the LocalSocket property for the MySQL native driver 2009-08-26 13:17:05 +0200 fs r275416 : some re-factoring, to outsource the tab page for setting up the MySQLNative connection, into a dedicated class (needed later) 2009-08-26 13:15:15 +0200 fs r275415 : support a NoThousandSep property for NumericFormatters - I'm tired of correcting this at runtime, instead of controlling it in the resource 2009-08-26 11:45:08 +0200 fs r275410 : oops, 'flat' shouldn't have got lost 2009-08-26 09:38:57 +0200 fs r275398 : #i102631# when saving the document fails, ensure that the interaction handler really can handle/display the error 2009-08-26 09:37:05 +0200 fs r275397 : #i102631# don't let non-IO/RuntimeExceptions escape from DatabaseDocument::store*, wrap them into an IOException 2009-08-26 09:35:39 +0200 fs r275395 : let the default interaction handler implement XInteractionHandler2 2009-08-25 13:51:34 +0200 fs r275352 : #i102631# createTempFile: pass URL through FileHelper.getOOoCompatibleFileURL 2009-08-25 13:49:23 +0200 fs r275351 : #i102631# createTempFileURL: immediately delete the file implicitly created by createTempFile, we really only need the URL 2009-08-24 14:49:07 +0200 fs r275318 : #i10000# 2009-08-24 14:36:03 +0200 fs r275315 : properly terminate message with 0 character 2009-08-24 14:35:45 +0200 fs r275314 : trace method concepts in non-pro, if special flag is enabled 2009-08-24 14:24:17 +0200 fs r275312 : #i98973# filter some more events for grid control columns 2009-08-24 14:15:23 +0200 fs r275311 : #i98973# implement XComboBox for combo box cells 2009-08-24 13:39:24 +0200 fs r275308 : #i98973# do not display the 'actionPerformed' event for grid combo box columns 2009-08-24 12:52:03 +0200 fs r275303 : #i98973# implement XCheckBox and XButton for check box cells 2009-08-24 11:56:05 +0200 oj r275300 : #i104447# wrong default for orientation 2009-08-24 10:51:21 +0200 fs r275296 : in the script selector dialog, interpret a double click onto a function as OK 2009-08-24 10:50:56 +0200 fs r275295 : localize some to-be-displayed names, consolidate some code regarding form/control naming 2009-08-21 14:28:05 +0200 fs r275255 : #i98973# implement KeyListeners 2009-08-21 14:27:20 +0200 fs r275254 : #i98973# move the conversion VCL[Mouse|Key]Event->Awt[Mouse|Key]Event from vclxwindow.cxx to VCLUnoHelper 2009-08-21 14:08:50 +0200 fs r275248 : #i98973# implement Mouse- and MouseMotion-broadcasting 2009-08-21 13:31:08 +0200 fs r275244 : #i98973# implement text and change listeners at text cells 2009-08-21 12:47:38 +0200 fs r275234 : #i104399# some refactoring: If the MySQL Connector/OOo is installed, it registers for the sdbc:mysqlc: protocol (now known as DST_MYSQL_NATIVE_DIRECT). However, we do not want to display this in the UI, instead we display "MySQL" only, which collects DST_MYSQL_ODBC, DST_MYSQL_JDBC, and DST_MYSQL_NATIVE. 2009-08-21 12:45:18 +0200 fs r275232 : #i104399# also register for the sdbc:mysql:mysqlc protocol, decide at runtime (depending on the availability of sdbc:mysqlc:), whether it is really accepted. This prevents that the C/OOo extension needs to register *our* implementation name for the sdbc:mysql:mysqlc: protocol, which would be somewhat weird 2009-08-20 16:18:48 +0200 fs r275190 : merging the latest changes from CWS dba32f (which this CWS was created from) 2009-08-19 20:19:59 +0200 fs r275160 : add some spacing between the radios 2009-08-19 14:50:15 +0200 fs r275150 : #i98973# slightly refactoring the grid cell implementations, to prepare for proper events being fired. Implement focus events for the moment, more to come. 2009-08-19 10:53:38 +0200 fs r275142 : #i99936# initialize newly created models 2009-08-18 23:03:48 +0200 fs r275132 : merging latest changes from CWS dba32f 2009-08-18 15:14:08 +0200 fs r275110 : #i102819# SetColumnPos: SCROLL_CLIP is deadly here
2009-09-14 11:18:01 +00:00
#define RID_MYSQL_NATIVE_SETTINGS RID_CONTROL_START + 1
2000-10-05 09:09:48 +00:00
//========================================================================
// strings
2002-08-19 06:32:53 +00:00
#define STR_TBL_TITLE RID_STR_GEN_START
#define STR_ERROR_DURING_CREATION RID_STR_GEN_START + 1
2002-08-19 06:32:53 +00:00
#define RID_STR_CONNECTION_LOST RID_STR_GEN_START + 2
#define STR_NAME_ALREADY_EXISTS RID_STR_GEN_START + 3
// free
2002-08-19 06:32:53 +00:00
#define STR_TITLE_CONFIRM_DELETION RID_STR_GEN_START + 5
#define STR_STAT_WARNING RID_STR_GEN_START + 6
#define STR_TABLEDESIGN_DATASOURCE_DELETED RID_STR_GEN_START + 7
#define STR_TABLEDESIGN_DBFIELDTYPES RID_STR_GEN_START + 8
#define STR_QRY_CONTINUE RID_STR_GEN_START + 9
#define STR_COLUMN_NAME RID_STR_GEN_START + 10
#define STR_ERROR_OCCURED_WHILE_COPYING RID_STR_GEN_START + 11
#define STR_MISSING_TABLES_XDROP RID_STR_GEN_START + 12
#define STR_QUERY_DELETE_TABLE RID_STR_GEN_START + 13
#define STR_BUTTON_TEXT_ALL RID_STR_GEN_START + 14
#define STR_COULDNOTCREATE_DRIVERMANAGER RID_STR_GEN_START + 15
#define STR_UNEXPECTED_ERROR RID_STR_GEN_START + 16
#define STR_REMEMBERPASSWORD_SESSION RID_STR_GEN_START + 17
#define STR_ENTER_CONNECTION_PASSWORD RID_STR_GEN_START + 18
#define STR_NOREGISTEREDDRIVER RID_STR_GEN_START + 19
#define STR_DATASOURCE_DELETED RID_STR_GEN_START + 20
#define STR_QUERY_UNDO_MODIFYSQLEDIT RID_STR_GEN_START + 21
#define STR_QRY_TITLE RID_STR_GEN_START + 22
#define STR_VIEW_TITLE RID_STR_GEN_START + 23
#define STR_SUB_DOCS_WITH_SCRIPTS RID_STR_GEN_START + 24
#define STR_SUB_DOCS_WITH_SCRIPTS_DETAIL RID_STR_GEN_START + 25
2002-11-14 06:53:13 +00:00
#define STR_TABLEDESIGN_DUPLICATE_NAME RID_STR_GEN_START + 26
#define STR_COULDNOTCONNECT_DATASOURCE RID_STR_GEN_START + 27
#define STR_NO_TABLE_FORMAT_INSIDE RID_STR_GEN_START + 28
#define RID_STR_QUERIES_CONTAINER RID_STR_GEN_START + 29
#define RID_STR_TABLES_CONTAINER RID_STR_GEN_START + 30
#define STR_NEW_FOLDER RID_STR_GEN_START + 31
#define RID_STR_FORM RID_STR_GEN_START + 32
#define RID_STR_REPORT RID_STR_GEN_START + 33
#define STR_FRM_LABEL RID_STR_GEN_START + 34
#define STR_RPT_LABEL RID_STR_GEN_START + 35
#define STR_FOLDER_LABEL RID_STR_GEN_START + 36
#define STR_TABLEDESIGN_NO_PRIM_KEY_HEAD RID_STR_GEN_START + 37
#define STR_TABLEDESIGN_NO_PRIM_KEY RID_STR_GEN_START + 38
// FREE
#define RID_STR_EXTENSION_NOT_PRESENT RID_STR_GEN_START + 40
#define RID_STR_EXTENSION_NAME RID_STR_GEN_START + 41
2002-11-14 06:53:13 +00:00
2000-10-05 09:09:48 +00:00
//========================================================================
// untyped resources
2008-10-01 12:28:29 +00:00
// free
#define RSC_CHARSETS RID_UNTYPED_START + 2
CWS-TOOLING: integrate CWS dbaperf2 2009-06-22 11:04:36 +0200 msc r273202 : #100000# fix to run this test 2009-06-22 09:41:04 +0200 msc r273200 : #100000# correct case 2009-06-22 09:02:42 +0200 msc r273199 : new SRB 2009-06-22 08:53:26 +0200 msc r273198 : #100000 2009-06-15 12:36:32 +0200 oj r272976 : test 2009-06-12 14:23:23 +0200 msc r272918 : #101587# unused feature was removed 2009-06-12 06:45:17 +0200 oj r272903 : use GUI instead of OS 2009-06-11 09:12:30 +0200 oj r272845 : remove unused dep 2009-06-11 09:11:09 +0200 oj r272844 : ColumnAliasInOrderBy not supported 2009-06-11 08:27:00 +0200 oj r272843 : CWS-TOOLING: rebase CWS dbaperf2 to trunk@272827 (milestone: DEV300:m50) 2009-06-10 15:30:17 +0200 msc r272822 : #100000 2009-06-10 15:27:40 +0200 msc r272820 : #102515# new function for the database type list 2009-06-10 15:26:09 +0200 msc r272818 : move file to dbaccess/tools/dbcreatetools.inc 2009-06-10 15:20:10 +0200 msc r272816 : #102515# new function for the database type list 2009-06-10 12:34:46 +0200 oj r272803 : #i101587# check extension 2009-06-10 11:53:45 +0200 oj r272800 : remove unused code 2009-06-09 09:57:25 +0200 oj r272752 : #i101587# EscapeDateTime moved into features section 2009-06-09 09:56:26 +0200 oj r272751 : enable finish 2009-06-08 11:50:37 +0200 oj r272726 : #i102588# move convert tzo saveDataSource 2009-06-05 11:54:20 +0200 jsk r272676 : #i102515# - NEW: Functions to retrieve Database names from API 2009-06-05 10:52:22 +0200 jsk r272671 : NEW: Functions to retrieve Database names from API 2009-06-05 09:36:54 +0200 oj r272666 : handle win and unx differently 2009-06-05 09:36:28 +0200 oj r272665 : handle win and unx differently 2009-06-04 13:41:56 +0200 oj r272625 : #i101268# make use of stringbuffer instead of oustring 2009-06-04 10:18:14 +0200 oj r272612 : add SAL_DLLPUBLIC_EXPORT 2009-05-28 10:56:33 +0200 oj r272381 : #i101587# create langpacks 2009-05-28 10:41:59 +0200 oj r272380 : #i101587# create langpacks 2009-05-28 10:29:30 +0200 oj r272379 : #i101587# create langpacks 2009-05-07 10:11:46 +0200 oj r271635 : fix compile warnings 2009-05-07 07:01:31 +0200 oj r271619 : change type from int32 to PathID 2009-05-07 06:53:19 +0200 oj r271618 : add all 2009-05-06 14:57:02 +0200 oj r271595 : add missing lib 2009-05-06 14:56:54 +0200 oj r271594 : no used anymore 2009-05-06 14:56:08 +0200 oj r271593 : no used anymore 2009-05-06 14:54:25 +0200 oj r271592 : no used anymore 2009-05-06 14:45:59 +0200 oj r271591 : add missing lib 2009-05-06 14:41:54 +0200 oj r271590 : change wnt 2009-05-06 14:22:21 +0200 oj r271589 : #i101587# use config for the drivers 2009-05-06 14:21:39 +0200 oj r271588 : #i101587# add new set for metadata and config data for driver 2009-05-06 14:19:36 +0200 oj r271587 : #i101587# handle metadata and props of driver 2009-05-06 10:11:11 +0200 oj r271570 : #i101587# correct wrong use of reference 2009-05-06 09:24:33 +0200 oj r271567 : #i101587# add new set for metadata 2009-05-06 08:52:06 +0200 oj r271563 : #i101587# add driver configuration 2009-05-06 08:51:04 +0200 oj r271562 : #i101587# add driver configuration 2009-05-04 10:24:41 +0200 oj r271442 : CWS-TOOLING: rebase CWS dbaperf2 to trunk@271427 (milestone: DEV300:m47) 2009-04-28 07:06:22 +0200 oj r271303 : compile error 2009-04-27 14:12:48 +0200 oj r271270 : #i101268# make use of stringbuffer instead of oustring 2009-04-27 14:12:27 +0200 oj r271269 : #i101268# make use of stringbuffer instead of oustring 2009-04-27 09:30:10 +0200 oj r271255 : use string buffer when possible 2009-04-24 11:56:01 +0200 oj r271207 : #i101268# remove end() call from loop 2009-04-23 14:24:03 +0200 oj r271171 : add dep 2009-04-23 13:25:25 +0200 oj r271164 : #i101268# add config entries for database drivers 2009-04-23 13:07:13 +0200 oj r271161 : #i101268# add config entries for database drivers 2009-04-23 13:06:33 +0200 oj r271160 : #i101268# add parent url pattern entry for driver node 2009-04-23 13:05:39 +0200 oj r271159 : #i101268# add config entry for driver node 2009-04-23 13:04:09 +0200 oj r271157 : #i101268# add config entry for driver node 2009-04-23 06:41:32 +0200 oj r271142 : #i101268# add new configuration file Drivers 2009-04-22 13:49:19 +0200 oj r271103 : convert EOL 2009-04-22 13:29:17 +0200 oj r271101 : #i101268# use of driver configuration entries for features and properties 2009-04-22 13:28:08 +0200 oj r271100 : #i101268# use of driver configuration entries for features and properties 2009-04-22 13:15:26 +0200 oj r271098 : #i101268# add new configuration file Drivers 2009-04-22 13:14:43 +0200 oj r271097 : #i101268# use of driver configuration entries for features and properties
2009-07-03 12:24:35 +00:00
// free
#define RSC_QUERY_OBJECT_TYPE RID_UNTYPED_START + 4
#define IMG_TABLESUBCRIPTION_SC RID_UNTYPED_START + 5
2010-11-16 15:13:11 +01:00
// free
#define IMG_TABLESUBCRIPTION_LC RID_UNTYPED_START + 7
2010-11-16 15:13:11 +01:00
// free
#define IMG_QUERYADMINISTRATION_SC RID_UNTYPED_START + 9
2010-11-16 15:13:11 +01:00
// free
#define IMG_QUERYADMINISTRATION_LC RID_UNTYPED_START + 11
2010-11-16 15:13:11 +01:00
// free
#define IMG_DOCUMENTLINKS_SC RID_UNTYPED_START + 13
2010-11-16 15:13:11 +01:00
// free
#define IMG_DOCUMENTLINKS_LC RID_UNTYPED_START + 15
2010-11-16 15:13:11 +01:00
// free
//========================================================================
// various
#define PB_FORMAT RID_MISC_START + 0
#define FIXED_NO_CONNECTION RID_MISC_START + 1
#define LB_LEFT_TABLE RID_MISC_START + 2
#define LB_RIGHT_TABLE RID_MISC_START + 3
#define LB_CONTROL RID_MISC_START + 4
#define FL_INVOLVED_TABLES RID_MISC_START + 5
#define FL_INVOLVED_FIELDS RID_MISC_START + 6
2000-10-05 09:09:48 +00:00
#endif // _DBU_RESOURCE_HRC_