c327acab9e
remove globally disabled warnings from source files
...
Change-Id: Ic7b092a24b4d1e48ca11e53b507da5c2bfdeabe8
2014-05-10 13:03:20 +02:00
fa0ffdbeb5
cppu::OMultiTypeInterfaceContainerHelperVar hashImpl param is unused
...
...since f059134fab0f91b7a15594ad06536a13fbfae034 "INTEGRATION: CWS
cppuhelpshrink: #i72766# save memory in cppuhelper, using a vector instead of a
hash_map" (but a dummy "void" default is left in place for backwards
compatibility).
Change-Id: I3bb0af8158f34737d41c344464f3cf944e2891ed
2014-04-15 07:46:43 +02:00
0fa31bed9a
Default OMultiTypeInferfaceContainerHelperVar equalImpl parameter
...
...and assorted OUStringHash clean up
Change-Id: I779904e1275e8df88f567beb388d1d11af9e9671
2013-12-06 12:03:59 +01:00
2c35fff7ec
remove most use of RTL_CONSTASCII_USTRINGPARAM macro
...
This is largely unnecessary when working with OUString
Change-Id: I3cf4d68357a43665d01162ef4a2d5346a45da9be
2013-11-19 10:29:30 +02:00
e52779d2f8
remove unnecessary use of OUString constructor
...
Change-Id: Ifb220af71857ddacd64e8204fb6d3e4aad8eef71
2013-11-11 11:21:26 +02:00
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
8b27d78b4a
automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings
...
Done with a perl regex:
s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms
Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec
Reviewed-on: https://gerrit.libreoffice.org/2832
Reviewed-by: Thomas Arnhold <thomas@arnhold.org >
Tested-by: Thomas Arnhold <thomas@arnhold.org >
2013-03-19 09:00:26 +00:00
2c47c9989e
re-base on ALv2 code. Includes:
...
cws mba34issues01: #i117709#: make sure that parent of error message box is visible
Patch contributed by Mathias Bauer
http://svn.apache.org/viewvc?view=revision&revision=1172346
i#119036 - improve user experience of certification dialog - only shown once
Patch contributed by Oliver-Rainer Wittmann
http://svn.apache.org/viewvc?view=revision&revision=1299727
2012-07-13 21:38:47 +01:00
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
7c89e643b1
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:30:44 +01:00
648589a0bd
RTL patch
2010-11-24 07:56:52 +01:00
ead7290449
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:23 +02:00
014036b4c9
CWS-TOOLING: integrate CWS mingwport28
2010-03-10 12:05:11 +01:00
36de66bdf0
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
e19474e5d3
i#109027: mingw port: Fix WeakReference assigment failure using WeakReference::clear()
2010-02-10 23:32:33 +09:00
c765b48589
CWS-TOOLING: integrate CWS buildid301_DEV300
2008-11-20 15:13:11 +00:00
dc77bc4da7
INTEGRATION: CWS changefileheader (1.13.22); FILE MERGED
...
2008/04/01 15:13:58 thb 1.13.22.2: #i85898# Stripping all external header guards
2008/03/31 13:33:41 rt 1.13.22.1: #i87441# Change license header to LPGL v3.
2008-04-11 04:12:20 +00:00
ae99c8838f
INTEGRATION: CWS mingwport03 (1.10.6); FILE MERGED
...
2007/01/09 01:00:32 vg 1.10.6.2: RESYNC: (1.10-1.12); FILE MERGED
2006/09/07 15:54:54 vg 1.10.6.1: #i53572# MinGW port
2007-03-26 13:48:40 +00:00
63af85c921
#i10000# 'Arguments' needed again.
2006-12-05 13:39:01 +00:00
42c9d75d61
INTEGRATION: CWS c04v3_SRC680 (1.9.8); FILE MERGED
...
2006/11/24 18:42:55 mav 1.9.8.1: #143410# reimplement links support correctly
2006-12-05 11:52:23 +00:00
d5c1a4fa7f
INTEGRATION: CWS warnings01 (1.8.16); FILE MERGED
...
2006/05/24 01:12:51 sb 1.8.16.2: RESYNC: (1.8-1.9); FILE MERGED
2006/02/20 15:31:46 cd 1.8.16.1: #i55991# Warning free code for Windows C++ compiler
2006-06-20 04:41:08 +00:00
d0813ee6f3
INTEGRATION: CWS fwkc03fixes (1.8.20); FILE MERGED
...
2006/04/28 13:11:40 mav 1.8.20.1: #134455# fix objects crosslinking
2006-05-05 08:56:13 +00:00
50340bb91d
INTEGRATION: CWS ooo19126 (1.7.94); FILE MERGED
...
2005/09/05 18:46:11 rt 1.7.94.1: #i54170# Change license header: remove SISSL
2005-09-08 17:53:08 +00:00
becd28fbcb
#i2822#: typo
2003-04-04 11:12:36 +00:00
50191cd079
#i2822# notifying after namechnnge
2003-04-04 10:41:06 +00:00
cc946122a2
#i2822# Title instead of containername
2003-04-04 08:47:27 +00:00
57ac1efcf7
#i2822# statuslistener
2003-04-04 08:31:56 +00:00
977853ced9
#i2822# statuslistener
2003-04-04 08:03:46 +00:00
d2eec04f8b
#i2822# fixed to update before closing and intercepting CloseWin and CloseFrame also
2003-03-28 15:31:27 +00:00
0f757610e5
#i2822# implemented interceptor for SaveAll,CloseDoc and Save
2003-03-27 15:20:06 +00:00