Commit Graph

73 Commits

Author SHA1 Message Date
Sebastian Spaeth
4905a19032 Add vim/emacs modelines to all source files
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2010-10-14 17:02:15 +02:00
Noel Power
6c84dc1806 initial commit for vba blob ( not including container_control stuff ) 2010-10-06 10:16:39 +01:00
Frank Schoenheit [fs]
ef60d406e3 unoawt: added UnoControlListBoxModel::ItemSeparatorPos, specifying the position where to draw a separator between two items 2010-06-11 15:14:17 +02:00
Frank Schoenheit [fs]
ffe5faef61 unoawt: MultiSelectionSimpleMode property for list boxes, allowing 'browser-like' multi selection (where a single click onto an entry only toggles this entry) 2010-05-20 12:38:21 +02:00
Frank Schoenheit [fs]
08e0e53c74 fs33a: #i111238# add support for images to AWT's ListBoxControl/Model 2010-04-29 10:05:04 +02:00
Jens-Heiner Rechtien
8764506704 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Frank Schönheit
a3100ff384 #cr6875455# introduce a ReferenceDevice property for various control types 2009-09-14 12:27:12 +00:00
Release Engineers
fe2fc695df 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
Rüdiger Timm
69b684b12e CWS-TOOLING: integrate CWS rtlcontrols
2008-12-11 21:08:49 +0100 fs  r265367 : CONTEXT_WRITING_MODE is transient
2008-12-11 21:08:00 +0100 fs  r265365 : REGISTER_PROP_3
2008-12-11 20:53:44 +0100 fs  r265362 : ContextWritingMode is not MAYBEVOID
2008-12-11 15:29:08 +0100 fs  r265315 : prevent a deadlock during complex.dbaccess.DatabaseDocument test
2008-12-11 15:01:13 +0100 fs  r265304 : manual RESYNC to m37
2008-12-10 20:04:38 +0100 pl  r265230 : #i30631# fix a snafu in mirroring
2008-12-10 19:14:45 +0100 pl  r265229 : #i30631# rework PaintToDevice for RTL controls
2008-12-05 10:19:13 +0100 fs  r264893 : #i10000# ImplInitSettings => ImplInitWindow (ImplInitSettings clashed with base classes ImplInitSettings on unxsols4)
2008-12-03 12:55:24 +0100 fs  r264768 : #i100000#
2008-12-03 07:11:48 +0100 fs  r264741 : #i10000#
2008-12-02 10:37:51 +0100 fs  r264670 : CWS-TOOLING: rebase CWS rtlcontrols to trunk@264325 (milestone: DEV300:m36)
2008-12-02 09:27:50 +0100 fs  r264660 : merge from trunk
2008-11-25 10:28:36 +0100 ama  r264277 : Fix #i94572#
2008-11-24 11:46:48 +0100 fs  r264218 : #i30631# proper context writing mode
2008-11-24 09:38:04 +0100 fs  r264204 : #i30631# (approved by PL)
2008-11-24 09:35:47 +0100 fs  r264203 : #i30631# Context/WritingMode
2008-11-24 09:33:36 +0100 fs  r264202 : #i30631# Context/WritingMode
2008-11-24 09:31:53 +0100 fs  r264200 : #i30631# RTL
2008-11-19 08:51:48 +0100 fs  r263963 : #i10000#
2008-11-18 20:58:11 +0100 fs  r263878 : #i10000#
2008-11-18 15:30:44 +0100 fs  r263778 : migrate the CWS from CVS to SVN
the CVS changes contained in this change set are the ones between the 
following two CVS tags:
CWS_DEV300_RTLCONTROLS_ANCHOR
CWS_DEV300_RTLCONTROLS_PRE_MIGRATION
2008-11-18 12:29:04 +0100 ama  r263762 : Fix #i94572#: Context direction for drawing objects
2008-11-18 12:25:50 +0100 ama  r263761 : Fix #i94572#: Context direction for drawing objects
2008-11-18 12:02:30 +0100 ama  r263759 : Fix #i94572#: Context direction for drawing objects
2008-12-16 13:30:53 +00:00
Rüdiger Timm
498a742cd8 CWS-TOOLING: integrate CWS cmcfixes51
2008-12-08 10:12:55 +0100 cmc  r264975 : #i96203# protect with ifdefs to avoid unused symbol on mac
2008-12-05 12:23:47 +0100 cmc  r264898 : CWS-TOOLING: rebase CWS cmcfixes51 to trunk@264807 (milestone: DEV300:m37)
2008-12-01 14:45:17 +0100 cmc  r264606 : #i76655# ehlos apparently required
2008-11-28 17:49:30 +0100 cmc  r264567 : #i96655# remove newly unused method
2008-11-28 10:41:28 +0100 cmc  r264531 : #i96647# better ppc-bridges flushCode impl
2008-11-27 12:58:40 +0100 cmc  r264478 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 12:32:49 +0100 cmc  r264476 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 12:26:02 +0100 cmc  r264475 : #i96655# redundant old table export helpers
2008-11-27 11:49:06 +0100 cmc  r264473 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 11:38:35 +0100 cmc  r264471 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 11:14:21 +0100 cmc  r264467 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 11:06:22 +0100 cmc  r264464 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 10:58:18 +0100 cmc  r264462 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 10:41:44 +0100 cmc  r264461 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 10:19:24 +0100 cmc  r264460 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 10:13:39 +0100 cmc  r264459 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 10:06:14 +0100 cmc  r264458 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:59:54 +0100 cmc  r264457 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:52:51 +0100 cmc  r264456 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:48:26 +0100 cmc  r264454 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:40:20 +0100 cmc  r264452 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:35:26 +0100 cmc  r264451 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:31:00 +0100 cmc  r264450 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 09:24:08 +0100 cmc  r264449 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 00:26:15 +0100 cmc  r264443 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 00:21:01 +0100 cmc  r264442 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-27 00:09:40 +0100 cmc  r264441 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 23:51:56 +0100 cmc  r264440 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 23:49:09 +0100 cmc  r264439 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 18:09:54 +0100 cmc  r264432 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 18:07:40 +0100 cmc  r264431 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 17:28:02 +0100 cmc  r264429 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 17:27:39 +0100 cmc  r264428 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 17:18:36 +0100 cmc  r264426 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 16:22:16 +0100 cmc  r264415 : #i96624# make implicit braces and brackets explicit to avoid warnings
2008-11-26 16:00:23 +0100 cmc  r264409 : #i90426# remove warnings from svtools
2008-11-26 15:59:17 +0100 cmc  r264408 : #i90426# remove warnings
2008-11-26 15:47:32 +0100 cmc  r264404 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 14:46:57 +0100 cmc  r264394 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 14:19:50 +0100 cmc  r264387 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 14:15:26 +0100 cmc  r264386 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 14:11:26 +0100 cmc  r264384 : #i96084# confirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 13:44:23 +0100 cmc  r264380 : #i96084# comfirm existing logic with explicit brackets to remove new gcc warnings
2008-11-26 13:12:24 +0100 cmc  r264372 : #i96604# silence new warnings
2008-11-26 12:35:02 +0100 cmc  r264369 : #i96203# make qstarter work in 3-layer land
2008-11-26 12:33:04 +0100 cmc  r264368 : #i96170# ensure gtypes are up and running
2008-12-11 07:05:03 +00:00
Release Engineers
3e33ac2ea6 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
Rüdiger Timm
943fdc8d9f INTEGRATION: CWS changefileheader (1.61.28); FILE MERGED
2008/04/01 16:01:00 thb 1.61.28.3: #i85898# Stripping all external header guards
2008/04/01 12:56:53 thb 1.61.28.2: #i85898# Stripping all external header guards
2008/03/28 15:40:17 rt 1.61.28.1: #i87441# Change license header to LPGL v3.
2008-04-11 08:32:33 +00:00
Ivo Hinkelmann
5af01c14a9 INTEGRATION: CWS tkr08 (1.59.14); FILE MERGED
2007/12/10 13:04:35 tkr 1.59.14.1: #i84310# Property DIALOGSOURCEURL wasnt initialize
2008-01-15 13:21:48 +00:00
Ivo Hinkelmann
624a8ef101 INTEGRATION: CWS awtfixes1 (1.56.2); FILE MERGED
2007/11/29 19:01:41 fridrich_strba 1.56.2.3: RESYNC: (1.57-1.59); FILE MERGED
2007/08/17 14:32:04 mmeeks 1.56.2.2: RESYNC: (1.56-1.57); FILE MERGED
2007/07/13 17:43:52 mmeeks 1.56.2.1: Issue number: i#78291#
Submitted by: mmeeks
Reviewed by:  fs
Add property introspection to awt/ wrappers.
2008-01-14 11:57:57 +00:00
Ivo Hinkelmann
bfee27bc33 INTEGRATION: CWS fwk78 (1.57.24); FILE MERGED
2007/11/08 11:45:04 cd 1.57.24.1: #i79712# New property NOLABEL must have the default value 'false'
2007-11-27 10:44:54 +00:00
Ivo Hinkelmann
812d6a237c INTEGRATION: CWS dba24c (1.57.16); FILE MERGED
2007/10/03 19:32:01 fs 1.57.16.1: during #i82169#: setFastPropertyValue: release guard before forwarding the font property to setFastPropertyValues method (else we might deadlock soon)
2007-11-21 14:12:44 +00:00
Jens-Heiner Rechtien
ca77b9819d INTEGRATION: CWS vcl80 (1.54.12); FILE MERGED
2007/07/12 09:12:28 pl 1.54.12.2: RESYNC: (1.54-1.56); FILE MERGED
2007/07/02 12:58:57 pl 1.54.12.1: #i79078# fix a leak (thanks cmc)
2007-07-31 15:01:16 +00:00
Rüdiger Timm
19dfdc41ec INTEGRATION: CWS updchk06 (1.53.34); FILE MERGED
2007/06/25 07:46:11 dv 1.53.34.3: RESYNC: (1.53-1.54); FILE MERGED
2007/06/25 06:12:03 dv 1.53.34.2: Added support for property DesktopAsParent
2007/06/08 06:54:55 dv 1.53.34.1: #i70588# Added support for autovscroll and painttransparent to edit
2007-07-06 13:27:38 +00:00
Jens-Heiner Rechtien
772ba1fa21 INTEGRATION: CWS awttree01 (1.49.8); FILE MERGED
2007/06/25 12:48:51 cl 1.49.8.4: RESYNC: (1.53-1.54); FILE MERGED
2007/03/11 14:42:10 cl 1.49.8.3: RESYNC: (1.52-1.53); FILE MERGED
2006/12/01 10:23:10 cl 1.49.8.2: RESYNC: (1.49-1.52); FILE MERGED
2006/12/01 06:19:32 cl 1.49.8.1: implement a tree control api
2007-06-27 11:21:50 +00:00
Kurt Zenker
a00285977c INTEGRATION: CWS jl61 (1.53.28); FILE MERGED
2007/04/17 12:05:21 cd 1.53.28.1: #i76438# Support new property and window attribute NODECORATION
2007-06-20 09:26:37 +00:00
Kurt Zenker
124412dc4f INTEGRATION: CWS fmtfield_SRC680 (1.52.42); FILE MERGED
2007/02/12 14:29:19 fs 1.52.42.1: #i74443# +ImplEnsureHabdleOrder
2007-02-14 14:34:48 +00:00
Vladimir Glazounov
2be9142dc4 INTEGRATION: CWS pj65 (1.51.8); FILE MERGED
2006/10/31 14:12:59 pjanik 1.51.8.1: #i71027#: prevent warnings on Mac OS X with gcc 4.0.1.
2006-11-21 16:03:42 +00:00
Ivo Hinkelmann
bd16032929 INTEGRATION: CWS dba205b (1.48.10); FILE MERGED
2006/09/13 12:21:41 fs 1.48.10.1: #65585# more tolerance when setting XInterface properties (strictly needed for unoapi-test ATM)
2006-10-18 12:15:18 +00:00
Oliver Bolte
02b45edcbc INTEGRATION: CWS sb59 (1.47.16); FILE MERGED
2006/07/25 12:39:41 sb 1.47.16.2: RESYNC: (1.47-1.48); FILE MERGED
2006/07/21 07:59:26 sb 1.47.16.1: #i67487# Made code warning-free (wntmsci10).
2006-10-12 09:32:56 +00:00
Oliver Bolte
1f2f3ffa83 INTEGRATION: CWS pchfix02 (1.48.24); FILE MERGED
2006/09/01 17:54:24 kaib 1.48.24.1: #i68856# Added header markers and pch files
2006-09-16 11:20:19 +00:00
Kurt Zenker
fbef5d7172 INTEGRATION: CWS warningfixes02 (1.47.6); FILE MERGED
2006/06/30 11:50:54 sb 1.47.6.1: #i66577# Made the code compile (warning-free) on a unxlngi6.pro GCC 4.1.1 Linux box.
2006-07-19 14:56:01 +00:00
Jens-Heiner Rechtien
decf64c916 INTEGRATION: CWS warnings01 (1.39.24); FILE MERGED
2006/06/08 10:54:33 fs 1.39.24.8: #136650# don't call the copy-ctor of OWeakAggObject
2006/05/23 22:50:19 sb 1.39.24.7: RESYNC: (1.43-1.46); FILE MERGED
2006/04/20 14:50:21 sb 1.39.24.6: #i53898# Made code compile and/or warning-free again after resync to SRC680m162.
2006/04/07 19:39:47 sb 1.39.24.5: RESYNC: (1.40-1.43); FILE MERGED
2006/01/25 20:12:39 sb 1.39.24.4: RESYNC: (1.39-1.40); FILE MERGED
2005/11/14 10:36:08 pl 1.39.24.3: #i55991# removed warnings
2005/10/25 17:04:17 mt 1.39.24.2: #i55991# Warning Free Code
2005/10/25 15:56:11 mt 1.39.24.1: #i55991# Warning Free Code
2006-06-19 22:05:03 +00:00
Rüdiger Timm
27b064a54e INTEGRATION: CWS dba203c (1.43.6); FILE MERGED
2006/04/24 13:17:57 oj 1.43.6.2: RESYNC: (1.43-1.45); FILE MERGED
2006/04/20 10:22:47 fs 1.43.6.1: #i63103# +WheelWithoutFocus property at the window peer
2006-05-04 07:26:08 +00:00
Jens-Heiner Rechtien
492b0a5d96 INTEGRATION: CWS numbers203 (1.41.14); FILE MERGED
2006/03/03 12:12:24 er 1.41.14.1: #i61657# new ::com::sun::i18n::Currency2.LegacyOnly
2006-04-20 12:23:00 +00:00
Vladimir Glazounov
0b2e0e4340 INTEGRATION: CWS dba203b (1.42.6); FILE MERGED
2006/03/27 13:57:27 fs 1.42.6.1: #i60127# also write/read ENUMs
2006-03-31 10:55:55 +00:00
Oliver Bolte
ce9ec7e9d1 INTEGRATION: CWS dba203a (1.41.12); FILE MERGED
2006/03/20 07:59:44 fs 1.41.12.3: RESYNC: (1.41-1.42); FILE MERGED
2006/02/14 11:57:58 fs 1.41.12.2: #i62032# setPropertyValue: don't lock the mutex unnecessarily, this might deadlock when (indirectly) firing notifications
2006/02/14 10:29:11 fs 1.41.12.1: #i62032# setPropertyToDefault: don't lock the mutex unnecessarily, this might deadlock when (indirectly) firing notifications
2006-03-29 11:21:46 +00:00
Vladimir Glazounov
27d3cd4e44 INTEGRATION: CWS pbrwuno (1.38.68); FILE MERGED
2006/02/09 15:39:16 fs 1.38.68.3: RESYNC: (1.39-1.41); FILE MERGED
2005/10/04 11:24:13 fs 1.38.68.2: RESYNC: (1.38-1.39); FILE MERGED
2005/08/10 12:40:43 fs 1.38.68.1: #i53095# when setting a single font property, notify this
2006-03-14 09:53:43 +00:00
Kurt Zenker
18d7f72e7d INTEGRATION: CWS dba202d (1.39.48); FILE MERGED
2006/01/25 06:53:46 fs 1.39.48.3: #i10000#
2006/01/24 09:37:59 fs 1.39.48.2: RESYNC: (1.39-1.40); FILE MERGED
2006/01/04 10:56:53 fs 1.39.48.1: #i59877# read: catch exceptions thrown during setPropertyValues / write: better explanatory assertion when a property type is unknown
2006-01-31 17:35:09 +00:00
Oliver Bolte
6298ad790d INTEGRATION: CWS dba202e (1.39.46); FILE MERGED
2006/01/04 15:44:08 fs 1.39.46.2: #i100000#
2006/01/04 10:44:21 fs 1.39.46.1: #i59877# read: catch exceptions thrown during setPropertyValues / write: better explanatory assertion when a property type is unknown
2006-01-19 14:35:39 +00:00
Rüdiger Timm
374bdbfcc2 INTEGRATION: CWS ooo19126 (1.38.80); FILE MERGED
2005/09/05 16:58:16 rt 1.38.80.1: #i54170# Change license header: remove SISSL
2005-09-09 12:20:51 +00:00
Kurt Zenker
9c2dec2262 INTEGRATION: CWS dba22 (1.36.54); FILE MERGED
2005/01/19 17:24:16 fs 1.36.54.2: RESYNC: (1.36-1.37); FILE MERGED
2004/12/29 11:12:26 fs 1.36.54.1: #i34551# convertFastPropertyValue: proper conversion of enum values
2005-01-21 15:47:22 +00:00
Rüdiger Timm
d2c2603985 INTEGRATION: CWS sb19 (1.36.46); FILE MERGED
2004/10/04 11:29:08 mt 1.36.46.1: #110410# Removed static INetURL stuff, not uses anymore except in binfilters
2005-01-11 11:03:42 +00:00
Oliver Bolte
81efbcb6b8 INTEGRATION: CWS frmcontrols04 (1.33.34); FILE MERGED
2004/06/16 04:36:29 fs 1.33.34.4: RESYNC: (1.33-1.35); FILE MERGED
2004/05/03 16:01:47 fs 1.33.34.3: #28672# +IMAGEPOSITION image support for radio buttons and check boxes
2004/04/29 10:54:31 fs 1.33.34.2: #i24694# support for BorderColor
2004/04/29 06:07:21 fs 1.33.34.1: #i24683# #i24684# #i24685# #i24686# new properties
2004-07-05 14:56:58 +00:00
Jens-Heiner Rechtien
cf8a2d518f INTEGRATION: CWS dba09 (1.33.46); FILE MERGED
2004/04/27 06:23:46 fs 1.33.46.2: RESYNC: (1.33-1.34); FILE MERGED
2004/03/18 09:08:27 fs 1.33.46.1: #i23451# setPropertyValues: unlock our mutex before calling into setFastPropertyValues
2004-05-10 11:49:30 +00:00
Rüdiger Timm
7fc642ee76 INTEGRATION: CWS frmvalidation (1.33.38); FILE MERGED
2004/03/12 09:27:35 fs 1.33.38.1: #i25106# +BASEPRROPERTY_ENFORCE_FORMAT
2004-04-02 09:33:36 +00:00
Kurt Zenker
9e6ca19380 INTEGRATION: CWS frmcontrols01 (1.32.98); FILE MERGED
2003/10/30 14:24:21 fs 1.32.98.3: #i21680# also provide default for Repeat
2003/10/27 11:23:33 fs 1.32.98.2: #i21605# spin control/model related property defaults
2003/10/22 13:41:43 fs 1.32.98.1: #i21277# added defaults for some new scrollbar properties
2003-12-11 10:59:15 +00:00
Jens-Heiner Rechtien
fd2cf3dc7c MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-27 16:05:12 +00:00
Frank Schönheit
e846aa72f9 discovered during #105577#: wrong usage of ::rtl::OUString::copy corrected 2002-12-02 09:09:04 +00:00
Frank Schönheit
6d68982974 #96136# when setting values for properties of type double, be somewhat more tolerant 2002-10-08 11:32:43 +00:00
Frank Schönheit
cd7c761c96 #101722# convertPropertyValue: convert XInterface derivees, too 2002-07-29 11:20:48 +00:00
Frank Schönheit
69c7c1f092 new[]/delete[] matched (#90353#) 2002-07-15 11:11:50 +00:00
Frank Schönheit
b3c7122525 #99314# setPropertyValues: call ImplNormalizePropertySequence, to take care for dependencies between properties 2002-05-16 04:50:49 +00:00
Frank Schönheit
b350b41193 extended the exception message when unable to convert a property value - eases debuggin in Basic 2002-04-09 06:36:52 +00:00
Frank Schönheit
92b41950d6 encountered duting #96445# small memory leak when registering text properties 2002-01-18 17:13:00 +00:00
Malte Timmermann
e775754835 #94865# Fixed a bug in convertFastPropertyValue 2001-11-16 12:57:20 +00:00