Commit Graph

208 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
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
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
Oliver Bolte
323b26c51a CWS-TOOLING: integrate CWS odbmacros3 2008-10-16 06:57:26 +00:00
Vladimir Glazounov
d2b287cdd4 CWS-TOOLING: integrate CWS dba31b 2008-10-01 12:28:29 +00:00
Oliver Bolte
f116edbafc INTEGRATION: CWS dba30g (1.202.12); FILE MERGED
2008/07/15 07:58:14 fs 1.202.12.1: re-enable administration
2008-07-25 06:49:06 +00:00
Kurt Zenker
8a55b4041b INTEGRATION: CWS dba30d (1.200.8); FILE MERGED
2008/06/20 09:02:56 fs 1.200.8.10: #90912# proper state for SID_COPY when the table control is active
2008/06/16 08:48:10 fs 1.200.8.9: #i10000#
2008/06/16 08:45:12 fs 1.200.8.8: correct OnTreeEntryCompare
2008/06/11 20:26:06 fs 1.200.8.7: renaming of some of the recently introduced css.sdb.application.DatabaseObjectContainer constants
2008/06/10 14:01:41 fs 1.200.8.6: #i10000#
2008/06/10 08:36:23 fs 1.200.8.5: #i80943# implement getCurrentSelection
2008/06/10 06:41:11 fs 1.200.8.4: RESYNC: (1.200-1.201); FILE MERGED
2008/06/01 20:55:23 fs 1.200.8.3: #i80943# +IContextMenuProvider
2008/05/29 11:30:59 fs 1.200.8.2: during #i80943#: refactoring: requestContextMenu superseded by IContextMenuProvider
2008/05/28 19:19:15 fs 1.200.8.1: some code re-arrangement during #i87514#
2008-06-25 11:43:03 +00:00
Rüdiger Timm
eac7206424 INTEGRATION: CWS dba30c (1.196.16); FILE MERGED
2008/05/09 08:24:18 oj 1.196.16.3: RESYNC: (1.198-1.200); FILE MERGED
2008/04/16 06:51:33 fs 1.196.16.2: RESYNC: (1.196-1.198); FILE MERGED
2008/04/12 20:23:39 fs 1.196.16.1: #i88201#
2008-06-06 13:09:43 +00:00
Kurt Zenker
3e62ee3e68 INTEGRATION: CWS dba30b (1.196.4); FILE MERGED
2008/04/15 22:12:57 fs 1.196.4.2: RESYNC: (1.196-1.198); FILE MERGED
2008/03/16 14:05:17 fs 1.196.4.1: some exception handling re-factoring
2008-05-05 14:53:50 +00:00
Jens-Heiner Rechtien
bb925f5f41 INTEGRATION: CWS hr50 (1.193.6); FILE MERGED
2008/04/11 12:26:38 hr 1.193.6.1: #i86574#: fix warning (gcc-4.2.3)
2008-04-22 14:19:46 +00:00
Rüdiger Timm
7d1820d714 INTEGRATION: CWS changefileheader (1.196.12); FILE MERGED
2008/03/31 13:27:08 rt 1.196.12.1: #i87441# Change license header to LPGL v3.
2008-04-10 13:12:36 +00:00
Kurt Zenker
5934fb94ed INTEGRATION: CWS titles02 (1.192.8); FILE MERGED
2008/02/12 13:25:00 as 1.192.8.3: RESYNC: (1.192-1.193); FILE MERGED
2007/12/17 15:29:55 oj 1.192.8.2: #i45617# title feature
2007/12/10 11:38:44 oj 1.192.8.1: #i45909# #i45617# #i71469# change title handling
2008-04-04 13:00:44 +00:00
Kurt Zenker
ee7cd6d9e5 INTEGRATION: CWS odbmacros2 (1.192.2); FILE MERGED
2008/03/06 09:59:17 fs 1.192.2.14: manual resync to 1.195 to prevent conflicts at integration time
2008/02/18 13:56:24 fs 1.192.2.13: corrected calculation of bHideTreeView
2008/02/20 13:28:00 fs 1.192.2.12.2.3: some DBG_UNHANDLED_EXCEPTIONs
2008/02/18 14:01:03 fs 1.192.2.12.2.2: 'resync': merge changes 1.192.2.12->1.192.2.13
2008/02/14 12:25:00 fs 1.192.2.12.2.1: #i49133# re-enable the macros in DBDocs, which had been temporarily disable to finalize CWS odbmacros2
2008/02/14 08:36:55 fs 1.192.2.12: temporarily disable scripting support for database documents,  so we have an intermediate version of the CWS which we can integrate
2008/02/11 13:42:13 fs 1.192.2.11: #i10000#
2008/02/11 11:16:47 fs 1.192.2.10: replace ShowTreeView/Button with (Enable|Show)Browser
2008/02/06 21:44:26 fs 1.192.2.9: #i49133# don't support XScriptInvocationContext if our associated document does not support XEmbeddedScripts, or if we cannot unambiguously be associated with with a dooc
2008/02/06 08:35:51 fs 1.192.2.8: copying the fix for #i85879# into this CWS: cleanup the toolbar mess in the data source browser
2008/02/04 22:35:43 fs 1.192.2.7: #i10000#
2008/02/04 13:08:01 fs 1.192.2.6: RESYNC: (1.192-1.193); FILE MERGED
2008/01/24 10:08:47 fs 1.192.2.5: implDirectSQL was never used / since rebuilding the connection is not implemented, remove it from the menu
2007/12/19 13:26:52 fs 1.192.2.4: getDataSourceName_displayError: database context arg is not necessary
2007/12/19 06:12:22 fs 1.192.2.3: #i49133# +m_xCurrentDatabaseDocument
2007/12/18 21:23:20 fs 1.192.2.2: removed an obsolete friend declaration
2007/12/13 11:22:06 fs 1.192.2.1: #i49133# some refactoring, mostly related to the m_xCurrentFrame->m_aCurrentFrame change
2008-03-06 17:15:05 +00:00
Kurt Zenker
981453ea91 INTEGRATION: CWS dba30a (1.193.10); FILE MERGED
2008/02/05 21:38:27 fs 1.193.10.1: #i85879# cleanup the toolbar mess in the data source browser
2008-03-05 15:53:33 +00:00
Kurt Zenker
265f21bd93 INTEGRATION: CWS directsbasemacros_DEV300 (1.192.18.1.8); FILE MERGED
2008/03/03 22:08:03 fs 1.192.18.1.8.2: #i10000# (NamedValueCollection::getPropertyValues does not yet exist on this branch)
2008/03/03 22:02:35 fs 1.192.18.1.8.1: #i86585# #i85010# pass an InteractionHandler and a MacroExecMode when loading a DB doc
2008-03-05 15:33:23 +00:00
Rüdiger Timm
280e3cf8c0 INTEGRATION: CWS dba24d (1.191.54); FILE MERGED
2007/12/01 13:40:35 fs 1.191.54.2: RESYNC: (1.191-1.192); FILE MERGED
2007/11/08 14:15:25 fs 1.191.54.1: during #i81658#: string cleanup
2008-01-30 07:43:13 +00:00
Ivo Hinkelmann
7a724b9860 INTEGRATION: CWS dba24c (1.191.20); FILE MERGED
2007/10/26 12:16:55 fs 1.191.20.2: during #i73245# ImageProvider::getImage -> ImageProvider::getImages
2007/09/12 09:09:39 fs 1.191.20.1: PROPERTY_(ID_)USE_ESCAPE_PROCESSING: removed the USE_ for consistency reasons
2007-11-21 14:50:54 +00:00
Jens-Heiner Rechtien
9e6b87a8bf INTEGRATION: CWS dba23c (1.189.10); FILE MERGED
2007/07/19 06:07:14 fs 1.189.10.1: proper assertion type (else product builds with debug info won't build)
2007-07-31 13:01:45 +00:00
Rüdiger Timm
1f0a615efa INTEGRATION: CWS dba23b (1.186.12); FILE MERGED
2007/07/11 11:53:22 fs 1.186.12.4: RESYNC: (1.186-1.189); FILE MERGED
2007/07/08 20:36:18 fs 1.186.12.3: during #i65812#: context details not used
2007/06/28 09:04:03 fs 1.186.12.2: #i78362# don't register the data source browser as controller for all opened database connections
2007/06/11 20:00:38 fs 1.186.12.1: #i76857# allow to disable 'Edit database file' context menu entry by configuration option
2007-07-24 11:07:37 +00:00
Rüdiger Timm
b4913e6e1b INTEGRATION: CWS oj14 (1.172.4); FILE MERGED
2007/06/19 08:00:48 fs 1.172.4.10: merging (nearly all) changes from CWS dba23ui herein, which fixes #i78642
2007/06/04 18:07:25 oj 1.172.4.9: RESYNC: (1.185-1.186); FILE MERGED
2007/02/20 15:47:24 oj 1.172.4.8: RESYNC: (1.184-1.185); FILE MERGED
2006/12/18 16:17:43 oj 1.172.4.7: RESYNC: (1.182-1.184); FILE MERGED
2006/11/07 09:14:42 oj 1.172.4.6: RESYNC: (1.175-1.182); FILE MERGED
2006/07/04 07:49:49 oj 1.172.4.5: RESYNC: (1.173-1.175); FILE MERGED
2006/04/25 13:01:30 oj 1.172.4.4: new include
2006/03/20 07:48:13 oj 1.172.4.3: use of module client helper
2006/01/03 13:19:32 oj 1.172.4.2: RESYNC: (1.172-1.173); FILE MERGED
2006/01/03 07:49:02 oj 1.172.4.1: changed module client
2007-07-06 07:05:39 +00:00
Jens-Heiner Rechtien
0c699ae62a INTEGRATION: CWS sdblogging (1.186.16); FILE MERGED
2007/06/27 14:33:29 fs 1.186.16.2: RESYNC: (1.186-1.187); FILE MERGED
2007/06/18 09:04:50 fs 1.186.16.1: copying the fix #i76857# into this CWS
2007-06-27 13:50:55 +00:00
Oliver Bolte
5dfeb67816 INTEGRATION: CWS dba23ui (1.186.2); FILE MERGED
2007/05/21 11:34:18 fs 1.186.2.2: #i76857# disable 'Edit database file' when Base is not installed
2007/05/21 11:26:02 fs 1.186.2.1: #i76857# disable 'Edit database file' when Base is not installed
2007-06-12 04:34:02 +00:00
Kurt Zenker
80cddf6112 INTEGRATION: CWS dba23a (1.185.2); FILE MERGED
2007/02/26 10:33:59 fs 1.185.2.1: remove unused code
Issue number:  #i74776#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
2007-05-10 09:20:03 +00:00
Vladimir Glazounov
ddaa51528f INTEGRATION: CWS dba22b (1.183.6); FILE MERGED
2006/12/18 11:01:25 fs 1.183.6.2: RESYNC: (1.183-1.184); FILE MERGED
2006/12/09 21:49:48 fs 1.183.6.1: #i72428# NamedValueCollection API changes
2007-01-15 13:32:25 +00:00
Rüdiger Timm
4e24b7b64c INTEGRATION: CWS dba22a (1.182.2); FILE MERGED
2006/11/15 08:49:49 fs 1.182.2.1: #142997#
modified the double-click handling in the DBTreeListBox
various stack trace reports suggest there are scenarios where a double click
handler somehow destroys/corrupts the list box and/or its entries, but the
subsequent default handling in the SvListBox class accesses those corrupted
entities.
Since we're not able to reproduce any of those crashs, the handling in the
DBTreeListBox and its clients now is as follows:
If a double click is handled, then the DBTreeListBox::DoubleClickHdl will
return 0, this way causing the SvListBox to *not* process the double
click event further.
2006-12-01 16:30:23 +00:00
Vladimir Glazounov
4370564d85 INTEGRATION: CWS pj65 (1.182.12); FILE MERGED
2006/10/31 14:08:29 pjanik 1.182.12.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
2006-11-21 16:16:28 +00:00
Ivo Hinkelmann
945bcb59dc INTEGRATION: CWS dba205b (1.176.18); FILE MERGED
2006/09/04 12:05:06 oj 1.176.18.3: RESYNC: (1.176-1.178); FILE MERGED
2006/08/06 20:16:00 fs 1.176.18.2: oops, type (forgot to copy WIDTH)
2006/08/04 12:57:05 fs 1.176.18.1: when inserting check boxes into the table view, make them look 'flat' by default
2006-10-18 12:30:44 +00:00
Oliver Bolte
1d04e023bd INTEGRATION: CWS sb59 (1.177.2); FILE MERGED
2006/08/29 11:44:26 sb 1.177.2.1: #i67487# Made code warning-free (wntmsci10).
2006-10-12 12:35:53 +00:00
Kurt Zenker
e4bae61238 INTEGRATION: CWS hsqlcsvstage1 (1.179.2); FILE MERGED
2006/09/20 11:43:57 fs 1.179.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein
2006-10-05 12:02:44 +00:00
Oliver Bolte
05d6987b28 INTEGRATION: CWS pchfix02 (1.177.4); FILE MERGED
2006/09/01 17:24:22 kaib 1.177.4.1: #i68856# Added header markers and pch files
2006-09-17 05:59:27 +00:00
Ivo Hinkelmann
d75e7e838a INTEGRATION: CWS dba205a (1.176.10); FILE MERGED
2006/07/20 07:58:29 fs 1.176.10.2: #i66339# corrected assertion
2006/07/20 07:43:03 fs 1.176.10.1: #i66339# corrected assertion
2006-08-28 14:06:55 +00:00
Jens-Heiner Rechtien
90b308afb2 INTEGRATION: CWS dba30 (1.173.12); FILE MERGED
2006/07/19 12:41:54 fs 1.173.12.3: RESYNC: (1.174-1.176); FILE MERGED
2006/05/08 11:21:12 fs 1.173.12.2: RESYNC: (1.173-1.174); FILE MERGED
2006/03/31 13:30:24 fs 1.173.12.1: #i54504# 'Database Registrations...' entry in the data source browser's context menu
2006-08-15 09:49:53 +00:00
Oliver Bolte
443ea24100 INTEGRATION: CWS qiq (1.174.10); FILE MERGED
2006/06/27 12:17:50 fs 1.174.10.4: RESYNC: (1.174-1.175); FILE MERGED
2006/06/19 09:27:51 fs 1.174.10.3: during #i51143#: A FeatureState can now transport more than one state. In particular, it has typed bChecked and sTitle members, instead of the previous unchecked aState
2006/05/24 06:49:23 fs 1.174.10.2: some refactoring of compose/quoteTableName and friends, in preparation of #i51143#
2006/05/12 13:47:00 fs 1.174.10.1: #i51143# refactoring of controller initialization, which allows accessing the load arguments even during Construct (and not only in the - later - impl_initialize)
2006-07-10 14:24:46 +00:00
Jens-Heiner Rechtien
4e15ebacc3 INTEGRATION: CWS warnings01 (1.173.52); FILE MERGED
2006/05/23 23:49:51 sb 1.173.52.2: RESYNC: (1.173-1.174); FILE MERGED
2006/03/24 15:36:03 fs 1.173.52.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:58:39 +00:00
Jens-Heiner Rechtien
0f29ae3fa7 INTEGRATION: CWS oj17 (1.173.74); FILE MERGED
2006/03/10 11:28:19 oj 1.173.74.1: #131297# do not suspend when we are in dialog mode
2006-04-19 12:19:57 +00:00
Rüdiger Timm
c48ef8bcde INTEGRATION: CWS dba201d (1.172.2); FILE MERGED
2005/10/05 10:20:38 fs 1.172.2.1: #i55493# flush the connection before disconnecting, if possible
2005-10-24 07:31:15 +00:00
Jens-Heiner Rechtien
8900d7bced INTEGRATION: CWS dba201b (1.170.20); FILE MERGED
2005/09/21 08:00:15 oj 1.170.20.7: RESYNC: (1.170-1.171); FILE MERGED
2005/07/22 07:02:38 fs 1.170.20.6: #i10000#
2005/07/21 14:37:25 fs 1.170.20.5: slight syntax changes to the recently introduced SharedUNOComponent for better readability of client code
2005/07/21 08:14:08 fs 1.170.20.4: #i51255#
2005/07/20 10:11:01 fs 1.170.20.3: #i51255# XConnection replaced with SharedConnection
2005/07/15 06:06:56 oj 1.170.20.2: #i51888# allow the remove of a filter if the statement contains an error
2005/07/11 13:37:14 fs 1.170.20.1: merging CWS dba201 into CWS dba201b
2005-09-23 11:22:12 +00:00
Rüdiger Timm
8f2b9173ad INTEGRATION: CWS ooo19126 (1.170.80); FILE MERGED
2005/09/05 17:33:20 rt 1.170.80.1: #i54170# Change license header: remove SISSL
2005-09-08 13:31:20 +00:00
Jens-Heiner Rechtien
35191ca610 INTEGRATION: CWS dba32 (1.169.14); FILE MERGED
2005/04/05 13:03:13 fs 1.169.14.1: #i46409# more intelligent handling of connections, properly determine connection ownership
2005-04-11 09:05:01 +00:00
Oliver Bolte
bddfe1deec INTEGRATION: CWS dba25 (1.166.4); FILE MERGED
2005/03/14 13:30:40 fs 1.166.4.4: RESYNC: (1.167-1.168); FILE MERGED
2005/03/08 09:01:51 fs 1.166.4.3: RESYNC: (1.166-1.167); FILE MERGED
2005/03/04 08:04:15 oj 1.166.4.2: #i43912# use set connection as activeconnection and add as listener
2005/03/04 07:19:43 oj 1.166.4.1: #i43912# use set connection as activeconnection
2005-03-18 09:08:40 +00:00
Vladimir Glazounov
a9d9b79f80 INTEGRATION: CWS dba24 (1.165.4); FILE MERGED
2005/03/08 10:17:16 oj 1.165.4.5: RESYNC: (1.166-1.167); FILE MERGED
2005/02/21 13:10:59 oj 1.165.4.4: RESYNC: (1.165-1.166); FILE MERGED
2005/02/18 12:35:38 oj 1.165.4.3: #i42460# changes for the separation of datasource and database document(model)
2005/02/10 11:32:25 oj 1.165.4.2: #i42316# set the model as args for loadComponentFromURL call
2005/02/04 08:47:32 oj 1.165.4.1: #i41967# remove SetCursor
2005-03-10 15:45:54 +00:00
Kurt Zenker
99ed89de55 INTEGRATION: CWS removedrafts (1.165.18); FILE MERGED
2005/02/17 12:40:51 cd 1.165.18.1: #i42557# move UNOIDL types from drafts to com
2005-03-01 18:16:06 +00:00
Vladimir Glazounov
fd3197cb79 INTEGRATION: CWS dba23 (1.164.6); FILE MERGED
2005/02/03 08:10:49 oj 1.164.6.2: RESYNC: (1.164-1.165); FILE MERGED
2005/01/21 06:52:14 oj 1.164.6.1: #i40648# new DataType::BOOLEAN
2005-02-17 10:06:48 +00:00
Kurt Zenker
870a48d054 INTEGRATION: CWS dba22 (1.163.2); FILE MERGED
2005/01/11 15:47:04 fs 1.163.2.3: #i39187# +getDataSourceByName_displayError
2005/01/07 07:54:37 oj 1.163.2.2: RESYNC: (1.163-1.164); FILE MERGED
2005/01/03 12:50:49 oj 1.163.2.1: #i39146# renable DnD in beamer
2005-01-21 16:09:34 +00:00
Oliver Bolte
2d69198c68 INTEGRATION: CWS dba20 (1.160.16); FILE MERGED
2004/11/29 09:39:05 oj 1.160.16.7: RESYNC: (1.160-1.163); FILE MERGED
2004/11/23 08:08:56 oj 1.160.16.6: #i37467# check controller
2004/11/22 14:39:15 oj 1.160.16.5: #i37467# embedded forms shows only current datasource in beamer
2004/11/19 13:46:37 oj 1.160.16.4: #i37379# use readonly property from media descriptor
2004/11/17 15:17:33 fs 1.160.16.3: assertion
2004/11/16 09:10:01 oj 1.160.16.2: #i37163# name corrected
2004/11/15 12:54:40 oj 1.160.16.1: #i37032# use correct name for text align
2005-01-05 11:34:02 +00:00
Oliver Bolte
2e62842f65 #i10000# loadSubToolbar removed 2004-11-22 14:02:35 +00:00
Oliver Bolte
5ef002d68b INTEGRATION: CWS dba18 (1.158.16); FILE MERGED
2004/11/10 14:56:27 oj 1.158.16.2: RESYNC: (1.158-1.160); FILE MERGED
2004/11/05 10:05:24 oj 1.158.16.1: #34477# table data view and browser changes
2004-11-17 13:48:11 +00:00
Oliver Bolte
902854c3eb INTEGRATION: CWS dba19 (1.160.10); FILE MERGED
2004/11/09 08:09:23 oj 1.160.10.1: #i36540# add forma letter again to supported features
2004-11-16 08:29:49 +00:00
Pascal Junck
509f8dc763 INTEGRATION: CWS dba17 (1.158.4); FILE MERGED
2004/09/30 14:48:11 fs 1.158.4.5: #ii34790# loadSubMenu->onLoadedMenu
2004/09/28 14:24:05 fs 1.158.4.4: #i34732# in preview mode, hide all scrollbars of the grid control
2004/09/27 15:05:35 fs 1.158.4.3: #i34487#
2004/09/27 11:57:16 fs 1.158.4.2: #i34487#
2004/09/24 12:31:51 fs 1.158.4.1: #i34487# #i33699#
2004-10-22 11:04:15 +00:00
Rüdiger Timm
10e991aa0b INTEGRATION: CWS dba16 (1.157.10); FILE MERGED
2004/10/11 15:33:27 oj 1.157.10.2: RESYNC: (1.157-1.158); FILE MERGED
2004/10/11 11:38:29 oj 1.157.10.1: #i30220# enable having, group by for queries
2004-10-22 08:05:00 +00:00