Files
libreoffice/dbaccess/source/ui/dlg/dbadmin.src

493 lines
19 KiB
Plaintext
Raw Normal View History

/* -*- 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 .
*/
2000-10-05 09:09:48 +00:00
2000-10-30 12:48:17 +00:00
#include "dbaccess_helpid.hrc"
#include "AutoControls.hrc"
2002-08-19 07:01:32 +00:00
#include "dbu_dlg.hrc"
2000-10-05 09:09:48 +00:00
#include "dbadmin.hrc"
#include "browserids.hxx"
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
#include "admincontrols.hrc"
2000-10-05 09:09:48 +00:00
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
//-------------------------------------------------------------------------
#define AUTO_USECATALOG(AUTO_Y) \
CheckBox CB_USECATALOG \
{ \
Pos = MAP_APPFONT ( 6 ,AUTO_Y) ; \
Size = MAP_APPFONT ( PAGE_X -12 , CHECKBOX_HEIGHT ) ; \
TabStop = TRUE ; \
HelpId = HID_DSADMIN_USECATALOG; \
Text[ en-US ] = "Use catalog for file-based databases"; \
};
2002-04-29 07:33:13 +00:00
2000-10-05 09:09:48 +00:00
//-------------------------------------------------------------------------
#define AUTO_FIXEDLINE_CONNSETTINGS(AUTO_Y) \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedLine FL_SEPARATOR1 \
{ \
Pos = MAP_APPFONT ( 4 , AUTO_Y ) ; \
Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ; \
Text[ en-US ] = "Connection Settings"; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
}; \
#define AUTO_HOST_AND_PORT(AUTO_Y) \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_HOSTNAME \
{ \
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
Pos = MAP_APPFONT ( 6 , AUTO_Y + 2 ) ; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ; \
Text[ en-US ] = "~Host name"; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
}; \
Edit ET_HOSTNAME \
{ \
TabStop = TRUE ; \
Border = TRUE ; \
HelpId = HID_DSADMIN_HOSTNAME; \
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
Pos = MAP_APPFONT ( EDIT_X , AUTO_Y ) ; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( 97 , EDIT_HEIGHT ) ; \
}; \
FixedText FT_PORTNUMBER \
{ \
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
Pos = MAP_APPFONT ( 6 , AUTO_Y + UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT + 2 ) ; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ; \
Text[ en-US ] = "~Port number"; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
}; \
NumericField NF_PORTNUMBER \
{ \
TabStop = TRUE ; \
Border = TRUE ; \
HelpId = HID_DSADMIN_PORTNUMBER; \
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
NoThousandSep = TRUE; \
Pos = MAP_APPFONT ( EDIT_X , AUTO_Y +UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT ) ; \
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( 97 , EDIT_HEIGHT ) ; \
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
//-------------------------------------------------------------------------
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
ModalDialog DLG_DATABASE_TYPE_CHANGE
{
OutputSize = TRUE ;
Moveable = TRUE;
Closeable = TRUE ;
Hide = TRUE;
HelpId = HID_DSADMIN_TYPE_DIALOG;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabControl 1
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
OutputSize = TRUE ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Text [ en-US ] = "Database properties" ;
2000-10-05 09:09:48 +00:00
};
2000-10-05 09:09:48 +00:00
//.........................................................................
2000-10-05 09:09:48 +00:00
TabPage PAGE_DBASE
{
SVLook = TRUE ;
Hide = TRUE;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
2000-12-03 09:36:03 +00:00
HelpId = HID_DSADMIN_PAGE_DBASE;
2000-10-05 09:09:48 +00:00
AUTO_CHARSET(UNRELATED_CONTROLS,PAGE_X)
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedLine FL_SEPARATOR1
2000-10-05 09:09:48 +00:00
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 4 , 2*UNRELATED_CONTROLS + RELATED_CONTROLS + 2*FIXEDTEXT_HEIGHT) ;
Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "Optional settings";
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
CheckBox CB_SHOWDELETEDROWS
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 2*UNRELATED_CONTROLS + 2*RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT) ;
Size = MAP_APPFONT ( 200 , CHECKBOX_HEIGHT ) ;
TabStop = TRUE ;
HelpId = HID_DSADMIN_SHOWDELETED;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Text [ en-US ] = "Display deleted records as well" ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_SPECIAL_MESSAGE
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Hide = TRUE;
WordBreak = TRUE;
Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + 2*RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + CHECKBOX_HEIGHT) ;
Size = MAP_APPFONT ( PAGE_X - 12 , 2*FIXEDTEXT_HEIGHT ) ;
Text [ en-US ] = "Note: When deleted, and thus inactive, records are displayed, you will not be able to delete records from the data source." ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
2000-10-05 09:09:48 +00:00
PushButton PB_INDICIES
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( PAGE_X - BUTTON_WIDTH - UNRELATED_CONTROLS, PAGE_Y - BUTTON_HEIGHT - UNRELATED_CONTROLS) ;
Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
2000-10-05 09:09:48 +00:00
TabStop = TRUE ;
2000-12-03 09:36:03 +00:00
HelpId = HID_DSADMIN_DBASE_INDICIES;
Text [ en-US ] = "Indexes...";
2000-10-05 09:09:48 +00:00
};
};
2001-01-04 10:23:01 +00:00
//.........................................................................
2001-01-04 10:23:01 +00:00
TabPage PAGE_ADO
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
2001-01-04 10:23:01 +00:00
Hide = TRUE;
HelpId = HID_DSADMIN_PAGE_ADO;
AUTO_CHARSET(UNRELATED_CONTROLS,PAGE_X)
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
//.........................................................................
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabPage PAGE_ODBC
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
Hide = TRUE;
HelpId = HID_DSADMIN_PAGE_ODBC;
AUTO_CHARSET(UNRELATED_CONTROLS,PAGE_X)
FixedLine FL_SEPARATOR1
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 4 , 2*UNRELATED_CONTROLS + 2*FIXEDTEXT_HEIGHT + RELATED_CONTROLS ) ;
Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "Optional Settings";
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_OPTIONS
2001-01-04 10:23:01 +00:00
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 2*UNRELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text [ en-US ] = "ODBC ~options" ;
2001-01-04 10:23:01 +00:00
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Edit ET_OPTIONS
2001-01-04 10:23:01 +00:00
{
Border = TRUE ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( EDIT_X , 2*UNRELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS -1 ) ;
Size = MAP_APPFONT ( 130 , EDIT_HEIGHT ) ;
2001-01-04 10:23:01 +00:00
TabStop = TRUE ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
HelpId = HID_DSADMIN_ODBC_OPTIONS;
};
AUTO_USECATALOG( 3*UNRELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT + 2*RELATED_CONTROLS )
2001-01-04 10:23:01 +00:00
};
//.........................................................................
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabPage PAGE_MYSQL_ODBC
{
HelpID = "dbaccess:TabPage:PAGE_MYSQL_ODBC";
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
Hide = TRUE;
AUTO_CHARSET( UNRELATED_CONTROLS, PAGE_X )
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabPage PAGE_MYSQL_JDBC
{
HelpID = "dbaccess:TabPage:PAGE_MYSQL_JDBC";
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
Hide = TRUE;
AUTO_FIXEDLINE_CONNSETTINGS( UNRELATED_CONTROLS )
AUTO_HOST_AND_PORT( UNRELATED_CONTROLS + RELATED_CONTROLS + FIXEDTEXT_HEIGHT )
AUTO_SOCKETCONTROLGROUP(3*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT)
FixedText FT_JDBCDRIVERCLASS
{
CWS-TOOLING: integrate CWS dba31e 2008-11-19 12:36:23 +0100 msc r263980 : i96104 2008-11-19 12:31:19 +0100 msc r263979 : i96104 2008-11-19 12:21:55 +0100 msc r263977 : i96104 2008-11-19 12:18:53 +0100 msc r263976 : i96104 2008-11-18 09:09:45 +0100 oj r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-12-01 12:31:27 +00:00
Pos = MAP_APPFONT ( 6,
4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + EDIT_HEIGHT) ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "MySQL JDBC d~river class";
};
Edit ET_JDBCDRIVERCLASS
{
HelpID = "dbaccess:Edit:PAGE_MYSQL_JDBC:ET_JDBCDRIVERCLASS";
CWS-TOOLING: integrate CWS dba31e 2008-11-19 12:36:23 +0100 msc r263980 : i96104 2008-11-19 12:31:19 +0100 msc r263979 : i96104 2008-11-19 12:21:55 +0100 msc r263977 : i96104 2008-11-19 12:18:53 +0100 msc r263976 : i96104 2008-11-18 09:09:45 +0100 oj r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-12-01 12:31:27 +00:00
Pos = MAP_APPFONT ( EDIT_X,
4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT -1 + EDIT_HEIGHT) ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( 97 , EDIT_HEIGHT ) ;
TabStop = TRUE ;
Border = TRUE ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
PushButton PB_TESTDRIVERCLASS
{
HelpID = "dbaccess:PushButton:PAGE_MYSQL_JDBC:PB_TESTDRIVERCLASS";
TabStop = TRUE ;
Pos = MAP_APPFONT ( PAGE_X - BUTTON_WIDTH - UNRELATED_CONTROLS , 4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT -2 + EDIT_HEIGHT) ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
Text [ en-US ] = "Test class" ;
};
AUTO_CHARSET( 5*UNRELATED_CONTROLS + RELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT+ EDIT_HEIGHT, PAGE_X )
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
};
TabPage PAGE_MYSQL_NATIVE
{
HelpID = "dbaccess:TabPage:PAGE_MYSQL_NATIVE";
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
Hide = TRUE;
AUTO_FIXEDLINE_CONNSETTINGS( UNRELATED_CONTROLS )
FixedLine FL_SEPARATOR2
{
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
Pos = MAP_APPFONT ( 3 , 4*UNRELATED_CONTROLS + 3*RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + 3*EDIT_HEIGHT ) ;
Size = MAP_APPFONT ( PAGE_X - 6, FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "User authentication";
};
FixedText FT_USERNAME
{
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
Pos = MAP_APPFONT ( 6 , 4*UNRELATED_CONTROLS + 4*RELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT + 3*EDIT_HEIGHT ) ;
Size = MAP_APPFONT ( EDIT_X - 6 - RELATED_CONTROLS, FIXEDTEXT_HEIGHT ) ;
Text [ en-US ] = "~User name" ;
};
Edit ET_USERNAME
{
HelpID = "dbaccess:Edit:PAGE_MYSQL_NATIVE:ET_USERNAME";
Border = TRUE ;
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
Pos = MAP_APPFONT ( EDIT_X, 4*UNRELATED_CONTROLS + 4*RELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT + 3*EDIT_HEIGHT - 1 ) ;
Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ;
TabStop = TRUE ;
};
CheckBox CB_PASSWORD_REQUIRED
{
HelpID = "dbaccess:CheckBox:PAGE_MYSQL_NATIVE:CB_PASSWORD_REQUIRED";
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
Pos = MAP_APPFONT ( EDIT_X, 4*UNRELATED_CONTROLS + 5*RELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT + 4*EDIT_HEIGHT ) ;
Size = MAP_APPFONT ( 105, CHECKBOX_HEIGHT ) ;
Text [ en-US ] = "Password required";
};
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
AUTO_CHARSET( 5*UNRELATED_CONTROLS + 5*RELATED_CONTROLS + 5*FIXEDTEXT_HEIGHT + 4*EDIT_HEIGHT, PAGE_X )
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabPage PAGE_ORACLE_JDBC
{
HelpID = "dbaccess:TabPage:PAGE_ORACLE_JDBC";
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
Hide = TRUE;
AUTO_FIXEDLINE_CONNSETTINGS( UNRELATED_CONTROLS )
AUTO_HOST_AND_PORT( UNRELATED_CONTROLS + RELATED_CONTROLS + FIXEDTEXT_HEIGHT )
AUTO_SOCKETCONTROLGROUP(3*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT)
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_JDBCDRIVERCLASS
{
CWS-TOOLING: integrate CWS dba31e 2008-11-19 12:36:23 +0100 msc r263980 : i96104 2008-11-19 12:31:19 +0100 msc r263979 : i96104 2008-11-19 12:21:55 +0100 msc r263977 : i96104 2008-11-19 12:18:53 +0100 msc r263976 : i96104 2008-11-18 09:09:45 +0100 oj r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-12-01 12:31:27 +00:00
Pos = MAP_APPFONT ( 6,
4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + EDIT_HEIGHT) ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "Oracle JDBC d~river class";
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Edit ET_JDBCDRIVERCLASS
{
HelpID = "dbaccess:Edit:PAGE_ORACLE_JDBC:ET_JDBCDRIVERCLASS";
CWS-TOOLING: integrate CWS dba31e 2008-11-19 12:36:23 +0100 msc r263980 : i96104 2008-11-19 12:31:19 +0100 msc r263979 : i96104 2008-11-19 12:21:55 +0100 msc r263977 : i96104 2008-11-19 12:18:53 +0100 msc r263976 : i96104 2008-11-18 09:09:45 +0100 oj r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-12-01 12:31:27 +00:00
Pos = MAP_APPFONT ( EDIT_X,
4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + EDIT_HEIGHT + ( FIXEDTEXT_HEIGHT - EDIT_HEIGHT ) / 2 ) ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( 97 , EDIT_HEIGHT ) ;
TabStop = TRUE ;
Border = TRUE ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
PushButton PB_TESTDRIVERCLASS
{
HelpID = "dbaccess:PushButton:PAGE_ORACLE_JDBC:PB_TESTDRIVERCLASS";
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabStop = TRUE ;
CWS-TOOLING: integrate CWS dba31e 2008-11-19 12:36:23 +0100 msc r263980 : i96104 2008-11-19 12:31:19 +0100 msc r263979 : i96104 2008-11-19 12:21:55 +0100 msc r263977 : i96104 2008-11-19 12:18:53 +0100 msc r263976 : i96104 2008-11-18 09:09:45 +0100 oj r263746 : disable color entry when area is set 2008-11-18 08:37:52 +0100 oj r263741 : #remove sub report entry 2008-11-17 11:20:25 +0100 fs r263708 : #i10000# 2008-11-17 11:06:52 +0100 fs r263706 : minimal version now is 3.1 2008-11-12 22:25:59 +0100 fs r263621 : #i96150# 2008-11-12 22:20:02 +0100 fs r263620 : rebased to m34 2008-11-12 21:39:41 +0100 fs r263618 : MANUAL REBASE: rebase CWS dba31d to DEV300_m34 2008-11-12 13:54:58 +0100 fs r263597 : #i96134# MediaDescriptor.URL is to be preferred over MediaDescriptor.FileName. Nonetheless, ensure both are handled 2008-11-12 13:53:40 +0100 fs r263596 : #i96134# re-enabled the code for #i41897#, a better fix is to come 2008-11-12 12:48:21 +0100 fs r263585 : #i96134# disable saving URLs of file-base databases relatively 2008-11-11 16:11:11 +0100 msc r263566 : #i96104# 2008-11-05 09:09:47 +0100 oj r263342 : #i88727# color noe added 2008-11-05 08:41:43 +0100 oj r263341 : #i77916# zoom added 2008-11-04 21:24:15 +0100 fs r263339 : disposing: call disposeAndClear without own mutex locked - some of our listeners insist on locking the SolarMutex, which sometimes led to deadlocks on the complex test cases 2008-11-04 21:23:15 +0100 fs r263338 : remove SolarMutex locking - this happned in CWS dba31c (in the CVS version), which this CWS was created from, but seems to got lost during resync 2008-11-04 20:49:50 +0100 fs r263335 : docu formatting 2008-11-04 20:06:39 +0100 fs r263334 : #i95826# use m_aMutex, not a DocumentGuard (wrongly resolved merge conflicts) 2008-11-04 17:36:29 +0100 fs r263332 : #i92688# properly revoke as XEventListener from m_xActiveController when disposing 2008-11-04 14:49:34 +0100 fs r263324 : #i92322# enable Input Required if EmptyIsNULL does not exist at the control 2008-10-31 11:10:04 +0100 oj r262857 : merge from cvs to svn 2008-10-31 09:46:45 +0100 oj r262853 : merge from cvs to svn 2008-10-31 08:46:37 +0100 oj r262849 : merge from cvs to svn 2008-10-31 08:44:24 +0100 oj r262848 : merge from cvs to svn 2008-10-31 08:43:33 +0100 oj r262847 : merge from cvs to svn 2008-10-31 08:42:28 +0100 oj r262846 : merge from cvs to svn 2008-10-31 08:41:58 +0100 oj r262845 : merge from cvs to svn 2008-10-31 08:41:32 +0100 oj r262844 : merge from cvs to svn 2008-10-28 12:19:50 +0100 oj r262733 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:42 +0100 oj r262732 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:36 +0100 oj r262731 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:31 +0100 oj r262730 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:22 +0100 oj r262729 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:18 +0100 oj r262728 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:10 +0100 oj r262727 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:06 +0100 oj r262726 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:05 +0100 oj r262725 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:19:01 +0100 oj r262724 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:50 +0100 oj r262723 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:41 +0100 oj r262722 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:40 +0100 oj r262721 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:27 +0100 oj r262720 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:10 +0100 oj r262719 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:18:01 +0100 oj r262718 : #iXXXXX#: migrate CWS dba31e to SVN 2008-10-28 12:17:39 +0100 oj r262717 : #iXXXXX#: migrate CWS dba31e to SVN
2008-12-01 12:31:27 +00:00
Pos = MAP_APPFONT ( PAGE_X - BUTTON_WIDTH - UNRELATED_CONTROLS,
4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + EDIT_HEIGHT + ( FIXEDTEXT_HEIGHT - BUTTON_HEIGHT ) / 2 ) ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Size = MAP_APPFONT ( BUTTON_WIDTH , BUTTON_HEIGHT ) ;
Text [ en-US ] = "Test class" ;
};
AUTO_CHARSET( 5*UNRELATED_CONTROLS + RELATED_CONTROLS + 4*FIXEDTEXT_HEIGHT+ EDIT_HEIGHT, PAGE_X )
};
2001-05-23 13:16:42 +00:00
//.........................................................................
2001-05-29 12:33:12 +00:00
TabPage PAGE_LDAP
2001-05-23 13:16:42 +00:00
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
2001-05-23 13:16:42 +00:00
Hide = TRUE;
2001-05-29 12:33:12 +00:00
HelpId = HID_DSADMIN_PAGE_LDAP;
2001-05-23 13:16:42 +00:00
FixedLine FL_SEPARATOR1
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 4 , UNRELATED_CONTROLS ) ;
Size = MAP_APPFONT ( PAGE_X - 8 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "Connection Settings";
2001-05-23 13:16:42 +00:00
};
2000-10-05 09:09:48 +00:00
2001-05-29 12:33:12 +00:00
FixedText FT_BASEDN
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , UNRELATED_CONTROLS + RELATED_CONTROLS + FIXEDTEXT_HEIGHT) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "~Base DN";
2001-05-29 12:33:12 +00:00
};
Edit ET_BASEDN
{
TabStop = TRUE ;
Border = TRUE ;
HelpId = HID_DSADMIN_LDAP_BASEDN;
2001-05-23 13:16:42 +00:00
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( EDIT_X , UNRELATED_CONTROLS + RELATED_CONTROLS + FIXEDTEXT_HEIGHT -1 ) ;
Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ;
2001-05-29 12:33:12 +00:00
};
CheckBox CB_USESSL
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 2*UNRELATED_CONTROLS + RELATED_CONTROLS + 2*FIXEDTEXT_HEIGHT) ;
Size = MAP_APPFONT ( PAGE_X - 12 , CHECKBOX_HEIGHT ) ;
2011-12-05 03:11:19 +02:00
Text [ en-US ] = "Use secure connection (SSL)";
HelpId = HID_DSADMIN_USESSL_LDAP;
};
2001-05-29 12:33:12 +00:00
FixedText FT_PORTNUMBER
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + RELATED_CONTROLS + 2*FIXEDTEXT_HEIGHT + CHECKBOX_HEIGHT) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "~Port number";
2001-05-29 12:33:12 +00:00
};
NumericField NF_PORTNUMBER
{
TabStop = TRUE ;
Border = TRUE ;
HelpId = HID_DSADMIN_LDAP_PORTNUMBER;
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
NoThousandSep = TRUE;
2001-05-29 12:33:12 +00:00
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( EDIT_X , 3*UNRELATED_CONTROLS + RELATED_CONTROLS + 2*FIXEDTEXT_HEIGHT-1 + CHECKBOX_HEIGHT) ;
Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ;
2001-05-23 13:16:42 +00:00
};
2001-06-25 07:28:43 +00:00
FixedText FT_LDAPROWCOUNT
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT + CHECKBOX_HEIGHT ) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "Maximum number of ~records";
2001-06-25 07:28:43 +00:00
};
NumericField NF_LDAPROWCOUNT
{
TabStop = TRUE ;
Border = TRUE ;
HelpId = HID_DSADMIN_LDAP_ROWCOUNT;
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
NoThousandSep = TRUE;
2001-06-25 07:28:43 +00:00
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( EDIT_X , 4*UNRELATED_CONTROLS + RELATED_CONTROLS + 3*FIXEDTEXT_HEIGHT -1 + CHECKBOX_HEIGHT) ;
Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ;
2001-06-25 07:28:43 +00:00
};
2001-05-23 13:16:42 +00:00
};
2000-10-05 09:09:48 +00:00
//.........................................................................
2000-10-05 09:09:48 +00:00
TabPage PAGE_TEXT
{
SVLook = TRUE ;
Hide = TRUE;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
2000-12-03 09:36:03 +00:00
HelpId = HID_DSADMIN_PAGE_TEXT;
AUTO_SEPARATORCONTROLGROUP(UNRELATED_CONTROLS, PAGE_X)
2000-10-05 09:09:48 +00:00
};
2010-11-23 21:07:47 -08:00
//.........................................................................
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabPage PAGE_USERDRIVER
{
SVLook = TRUE ;
Pos = MAP_APPFONT ( 0 , 0 ) ;
Size = MAP_APPFONT ( PAGE_X , PAGE_Y ) ;
Hide = TRUE;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
HelpId = HID_DSADMIN_PAGE_USERDRIVER;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_HOSTNAME
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , UNRELATED_CONTROLS ) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "~Hostname";
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Edit ET_HOSTNAME
{
HelpID = "dbaccess:Edit:PAGE_USERDRIVER:ET_HOSTNAME";
TabStop = TRUE ;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Border = TRUE ;
Pos = MAP_APPFONT ( EDIT_X , UNRELATED_CONTROLS -1 ) ;
Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_PORTNUMBER
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 2*UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text[ en-US ] = "~Port number";
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
NumericField NF_PORTNUMBER
{
HelpID = "dbaccess:NumericField:PAGE_USERDRIVER:NF_PORTNUMBER";
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
TabStop = TRUE ;
Border = TRUE ;
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
NoThousandSep = TRUE;
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( EDIT_X , 2*UNRELATED_CONTROLS + FIXEDTEXT_HEIGHT -1 ) ;
Size = MAP_APPFONT ( 105 , EDIT_HEIGHT ) ;
};
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
FixedText FT_OPTIONS
{
INTEGRATION: CWS insight01 (1.127.4); FILE MERGED 2004/07/21 07:43:50 oj 1.127.4.26: #i31814# add sort to type listbox 2004/07/09 14:55:11 ihi 1.127.4.25: transex3 bugfix 2004/07/09 09:17:10 oj 1.127.4.24: resource changes 2004/07/06 09:26:43 oj 1.127.4.23: RESYNC: (1.136-1.137); FILE MERGED 2004/06/30 11:34:58 oj 1.127.4.22: #i30253# page bigger 2004/06/03 09:09:23 oj 1.127.4.21: merge to m40 2004/06/02 08:14:41 oj 1.127.4.20: remove unused defines 2004/06/01 08:53:17 oj 1.127.4.19: RESYNC: (1.132-1.136); FILE MERGED 2004/05/11 12:32:40 oj 1.127.4.18: new string 2004/05/06 06:13:16 oj 1.127.4.17: #i12497# allow to append ASC, DESC to index creation 2004/04/27 13:34:57 oj 1.127.4.16: remove and add some props 2004/04/21 13:48:04 oj 1.127.4.15: enable catalog and schema disabling 2004/04/13 10:33:53 oj 1.127.4.14: #116001# string review 2004/04/13 10:05:40 oj 1.127.4.13: #116001# string review 2004/03/31 11:33:23 oj 1.127.4.12: ongoing work 2004/03/05 07:04:38 oj 1.127.4.11: #111090# change the appearance of the dialogs 2004/02/20 11:32:21 oj 1.127.4.10: #i25414# extend the datadescriptor for database location and connection resource 2004/01/22 09:36:57 oj 1.127.4.9: #i24176# add the possiblity to create dbs 2004/01/02 14:06:20 oj 1.127.4.8: RESYNC: (1.129-1.130); FILE MERGED 2003/12/17 09:16:00 oj 1.127.4.7: #111075# ongoing work 2003/11/11 07:12:32 oj 1.127.4.6: #111090# missing help ids 2003/08/28 08:17:59 oj 1.127.4.5: #111090# ongoning work 2003/08/25 10:43:49 oj 1.127.4.4: RESYNC: (1.127-1.129); FILE MERGED 2003/08/04 10:39:36 oj 1.127.4.3: #111090# further coding 2003/08/01 11:50:00 oj 1.127.4.2: #111090# ongoing work 2003/07/29 12:45:45 oj 1.127.4.1: #111075# insight changes
2004-08-02 14:44:40 +00:00
Pos = MAP_APPFONT ( 6 , 3*UNRELATED_CONTROLS + 2*FIXEDTEXT_HEIGHT ) ;
Size = MAP_APPFONT ( EDIT_X - 7 , FIXEDTEXT_HEIGHT ) ;
Text [ en-US ] = "~Driver settings" ;
};
Edit ET_OPTIONS
{
HelpID = "dbaccess:Edit:PAGE_USERDRIVER:ET_OPTIONS";
Border = TRUE ;
TabStop = TRUE ;
};
AUTO_CHARSET( 4*UNRELATED_CONTROLS+ 3*FIXEDTEXT_HEIGHT + RELATED_CONTROLS, PAGE_X)
};
String STR_PARENTTITLE_GENERAL
{
Text [ en-US ] = "Data Source Properties: #" ;
};
String STR_ERR_USE_CONNECT_TO
{
Text [ en-US ] = "Please choose 'Connect to an existing database' to connect to an existing database instead.";
};
String STR_COULD_NOT_LOAD_ODBC_LIB
{
Text [ en-US ] = "Could not load the program library #lib# or it is corrupted. The ODBC data source selection is not available.";
};
String STR_UNSUPPORTED_DATASOURCE_TYPE
{
Text [ en-US ] = "This kind of data source is not supported on this platform.\nYou are allowed to change the settings, but you probably will not be able to connect to the database.";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */