Commit Graph

111 Commits

Author SHA1 Message Date
a0296296fb fdo#60691 add modelines to *.src and *.hrc files
use solenv/bin/add-modulelines script for the task
and remove all UTF bom from *.src and *.hrc files

svx/source/dialog/hdft.src

Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08 21:02:26 +00:00
9a471b8cd8 Database: Add Limit in Query Desing View
Levels of implementation
 - Add a new toolbar item to ui (designobjectbar.xml)
 - Make a control for this element( LimitBox: derived from NumericBox)
 - Make an own controller for this control (LimitBoxController) and
   register it
 - Add new feature to the general\central controller (OQueryController)
   and construct a communication channel between the two controller
 - Modify the view switching (SQL<->Design) methods to use\set limit
   value (QueryDesignView.cxx)

Conflicts:
	dbaccess/source/ui/querydesign/QueryDesignView.cxx

Change-Id: I0eb09d1d40cfdb9b8a2a57ab8911faca91d5e690
Reviewed-on: https://gerrit.libreoffice.org/1994
Reviewed-by: Andras Timar <atimar@suse.com>
Tested-by: Andras Timar <atimar@suse.com>
2013-02-25 20:04:03 +00:00
5a7e8389f0 hrc cleanup: Remove include guards from src files
Change-Id: I7d52837f4058bab1bb5a0137788521d12834d519
2012-07-14 05:43:47 +02:00
577cf8ff67 re-base on ALv2 code. 2012-06-14 17:41:07 +01:00
bc3bbd2bb4 Merge commit 'ooo/DEV300_m106' into libreoffice-3-4
Conflicts:
	dbaccess/source/core/api/CacheSet.cxx
	dbaccess/source/core/api/KeySet.cxx
	dbaccess/source/core/api/KeySet.hxx
	dbaccess/source/core/api/OptimisticSet.hxx
	dbaccess/source/core/api/RowSet.cxx
	dbaccess/source/core/api/RowSetCache.cxx
	dbaccess/source/core/api/query.cxx
	dbaccess/source/core/dataaccess/SharedConnection.cxx
	dbaccess/source/ui/app/AppController.cxx
	dbaccess/source/ui/app/makefile.mk
	dbaccess/source/ui/control/FieldDescControl.cxx
	dbaccess/source/ui/querydesign/query.src
	dbaccess/source/ui/tabledesign/TEditControl.cxx
	reportdesign/source/ui/report/ReportController.cxx
	reportdesign/source/ui/report/ReportSection.cxx
	reportdesign/source/ui/report/SectionWindow.cxx
	reportdesign/source/ui/report/StartMarker.cxx
	reportdesign/source/ui/report/ViewsWindow.cxx
2011-04-22 15:07:40 +02:00
1ae17f5b03 dba34c: #i102625# only fetch rows when the view moves outside the scope of the rowset window 2010-12-02 13:16:48 +01:00
0b176013df .bmp to .png, plus formatting issues. 2010-11-23 21:44:31 -08:00
68d3eb1428 fix these again 2010-11-16 20:42:52 +00:00
c96bb897e0 Remove _HC occurences 2010-11-16 18:46:24 +01:00
bb6d6339bd get this to build again 2010-11-16 17:07:32 +00:00
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
15415cdc3e #111009# 2003-08-05 12:24:46 +00:00
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
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
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
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
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
2facbebb88 MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-19 16:57:12 +00:00
167b3dbf8d #i4082# impl debug feature for parse nodes 2002-12-12 12:44:48 +00:00
a2fef90ae9 Merge SRX644: 09.12.02 - 12:34:58 2002-12-09 10:38:55 +00:00
58f1226675 Merge SRX644: 05.12.02 - 15:01:58 2002-12-05 13:05:55 +00:00
2ecfb1ead8 #104938# checkable for toolboxItem set 2002-12-04 13:21:38 +00:00
c5baa54a4a Merge SRX644: 25.11.02 - 16:09:19 2002-11-25 14:13:12 +00:00
095f9f53fd #104753# Closing now done with CloseWin, not CloseDoc anymore 2002-11-08 12:20:09 +00:00
e74bf9d71d Merge SRX644: 04.11.02 - 18:47:18 2002-11-04 16:51:33 +00:00
b2385785a0 #104587# remove unused strings 2002-10-31 06:32:24 +00:00
cd5a563da2 #100737# change title of query design 2002-10-24 07:57:11 +00:00
d1e2ab62bb #102630# Use global unique ID for tools menu 2002-10-24 04:54:24 +00:00
2d8d2de1b1 #i4082# extra slot only for debug enabled 2002-10-04 11:32:24 +00:00
af71cab018 #97230# new interface for ParseContext 2002-09-27 10:32:19 +00:00
d107e8019e Merge SRX643: 05.09.02 - 12:49:45 2002-09-05 09:53:08 +00:00
e76aaf39c2 #101846# STR_QRY_LIKE_LEFT_NO_COLUMN changed 2002-08-30 06:53:26 +00:00
1c744a13fa #99473# change string resource files 2002-08-19 07:01:32 +00:00
f1f482df67 Merge SRX643: 08/16/02 - 22:00:49 2002-08-16 19:04:01 +00:00