Commit Graph

105 Commits

Author SHA1 Message Date
Release Engineers
cb1400a076 CWS-TOOLING: integrate CWS dba32c
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#
2009-07-03 14:21:50 +00:00
Release Engineers
b88a62cc97 CWS-TOOLING: integrate CWS dbaperf2
2009-06-22 11:04:36 +0200 msc  r273202 : #100000# fix to run this test
2009-06-22 09:41:04 +0200 msc  r273200 : #100000# correct case
2009-06-22 09:02:42 +0200 msc  r273199 : new SRB
2009-06-22 08:53:26 +0200 msc  r273198 : #100000
2009-06-15 12:36:32 +0200 oj  r272976 : test
2009-06-12 14:23:23 +0200 msc  r272918 : #101587# unused feature was removed
2009-06-12 06:45:17 +0200 oj  r272903 : use GUI instead of OS
2009-06-11 09:12:30 +0200 oj  r272845 : remove unused dep
2009-06-11 09:11:09 +0200 oj  r272844 : ColumnAliasInOrderBy not supported
2009-06-11 08:27:00 +0200 oj  r272843 : CWS-TOOLING: rebase CWS dbaperf2 to trunk@272827 (milestone: DEV300:m50)
2009-06-10 15:30:17 +0200 msc  r272822 : #100000
2009-06-10 15:27:40 +0200 msc  r272820 : #102515# new function for the database type list
2009-06-10 15:26:09 +0200 msc  r272818 : move file to dbaccess/tools/dbcreatetools.inc
2009-06-10 15:20:10 +0200 msc  r272816 : #102515# new function for the database type list
2009-06-10 12:34:46 +0200 oj  r272803 : #i101587# check extension
2009-06-10 11:53:45 +0200 oj  r272800 : remove unused code
2009-06-09 09:57:25 +0200 oj  r272752 : #i101587# EscapeDateTime moved into features section
2009-06-09 09:56:26 +0200 oj  r272751 : enable finish
2009-06-08 11:50:37 +0200 oj  r272726 : #i102588# move convert tzo saveDataSource
2009-06-05 11:54:20 +0200 jsk  r272676 : #i102515# - NEW: Functions to retrieve Database names from API
2009-06-05 10:52:22 +0200 jsk  r272671 : NEW: Functions to retrieve Database names from API
2009-06-05 09:36:54 +0200 oj  r272666 : handle win and unx differently
2009-06-05 09:36:28 +0200 oj  r272665 : handle win and unx differently
2009-06-04 13:41:56 +0200 oj  r272625 : #i101268# make use of stringbuffer instead of oustring
2009-06-04 10:18:14 +0200 oj  r272612 : add SAL_DLLPUBLIC_EXPORT 
2009-05-28 10:56:33 +0200 oj  r272381 : #i101587# create langpacks
2009-05-28 10:41:59 +0200 oj  r272380 : #i101587# create langpacks
2009-05-28 10:29:30 +0200 oj  r272379 : #i101587# create langpacks
2009-05-07 10:11:46 +0200 oj  r271635 : fix compile warnings
2009-05-07 07:01:31 +0200 oj  r271619 : change type from int32 to PathID
2009-05-07 06:53:19 +0200 oj  r271618 : add all
2009-05-06 14:57:02 +0200 oj  r271595 : add missing lib
2009-05-06 14:56:54 +0200 oj  r271594 : no used anymore
2009-05-06 14:56:08 +0200 oj  r271593 : no used anymore
2009-05-06 14:54:25 +0200 oj  r271592 : no used anymore
2009-05-06 14:45:59 +0200 oj  r271591 : add missing lib
2009-05-06 14:41:54 +0200 oj  r271590 : change wnt
2009-05-06 14:22:21 +0200 oj  r271589 : #i101587# use config for the drivers
2009-05-06 14:21:39 +0200 oj  r271588 : #i101587# add new set for metadata and config data for driver
2009-05-06 14:19:36 +0200 oj  r271587 : #i101587# handle metadata and props of driver
2009-05-06 10:11:11 +0200 oj  r271570 : #i101587# correct wrong use of reference
2009-05-06 09:24:33 +0200 oj  r271567 : #i101587# add new set for metadata
2009-05-06 08:52:06 +0200 oj  r271563 : #i101587# add driver configuration
2009-05-06 08:51:04 +0200 oj  r271562 : #i101587# add driver configuration
2009-05-04 10:24:41 +0200 oj  r271442 : CWS-TOOLING: rebase CWS dbaperf2 to trunk@271427 (milestone: DEV300:m47)
2009-04-28 07:06:22 +0200 oj  r271303 : compile error
2009-04-27 14:12:48 +0200 oj  r271270 : #i101268# make use of stringbuffer instead of oustring
2009-04-27 14:12:27 +0200 oj  r271269 : #i101268# make use of stringbuffer instead of oustring
2009-04-27 09:30:10 +0200 oj  r271255 : use string buffer when possible
2009-04-24 11:56:01 +0200 oj  r271207 : #i101268# remove end() call from loop
2009-04-23 14:24:03 +0200 oj  r271171 : add dep
2009-04-23 13:25:25 +0200 oj  r271164 : #i101268# add config entries for database drivers
2009-04-23 13:07:13 +0200 oj  r271161 : #i101268# add config entries for database drivers
2009-04-23 13:06:33 +0200 oj  r271160 : #i101268# add parent url pattern entry for driver node
2009-04-23 13:05:39 +0200 oj  r271159 : #i101268# add config entry for driver node
2009-04-23 13:04:09 +0200 oj  r271157 : #i101268# add config entry for driver node
2009-04-23 06:41:32 +0200 oj  r271142 : #i101268# add new configuration file Drivers
2009-04-22 13:49:19 +0200 oj  r271103 : convert EOL
2009-04-22 13:29:17 +0200 oj  r271101 : #i101268# use of driver configuration entries for features and properties
2009-04-22 13:28:08 +0200 oj  r271100 : #i101268# use of driver configuration entries for features and properties
2009-04-22 13:15:26 +0200 oj  r271098 : #i101268# add new configuration file Drivers
2009-04-22 13:14:43 +0200 oj  r271097 : #i101268# use of driver configuration entries for features and properties
2009-07-03 12:24:35 +00:00
Ivo Hinkelmann
d4420993d6 CWS-TOOLING: integrate CWS dbaperf1
2009-04-02 09:12:25 +0200 oj  r270372 : CWS-TOOLING: rebase CWS dbaperf1 to trunk@270033 (milestone: DEV300:m45)
2009-03-17 10:20:34 +0100 oj  r269577 : add parameter
2009-03-17 10:20:05 +0100 oj  r269576 : add parameter
2009-03-12 12:32:24 +0100 oj  r269387 : add missing ++
2009-03-11 12:53:35 +0100 oj  r269315 : compile error
2009-03-06 08:52:11 +0100 oj  r268968 : #i99264# remove duplicate code
2009-03-06 08:20:08 +0100 oj  r268966 : add missingheader
2009-03-06 08:17:41 +0100 oj  r268965 : add header
2009-03-06 08:15:07 +0100 oj  r268964 : #i99708# remove duplicate code
2009-03-06 07:24:11 +0100 oj  r268963 : #i99708# remove duplicate code
2009-03-06 07:22:24 +0100 oj  r268962 : #i99708# use tenary operator
2009-03-06 07:19:21 +0100 oj  r268961 : remove unused rtl_logs
2009-03-06 07:15:55 +0100 oj  r268960 : #i99708# extract getLength from for loop
2009-03-06 07:15:35 +0100 oj  r268959 : #i99708# extract getLength from for loop
2009-03-06 07:14:57 +0100 oj  r268958 : remove unused rtl_logs
2009-03-06 07:13:01 +0100 oj  r268957 : insert DBG_ helper
2009-03-06 07:12:17 +0100 oj  r268956 : remove unused rtl_logs
2009-03-06 07:10:26 +0100 oj  r268955 : remove unused rtl_logs
2009-03-06 07:04:51 +0100 oj  r268954 : #i99708# use tenary operator
2009-03-05 12:04:46 +0100 oj  r268895 : comment RTL_LOG out
2009-03-05 09:05:07 +0100 oj  r268874 : add rtl logfile
2009-03-04 14:21:18 +0100 oj  r268828 : #i99708# make static inplace and some method calls in for loop removed
2009-03-04 14:20:34 +0100 oj  r268827 : #i99708# impl double check pattern for getInfohelper
2009-03-02 09:31:42 +0100 oj  r268636 : add rtl logfile
2009-03-02 08:18:37 +0100 oj  r268633 : add rtl logfile
2009-02-27 11:22:16 +0100 oj  r268570 : #i99709# change algorithm for marking objects
2009-02-27 11:17:04 +0100 oj  r268568 : #i99708# some improvements to load forms, controls faster and replacement of size() call with !empty() which is much faster
2009-02-24 10:09:35 +0100 sb  r268383 : #i99290# no longer care to set a sensible context class loader for native threads attached to the VM
2009-02-23 13:44:04 +0100 oj  r268354 : #i76606# seekrow changes
2009-02-23 12:27:30 +0100 oj  r268349 : deleted
2009-02-20 15:14:23 +0100 oj  r268325 : #i76606# some code changes
2009-02-19 14:15:25 +0100 oj  r268284 : #i76606# use of simple prep stmt instead of full blown rowset, when source and dest connection are the same use insert into ... ( select ... )
2009-02-19 11:27:55 +0100 oj  r268265 : #i76606# insert some RTL_LOG and setObject impl
2009-02-18 14:45:37 +0100 oj  r268222 : #i99363# insert RTL_LOG
2009-02-18 14:45:18 +0100 oj  r268221 : #i99363# insert RTL_LOG
2009-02-18 11:14:54 +0100 oj  r268207 : #i99363# call some impl_ methods to avoid duplicate cechCache calls
2009-02-18 11:10:47 +0100 oj  r268206 : #i99363# make isCount inline
2009-02-18 10:33:22 +0100 oj  r268203 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-18 10:32:57 +0100 oj  r268202 : #i99363# use bookmarkable if available and inserted some RTL_LOG
2009-02-17 07:29:05 +0100 oj  r267843 : #i96897# remove some dll public
2009-02-16 15:01:04 +0100 oj  r267816 : #i96897# remove some dll public
2009-02-16 14:25:53 +0100 oj  r267810 : #i99264# remove duplicate code
2009-02-16 14:25:33 +0100 oj  r267809 : #i99264# remove duplicate code
2009-02-16 14:24:59 +0100 oj  r267808 : #i99264# remove duplicate code
2009-02-13 10:56:17 +0100 oj  r267703 : #i99191# comment the contextclassloader
2009-02-13 10:32:40 +0100 oj  r267700 : reduce call to resultset meta data
2009-02-13 10:27:31 +0100 oj  r267699 : reduce call to resultset meta data
2009-02-13 10:27:08 +0100 oj  r267698 : reduce call to resultset meta data
2009-04-23 10:42:05 +00:00
Jens-Heiner Rechtien
ae503a17e4 CWS-TOOLING: integrate CWS sb102
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-12-30 13:32:01 +00:00
Release Engineers
2363c96194 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
Kurt Zenker
1c7f0b2770 INTEGRATION: CWS obo30 (1.97.40); FILE MERGED
2008/06/20 09:57:10 obo 1.97.40.2: RESYNC: (1.97-1.99); FILE MERGED
2008/06/10 14:54:43 obo 1.97.40.1: #i90100# ENABLE_PCH: re-sort some header
2008-06-24 15:44:35 +00:00
Rüdiger Timm
7dc6ffdfca INTEGRATION: CWS rptchart02 (1.97.6); FILE MERGED
2008/06/11 12:39:52 oj 1.97.6.3: RESYNC: (1.97-1.98); FILE MERGED
2008/05/23 08:36:37 oj 1.97.6.2: #i84290# change sql rule table_ref
2008/05/20 08:18:06 oj 1.97.6.1: #i84290# range_variable changed
2008-06-16 11:30:34 +00:00
Rüdiger Timm
e75ba257e8 INTEGRATION: CWS dba30c (1.97.8); FILE MERGED
2008/05/05 11:09:03 oj 1.97.8.1: #i87131# collect keys only once, getKeys always refetch keys
2008-06-06 12:59:08 +00:00
Rüdiger Timm
dc620a4650 INTEGRATION: CWS changefileheader (1.96.36); FILE MERGED
2008/03/31 13:26:43 rt 1.96.36.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:26:52 +00:00
Rüdiger Timm
1bccfd495f INTEGRATION: CWS dba24d (1.94.86); FILE MERGED
2007/12/01 13:39:08 fs 1.94.86.2: RESYNC: (1.94-1.95); FILE MERGED
2007/11/27 08:23:17 oj 1.94.86.1: #151645# check also the XRowLocate interface
2008-01-30 07:29:37 +00:00
Ivo Hinkelmann
1ba176260d INTEGRATION: CWS dba24c (1.94.56); FILE MERGED
2007/09/18 12:53:53 fs 1.94.56.1: during #i81095#: moved from XMultiServiceFactory to ::comphelper::ComponentContext
2007-11-21 14:33:03 +00:00
Kurt Zenker
823231d74e INTEGRATION: CWS dba23a (1.93.28); FILE MERGED
2007/02/26 11:48:05 fs 1.93.28.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
2007-05-10 09:11:18 +00:00
Kurt Zenker
8debbd0084 INTEGRATION: CWS dba22ui (1.92.38); FILE MERGED
2006/12/05 09:47:48 fs 1.92.38.1: copying the fix for #i72252# from CWS dba22b to dba22ui - intended for the latter, but wrongly checked in into the former
2006-12-13 15:44:26 +00:00
Ivo Hinkelmann
2c8c35b471 INTEGRATION: CWS dba205b (1.87.4); FILE MERGED
2006/09/04 11:57:29 oj 1.87.4.2: RESYNC: (1.87-1.89); FILE MERGED
2006/08/11 06:14:18 oj 1.87.4.1: #i68280# check size of rowcache with keypos
2006-10-18 12:26:03 +00:00
Oliver Bolte
3fc49b0090 INTEGRATION: CWS sb59 (1.88.2); FILE MERGED
2006/08/29 11:44:23 sb 1.88.2.1: #i67487# Made code warning-free (wntmsci10).
2006-10-12 12:32:14 +00:00
Oliver Bolte
7595c3b099 INTEGRATION: CWS pchfix02 (1.88.4); FILE MERGED
2006/09/01 17:24:04 kaib 1.88.4.1: #i68856# Added header markers and pch files
2006-09-17 05:32:31 +00:00
Ivo Hinkelmann
c3451b0e50 INTEGRATION: CWS sb56 (1.85.2); FILE MERGED
2006/07/25 08:41:01 sb 1.85.2.2: RESYNC: (1.85-1.86); FILE MERGED
2006/07/07 09:05:50 sb 1.85.2.1: #i67105# Made code compile (warning-free) with debug=x.
2006-08-24 09:37:29 +00:00
Jens-Heiner Rechtien
4ae41a466a INTEGRATION: CWS dba30 (1.78.16); FILE MERGED
2006/07/19 12:09:26 fs 1.78.16.4: RESYNC: (1.84-1.86); FILE MERGED
2006/03/21 18:21:04 fs 1.78.16.3: RESYNC: (1.78-1.84); FILE MERGED
2006/01/02 09:17:07 oj 1.78.16.2: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used
2005/12/30 06:20:20 oj 1.78.16.1: #i53377# check if innerjoin was used
2006-08-15 09:42:22 +00:00
Rüdiger Timm
c420c5216f INTEGRATION: CWS dba204b (1.85.8); FILE MERGED
2006/07/13 07:10:53 fs 1.85.8.2: RESYNC: (1.85-1.86); FILE MERGED
2006/07/10 07:59:46 oj 1.85.8.1: #i64770# rotate end as well, and removed some warnings plus extra debug code
2006-07-26 06:46:13 +00:00
Oliver Bolte
38f74cc20d INTEGRATION: CWS qiq (1.84.50); FILE MERGED
2006/06/30 13:26:01 fs 1.84.50.3: warning-free code
2006/06/27 11:55:04 fs 1.84.50.2: RESYNC: (1.84-1.85); FILE MERGED
2006/06/16 14:16:04 fs 1.84.50.1: during #i51143#: replaced TTypeDefaultValuePair/TPositionTypePair with struct with named members - this is much more readable than ::std::pair< ..., ::std::pair< ..., ... > >
2006-07-10 14:03:49 +00:00
Jens-Heiner Rechtien
f9eed1e3a3 INTEGRATION: CWS warnings01 (1.81.6); FILE MERGED
2006/04/07 20:45:31 sb 1.81.6.2: RESYNC: (1.81-1.84); FILE MERGED
2006/03/24 15:35:46 fs 1.81.6.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:36:29 +00:00
Rüdiger Timm
d57e07113f INTEGRATION: CWS dba202f (1.80.8); FILE MERGED
2006/01/30 09:14:00 oj 1.80.8.4: #i61052# fix for updates, deletes and moves
2006/01/27 09:17:28 fs 1.80.8.3: #i10000#
2006/01/27 06:54:02 fs 1.80.8.2: RESYNC: (1.80-1.83); FILE MERGED
2006/01/20 14:51:46 fs 1.80.8.1: copying the changes from stlusagefix01 herein, to be able to use this CWS in a non-product version
2006-02-06 15:54:31 +00:00
Jens-Heiner Rechtien
354358d02f INTEGRATION: CWS rowsetdel (1.80.12); FILE MERGED
2006/01/25 14:46:53 fs 1.80.12.9: #i10000# clearModified was duplicate
2006/01/25 14:44:20 fs 1.80.12.8: manual RESYNC to HEAD
2006/01/25 12:59:11 fs 1.80.12.7: RESYNC: (1.80-1.81); FILE MERGED
2006/01/20 09:01:23 fs 1.80.12.6: #i55731# deleteRows now implemented in the RowSet itself
2006/01/19 09:04:08 fs 1.80.12.5: merging the changes from CWS stlusagefix01, to ensure there are no interdependencies
2006/01/19 07:12:27 fs 1.80.12.4: #i55731# removed some unused code from the cache
2006/01/18 13:59:17 fs 1.80.12.3: #i55731# moveToInsertRow must also fire a RowCountChange - might happen in case the current row is deleted
2006/01/16 10:16:01 fs 1.80.12.2: #i10000#
2006/01/16 10:12:21 fs 1.80.12.1: #i55731# fixed the handling for deleting rows. In particular, remove m_bDeleted, since this is an attribute of the RowSet/Clone now, not the cache
2006-01-25 14:10:43 +00:00
Jens-Heiner Rechtien
3649a9cfea INTEGRATION: CWS stlusagefix01 (1.80.10); FILE MERGED
2006/01/17 09:00:17 oj 1.80.10.3: #i60480# stl usage corrected
2006/01/17 06:55:27 oj 1.80.10.2: #i60480# stl calc corrected
2006/01/16 13:47:16 oj 1.80.10.1: #i60480# fix stl usage
2006-01-25 12:43:29 +00:00
Oliver Bolte
c8584b0392 INTEGRATION: CWS dba202b (1.78.46); FILE MERGED
2006/01/12 13:06:31 fs 1.78.46.3: reverted incomplete fix for #i55731#, will be done in another CWS
2005/12/27 11:22:58 oj 1.78.46.2: RESYNC: (1.78-1.79); FILE MERGED
2005/12/12 07:50:21 oj 1.78.46.1: #i55731# correct postion when deleting a row
2006-01-16 14:27:42 +00:00
Kurt Zenker
b07c428e4d INTEGRATION: CWS dba202c (1.78.50); FILE MERGED
2005/12/02 12:07:11 oj 1.78.50.1: #127795# default value of afterlast is false
2006-01-03 15:13:57 +00:00
Oliver Bolte
25679b71c6 INTEGRATION: CWS dba202a (1.78.26); FILE MERGED
2005/11/25 07:40:08 oj 1.78.26.1: #i56333# create columns even when no column exists
2005-12-21 12:34:03 +00:00
Jens-Heiner Rechtien
4a1e162f80 INTEGRATION: CWS dba201b (1.75.38); FILE MERGED
2005/09/21 06:46:13 oj 1.75.38.3: RESYNC: (1.75-1.77); FILE MERGED
2005/07/11 13:36:59 fs 1.75.38.2: merging CWS dba201 into CWS dba201b
2005/06/02 12:15:30 oj 1.75.38.1: #i50181# check if key columns are empty
2005-09-23 11:03:25 +00:00
Rüdiger Timm
5b5a04e102 INTEGRATION: CWS ooo19126 (1.75.98); FILE MERGED
2005/09/05 17:32:04 rt 1.75.98.1: #i54170# Change license header: remove SISSL
2005-09-08 09:01:42 +00:00
Rüdiger Timm
e69757b9ff INTEGRATION: CWS hr18 (1.75.88); FILE MERGED
2005/08/10 16:43:29 hr 1.75.88.1: #i51878#,#i53108#: cleanup STL iterator usage
2005-09-05 07:57:54 +00:00
Oliver Bolte
f97e4278fa INTEGRATION: CWS dba25 (1.74.50); FILE MERGED
2005/03/07 08:00:16 oj 1.74.50.1: #i37076# set default value in insert row when the column is not modified
2005-03-18 09:05:15 +00:00
Oliver Bolte
c76c70f474 INTEGRATION: CWS dba18 (1.72.38); FILE MERGED
2004/11/10 15:03:02 oj 1.72.38.3: RESYNC: (1.72-1.73); FILE MERGED
2004/11/09 14:29:15 oj 1.72.38.2: #i30004# use new singlequerycomposer
2004/10/18 10:40:30 oj 1.72.38.1: #i30004# don't use params from the rowset any longer
2004-11-17 13:42:39 +00:00
Rüdiger Timm
29725df8b4 INTEGRATION: CWS dba16 (1.72.10); FILE MERGED
2004/10/11 11:38:15 oj 1.72.10.2: #i30220# enable having, group by for queries
2004/10/11 06:53:23 oj 1.72.10.1: #i32931# remove the weak interface, refcount handled by parent
2004-10-22 07:55:06 +00:00
Jens-Heiner Rechtien
c1daf4cd81 INTEGRATION: CWS insight01 (1.68.18); FILE MERGED
2004/07/06 09:36:07 oj 1.68.18.5: RESYNC: (1.70-1.71); FILE MERGED
2004/06/01 08:47:37 oj 1.68.18.4: RESYNC: (1.69-1.70); FILE MERGED
2004/01/02 13:53:39 oj 1.68.18.3: RESYNC: (1.68-1.69); FILE MERGED
2003/12/17 09:18:55 oj 1.68.18.2: #111075# ongoing work
2003/10/24 06:29:58 oj 1.68.18.1: #i21643# import filter changes
2004-08-02 14:01:13 +00:00
Oliver Bolte
36ab314d9b INTEGRATION: CWS oj5 (1.70.34); FILE MERGED
2004/05/19 09:20:18 oj 1.70.34.1: #109328# new strings
2004-06-01 09:09:25 +00:00
Rüdiger Timm
2f5158cc8f INTEGRATION: CWS oj07 (1.68.16); FILE MERGED
2004/01/28 09:21:27 oj 1.68.16.2: RESYNC: (1.68-1.69); FILE MERGED
2003/08/27 10:08:53 oj 1.68.16.1: #i18583# adjust value when it is unsigned
2004-03-02 11:41:52 +00:00
Rüdiger Timm
93673706f8 INTEGRATION: CWS geordi2q10 (0); FILE MERGED 2003-12-01 09:18:56 +00:00
Vladimir Glazounov
1591f235e8 INTEGRATION: CWS oj06 (1.67.18); FILE MERGED
2003/07/18 11:20:27 oj 1.67.18.1: #110896# check if keys are valid
2003-07-21 11:27:44 +00:00
Vladimir Glazounov
49fd86178a INTEGRATION: CWS dba08 (1.66.20); FILE MERGED
2003/06/17 13:39:42 oj 1.66.20.1: #i15201# set additional flags when first or last go wrong and set correct bookmark values for the keyset
2003-06-25 10:02:47 +00:00
Jens-Heiner Rechtien
69218ecabe INTEGRATION: CWS apps61beta2 (1.63.2); FILE MERGED
2003/04/15 17:09:18 bm 1.63.2.3: RESYNC: (1.63-1.64); FILE MERGED
2003/04/09 09:59:55 oj 1.63.2.2: i12747# unnescessary select stmt calls removed
2003/04/04 07:10:52 oj 1.63.2.1: #108617# wrong end submitted to fill call
2003-04-28 14:59:21 +00:00
Vladimir Glazounov
bb6211f608 INTEGRATION: CWS dbgmacros1 (1.63.14); FILE MERGED
2003/04/10 19:11:38 kso 1.63.14.2: RESYNC: (1.63-1.64); FILE MERGED
2003/04/09 10:44:09 kso 1.63.14.1: #108413# - debug macro unification.
2003-04-15 15:02:45 +00:00
Vladimir Glazounov
d040836704 INTEGRATION: CWS dba03 (1.62.2.1.8); FILE MERGED
2003/03/19 10:35:58 fs 1.62.2.1.8.2: re-committed the fix for '#107681# rowcount was not correctly set', as it was lost on this branch due to CWS problems
2003/03/18 09:11:46 oj 1.62.2.1.8.1: #107654# check if current is already valid
2003-04-01 13:00:38 +00:00
Jens-Heiner Rechtien
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +00:00
Ocke Janssen
fcf198cbc9 #i7675# check distance for equality 2002-12-11 13:14:13 +00:00
Ocke Janssen
ff3544456e #106047# insertRow now reset the flags after the current row has been set 2002-12-10 11:50:04 +00:00
Ocke Janssen
aa9a3bf264 #106008# copy row content instead of remember ref 2002-12-05 13:10:11 +00:00
Frank Schönheit
5808e71b11 #105390# #i8481# cancelInsert renamed to cancelRowModification 2002-12-05 08:54:54 +00:00
Ocke Janssen
c1fa8f5468 #104144# correct the new positioning of the iterator used by clones and the original rowset 2002-11-13 05:56:59 +00:00
Ocke Janssen
58b26608a7 #i3289# correct table name quoting so that in every situation the correct schema, catalog is used 2002-10-07 12:09:48 +00:00
Ocke Janssen
168206b54c #98084# reposition used cache after moveToBookmark call 2002-08-08 06:07:42 +00:00