Commit graph

1323 commits

Author SHA1 Message Date
Christina Rossmanith
be5e85a1ff Removed commented lines 2011-06-03 17:45:06 +02:00
Caolán McNamara
8f6d0574f7 overly static 2011-06-01 15:16:47 +01:00
Jan Holesovsky
5d178b6a19 Merge remote-tracking branch 'origin/integration/dev300_m106'
Conflicts:
	dbaccess/source/ui/app/makefile.mk
2011-05-27 20:39:17 +02:00
Matus Kukan
6cd933655b replace res/commandimagelist with cmd in base 2011-05-20 19:00:02 +02:00
Caolán McNamara
94e9e2fb29 adjust for modified singleton 2011-05-20 15:21:26 +01:00
Christian Lohmaier
54b82306e1 WaE (picky) - noel / remove umlaut in comment (translate to english) 2011-05-17 01:31:36 +02:00
Julien Nabet
5581eb812f Fix cppcheck warning (Prefer prefix ++/-- operators for non-primitive types) 2011-05-05 22:43:38 +02:00
Jan Holesovsky
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
David Tardon
1731fee4c4 gbuildize reportdesign 2011-04-21 20:51:13 +02:00
Julien Nabet
b28fac1d5a Easy hack : Add visibility markup to all component_get* functions 2011-04-19 22:20:03 +02:00
Francisco Saito
a2d858ce06 drop bogus executable flag from odf files 2011-03-29 21:43:57 +01:00
Francisco Saito
be5ff06d05 drop bogus executable flag from [ch]xx/bas/asm files 2011-03-29 21:38:58 +01:00
Caolán McNamara
4fde4288d4 catch exceptions by const reference 2011-03-28 16:45:58 +01:00
Caolán McNamara
c9de2b578a use PartialWeakComponentImplHelperX for overloaded-virtual 2011-03-28 14:12:51 +01:00
Luboš Luňák
4afa430c30 more sensible SdrObject::Clone() and SdrObject::operator=()
Virtual operator=() is IMO pointless, and especially in a class hierarchy
like SdrObject it's pretty unlikely one could reasonably assign any
SdrObject-based object to any other one. Moreover, it was actually
only used in Clone(), which was almost never reimplemented, so the
more sensible choice is to have non-virtual operator= and virtual
Clone() always being reimplemented and using that.

This commit also fixes various smaller or bigger, er, interesting
details in the various operator= implementations.
2011-03-25 17:27:08 +01:00
Petr Mladek
63d665953f set build depencencies against the new "translations" module 2011-03-25 12:14:05 +01:00
Frank Schoenheit [fs]
0e40dca039 dba34d: #i117521# 2011-03-24 08:40:30 +01:00
Thomas Arnhold
fbcbfa9d34 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:05:01 +01:00
Jan Holesovsky
41bc9ff8d7 Merge remote-tracking branch 'origin/integration/dev300_m101'
Conflicts:
	dbaccess/source/core/misc/services.cxx
	dbaccess/source/filter/migration/cfgimport.cxx
	reportdesign/source/core/api/ReportDefinition.cxx
2011-03-17 16:09:38 +01:00
Norbert Thiebaud
e35c56815d fix mis-merge: no vso3 and use boost for hash 2011-03-12 20:58:29 -06:00
Thomas Arnhold
f6ccb8354a Move OSL_ENSURE(0,...) to OSL_FAIL(...) 2011-03-12 14:05:07 +01:00
Thomas Arnhold
7a7f390db3 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:05:06 +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
Frank Schoenheit [fs]
c78f979010 dba34d: pulled and merged latest changes from CWS dba34c 2011-03-08 09:56:56 +01:00
Christina Rossmanith
ddd6d4d0d5 Removed /* ### ACHTUNG: Neuer Text in Resource? - lines from base 2011-03-04 22:17:03 +01:00
Ocke Janssen
1f1794f5d1 Automated merge with file:///d:\tools\master\ooo 2011-03-04 07:53:39 +01:00
Caolán McNamara
e6f6020fe9 Pointless to convert char* to OString and back 2011-03-01 20:34:03 +00:00
Guillaume Poussel
051070d964 Remove bogus comments. 2011-03-01 20:51:13 +01:00
Guillaume Poussel
bd658dc67a Remove date comments in base. 2011-03-01 20:48:09 +01:00
David Tardon
4cc6566ef8 OSL_ASSERT takes a condition, not a message 2011-02-26 15:16:05 +01:00
Thomas Arnhold
756b7d315a Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:45:02 +01:00
Thomas Arnhold
ac0811b10e Move DBG_ERROR -> OSL_ASSERT 2011-02-24 18:26:34 +01:00
Thomas Arnhold
d51e84aa6d Move DBG_ASSERT -> OSL_ENSURE 2011-02-24 18:22:15 +01:00
Ivo Hinkelmann
dee1ea7016 masterfix DEV300: #i10000# usage of L10N build_type 2011-02-22 19:07:34 +01:00
Ocke Janssen [oj]
61d2dfb35b dba34d: replace tools types 2011-02-22 10:00:34 +01:00
Frank Schoenheit [fs]
4a7d3e0c75 dba34d: pulled and merged CWS dba34c, thus implicitly rebasing to m100 2011-02-15 10:31:10 +01:00
Frank Schoenheit [fs]
ac6e971d8a dba34c: pulled and merged DEV300.m100 2011-02-14 22:22:46 +01:00
Luboš Luňák
da194cb73f more std:: -> o3tl:: build fixes 2011-02-08 20:15:33 +01:00
Guillaume Poussel
d0b78acb2d Remove useless comments. 2011-02-08 19:07:29 +01:00
Guillaume Poussel
c93d29181a Clean-up bogus comments in base. 2011-02-08 18:45:09 +01:00
Mathias Bauer
6783aa1b25 CWS gnumake3: pull in cws removetooltypes01 2011-02-08 11:49:29 +01:00
Carsten Driesner
40b467cbda removetooltypes01: Fix build problems after rebase to DEV300m99 in basctl, cui, reportdesign, sw 2011-02-08 11:05:35 +01:00
Carsten Driesner
84a2bad767 removetooltypes01: Rebase to DEV300m99 2011-02-07 13:06:08 +01:00
Mathias Bauer
0dbcc3e078 CWS gnumake3: resync to m99 2011-02-03 15:53:56 +01:00
Caolán McNamara
cde6136f58 mark unimplemented copy ctor and assignment as private, and fix sigs 2011-02-03 14:37:24 +00:00
Ocke Janssen [oj]
68c3462b26 merge from master 2011-02-03 12:19:25 +01:00
Ocke.Janssen
ac4b181239 dba34d: #i102719# do not allow charts to have negative positions 2011-02-03 11:58:53 +01:00
Ocke.Janssen
d6421660dd dba34d: #i116022# allow to jump between empty space for controls 2011-02-02 11:15:51 +01:00
Julien Nabet
fc82a458b3 cppcheck reduce scope of a variable 2011-02-01 23:49:11 +01:00
Thomas Arnhold
fd6ff6c697 Clean up makefiles 2011-02-01 17:32:24 +01:00
Ocke.Janssen
bee746960f dba34d: limit invalidate calls 2011-02-01 13:42:47 +01:00
Vladimir Glazunov
b98b964dc2 CWS-TOOLING: integrate CWS dba34b 2011-02-01 11:12:15 +01:00
Hans-Joachim Lankenau
96668046dd gnumake3: remove comphelper version; fix including extract.hxx 2011-01-28 12:49:53 +01:00
Frank Schoenheit [fs]
b563677d99 undoapi: pulled and merged DEV300.m98 2011-01-28 11:44:02 +01:00
Caolán McNamara
44de119c25 WaE: gcc 4.6.0 various warnings 2011-01-27 11:24:16 +00:00
Caolán McNamara
9d47c89f48 WaE: gcc 4.6.0 various warnings 2011-01-26 16:12:21 +00:00
David Tardon
99bcdd3b85 WaE: remove unused variable 2011-01-26 09:17:24 +01:00
Thomas Arnhold
a08c9091a4 Replace suitable equalsAscii calls with equalsAsciiL. 2011-01-24 15:45:43 +01:00
Carsten Driesner
2fffd98e29 removetooltypes01: Rebase to DEV300m98 2011-01-21 17:18:37 +01:00
Thomas Arnhold
31cd30a4e5 Remove old RCS lines. 2011-01-21 10:06:44 +01:00
Thomas Arnhold
ba7e0d7574 Replace suitable equalsAscii calls with equalsAsciiL.
Done with sed -i 's%\(\.equalsAscii\)(\(\s\?"[^"]\+"\)\(\s\?\))%\1L(\3RTL_CONSTASCII_STRINGPARAM(\2\3)\3)%g'.
2011-01-20 10:27:06 +01:00
Ocke.Janssen
fa22008c7d dba34d: comile error 2011-01-19 15:53:52 +01:00
Ocke.Janssen
24b4d38a88 dba34d: #i116187# get value from queryValue 2011-01-17 08:59:17 +01:00
Lionel Elie Mamane
a15e40f8aa i#116187: report left/right page margin setting ignored on Unix 64 bit 2011-01-15 19:55:55 +00:00
Mikhail Voytenko
9d03441ed0 removetooltypes01: #i112600# remove tooltypes from reportdesign 2011-01-14 17:40:56 +01:00
Noel Power
a6bd48835a fix for fdo#32742# 2011-01-12 11:09:51 +00:00
Ocke Janssen [oj]
5813b6702c Automated merge with ssh://hg.services.openoffice.org/cws/dba34c 2011-01-10 14:23:31 +01:00
Takeshi Abe
8ae29f6ec6 Remove unused code and fix typos 2011-01-09 20:51:39 +00:00
Frank Schoenheit [fs]
8162ad59be dba34c: merge 2011-01-07 14:29:08 +01:00
Guillaume Poussel
865bef974d cppcheck cleanliness 2011-01-07 11:06:02 +00:00
Ocke Janssen [oj]
b06a3287f3 dba34c: #i116032# we have to recalc the bounding rect 2011-01-07 10:03:01 +01:00
Philipp Lohmann [pl]
d7558d90bd rebase to DEV300_m96 2011-01-06 11:11:47 +01:00
Frank Schoenheit [fs]
eaddda5dee dba34b: merged DEV300m96 2011-01-05 10:07:18 +01:00
Ocke Janssen [oj]
8a8d24e0e1 dba34c: #i96942# check if hit shape is a custom one 2011-01-03 14:49:28 +01:00
Frank Schoenheit [fs]
c9c709ee6b undoapi: merged after pulling DEV300_m96. Most probably still not buildable:A number of changes which happened in the CWS need to be redone due to the new build system 2010-12-23 10:01:58 +01:00
Hans-Joachim Lankenau
fb24a6ee5a CWS-TOOLING: integrate CWS sb131 2010-12-17 16:18:53 +01:00
Frank Schoenheit [fs]
25aa1b3dcf undoapi: (I|Sfx)UndoManager now working with size_t instead of USHORT 2010-12-17 12:33:22 +01:00
Gert Faller
d4cbcb4d72 change of __READONLY_DATA define to const 2010-12-12 09:16:14 +01:00
Michael Callahan
645e8e0cfb remove obsolete __FAR_DATA 2010-12-06 10:35:19 +00:00
Takeshi Abe
da474bc40c Replace all occured, occurance etc. 2010-12-05 20:15:19 +00:00
Wol
38370db960 More comment deletions 2010-11-29 16:11:25 +00:00
Wol
dc7b71c581 More deleted comments ../../../dbaccess/source/core/misc/0001-More-translations-and-comment-deletion-for-Base.patch 2010-11-29 16:09:10 +00:00
Takeshi Abe
d609f7b6e2 Remove undesirable comments 2010-11-29 16:01:50 +00:00
Caolán McNamara
2e57cbf9b8 stray slash 2010-11-28 21:49:42 +00:00
Wol
3dcbc73270 More dead code deleted 2010-11-28 21:48:26 +00:00
Wol
cd7f6618c6 More dead code deletion 2010-11-28 21:47:00 +00:00
Wol
ab1ef815e0 Remove dead code 2010-11-28 20:37:06 +00:00
Wol
0b325cd299 More dead code removal 2010-11-28 17:25:42 +00:00
Wol
07e6d8fcdd Dead code deletion again 2010-11-28 17:15:57 +00:00
David Tardon
580adf6efc do not catch exception by value 2010-11-26 19:33:12 +01:00
Takeshi Abe
44e1703066 Remove dead codes and confusing comments 2010-11-26 19:30:41 +01:00
Thorsten Behrens
cad435f836 Put show credits entry into all app ui configs 2010-11-26 17:48:30 +01:00
Mathias Bauer
0baaed2e93 CWS gnumake2: resync to m94 2010-11-26 15:27:38 +01:00
Takeshi Abe
db65737e58 Remove dead codes and undesired comments with fixed typo
Hi,

yet another cleanup on base.

Cheers,
-- Takeshi Abe

>From dff2f8d6d37863a5517a412ea4f92ebdbee536ff Mon Sep 17 00:00:00 2001
From: Takeshi Abe <tabe@fixedpoint.jp>
Date: Fri, 26 Nov 2010 01:45:21 +0900
Subject: [PATCH] Remove dead codes and undesired comments with fixed typo
2010-11-26 10:25:08 +00:00
Ocke.Janssen
cc573b7553 dba34b: #i110907# check if design handle event 2010-11-26 08:52:49 +01:00
Frank Schoenheit [fs]
068d7541e2 undoapi: renamed Undo.* to RptUndo.*, to not confuse a certain IDE with different same-named files in the source tree ... 2010-11-25 14:46:04 +01:00
Frank Schoenheit [fs]
4ae5573a0f undoapi: migrated report designer to use an own, model-bound UndoManager, instead of the UndoManager formerly bound to the controller 2010-11-25 14:29:43 +01:00
Frank Schoenheit [fs]
5cf47c0008 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.
2010-11-25 14:28:03 +01:00
Philipp Lohmann [pl]
b8f4b62ad4 merge with DEV300_m94 2010-11-24 18:50:17 +01:00
Ocke.Janssen
9ad6117703 dba34b: #i111542# fix for max rows 2010-11-24 14:23:06 +01:00