summaryrefslogtreecommitdiff
path: root/dbaccess/source/shared
AgeCommit message (Collapse)AuthorFilesLines
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth8-0/+20
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-05remove include guards using fixguard.pyPetr Mladek3-16/+0
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien9-37/+9
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-07-03CWS-TOOLING: integrate CWS dba32cRelease Engineers1-0/+1
2009-06-29 20:53:25 +0200 fs r273484 : #i103138# Rectangle conversion 2009-06-29 20:51:50 +0200 fs r273483 : #i103138# yet more refactoring, now also setting the proper zoom level at the proper point in time 2009-06-29 13:40:26 +0200 fs r273470 : added svn:ignore to ignore output paths 2009-06-29 10:08:54 +0200 fs r273455 : #i103138# refactored the code for positioning/zooming the control Basically, we now allow adjustControlGeometry_throw (formerly known as positionControl_throw and setControlZoom) to take an additional ViewTransformation parameter, describing the transformation to obtain the actual control position/size. Consequently, positionControl itself also allows for a ViewTransformation parameter. This has become necessary since during painting, the device which we created our control for might not necessarily have a proper MapMode set. In this case, if we would use this map mode for calculating the control's position/size, this would lead to wrong results. Note that this problem was introduced by the fix for #i101398#: During the fix, we postponed the control creation to a later time (when it is really needed). At this later time, the MapMode at the device is broken, at the earlier time where we formerly crearted the control (createPrimitive2DSequence), it is not yet broken. Whether or not the MapMode is defined as "broken" might depend on one's point of view, however ... I consider it broken, since: - we need the map mode to obtain the proper zoom level, which is to be forwarded to the control - there are scenarios where the MapMode is *not* set to MAP_PIXEL (in those scenarios, everything works fine), and there are scenarios where it *is* set to MAP_PIXEL (in those the bug 103138 appears). It somehow feels wrong that one cannot rely on the device's map mode this way, but on the other hand one has no possibility to obtain the current zoom by other means. Note that one issue (still to be submitted) is left: In the page pane of a Draw/Impress document, controls have a wrong text size. This is because in this pane, the above-mentioned "broken" map mode is used, which means the controls have a zoom of "1:1" set, which is wrong here. 2009-06-25 13:41:35 +0200 msc r273380 : #100000# the tabs changed die to new properties 2009-06-24 12:42:40 +0200 msc r273330 : #102082# remove issue warning 2009-06-22 10:43:14 +0200 fs r273201 : createPrimitive2DSequence: care for being disposed 2009-06-18 12:35:13 +0200 oj r273109 : #i102305# make nooptfiles for gcc 2009-06-17 12:14:37 +0200 oj r273056 : #i102305# fix for linux 2009-06-17 07:20:22 +0200 oj r273046 : #i102305# move ValueTransfer into the for loop to avoid a crash under Linux 2009-06-17 07:17:28 +0200 oj r273045 : #i102305# use varchar 2009-06-15 14:11:27 +0200 fs r272983 : added since tag 2009-06-15 12:11:39 +0200 oj r272973 : #i102305# SAL_DLLPUBLIC_EXPORT inserted 2009-06-15 11:08:53 +0200 fs r272969 : #i10000# 2009-06-15 09:25:13 +0200 fs r272963 : merging fix for P1 issue #i102701# 2009-06-11 11:31:24 +0200 fs r272858 : #i10000# copied the fix which before the rebase was done in ../dialog/macropg.src 2009-06-11 09:38:14 +0200 fs r272846 : CWS-TOOLING: rebase CWS dba32c to trunk@272827 (milestone: DEV300:m50) 2009-06-02 09:53:10 +0200 fs r272483 : #i10000# 2009-05-29 15:55:03 +0200 fs r272465 : #i100818# 2009-05-29 12:58:43 +0200 fs r272452 : don't apply comphelper::getString on possibly VOID any 2009-05-29 10:38:35 +0200 oj r272437 : #i101519# handle where condition 2009-05-29 09:53:39 +0200 fs r272434 : #i100818# call into releaseStubs /without/ locked GlobalMutex 2009-05-28 07:53:44 +0200 oj r272375 : #i101369# parse tree changed 2009-05-27 14:53:36 +0200 fs r272347 : #i10000# 2009-05-27 09:29:15 +0200 oj r272327 : #i101626# check for double before hard cast 2009-05-27 09:13:58 +0200 oj r272326 : #i101626# handle void correctly 2009-05-27 08:04:39 +0200 oj r272321 : #i102256# wrong method signature used 2009-05-27 07:55:52 +0200 oj r272320 : #i101519# look up parameter typ if used in function 2009-05-27 06:49:07 +0200 oj r272319 : #i101519# set parameter from rowset as well 2009-05-26 13:30:56 +0200 oj r272297 : #i101987# impl XBatchExecution 2009-05-26 12:44:34 +0200 oj r272293 : #i101700# check if group is not set 2009-05-26 12:16:53 +0200 oj r272290 : #i101369# resolved some reduce7reduce problems with boolean_term and search_condition 2009-05-26 12:12:42 +0200 oj r272289 : #i101369# fix for or on one line criteria 2009-05-25 16:02:25 +0200 fs r272257 : #i999704# +PROPERTY_MOUSE_WHEEL_BEHAVIOR 2009-05-25 16:01:55 +0200 fs r272256 : merging the changes from CWS dba32b herein 2009-05-25 15:49:57 +0200 fs r272254 : #i999704# 2009-05-25 15:32:57 +0200 fs r272252 : #i99704# grid columns also to respect the MouseWheelBehavior property 2009-05-25 15:23:43 +0200 fs r272251 : don't pass empty Anys to ::comphelper::getString 2009-05-25 14:48:43 +0200 fs r272248 : merged changes from CWS dba32b herein 2009-05-25 14:44:40 +0200 fs r272247 : #i99704# support new MouseWheelBehavior property 2009-05-25 14:43:18 +0200 fs r272246 : #i99704# WheelWithoutFocus (peer property) superseded by MouseWheelBehavior (model property) 2009-05-25 14:41:03 +0200 fs r272245 : #i99704# no need to set the mouse wheel behavior at the peer, this is now a model property, having the right default 2009-05-25 14:39:31 +0200 fs r272243 : removed dead import 2009-05-25 14:35:36 +0200 fs r272242 : the new EnableVisible doesn't make sense for grid columns 2009-05-25 14:34:33 +0200 fs r272241 : #i99704# +MouseWheelBehavior - allow to enable/disable the mouse wheel for the control, or make it focus-dependent 2009-05-25 14:26:11 +0200 fs r272240 : #i99704# change MouseSettings wheel flag (NoWheelActionWithoutFocus) to a three-state option, allowing to completely ignore the mouse wheel 2009-05-23 21:35:59 +0200 fs r272213 : localize 'sub component opened/closed' event 2009-05-22 21:42:47 +0200 fs r272211 : #i102003# 2009-05-22 21:42:20 +0200 fs r272210 : grammar 2009-05-22 21:36:10 +0200 fs r272209 : #i102140# load only once, not twice, and show error messages during loading (and during any form action, that is) asynchronously 2009-05-22 21:35:11 +0200 fs r272208 : #i102140# +clear 2009-05-22 14:50:30 +0200 fs r272194 : #i102139# for newly created DB docs, set the MacroExecutionMode to USE_CONFIG 2009-05-22 12:03:42 +0200 fs r272180 : #i88878# provided by noel.power@novell.com implement a visibility property (EnableVisible) for toolkit controls, and usage in forms and UNO dialogs 2009-05-15 15:37:31 +0200 fs r271942 : #i100671# corrected some @since tags, so autodoc has better chances of correctly reading them 2009-05-15 15:33:11 +0200 fs r271940 : don't call comphelper::getFOO for VOID values 2009-05-15 15:08:31 +0200 fs r271937 : includes 2009-05-15 13:39:22 +0200 fs r271934 : #i101398# createPrimitive2DSequence: when we already have a control, use the old code. In particular, call positionControlForPaint 2009-05-15 12:33:48 +0200 fs r271933 : make the geometry a part of the ControlPrimitive2D's identity 2009-05-15 10:15:44 +0200 fs r271928 : #i10000# 2009-05-14 20:55:38 +0200 fs r271921 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique 2009-05-14 20:55:31 +0200 fs r271920 : #i101398# don't reuse the name PRIMITIVE_ID_CONTROLPRIMITIVE2D, make the name of our own ControlPrimitive2D unique 2009-05-14 20:23:23 +0200 fs r271919 : #i101622# 2009-05-14 16:04:38 +0200 fs r271898 : don't use comphelper::getInt32 on voids 2009-05-14 16:04:12 +0200 fs r271897 : merge fix for issue whose number just slipped my memory ... (originally fixed in CWS dba32b) 2009-05-14 15:36:55 +0200 fs r271895 : merging changes from DEV300:m48 2009-05-07 14:43:19 +0200 fs r271670 : #i101477# 2009-05-07 14:37:30 +0200 fs r271668 : #i101477# 2009-05-07 09:27:30 +0200 oj r271628 : #i101343# remove pch 2009-05-06 09:36:02 +0200 fs r271568 : getFoo: diagnostics 2009-05-04 09:23:06 +0200 oj r271438 : CWS-TOOLING: rebase CWS dba32c to trunk@271427 (milestone: DEV300:m47) 2009-04-29 23:18:13 +0200 fs r271394 : #i101398# use a dedicated 2DPrimitive for UNO Controls, which is able to provide the B2DRange *without* actually creating the control 2009-04-29 13:52:25 +0200 fs r271366 : #i101308#
2008-12-30CWS-TOOLING: integrate CWS sb102Jens-Heiner Rechtien8-496/+11
2008-12-11 16:18:12 +0100 sb r265332 : #i95065# cleanup, to make Windows linking work 2008-12-11 16:16:03 +0100 sb r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT 2008-12-09 17:40:28 +0100 sb r265122 : #i94469# move CJK specific configuration data to brand layer 2008-12-09 16:09:08 +0100 sb r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms 2008-12-09 15:54:31 +0100 sb r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC 2008-12-09 15:40:51 +0100 sb r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab 2008-12-09 15:36:21 +0100 sb r265102 : #i95501# updated SDK_HOME 2008-12-09 15:31:46 +0100 sb r265099 : typo (temppath vs. tmppath) 2008-12-08 11:48:08 +0100 sb r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory) 2008-12-07 19:41:07 +0100 sb r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X 2008-12-06 23:54:49 +0100 sb r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS 2008-12-05 20:29:23 +0100 sb r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file 2008-12-05 15:37:23 +0100 sb r264908 : #i95315# removed obsolete jut 2008-12-05 15:34:59 +0100 sb r264907 : #i95531# removed empty obsolete directories 2008-12-05 10:09:23 +0100 sb r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37) 2008-12-04 14:50:20 +0100 sb r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does 2008-12-03 11:29:38 +0100 sb r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all) 2008-12-02 17:18:31 +0100 sb r264724 : #i96809# silenced GCC 4.3.2 warning 2008-12-02 13:29:34 +0100 sb r264695 : #i96797# make get_tmp_dir fail less often 2008-11-28 17:19:24 +0100 sb r264566 : #i95691# inadvertently missing from -c 264564 2008-11-28 17:07:50 +0100 sb r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers 2008-11-25 13:28:08 +0100 sb r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np) 2008-11-21 14:45:22 +0100 sb r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE 2008-11-19 13:19:37 +0100 sb r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-04-10INTEGRATION: CWS changefileheader (1.4.258); FILE MERGEDRüdiger Timm4-92/+72
2008/03/31 13:27:04 rt 1.4.258.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.47.12); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:27:04 rt 1.47.12.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.3.258); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:27:04 rt 1.3.258.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.14.36); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:27:04 rt 1.14.36.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.9.36); FILE MERGEDRüdiger Timm1-23/+19
2008/03/31 13:27:04 rt 1.9.36.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.16.12); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:27:04 rt 1.16.12.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.10.258); FILE MERGEDRüdiger Timm2-46/+36
2008/03/31 13:27:04 rt 1.10.258.1: #i87441# Change license header to LPGL v3.
2008-04-10INTEGRATION: CWS changefileheader (1.6.36); FILE MERGEDRüdiger Timm1-23/+18
2008/03/31 13:27:04 rt 1.6.36.1: #i87441# Change license header to LPGL v3.
2008-04-04INTEGRATION: CWS titles02 (1.44.8); FILE MERGEDKurt Zenker1-3/+2
2008/02/29 11:01:08 as 1.44.8.3: RESYNC: (1.45-1.46); FILE MERGED 2008/02/12 13:24:44 as 1.44.8.2: RESYNC: (1.44-1.45); FILE MERGED 2007/12/10 11:38:43 oj 1.44.8.1: #i45909# #i45617# #i71469# change title handling
2008-04-04INTEGRATION: CWS titles02 (1.14.8); FILE MERGEDKurt Zenker1-9/+10
2008/02/12 13:24:41 as 1.14.8.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/17 15:29:54 oj 1.14.8.1: #i45617# title feature
2008-03-06INTEGRATION: CWS odbmacros2 (1.45.10); FILE MERGEDKurt Zenker1-4/+4
2008/03/04 12:00:42 fs 1.45.10.2: RESYNC: (1.45-1.46); FILE MERGED 2008/02/11 11:17:30 fs 1.45.10.1: replace ShowTreeView/Button with (Enable|Show)Browser
2008-03-06INTEGRATION: CWS odbmacros2 (1.14.2); FILE MERGEDKurt Zenker1-2/+3
2008/02/04 13:07:41 fs 1.14.2.2: RESYNC: (1.14-1.15); FILE MERGED 2007/12/06 13:34:48 fs 1.14.2.1: #i49133# +PROPERTY_HELP_URL
2008-02-26INTEGRATION: CWS eoladabas_DEV300 (1.44.40); FILE MERGEDOliver Bolte1-3/+3
2008/01/24 12:23:37 oj 1.44.40.1: #149980# some changes for adabas
2008-01-30INTEGRATION: CWS dba24d (1.42.2); FILE MERGEDRüdiger Timm1-5/+12
2007/12/05 15:45:55 fs 1.42.2.4: #i81658# ConnectionInfo 2007/12/01 13:40:21 fs 1.42.2.3: RESYNC: (1.43-1.44); FILE MERGED 2007/11/16 12:56:23 fs 1.42.2.2: RESYNC: (1.42-1.43); FILE MERGED 2007/11/08 14:06:52 fs 1.42.2.1: during #i81658#: string cleanup
2008-01-30INTEGRATION: CWS dba24d (1.13.28); FILE MERGEDRüdiger Timm1-3/+3
2007/11/22 13:07:27 fs 1.13.28.1: #i81658# dba_reghelper removed, superseded by unotools/componentmodule.hxx, which is the more modern implementation
2008-01-30INTEGRATION: CWS dba24d (1.8.212); FILE MERGEDRüdiger Timm1-4/+2
2007/11/22 13:08:11 fs 1.8.212.1: #i81658# dba_reghelper removed, superseded by unotools/componentmodule.hxx, which is the more modern implementation
2008-01-30INTEGRATION: CWS dba24d (1.13.70); FILE MERGEDRüdiger Timm1-3/+2
2007/12/01 13:40:18 fs 1.13.70.2: RESYNC: (1.13-1.14); FILE MERGED 2007/11/08 14:06:52 fs 1.13.70.1: during #i81658#: string cleanup
2008-01-30INTEGRATION: CWS dba24d (1.4.170); FILE MERGEDRüdiger Timm1-11/+2
2007/11/08 14:06:52 fs 1.4.170.1: during #i81658#: string cleanup
2007-11-21INTEGRATION: CWS dba24c (1.41.58); FILE MERGEDIvo Hinkelmann1-6/+3
2007/10/29 22:44:06 fs 1.41.58.3: merging changes from CWS dba24b herein, to not wait for later resync 2007/09/13 11:40:40 fs 1.41.58.2: some cleanup during #i49183# 2007/09/12 09:09:38 fs 1.41.58.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007-11-21INTEGRATION: CWS dba24c (1.13.40); FILE MERGEDIvo Hinkelmann1-3/+4
2007/09/13 11:40:39 fs 1.13.40.1: some cleanup during #i49183#
2007-11-21INTEGRATION: CWS dba24c (1.4.142); FILE MERGEDIvo Hinkelmann1-3/+3
2007/09/12 09:09:38 fs 1.4.142.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007-11-09INTEGRATION: CWS dbodf12import (1.41.90); FILE MERGEDRüdiger Timm1-2/+3
2007/11/01 09:16:28 oj 1.41.90.1: #i83190# new string media type
2007-11-01INTEGRATION: CWS dba24b (1.41.46); FILE MERGEDJens-Heiner Rechtien1-2/+3
2007/08/27 13:28:58 fs 1.41.46.1: #i80930#
2007-09-26INTEGRATION: CWS dba24a (1.12.22); FILE MERGEDJens-Heiner Rechtien1-18/+17
2007/07/30 11:27:11 fs 1.12.22.1: #i80175# no 'using namespace ::rtl'
2007-07-06INTEGRATION: CWS oj14 (1.10.8); FILE MERGEDRüdiger Timm1-2/+3
2007/06/04 17:59:06 oj 1.10.8.3: RESYNC: (1.11-1.12); FILE MERGED 2006/11/07 09:07:59 oj 1.10.8.2: RESYNC: (1.10-1.11); FILE MERGED 2006/01/03 08:07:51 oj 1.10.8.1: export controller class
2007-06-05INTEGRATION: CWS bgdlremove (1.11.4); FILE MERGEDIvo Hinkelmann1-23/+21
2007/05/25 10:40:39 kso 1.11.4.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.
2007-05-10INTEGRATION: CWS pchfix04 (1.37.50); FILE MERGEDKurt Zenker1-4/+4
2007/04/25 19:49:08 hjs 1.37.50.4: RESYNC: (1.39-1.40); FILE MERGED 2007/01/26 18:49:57 hjs 1.37.50.3: RESYNC: (1.38-1.39); FILE MERGED 2006/12/22 11:01:11 hjs 1.37.50.2: RESYNC: (1.37-1.38); FILE MERGED 2006/11/16 15:32:13 mkretzschmar 1.37.50.1: #i71619# Don't include pch files in cxx files that will be included
2007-05-10INTEGRATION: CWS pchfix04 (1.10.50); FILE MERGEDKurt Zenker1-4/+4
2006/11/16 15:32:13 mkretzschmar 1.10.50.1: #i71619# Don't include pch files in cxx files that will be included
2007-04-16INTEGRATION: CWS fwkdbdesign01 (1.39.8); FILE MERGEDIvo Hinkelmann1-2/+3
2007/02/28 10:32:49 oj 1.39.8.1: #i74952# impl XModel2
2007-04-16INTEGRATION: CWS fwkdbdesign01 (1.11.78); FILE MERGEDIvo Hinkelmann1-4/+2
2007/02/28 10:32:49 oj 1.11.78.1: #i74952# impl XModel2
2007-01-15INTEGRATION: CWS dba22b (1.37.56); FILE MERGEDVladimir Glazounov1-3/+2
2006/12/13 10:41:15 fs 1.37.56.2: there is no service named css.sdb.Statement 2006/12/05 09:34:58 fs 1.37.56.1: #i72252# +GenerateASBeforeCorrelationName
2006-12-13INTEGRATION: CWS dba22ui (1.37.12); FILE MERGEDKurt Zenker1-2/+3
2006/12/05 09:47:53 fs 1.37.12.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006-09-17INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGEDOliver Bolte2-4/+10
2006/09/01 17:24:18 kaib 1.3.184.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.36.4); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:24:18 kaib 1.36.4.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.2.36); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:24:18 kaib 1.2.36.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.9.184); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:24:18 kaib 1.9.184.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.10.184); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:24:17 kaib 1.10.184.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.3.184); FILE MERGEDOliver Bolte3-6/+15
2006/09/01 17:24:17 kaib 1.3.184.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.9.184); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:24:17 kaib 1.9.184.1: #i68856# Added header markers and pch files
2006-09-17INTEGRATION: CWS pchfix02 (1.9.178); FILE MERGEDOliver Bolte1-2/+5
2006/09/01 17:24:17 kaib 1.9.178.1: #i68856# Added header markers and pch files
2006-08-15INTEGRATION: CWS dba30 (1.34.14); FILE MERGEDJens-Heiner Rechtien1-2/+3
2005/09/30 06:50:37 fs 1.34.14.2: RESYNC: (1.34-1.35); FILE MERGED 2005/04/06 07:21:47 fs 1.34.14.1: #i46768# Settings property
2006-07-10INTEGRATION: CWS qiq (1.1.2); FILE ADDEDOliver Bolte1-0/+40
2006/05/24 06:52:33 fs 1.1.2.1: #i51143#
2006-07-10INTEGRATION: CWS qiq (1.7.124); FILE MERGEDOliver Bolte1-2/+6
2006/05/24 06:53:08 fs 1.7.124.1: #i51143# building an sdbtools lib
2005-09-23INTEGRATION: CWS dba201b (1.7.118); FILE MERGEDJens-Heiner Rechtien1-2/+10
2005/09/21 07:40:48 oj 1.7.118.2: RESYNC: (1.7-1.8); FILE MERGED 2005/07/11 13:37:09 fs 1.7.118.1: merging CWS dba201 into CWS dba201b
2005-09-08INTEGRATION: CWS ooo19126 (1.2.204); FILE MERGEDRüdiger Timm1-47/+21
2005/09/05 17:33:05 rt 1.2.204.1: #i54170# Change license header: remove SISSL