Commit Graph

105 Commits

Author SHA1 Message Date
Joseph Powers
0b176013df .bmp to .png, plus formatting issues. 2010-11-23 21:44:31 -08:00
Caolán McNamara
68d3eb1428 fix these again 2010-11-16 20:42:52 +00:00
Sebastian Spaeth
c96bb897e0 Remove _HC occurences 2010-11-16 18:46:24 +01:00
Caolán McNamara
bb6d6339bd get this to build again 2010-11-16 17:07:32 +00:00
Jens-Heiner Rechtien
1708f6091b 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
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
Rüdiger Timm
242fd84e3c INTEGRATION: CWS changefileheader (1.98.84); FILE MERGED
2008/03/31 13:27:58 rt 1.98.84.1: #i87441# Change license header to LPGL v3.
2008-04-10 15:28:10 +00:00
Ivo Hinkelmann
3bd4cde5ef INTEGRATION: CWS dba24c (1.97.62); FILE MERGED
2007/09/17 10:20:52 fs 1.97.62.2: #i49183# adjusted ERROR_PARSING_STATEMENT and INFO_OPENING_IN_SQL_VIEW to also apply when we open a view
2007/09/13 11:38:14 fs 1.97.62.1: #i49183#
2007-11-21 15:15:01 +00:00
Ivo Hinkelmann
637f992097 INTEGRATION: CWS mergede01 (1.96.110); FILE MERGED
2007/03/20 14:45:28 ihi 1.96.110.1: #i72301# Remove German
2007-04-19 14:06:45 +00:00
Oliver Bolte
9971395284 INTEGRATION: CWS qiq (1.95.98); FILE MERGED
2006/07/03 19:48:01 fs 1.95.98.4: #i51143# don't allow to add queries to the designer which do not produce a result set
2006/05/15 14:17:50 fs 1.95.98.3: UTF-8 with signature
2006/05/15 14:15:41 fs 1.95.98.2: don't scream on the user (no ! at the end of sentences)
2006/05/10 11:07:43 fs 1.95.98.1: #i51143# error messages when a query cannot be opened in graphical design
2006-07-10 14:44:55 +00:00
Rüdiger Timm
48284640d1 INTEGRATION: CWS dba201d (1.94.2); FILE MERGED
2005/10/04 05:45:11 oj 1.94.2.1: commit from dba201c
2005-10-24 07:32:48 +00:00
Jens-Heiner Rechtien
7cfe624554 INTEGRATION: CWS encup (1.92.122); FILE MERGED
2005/04/29 16:01:29 ihi 1.92.122.1: #i40603# German strings now UTF8 encoded
2005-09-23 13:18:09 +00:00
Rüdiger Timm
4eeed191c3 INTEGRATION: CWS ooo19126 (1.92.194); FILE MERGED
2005/09/05 17:35:38 rt 1.92.194.1: #i54170# Change license header: remove SISSL
2005-09-08 15:32:54 +00:00
Rüdiger Timm
0f9e2c7910 INTEGRATION: CWS insight02 (1.91.2); FILE MERGED
2004/08/13 09:01:09 oj 1.91.2.1: #i32563# toolbox changes
2004-09-09 08:49:22 +00:00
Jens-Heiner Rechtien
e10861341a INTEGRATION: CWS insight01 (1.90.2); FILE MERGED
2004/07/20 13:23:16 oj 1.90.2.2: #i20125# change title
2004/07/07 11:15:54 oj 1.90.2.1: resource changes
2004-08-02 15:16:08 +00:00
Hans-Joachim Lankenau
5e8a4ba8a1 INTEGRATION: CWS mergebuild (1.84.20); FILE MERGED
2004/05/28 17:38:58 hjs 1.84.20.6: RESYNC: (1.88-1.89); FILE MERGED
2004/04/21 05:55:30 hjs 1.84.20.5: RESYNC: (1.84-1.88); FILE MERGED
2004/02/20 18:26:32 ihi 1.84.20.4: Merge-While-Build update
2003/12/16 16:16:39 ihi 1.84.20.3: x-no-translate conversion
2003/11/11 19:16:23 ihi 1.84.20.2: en -> en-US
2003/11/10 16:42:18 ihi 1.84.20.1: #111234# Merge during build
2004-06-26 16:33:39 +00:00
Kurt Zenker
a1016c3fd1 INTEGRATION: CWS bmpres01 (1.85.4); FILE MERGED
2004/04/27 22:12:23 ka 1.85.4.2: RESYNC: (1.85-1.88); FILE MERGED
2004/04/27 14:31:19 ka 1.85.4.1: using new resource structure for images
2004-05-19 03:36:55 +00:00
Oliver Bolte
d309b87f1f INTEGRATION: CWS formdesign01 (1.84.58); FILE MERGED
2004/03/01 09:24:31 fs 1.84.58.3: incorporated changes from strign review (#i24606#)
2004/01/05 14:21:29 fs 1.84.58.2: RESYNC: (1.84-1.85); FILE MERGED
2003/12/04 14:37:57 fs 1.84.58.1: #i23190# allow to edit an 'independent' SQL command (which is no stored/to-be-created query or view)
2004-03-19 11:12:41 +00:00
Rüdiger Timm
31fa65cc09 INTEGRATION: CWS oj07 (1.84.14); FILE MERGED
2004/01/28 09:29:07 oj 1.84.14.3: RESYNC: (1.84-1.85); FILE MERGED
2003/10/10 08:16:37 fs 1.84.14.2: #105072# additional info text for join types / consistent german terminology for joins (Verknüpfung vs. Verbindung)
2003/08/28 08:21:55 oj 1.84.14.1: #i18611#ä add commnad to menu entry undo/redo
2004-03-02 11:56:44 +00:00
Kurt Zenker
ac5503cf46 INTEGRATION: CWS layoutmanager (1.84.60); FILE MERGED
2004/02/19 23:46:38 cd 1.84.60.4: #111899# Menubar resources are obsolete now - replaced by xml based configuration file
2004/02/19 23:40:14 cd 1.84.60.3: #111899# Menubar resources are obsolete now - replaced by xml based configuration file
2004/01/29 19:58:54 cd 1.84.60.2: RESYNC: (1.84-1.85); FILE MERGED
2003/12/19 08:21:22 cd 1.84.60.1: #111899# Popup menus need command string
2004-02-25 14:32:41 +00:00
Vladimir Glazounov
dfb30d0cd8 INTEGRATION: CWS geordi2q11 (1.84.68); FILE MERGED
2003/12/16 11:05:24 hr 1.84.68.1: #111934#: join CWS ooo111fix1
2003-12-17 14:20:04 +00:00
Nils Fuhrmann
15415cdc3e #111009# 2003-08-05 12:24:46 +00:00
Jens-Heiner Rechtien
d957e1b569 INTEGRATION: CWS mergerc3 (1.82.6); FILE MERGED
2003/07/16 17:11:21 ihi 1.82.6.1: rc-3 merge all languages
2003-07-17 11:19:45 +00:00
Jens-Heiner Rechtien
dd9e6d1a8b INTEGRATION: CWS rc2merge (1.81.8); FILE MERGED
2003/07/03 14:44:24 ihi 1.81.8.1: rc-2 merge all languages
2003-07-03 17:03:09 +00:00
Jens-Heiner Rechtien
3241999462 INTEGRATION: CWS rcmerge (1.80.24); FILE MERGED
2003/06/12 10:58:05 gh 1.80.24.1: final Merge RC
2003-06-13 11:56:02 +00:00
Jens-Heiner Rechtien
ee44e8d4dc INTEGRATION: CWS mergem8 (1.78.8); FILE MERGED
2003/04/29 08:34:10 gh 1.78.8.3: final merge for Beta2
2003/04/24 19:02:38 gh 1.78.8.2: RESYNC: (1.78-1.79); FILE MERGED
2003/04/14 15:04:44 gh 1.78.8.1: merging all languages
2003-04-29 16:25:42 +00:00
Vladimir Glazounov
6cd9072a23 INTEGRATION: CWS dbgmacros1 (1.78.14); FILE MERGED
2003/04/09 10:44:15 kso 1.78.14.1: #108413# - debug macro unification.
2003-04-15 15:04:07 +00:00
Jens-Heiner Rechtien
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +00:00
Ocke Janssen
167b3dbf8d #i4082# impl debug feature for parse nodes 2002-12-12 12:44:48 +00:00
Kurt Zenker
a2fef90ae9 Merge SRX644: 09.12.02 - 12:34:58 2002-12-09 10:38:55 +00:00
Kurt Zenker
58f1226675 Merge SRX644: 05.12.02 - 15:01:58 2002-12-05 13:05:55 +00:00
Ocke Janssen
2ecfb1ead8 #104938# checkable for toolboxItem set 2002-12-04 13:21:38 +00:00
Kurt Zenker
c5baa54a4a Merge SRX644: 25.11.02 - 16:09:19 2002-11-25 14:13:12 +00:00
Frank Schönheit
095f9f53fd #104753# Closing now done with CloseWin, not CloseDoc anymore 2002-11-08 12:20:09 +00:00
Rüdiger Timm
e74bf9d71d Merge SRX644: 04.11.02 - 18:47:18 2002-11-04 16:51:33 +00:00
Ocke Janssen
b2385785a0 #104587# remove unused strings 2002-10-31 06:32:24 +00:00
Ocke Janssen
cd5a563da2 #100737# change title of query design 2002-10-24 07:57:11 +00:00
Carsten Driesner
d1e2ab62bb #102630# Use global unique ID for tools menu 2002-10-24 04:54:24 +00:00
Ocke Janssen
2d8d2de1b1 #i4082# extra slot only for debug enabled 2002-10-04 11:32:24 +00:00
Ocke Janssen
af71cab018 #97230# new interface for ParseContext 2002-09-27 10:32:19 +00:00
Kurt Zenker
d107e8019e Merge SRX643: 05.09.02 - 12:49:45 2002-09-05 09:53:08 +00:00
Ocke Janssen
e76aaf39c2 #101846# STR_QRY_LIKE_LEFT_NO_COLUMN changed 2002-08-30 06:53:26 +00:00
Ocke Janssen
1c744a13fa #99473# change string resource files 2002-08-19 07:01:32 +00:00
Kurt Zenker
f1f482df67 Merge SRX643: 08/16/02 - 22:00:49 2002-08-16 19:04:01 +00:00
Oliver Bolte
df3509a30d Merge SRX643: 07.08.02 - 22:13:19 2002-08-07 19:16:44 +00:00
Kurt Zenker
26408515a1 Merge SRX643: 03.08.02 - 22:11:07 2002-08-03 19:14:14 +00:00
Ocke Janssen
11e94e5b65 #101846# - STR_ERR_LIKE_COLUMN 2002-07-30 06:07:07 +00:00
Ocke Janssen
8f44dee348 #100281# this bug is the same as 97743 2002-06-21 05:51:07 +00:00
Frank Schönheit
2df0dae5f4 #99226# separated menus which were misused way too often 2002-05-24 12:00:41 +00:00
Ocke Janssen
26aeb5ea02 #96363# new strings 2002-05-06 09:20:11 +00:00