Commit Graph

11288 Commits

Author SHA1 Message Date
David Tardon
d9d7e94474 gbuildize dbaccess 2011-04-19 06:13:10 +02:00
Caolán McNamara
d8a2cbce69 catch by const reference 2011-04-13 12:04:28 +01:00
Caolán McNamara
f02937ddfb catch by const reference 2011-04-13 09:40:26 +01:00
Petr Mladek
411321c9dd Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1) 2011-04-11 17:52:52 +02:00
Petr Mladek
e225613928 Merge remote-tracking branch 'origin/libreoffice-3-4' 2011-04-06 19:25:23 +02:00
Caolán McNamara
32a1f5bae6 fix typo 2011-04-05 20:38:28 +01:00
Caolán McNamara
c7938081c5 createFromAscii -> RTL_CONSTASCII_USTRING 2011-04-05 17:03:23 +01:00
Petr Mladek
e72408931a Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4 2011-04-05 17:34:41 +02:00
Petr Mladek
42842b13f6 LibreOffice-3.5 development started in master
Branch "libreoffice-3-4" has been created. Further changes in master
will be used for LibreOffice-3.5 release.
2011-04-01 15:26:08 +02:00
Petr Mladek
7ea17ad46a Branch libreoffice-3-4
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases

    + only bug fixes are allowed
    + no approval needed during beta phase (two weeks after branch)
    + 1 approval needed during rc phase and for bugfix releases
    + 2 approvals with different/no affiliation needed for late features
    + regularly merged into master by a selected person when living

Please watch http://wiki.documentfoundation.org/ReleasePlan
and read announces on libreoffice@lists.freedesktop.org

If you want to build something cool, unstable, and risky, use master.
2011-04-01 15:13:13 +02:00
Caolán McNamara
a367e9f186 catch exceptions by const reference 2011-03-31 14:57:09 +01:00
Francisco Saito
d2773713d6 drop bogus executable flag from idl/build/src and config files 2011-03-29 21:47:36 +01: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
9e3d3cd3b5 catch exceptions by const reference 2011-03-28 16:46:25 +01:00
Caolán McNamara
4fde4288d4 catch exceptions by const reference 2011-03-28 16:45:58 +01:00
Caolán McNamara
67d1c9384f catch exceptions by const reference 2011-03-28 16:18:12 +01:00
Caolán McNamara
742925d6e5 catch exceptions by reference 2011-03-28 16:08:55 +01:00
Ivo Hinkelmann
1ba7b7c30f CWS-TOOLING: integrate CWS dba34d 2011-03-28 15:37:38 +02:00
Caolán McNamara
8cf1a1f075 use PartialWeakComponentImplHelperX for overloaded-virtual 2011-03-28 14:12:51 +01:00
Caolán McNamara
c9de2b578a use PartialWeakComponentImplHelperX for overloaded-virtual 2011-03-28 14:12:51 +01:00
Bjoern Michaelsen
451f00864c migrate dbaccess subsequenttests to gbuild 2011-03-28 02:26:03 +02:00
Bjoern Michaelsen
9f94b73c22 fd#35693: disable hangin subsequenttests (complex and unoapi tests)
- chart2/qa/unoapi
 - configmgr/qa/unoapi
 - dbaccess/qa/unoapi
 - forms/qa/complex/forms
 - linguistic/qa/unoapi
 - qadevOOo/qa/unoapi
 - sd/qa/unoapi
 - starmath/qa/unoapi
 - ucb/qa/complex/ucb
 - ucb/qa/unoapi
 - unotools/qa/complex/tempfile
2011-03-26 17:07:01 +01:00
Fridrich Štrba
e68c3fc22a Wholesale prewin.h/postwin.h removal 2011-03-25 18:43:59 +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
Luboš Luňák
08245a19a5 remove virtual from operator=
pointless, nothing overrides it
2011-03-23 11:01:53 +01:00
Vladimir Glazunov
ca9b3543ad CWS-TOOLING: integrate CWS dba34c 2011-03-21 17:02:20 +01:00
David Tardon
cfeb82a6d8 solar types are gone--remove this hack 2011-03-19 14:46:54 +01:00
Thomas Arnhold
fbcbfa9d34 Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...) 2011-03-19 14:05:01 +01:00
Ocke Janssen [oj]
8473229179 dba34d: #i66846# check bookmarable before use statis resultset 2011-03-18 09:31:06 +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
Ocke Janssen [oj]
5ca039be5e Automated merge with ssh://hg.services.openoffice.org/cws/dba34d 2011-03-17 15:24:48 +01:00
Ocke Janssen [oj]
ac254e099c dba34d: remove patch for date axises 2011-03-17 14:37:53 +01:00
Ocke Janssen [oj]
e1f79f156a Automated merge with ssh://hg.services.openoffice.org/cws/dba34d 2011-03-16 12:50:17 +01:00
Ocke Janssen [oj]
1831ee1d1a dba34d: #i86167# fix for 64 bit long value to int32 2011-03-16 12:48:58 +01:00
Frank Schoenheit [fs]
b25b0fd75a dba34d: pulled and merged remote changes 2011-03-16 10:15:53 +01:00
Ocke Janssen
46471896ba Automated merge with ssh://hg.services.openoffice.org/cws/dba34d 2011-03-16 09:56:21 +01:00
Ocke Janssen
e76d571936 dba34d: #i116774# set date descriptions 2011-03-14 11:06:22 +01:00
Norbert Thiebaud
e35c56815d fix mis-merge: no vso3 and use boost for hash 2011-03-12 20:58:29 -06:00
Norbert Thiebaud
1f9060d1e0 fix mis-merge 2011-03-12 19:20:31 -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
Thomas Arnhold
4882ec6c95 Remove exclamation marks from OSL_FAIL statements 2011-03-12 13:57:34 +01:00
Thomas Arnhold
7851304cfb Move DBG_TRACE3 to OSL_TRACE 2011-03-11 23:45:24 +01:00
Thomas Arnhold
9bffdc92c2 Move DBG_TRACE2 to OSL_TRACE 2011-03-11 23:45:24 +01:00
Ocke Janssen [oj]
7ac57e56a2 Automated merge with ssh://hg@hg.services.openoffice.org/cws/dba34c 2011-03-10 11:12:57 +01:00
Ocke Janssen [oj]
c38ac7124a dba34c: release param 2011-03-10 10:59:14 +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