Commit Graph

36 Commits

Author SHA1 Message Date
Stephan Bergmann
567ef6d578 Second batch of adding SAL_OVERRIDE to overriding function declarations
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.

Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27 18:12:18 +01:00
Thomas Arnhold
bfbe8c0b5b fixincludeguards.sh: dbaccess
Change-Id: Iadd4326d58a5df5761a0ed5ce7fd5fb01fb87d11
2013-11-05 09:28:52 +01:00
Noel Grandin
d11ed5a57e convert dbaccess module from String to OUString
Change-Id: I110c925f8d955dfd841cdd1092c13df4d8205393
2013-10-01 10:08:43 +02:00
Armin Le Grand
cb6e8c46d7 Resolves: #i122589# check if element is added before...
removing and deleting it (well, put it in undo)

(cherry picked from commit 48558dc3e09ec442bc4caf867df4b97354b4d334)

Conflicts:
	dbaccess/source/ui/inc/QueryTableView.hxx
	dbaccess/source/ui/querydesign/QueryTableView.cxx

Change-Id: Id8ef54c0a223548affc007d25131a23618c5fe01
2013-07-02 14:22:30 +01:00
Luboš Luňák
1946794ae0 mass removal of rtl:: prefixes for O(U)String*
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk
have kept them, in order not to break external API (the automatic using declaration
is LO-internal).

Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-07 14:23:11 +02:00
Philipp Riemer
5ffdd7803d change indentation
This is a follow-up patch of 401a454c2d.

Change-Id: Idf2c7da3e449dec1afcc0aa3683ea46c6172420a
2012-08-12 18:48:35 +02:00
Philipp Riemer
8c5b085e8e Removed ascii art + added/removed blank lines
This is a follow-up patch of 401a454c2d.

Change-Id: I8963aae057a91f0f6753d3b04439673614383565
2012-08-12 18:38:58 +02:00
Philipp Riemer
5c293bfa90 convert comments into doxygen style + reformat some existing ones
Change-Id: Ia9580f8d6ef19025654b5486816e5a75f76f1174
2012-08-12 18:22:40 +02:00
Philipp Riemer
0e2c5f8c8b fdo#39468: Translate German comments in dbaccess/source/ui/inc
Translated the few German comments that were missed.

This is a follow-up patch of 401a454c2d.

Change-Id: Ib69b19f386a49ae17b00ee9583c3d26d91ede057
2012-08-12 18:02:18 +02:00
Daniel Herde
401a454c2d fdo#39468: Translate German comments in dbaccess/source/ui/inc
Change-Id: Ibf6993a5b935d4ca4e0c792e8676b293ab224d68
2012-08-12 16:39:35 +02:00
Takeshi Abe
eecb5ac9a4 removed useless forward declarations of class
Change-Id: I13cf52cc4e1cf8d5e2453d7ac4b68cc8c64cd011
2012-07-05 19:08:02 +09:00
Michael Meeks
577cf8ff67 re-base on ALv2 code. 2012-06-14 17:41:07 +01:00
Norbert Thiebaud
256f6ca67d Merge commit 'ooo/DEV300_m101' into integration/dev300_m101
* commit 'ooo/DEV300_m101': (76 commits)
  masterfix DEV300: #i10000# usage of L10N build_type
  removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw
  hr75: #i116747#: remove obsolete copyright notices
  gnumake3: remove comphelper version; fix including extract.hxx
  removetooltypes01: #i112600# Replace missing tools types replacement
  removetooltypes01: #i112600# remove tooltypes from reportdesign
  removetooltypes01: #i112600# remove tooltypes from dbaccess
  undoapi: don't use deprecated JUnit API, this seems to fail now (but didn't before the rebase)
  undoapi: those two classes do not belong into JAVATESTFILES, but JAVAFILES only
  undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT
  gridsort: give the UnoControl(Model/Base) classes a ctor taking a service factory, so we have access to the factory which created us, and don't need to resort to the process'es service factory
  dba34b: #109956# notify column value in correct order
  dba34b: #i114309# set default values for bit boolean and reset when we are on the insertrow
  undoapi: assert unknown slots in ImplInvalidateFeature
  dba34b: #i110907# check if design handle event
  dba34b: #i109956# notify column values when row is refreshed
  dba34b: #i115753# add test again
  undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with different same-named files in the source tree ...
  undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller
  undoapi: split OSingleDocumentController into DBSubComponentController (which the report design's controller will be derived from) and the still-so-named OSingleDocumentController. Module reportdesign does not compile with this change, this is yet to come.
  ...

Conflicts:
	dbaccess/inc/IEnvironment.hxx
	dbaccess/inc/dataview.hxx
	dbaccess/qa/complex/dbaccess/RowSet.java
	dbaccess/source/core/api/CacheSet.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/ext/adabas/Acomponentmodule.cxx
	dbaccess/source/ext/adabas/Aservices.cxx
	dbaccess/source/filter/migration/cfgimport.cxx
	dbaccess/source/filter/migration/cfgimport.hxx
	dbaccess/source/filter/migration/cfgservices.cxx
	dbaccess/source/filter/migration/makefile.mk
	dbaccess/source/inc/cfg_reghelper.hxx
	dbaccess/source/sdbtools/misc/sdbt_services.cxx
	dbaccess/source/shared/cfg_reghelper.cxx
	dbaccess/source/shared/cfgstrings.cxx
	dbaccess/source/shared/registrationhelper.cxx
	dbaccess/source/ui/app/AppController.cxx
	dbaccess/source/ui/app/AppDetailPageHelper.cxx
	dbaccess/source/ui/app/AppDetailPageHelper.hxx
	dbaccess/source/ui/app/AppDetailView.cxx
	dbaccess/source/ui/app/AppIconControl.cxx
	dbaccess/source/ui/app/AppSwapWindow.cxx
	dbaccess/source/ui/browser/brwctrlr.cxx
	dbaccess/source/ui/browser/dataview.cxx
	dbaccess/source/ui/browser/unodatbr.cxx
	dbaccess/source/ui/control/dbtreelistbox.cxx
	dbaccess/source/ui/control/opendoccontrols.cxx
	dbaccess/source/ui/control/tabletree.cxx
	dbaccess/source/ui/dlg/ConnectionHelper.cxx
	dbaccess/source/ui/dlg/ConnectionPage.src
	dbaccess/source/ui/dlg/ExtensionNotPresent.cxx
	dbaccess/source/ui/dlg/ExtensionNotPresent.hrc
	dbaccess/source/ui/dlg/ExtensionNotPresent.src
	dbaccess/source/ui/dlg/TablesSingleDlg.cxx
	dbaccess/source/ui/dlg/adodatalinks.hxx
	dbaccess/source/ui/dlg/dbadmin2.src
	dbaccess/source/ui/dlg/dbadminsetup.src
	dbaccess/source/ui/dlg/dlgattr.cxx
	dbaccess/source/ui/dlg/dlgsize.src
	dbaccess/source/ui/dlg/makefile.mk
	dbaccess/source/ui/dlg/sqlmessage.cxx
	dbaccess/source/ui/inc/ExtensionNotPresent.hxx
	dbaccess/source/ui/inc/TokenWriter.hxx
	dbaccess/source/ui/inc/imageprovider.hxx
	dbaccess/source/ui/misc/DExport.cxx
	dbaccess/source/ui/misc/HtmlReader.cxx
	dbaccess/source/ui/misc/RowSetDrop.cxx
	dbaccess/source/ui/misc/RtfReader.cxx
	dbaccess/source/ui/misc/TokenWriter.cxx
	dbaccess/source/ui/misc/imageprovider.cxx
	dbaccess/source/ui/misc/linkeddocuments.cxx
	dbaccess/source/ui/misc/singledoccontroller.cxx
	dbaccess/source/ui/querydesign/ConnectionData.hxx
	dbaccess/source/ui/querydesign/JoinTableView.cxx
	dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
	dbaccess/source/ui/querydesign/TableConnectionData.cxx
	dbaccess/source/ui/querydesign/TableWindowListBox.cxx
	dbaccess/source/ui/relationdesign/RelationController.cxx
	dbaccess/source/ui/relationdesign/RelationTableView.cxx
	dbaccess/source/ui/tabledesign/table.src
	reportdesign/inc/RptPage.hxx
	reportdesign/qa/complex/reportdesign/ReportDesignerTest.java
	reportdesign/source/core/api/ReportDefinition.cxx
	reportdesign/source/core/sdr/ReportUndoFactory.cxx
	reportdesign/source/core/sdr/UndoEnv.cxx
	reportdesign/source/filter/xml/xmlservices.cxx
	reportdesign/source/ui/dlg/GroupsSorting.cxx
	reportdesign/source/ui/dlg/Navigator.cxx
	reportdesign/source/ui/inspection/metadata.cxx
	reportdesign/source/ui/misc/RptUndo.cxx
	reportdesign/source/ui/misc/UITools.cxx
	reportdesign/source/ui/misc/rptuiservices.cxx
	reportdesign/source/ui/report/DesignView.cxx
	reportdesign/source/ui/report/FixedTextColor.cxx
	reportdesign/source/ui/report/ReportController.cxx
	reportdesign/source/ui/report/ReportSection.cxx
	reportdesign/source/ui/report/SectionView.cxx
	reportdesign/source/ui/report/SectionWindow.cxx
	reportdesign/source/ui/report/StartMarker.cxx
	reportdesign/source/ui/report/ViewsWindow.cxx
	reportdesign/source/ui/report/dlgedfunc.cxx
	reportdesign/source/ui/report/report.src
2011-03-09 23:17:51 -06:00
Mikhail Voytenko
409873c1c1 removetooltypes01: #i112600# remove tooltypes from dbaccess 2011-01-14 15:00:11 +01:00
Caolán McNamara
e9470b0050 add modelines to .hxx files as well 2010-10-27 12:33:13 +01:00
Petr Mladek
fbd40753f5 more removed include guards using fixguard.py 2010-10-05 17:58:28 +02: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
Kurt Zenker
994f637919 INTEGRATION: CWS dba30d (1.18.30); FILE MERGED
2008/05/29 15:13:41 oj 1.18.30.1: #i86168# delete connections
2008-06-25 11:46:41 +00:00
Rüdiger Timm
6d8f3ff600 INTEGRATION: CWS changefileheader (1.17.96); FILE MERGED
2008/03/31 13:27:43 rt 1.17.96.1: #i87441# Change license header to LPGL v3.
2008-04-10 14:14:06 +00:00
Jens-Heiner Rechtien
a28b99714b INTEGRATION: CWS dba24b (1.16.46); FILE MERGED
2007/08/22 11:41:58 oj 1.16.46.2: #i76374# handle cross join as natural join now in query design
2007/08/16 06:14:43 oj 1.16.46.1: #i56898# clean up of the class structure
2007-11-01 14:16:49 +00:00
Kurt Zenker
c4b411e3fe INTEGRATION: CWS dba23a (1.15.118); FILE MERGED
2007/02/26 11:48:13 fs 1.15.118.1: remove unused code
Issue number:  #i74804#
Submitted by:  jnavrati@openoffice.org
Reviewed by:   frank.schoenheit@sun.com
2007-05-10 09:28:36 +00:00
Oliver Bolte
d7240746f0 INTEGRATION: CWS qiq (1.13.122); FILE MERGED
2006/06/27 12:35:48 fs 1.13.122.2: RESYNC: (1.13-1.14); FILE MERGED
2006/05/10 10:59:42 fs 1.13.122.1: #i51143# allow to hold a query, not only a table
2006-07-10 14:28:36 +00:00
Jens-Heiner Rechtien
821498f054 INTEGRATION: CWS warnings01 (1.13.48); FILE MERGED
2006/03/24 15:36:15 fs 1.13.48.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 02:12:43 +00:00
Rüdiger Timm
6a4ef3fff0 INTEGRATION: CWS ooo19126 (1.12.472); FILE MERGED
2005/09/05 17:34:22 rt 1.12.472.1: #i54170# Change license header: remove SISSL
2005-09-08 14:30:41 +00:00
Ocke Janssen
8fd2cae69e #104812# factory method inserted for tablewindows 2002-11-08 08:27:59 +00:00
Ocke Janssen
315935d18d #99302# correct movement 2002-05-22 10:16:34 +00:00
Ocke Janssen
5b4072059e #97314# accessible corrections 2002-02-08 07:56:33 +00:00
Ocke Janssen
b915d86f20 #96957# new handling inserted for context menu and accessibility 2002-02-06 06:23:39 +00:00
Ocke Janssen
fae21d7716 #68216# save information for unused fields 2001-10-05 05:49:21 +00:00
Ocke Janssen
c70fd2cc0c #91566# enable undo/redo for table movement 2001-08-27 13:24:58 +00:00
Ocke Janssen
299cb94b8d #89181# TF_SVDATA 2001-07-06 08:57:16 +00:00
Ocke Janssen
7e30e1367d #86515# check unod actions 2001-04-30 12:03:02 +00:00
Ocke Janssen
b10b767ecb #85268# don't use the same tabledata again 2001-03-23 08:47:54 +00:00
Ocke Janssen
1d8e2404d2 changes for the new relation design 2001-02-28 09:11:33 +00:00
Ocke Janssen
7ab24d57fe nsome changes 2001-02-05 15:19:35 +00:00
Ocke Janssen
923fd8112b querydesign 2001-02-05 08:10:26 +00:00