Commit Graph

104 Commits

Author SHA1 Message Date
Mathias Bauer
4288d22fab #i103496#: split svtools; improve ConfitItems 2009-10-16 00:05:16 +02:00
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
Rüdiger Timm
024b1b81e9 CWS-TOOLING: integrate CWS dba31f
2008-12-10 14:16:09 +0100 oj  r265185 : #i96658# remove is
2008-12-10 08:46:07 +0100 oj  r265147 : remove duplicate ids
2008-12-10 08:35:02 +0100 oj  r265146 : #i96658# remove is
2008-12-09 11:44:35 +0100 oj  r265072 : use of tools::StringresourceList
2008-12-09 11:43:41 +0100 oj  r265071 : new class to read string elements from a Resource
2008-12-09 11:41:56 +0100 oj  r265070 : export StringListResource
2008-12-09 11:38:17 +0100 oj  r265068 : change string ; to more string objects
2008-12-08 12:11:43 +0100 oj  r264985 : change default-license-id to lic-en-US
2008-12-05 12:06:09 +0100 oj  r264896 : disable check to uncheck
2008-12-04 08:58:50 +0100 oj  r264814 : #i96517,i96520,i96522# d&d, background, state fixed
2008-12-04 08:53:29 +0100 oj  r264813 : #i96434# use document ui name from filter
2008-12-04 08:41:06 +0100 oj  r264812 : #i96434# use document ui name from filter
2008-12-02 13:48:49 +0100 lla  r264697 : #i96526# extra string for default otr wasn't found
2008-11-28 11:46:31 +0100 oj  r264536 : move toolbar and resize add field dlg
2008-11-28 08:38:22 +0100 oj  r264526 : load string resources
2008-11-27 19:28:52 +0100 oj  r264520 : unsigned
2008-11-27 19:10:19 +0100 oj  r264517 : move class into unnamed namespace
2008-11-27 18:33:38 +0100 oj  r264514 : wrong param
2008-11-27 16:52:39 +0100 oj  r264510 : #i96622# wrong string replacement
2008-11-27 16:46:03 +0100 oj  r264509 : remove unused var
2008-11-27 13:37:16 +0100 oj  r264484 : #i96432# notify only when not in special mode of the page
2008-11-27 13:16:47 +0100 oj  r264479 : #i95224# accept alias in group by
2008-11-27 12:35:19 +0100 oj  r264477 : #i95416# always show localized strings in the start marker
2008-11-27 09:49:29 +0100 oj  r264455 : #i93460# set split pos
2008-11-27 09:05:27 +0100 oj  r264447 : #i96453# use extension from mimetype / mediatype
2008-11-26 16:24:43 +0100 oj  r264416 : #i96520# #i96522# #i96519# some changes at the add field dialog
2008-11-26 16:20:27 +0100 oj  r264414 : #i93420# prevent to register a none system file  url
2008-11-26 16:19:02 +0100 oj  r264413 : #i96522# new class to paste multiple objects
2008-11-26 10:06:12 +0100 oj  r264349 : #i96191# introduce new error message and check if type was defined aand should not be changed
2008-11-26 10:06:12 +0100 oj  r264348 : #i96191# throw error when decimal is to big
2008-11-25 12:08:59 +0100 oj  r264281 : #i96431# correct state for align and move
2008-11-25 11:54:47 +0100 oj  r264280 : #i96428# when new bind to first table
2008-11-25 11:49:55 +0100 oj  r264279 : #i96434# add report output format to inspection
2008-11-25 11:49:05 +0100 oj  r264278 : #i96434# add report output format to inspection
2008-11-24 10:46:23 +0100 oj  r264215 : #i96458# size width for controls
2008-11-24 09:28:56 +0100 oj  r264199 : #i96459# mark detail section when nothing is selected
2008-11-20 12:02:35 +0100 oj  r264038 : #i96191# fix check for prec
2008-11-20 08:06:32 +0100 oj  r264026 : #i90949# patch MID function
2008-11-11 13:14:58 +0100 oj  r263555 : #i96086# apply patch
2008-11-11 11:34:46 +0100 oj  r263549 : #i94128# correct height of section when controls moved outside
2008-11-11 07:52:08 +0100 oj  r263544 : #i94729# fix string with ; as sep
2008-11-11 07:45:27 +0100 oj  r263543 : #i95222# export chart title style
2008-11-11 07:43:37 +0100 oj  r263542 : #i92541# fix line height
2008-12-10 13:41:25 +00:00
Rüdiger Timm
568af9ac86 CWS-TOOLING: integrate CWS dba31d
2008-12-08 16:22:07 +0100 rt  r265005 : Remove DOS lineends
2008-12-05 13:56:24 +0100 fs  r264906 : #i10000# removed unreachable statement
2008-11-20 11:41:26 +0100 fs  r264037 : merged in the fix for #i95865# (it was wrongly committed to CWS dba32a, should have been here)
2008-11-20 11:34:24 +0100 fs  r264036 : line ends
2008-11-14 08:44:50 +0100 lla  r263665 : #i10000# comparsion between int and uint fixed
2008-11-13 13:31:12 +0100 lla  r263641 : #i10000# build problem fixed
2008-11-13 11:20:01 +0100 lla  r263625 : #i96130# hard code name of extension
2008-11-12 11:13:41 +0100 fs  r263582 : #i96096# when opening a SRB-report fails due to the missing SRB extension, log this as warning only, and proceed with the migration
2008-11-12 11:11:35 +0100 fs  r263581 : #i96096# ContentType handling. Now all contents deliver proper results in XContent::getContentType
2008-11-12 11:10:11 +0100 fs  r263580 : #i96096# new ctors taking UNO_QUERY_THROW
2008-11-11 10:10:13 +0100 lla  r263546 : CWS-TOOLING: rebase CWS dba31d to trunk@263288 (milestone: DEV300:m35)
2008-11-06 15:55:39 +0100 oj  r263393 : #i93452# get field from model fallbackis the name
2008-11-06 15:31:47 +0100 oj  r263392 : #i93465# remeber location of floating windows
2008-11-06 13:36:24 +0100 oj  r263381 : #i93450# check typemap for null
2008-11-06 13:28:49 +0100 oj  r263379 : #i93020# empty column list boxes when new relation should be created
2008-11-06 12:33:53 +0100 oj  r263377 : #i93012# set border to default : flat
2008-11-06 12:26:54 +0100 oj  r263375 : #i74927# do some less calls for odbc
2008-11-06 09:34:01 +0100 oj  r263362 : #i93383# grabFocus in suspend to get allmodified cells
2008-11-03 21:01:39 +0100 oj  r263308 : #i86739# check if slash can be valid for tables
2008-11-03 14:40:21 +0100 oj  r263287 : #i86739# check if slash can be valid for tables
2008-11-03 14:32:17 +0100 oj  r263286 : #i95227# column width 
2008-11-03 14:27:26 +0100 oj  r263285 : link fwe
2008-11-03 14:24:54 +0100 oj  r263284 : #i95235# changed to hold no ref only weak
2008-10-31 11:21:48 +0100 oj  r262859 : #i93459# set images add menu entry
2008-10-31 09:06:37 +0100 oj  r262851 : #i88629# correct fileopen filter for database odb files
2008-10-30 15:01:04 +0100 oj  r262828 : #i95229# set filter at the composer
2008-10-29 15:57:41 +0100 oj  r262817 : #i95235# changed to hold no ref only weak
2008-10-29 15:57:19 +0100 oj  r262816 : #i95235# changed to hold no ref only weak
2008-10-29 15:57:03 +0100 oj  r262815 : #i95235# changed to hold no ref only weak
2008-10-29 15:56:15 +0100 oj  r262814 : #i95235# filtermanger changed to hold no ref only weak
2008-10-29 10:32:39 +0100 oj  r262773 : #i93474# use correct table name
2008-10-28 13:49:33 +0100 lla  r262744 : #i95524# make an Invalidate and refresh on Tables
2008-10-28 10:45:02 +0100 fs  r262707 : line ends
2008-10-28 10:34:42 +0100 fs  r262706 : #i95522# don't expect the component to live in a TopWindow
2008-10-28 08:30:40 +0100 lla  r262696 : #i93176# set preview mode on view
2008-10-28 07:56:57 +0100 oj  r262694 : merge cvs svn
2008-10-27 14:13:51 +0100 oj  r262673 : #i94129# use dummy data
2008-10-27 12:38:45 +0100 fs  r262669 : #i94125# rework ScrollColumns
2008-10-23 15:53:57 +0200 oj  r262624 : #i94568# do not load the embeddedobj just copy the storage
2008-10-23 14:39:14 +0200 oj  r262622 : #i94129# handle chart correctly
2008-10-22 10:51:19 +0200 lla  r262582 : #i94115# problem with left walk chart shape fixed
2008-10-22 07:47:48 +0200 oj  r262576 : #i94455# rename now do not use remove insert
2008-10-22 07:47:27 +0200 oj  r262575 : #i94455# rename now do not use remove insert
2008-10-21 12:46:26 +0200 lla  r262567 : #i93845# extra check if default schema doesn't exists, fix assertion
2008-12-09 07:25:38 +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
Jens-Heiner Rechtien
0e8ff68986 CWS-TOOLING: integrate CWS dba301a_DEV300 2008-11-19 17:43:08 +00:00
Vladimir Glazounov
d2b287cdd4 CWS-TOOLING: integrate CWS dba31b 2008-10-01 12:28:29 +00:00
Oliver Bolte
7be7cf5d01 INTEGRATION: CWS dba30g (1.95.12); FILE MERGED
2008/07/22 08:06:21 fs 1.95.12.1: #i91857# re-added joined_table
2008-07-25 06:52:25 +00:00
Kurt Zenker
ca5ea7f7f4 INTEGRATION: CWS dba30d (1.92.8); FILE MERGED
2008/06/10 06:41:33 fs 1.92.8.4: RESYNC: (1.92-1.93); FILE MERGED
2008/06/02 13:46:11 oj 1.92.8.3: #i90244# handle group by and having
2008/05/29 11:30:21 fs 1.92.8.2: during #i80943#: refactoring: IController now passed around as reference, not as pointer
2008/05/28 11:36:04 oj 1.92.8.1: #i78725# new method for column alias in order by
2008-06-25 11:52:59 +00:00
Rüdiger Timm
6984059920 INTEGRATION: CWS rptchart02 (1.91.2); FILE MERGED
2008/06/11 12:40:24 oj 1.91.2.4: RESYNC: (1.92-1.93); FILE MERGED
2008/05/23 08:36:38 oj 1.91.2.3: #i84290# change sql rule table_ref
2008/05/21 11:57:44 oj 1.91.2.2: RESYNC: (1.91-1.92); FILE MERGED
2008/05/20 08:18:26 oj 1.91.2.1: #i84290# range_variable changed
2008-06-16 11:33:33 +00:00
Rüdiger Timm
f7fa56ea35 INTEGRATION: CWS dba30c (1.92.2); FILE MERGED
2008/05/14 11:00:00 oj 1.92.2.1: #i83154# check if we are in having clause
2008-06-06 13:13:08 +00:00
Kurt Zenker
75169a85a9 INTEGRATION: CWS dba30b (1.90.24); FILE MERGED
2008/04/15 22:14:18 fs 1.90.24.2: RESYNC: (1.90-1.91); FILE MERGED
2008/03/16 14:07:58 fs 1.90.24.1: some exception handling re-factoring
2008-05-05 15:05:19 +00:00
Rüdiger Timm
dcc959bf02 INTEGRATION: CWS changefileheader (1.90.36); FILE MERGED
2008/03/31 13:27:57 rt 1.90.36.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:20:30 +00:00
Rüdiger Timm
80d033973b INTEGRATION: CWS dba24d (1.88.2); FILE MERGED
2007/11/26 07:31:07 oj 1.88.2.2: #i83810# parse statement and compress it
2007/11/22 13:20:23 oj 1.88.2.1: #i83769# check for the same column in the search_condition
2008-01-30 07:54:21 +00:00
Rüdiger Timm
0600629465 INTEGRATION: CWS oj30 (1.88.46); FILE MERGED
2008/01/10 14:19:02 oj 1.88.46.1: #i85085# add std
2008-01-29 16:13:13 +00:00
Jens-Heiner Rechtien
77ce5ad49f INTEGRATION: CWS dba24b (1.86.46); FILE MERGED
2007/10/04 09:01:52 oj 1.86.46.6: #i61061# handle or in and condition
2007/08/24 10:16:54 oj 1.86.46.5: #i75557# allow functions before like
2007/08/24 08:21:37 oj 1.86.46.4: #i69678# allow functions in group by
2007/08/22 14:28:20 oj 1.86.46.3: #i78577# add table alias if they differ
2007/08/22 11:41:58 oj 1.86.46.2: #i76374# handle cross join as natural join now in query design
2007/08/16 06:14:44 oj 1.86.46.1: #i56898# clean up of the class structure
2007-11-01 14:31:21 +00:00
Jens-Heiner Rechtien
50e6e5c643 INTEGRATION: CWS dba24a (1.86.36); FILE MERGED
2007/08/06 07:25:37 oj 1.86.36.1: #i70081# impl datediff
2007-09-26 13:52:43 +00:00
Kurt Zenker
b8ecc568b6 INTEGRATION: CWS dba23a (1.85.30); FILE MERGED
2007/02/26 10:34:02 fs 1.85.30.1: remove unused code
Issue number:  #i74776#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
2007-05-10 09:38:14 +00:00
Kurt Zenker
036c4f8d50 INTEGRATION: CWS dba22ui (1.84.40); FILE MERGED
2006/12/05 09:47:58 fs 1.84.40.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:53:22 +00:00
Ivo Hinkelmann
477e9131e1 INTEGRATION: CWS dba205b (1.80.18); FILE MERGED
2006/09/04 12:09:41 oj 1.80.18.3: RESYNC: (1.80-1.82); FILE MERGED
2006/08/03 12:51:44 oj 1.80.18.2: #137963# work on copy of tablewindows to avoid illegal iterators
2006/08/02 15:52:54 oj 1.80.18.1: #i64650# handle functions also in order by stmt
2006-10-18 12:32:24 +00:00
Oliver Bolte
4f49043bbf INTEGRATION: CWS pchfix02 (1.82.4); FILE MERGED
2006/09/01 17:24:37 kaib 1.82.4.1: #i68856# Added header markers and pch files
2006-09-17 06:22:14 +00:00
Jens-Heiner Rechtien
cda65e5e75 INTEGRATION: CWS dba30 (1.76.16); FILE MERGED
2006/07/19 13:12:14 fs 1.76.16.4: RESYNC: (1.78-1.80); FILE MERGED
2006/04/20 06:52:53 oj 1.76.16.3: RESYNC: (1.77-1.78); FILE MERGED
2006/03/21 18:41:44 fs 1.76.16.2: RESYNC: (1.76-1.77); FILE MERGED
2006/01/02 09:17:15 oj 1.76.16.1: #i44200# use supportsMixedCaseQuotedIdentifiers where storesMixedCaseQuotedIdentifiers was used
2006-08-15 09:56:06 +00:00
Ivo Hinkelmann
1af4d84410 INTEGRATION: CWS dba204c (1.80.8); FILE MERGED
2006/07/19 13:37:35 fs 1.80.8.1: #i67530# properly initialize the field list when encountering expressions
2006-08-04 12:57:37 +00:00
Oliver Bolte
348328476c INTEGRATION: CWS qiq (1.78.16); FILE MERGED
2006/07/03 19:48:00 fs 1.78.16.7: #i51143# don't allow to add queries to the designer which do not produce a result set
2006/06/30 13:31:23 fs 1.78.16.6: during #i51143#: PROPERTY_ID_HY0000 superseded by StandardSQLState.SQL_GENERAL_ERROR
2006/06/27 12:52:46 fs 1.78.16.5: RESYNC: (1.78-1.79); FILE MERGED
2006/05/24 06:49:29 fs 1.78.16.4: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/17 04:31:50 fs 1.78.16.3: #i61143# controller's getParser noew returning a reference instead of a pointer
2006/05/15 14:41:03 fs 1.78.16.2: during #i51143#: when adding a table alias name, use AS - this is much better understandable to the user
2006/05/10 11:05:35 fs 1.78.16.1: #i51143# also allow for queries in queries
(while I was here: SELECT "a" * "b" FROM <table> previously showed wrong
table information in the graphical view - fixed this)
2006-07-10 14:41:12 +00:00
Jens-Heiner Rechtien
20e27c0a59 INTEGRATION: CWS warnings01 (1.76.72); FILE MERGED
2006/05/24 00:00:05 sb 1.76.72.3: RESYNC: (1.77-1.78); FILE MERGED
2006/04/07 20:55:28 sb 1.76.72.2: RESYNC: (1.76-1.77); FILE MERGED
2006/03/24 15:36:26 fs 1.76.72.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 02:26:39 +00:00
Vladimir Glazounov
d07de5d4bb INTEGRATION: CWS internatiodel (1.76.70); FILE MERGED
2006/02/10 22:00:17 er 1.76.70.2: RESYNC: (1.76-1.77); FILE MERGED
2006/02/10 19:28:13 er 1.76.70.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
2006-04-07 13:13:23 +00:00
Rüdiger Timm
2b1ecedd96 INTEGRATION: CWS dba202f (1.76.62); FILE MERGED
2006/01/27 11:00:06 fs 1.76.62.1: #i56698#
2006-02-06 15:55:51 +00:00
Jens-Heiner Rechtien
0dec7db091 INTEGRATION: CWS dba201b (1.74.20); FILE MERGED
2005/09/21 10:08:53 oj 1.74.20.2: RESYNC: (1.74-1.75); FILE MERGED
2005/07/11 13:37:27 fs 1.74.20.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:43:07 +00:00
Rüdiger Timm
16bc0236f0 INTEGRATION: CWS ooo19126 (1.74.80); FILE MERGED
2005/09/05 17:35:31 rt 1.74.80.1: #i54170# Change license header: remove SISSL
2005-09-08 15:24:29 +00:00
Oliver Bolte
9cd1f3c581 INTEGRATION: CWS visibility03 (1.71.12); FILE MERGED
2005/04/06 14:43:13 mhu 1.71.12.3: RESYNC: (1.72-1.73); FILE MERGED
2005/03/24 21:15:09 mhu 1.71.12.2: RESYNC: (1.71-1.72); FILE MERGED
2005/03/07 19:09:10 mhu 1.71.12.1: #i40092# Fixed string ctor (ResId) usage.
2005-04-13 07:36:53 +00:00
Vladimir Glazounov
d3a0dd08c2 INTEGRATION: CWS dba27 (1.71.20); FILE MERGED
2005/03/15 11:52:39 fs 1.71.20.2: RESYNC: (1.71-1.72); FILE MERGED
2005/03/10 14:39:42 oj 1.71.20.1: #i44704# check if table is already known from join
2005-03-23 09:53:49 +00:00
Vladimir Glazounov
7d06a25f83 INTEGRATION: CWS dba24 (1.70.50); FILE MERGED
2005/02/22 06:34:55 oj 1.70.50.3: RESYNC: (1.70-1.71); FILE MERGED
2005/02/21 08:28:19 oj 1.70.50.2: #i42522# check if entry must added when order crit behind current position
2005/02/10 10:38:51 oj 1.70.50.1: #i42067# remove table view from task list before destroying it
2005-03-10 15:52:55 +00:00
Vladimir Glazounov
ab452e00a1 INTEGRATION: CWS dba23 (1.70.44); FILE MERGED
2005/01/20 16:54:41 oj 1.70.44.3: #i40648# new datatype BOOLEAN
2005/01/17 13:29:23 oj 1.70.44.2: #i40169# change ULONG in sal_uInt32
2005/01/14 14:47:47 oj 1.70.44.1: #i40169# change sal_uInt32 in ULONG
2005-02-17 10:08:56 +00:00
Rüdiger Timm
6574378b30 INTEGRATION: CWS dba16 (1.68.10); FILE MERGED
2004/10/11 15:27:24 oj 1.68.10.2: RESYNC: (1.68-1.69); FILE MERGED
2004/10/08 06:29:54 oj 1.68.10.1: #i31497# quote functions parameters
2004-10-22 08:06:51 +00:00
Rüdiger Timm
0f6dee6b6c INTEGRATION: CWS insight02 (1.68.2); FILE MERGED
2004/08/13 09:01:07 oj 1.68.2.1: #i32563# toolbox changes
2004-09-09 08:48:21 +00:00
Jens-Heiner Rechtien
ab9e54b8ce INTEGRATION: CWS insight01 (1.62.2); FILE MERGED
2004/06/03 09:09:16 oj 1.62.2.8: merge to m40
2004/06/01 09:01:45 oj 1.62.2.7: RESYNC: (1.65-1.67); FILE MERGED
2004/05/25 13:40:37 oj 1.62.2.6: #i19979# check if column is in ()
2004/04/21 13:48:08 oj 1.62.2.5: enable catalog and schema disabling
2004/02/11 12:47:31 oj 1.62.2.4: RESYNC: (1.64-1.65); FILE MERGED
2004/01/02 13:59:31 oj 1.62.2.3: RESYNC: (1.63-1.64); FILE MERGED
2003/10/24 13:01:37 oj 1.62.2.2: RESYNC: (1.62-1.63); FILE MERGED
2003/10/24 06:36:53 oj 1.62.2.1: #i21643# import filter changes
2004-08-02 15:12:50 +00:00
Oliver Bolte
d61400d20e INTEGRATION: CWS oj08 (1.64.20); FILE MERGED
2004/01/30 14:43:03 oj 1.64.20.4: #i19722# colon in name fixed
2004/01/30 08:49:33 oj 1.64.20.3: #i21725# fix is null for functions
2004/01/29 10:40:30 oj 1.64.20.2: #i24073# check which type should be used for numric functions
2004/01/28 12:41:46 oj 1.64.20.1: #i14296# new flag for outer join escape sequence
2004-03-15 11:43:43 +00:00
Rüdiger Timm
a171c48a21 INTEGRATION: CWS oj07 (1.61.42); FILE MERGED
2004/01/28 09:29:20 oj 1.61.42.5: RESYNC: (1.63-1.64); FILE MERGED
2003/09/15 14:08:02 oj 1.61.42.4: RESYNC: (1.62-1.63); FILE MERGED
2003/08/29 13:33:06 oj 1.61.42.3: RESYNC: (1.61-1.62); FILE MERGED
2003/08/25 11:49:53 oj 1.61.42.2: #i3561# check index of nodes
2003/08/21 13:48:06 oj 1.61.42.1: #111118# derive the tableconnection from window to fit into accessiblity tree
2004-03-02 11:46:44 +00:00
Jens-Heiner Rechtien
32ca68043d INTEGRATION: CWS ooo20031216 (1.64.4); FILE MERGED
2003/12/26 11:35:38 waratah 1.64.4.1: #i1858# correct a potentially uninitialised value
2004-02-04 12:55:13 +00:00
Rüdiger Timm
5dc7ad868c INTEGRATION: CWS geordi2q10 (1.63.18); FILE MERGED
2003/11/28 09:43:06 rt 1.63.18.1: #111934#: join CWS dba01pp1
2003-12-01 09:38:33 +00:00
Oliver Bolte
0a2e09c9de INTEGRATION: CWS oj4 (1.61.6); FILE MERGED
2003/08/28 11:31:41 oj 1.61.6.5: RESYNC: (1.61-1.62); FILE MERGED
2003/07/08 06:38:00 oj 1.61.6.4: #i13318# new property for the use of table aliases in query statements
2003/07/07 13:50:48 oj 1.61.6.3: #i13318# new property for the use of table aliases in query statements
2003/06/30 05:48:52 oj 1.61.6.2: #i14648# some adjustments for functions has to be done to the querydesign
2003/06/24 12:40:00 oj 1.61.6.1: #i14220# change rule for sql_nul token
2003-09-04 07:33:37 +00:00
Hans-Joachim Lankenau
d6f3c0372c INTEGRATION: CWS geordi2q01 (1.61.40); FILE MERGED
2003/08/18 14:15:02 hr 1.61.40.1: #111861#: join changes from CWS oj01parser
2003-08-18 14:05:15 +00:00
Vladimir Glazounov
cdbfe41384 INTEGRATION: CWS mh11rc (1.60.22); FILE MERGED
2003/06/06 10:11:07 mh 1.60.22.1: join: from beta2
2003-06-12 09:19:45 +00:00
Jens-Heiner Rechtien
241c0c73a1 INTEGRATION: CWS apps61beta2 (1.57.2); FILE MERGED
2003/04/15 17:04:41 bm 1.57.2.2: RESYNC: (1.57-1.58); FILE MERGED
2003/04/10 11:17:09 oj 1.57.2.1: #i13241# check join types
2003-04-28 15:00:22 +00:00
Vladimir Glazounov
dc55f95efd INTEGRATION: CWS dbgmacros1 (1.57.14); FILE MERGED
2003/04/10 17:45:02 kso 1.57.14.2: RESYNC: (1.57-1.58); FILE MERGED
2003/04/09 10:44:14 kso 1.57.14.1: #108413# - debug macro unification.
2003-04-15 15:03:54 +00:00
Vladimir Glazounov
71e61eac74 INTEGRATION: CWS dba03 (1.56.4.3.12); FILE MERGED
2003/03/18 09:15:21 oj 1.56.4.3.12.1: #107845# check if copyp is allowed
2003-04-01 13:05:00 +00:00
Jens-Heiner Rechtien
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +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
b48832df0f #97230# new interface for ParseContext 2002-09-27 10:26:33 +00:00