Stephan Bergmann
f42825fa8a
Reduce to static_cast any reinterpret_cast from void pointers
...
Change-Id: I326330225be36118dffd3fe02141964736d62b9f
2015-03-31 13:13:29 +02:00
Noel Grandin
fee4efcb54
dbaccess: sal_Bool->bool
...
Change-Id: Ieb52470f9638b74898954db3890aaf2cf202290a
2014-04-17 11:17:21 +02:00
Stephan Bergmann
5e21a413c7
cppuhelper: retrofit std::exception into overriding exception specs
...
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-26 18:22:20 +01:00
Takeshi Abe
3b06e5e646
Replace deprecated std::auto_ptr with boost::scoped_ptr
...
Change-Id: I1ebfb33063d39f64dc59623df0f942501870c4e7
2014-02-22 21:51:27 +09:00
Arnaud Versini
5b2ba8ed5d
DBACCESS : Remove usage of DBG_CTOR and DBG_DTOR.
...
Valgrind is capable of detecting such bugs. No need for extra macros.
Conflicts:
dbaccess/source/ui/dlg/tablespage.cxx
Change-Id: I25ea9174a042050efdb371246417ee7f2edae997
Reviewed-on: https://gerrit.libreoffice.org/7532
Reviewed-by: Caolán McNamara <caolanm@redhat.com >
Tested-by: Caolán McNamara <caolanm@redhat.com >
2014-01-21 16:20:10 +00:00
Jelle van der Waa
2ec606730b
fdo#62475 removed pointless comments
...
Conflicts:
dbaccess/source/filter/xml/xmlfilter.cxx
dbaccess/source/ui/dlg/ConnectionPage.cxx
dbaccess/source/ui/dlg/detailpages.cxx
dbaccess/source/ui/dlg/odbcconfig.cxx
dbaccess/source/ui/querydesign/querycontroller.cxx
Change-Id: I3a05649efa3a43dd8d8fb069fc1bce14ca0a6338
Reviewed-on: https://gerrit.libreoffice.org/5484
Reviewed-by: Petr Mladek <pmladek@suse.cz >
Tested-by: Petr Mladek <pmladek@suse.cz >
2013-08-27 16:11:09 +00: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
Marcos Paulo de Souza
a1808e0d38
Remove more STRINGPARAM macros form dbaccess
...
Change-Id: I283ccd03dc811dda2f10963f400cd517f42ea7b3
Reviewed-on: https://gerrit.libreoffice.org/1878
Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br >
Tested-by: Olivier Hallot <olivier.hallot@alta.org.br >
2013-01-27 17:31:43 +00:00
Stephan Bergmann
4a69252e2c
-Werror,-Wunused-private-field (Clang towards 3.2)
...
Change-Id: I55ad905bef36b54fadc245bfb22f687e47d20c3a
2012-08-31 09:04:17 +02:00
Michael Meeks
577cf8ff67
re-base on ALv2 code.
2012-06-14 17:41:07 +01:00
Szabolcs Dezsi
8a01ee6243
Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator
...
Pattern used:
find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\) ) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-06 14:30:05 +02:00
Norbert Thiebaud
281b13ce89
remove include of pch header in dbaccess
2011-11-27 13:04:48 -06: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
Santiago Alessandri
6c07a3cf70
Replaced the use of createFromAscii for the macro RTL_CONSTASCII_USTRINGPARAM
2010-11-11 17:29:43 +00:00
Gil Forcada
58ccb8ca29
Removed comments, trailing spaces and death code (2)
2010-10-13 12:25:14 +02:00
Sebastian Spaeth
6450d1a7f5
Add vim/emacs modelines to all source files
...
Fixes #fdo30794
Based on bin/add-modelines script (originally posted in mail
1286706307.1871.1399280959@webmail.messagingengine.com )
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de >
2010-10-13 10:57:12 +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
Frank Schoenheit [fs]
7c5b2130b6
a little less deadlock-prone ...
2009-11-04 14:40:44 +01:00
Kurt Zenker
92fdab5750
INTEGRATION: CWS rptwizard01 (1.8.228); FILE MERGED
...
2008/05/21 11:00:01 lla 1.8.228.3: RESYNC: (1.9-1.10); FILE MERGED
2008/02/15 07:37:22 lla 1.8.228.2: RESYNC: (1.8-1.9); FILE MERGED
2008/02/14 13:20:24 lla 1.8.228.1: #i86092# change a mutex to a clearable mutex or it could be possible to hang in report wizard
2008-06-26 08:01:23 +00:00
Kurt Zenker
fcf6294c6c
INTEGRATION: CWS dba30d (1.10.28); FILE MERGED
...
2008/06/10 06:40:44 fs 1.10.28.2: RESYNC: (1.10-1.11); FILE MERGED
2008/05/29 11:11:03 oj 1.10.28.1: #i89835# dispatch asyncron
2008-06-25 11:33:13 +00:00
Rüdiger Timm
0a65807b36
INTEGRATION: CWS dba30c (1.10.8); FILE MERGED
...
2008/05/05 06:16:03 oj 1.10.8.1: #154597# check slave interceptor
2008-06-06 13:04:12 +00:00
Rüdiger Timm
a31adfaee5
INTEGRATION: CWS changefileheader (1.9.34); FILE MERGED
...
2008/03/31 13:26:47 rt 1.9.34.1: #i87441# Change license header to LPGL v3.
2008-04-10 11:46:56 +00:00
Rüdiger Timm
24ef551441
INTEGRATION: CWS reportdesign02 (1.8.166); FILE MERGED
...
2007/11/07 12:14:20 oj 1.8.166.1: #i78387# new menu entry for saveas for reports
2008-01-29 13:06:47 +00:00
Oliver Bolte
8e39313de5
INTEGRATION: CWS pchfix02 (1.7.52); FILE MERGED
...
2006/09/01 17:24:09 kaib 1.7.52.1: #i68856# Added header markers and pch files
2006-09-17 05:40:38 +00:00
Jens-Heiner Rechtien
457e4ce562
INTEGRATION: CWS warnings01 (1.6.54); FILE MERGED
...
2006/03/24 15:35:53 fs 1.6.54.1: #i57457# warning-free code (unxlngi6/.pro + unxsoli4.pro)
2006-06-20 01:45:36 +00:00
Rüdiger Timm
f0fa468c53
INTEGRATION: CWS dba201d (1.5.2); FILE MERGED
...
2005/10/07 06:24:04 fs 1.5.2.2: remove the unused implementation of XComponent / supersede DisconnectContentHolder by calling dispose -> no leaking instances anymore
2005/10/06 14:09:26 fs 1.5.2.1: #i52649# when dispatching a close request, keep our m_pContentHolder alive. Else, the EmbeddedObject implementations strangely crash
2005-10-24 07:29:26 +00:00
Jens-Heiner Rechtien
efeaedfa5a
INTEGRATION: CWS dba201b (1.3.58); FILE MERGED
...
2005/09/21 07:03:41 oj 1.3.58.3: RESYNC: (1.3-1.4); FILE MERGED
2005/07/11 13:37:02 fs 1.3.58.2: merging CWS dba201 into CWS dba201b
2005/06/09 08:55:16 fs 1.3.58.1: #i49370# do a prepareClose/suspend when a close-command is intercepted
2005-09-23 11:06:53 +00:00
Rüdiger Timm
8f97f33c2d
INTEGRATION: CWS ooo19126 (1.3.116); FILE MERGED
...
2005/09/05 17:32:22 rt 1.3.116.1: #i54170# Change license header: remove SISSL
2005-09-08 12:30:40 +00:00
Vladimir Glazounov
c43b4c369a
INTEGRATION: CWS hsqldb2 (1.2.78); FILE MERGED
...
2005/01/28 12:19:40 oj 1.2.78.1: #i39922# fix for storeAsURL and merges from dba23
2005-02-16 14:59:59 +00:00
Jens-Heiner Rechtien
783d36a47b
INTEGRATION: CWS insight01 (1.1.2); FILE ADDED
...
2004/07/22 10:35:21 oj 1.1.2.10: #i30199# AsTemplate for a component inserted
2004/06/30 13:22:33 oj 1.1.2.9: #i30401# handle document save
2004/06/30 12:07:38 oj 1.1.2.8: #i30175# listen for modify events
2004/06/11 09:54:10 oj 1.1.2.7: embedded obj changes
2004/06/10 11:07:58 oj 1.1.2.6: embedded obj changes
2004/06/09 17:37:06 oj 1.1.2.5: #i22465# add interceptor
2004/05/05 07:03:05 oj 1.1.2.4: #i28638# make use of the status indicator in the media descriptor
2004/03/11 15:08:38 oj 1.1.2.3: #111075# ongoing fixes
2004/03/11 09:06:19 oj 1.1.2.2: #111075# changes for closing
2003/11/17 09:40:26 oj 1.1.2.1: #111075# ongoning work
2004-08-02 14:10:59 +00:00