Commit Graph

72 Commits

Author SHA1 Message Date
8305efa9e8 coverity#983665 Uncaught exception
Change-Id: I3d0cd9a9bde8c3705abd876e832b6b7e56bb7fad
2014-09-26 10:11:02 +01:00
f106f41956 postwin.h handles OPTIONAL already
Change-Id: Ia04bc545f90a093f70bbd7036b7b9403af15daa1
2014-05-09 22:32:53 +02:00
0ce0c369aa Remove unneccessary comments
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb
Reviewed-on: https://gerrit.libreoffice.org/8182
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23 03:38:49 +00:00
0986d0d558 mingw64: cast to pointer from integer of different size in extensions
Change-Id: Ie2162b71e4e9de9fe24ce54815e5139774bb2ec0
2013-06-10 14:03:38 +02:00
35a65baefe Slowly, but surely going on compiling for mingw64
Change-Id: I590aa6a854a040281bf73d5be768c05d4906a984
2013-06-06 15:52:05 +02:00
8e08a41620 -Werror=int-to-pointer-cast (MinGW, extensions)
Change-Id: I16db60c861ef7ac0a2a9076fde1996a7b7b0e991
2013-04-17 11:51:15 +02:00
438f5b9f90 -Werror=unused-variable (MinGW, extensions)
Change-Id: I43c2ad4a601ffe20f471d81ed7697b89c496fa6f
2013-04-17 11:51:15 +02:00
fbba4781b7 -Werror=write-strings (MinGW, extensions)
Change-Id: I0761af5d2a6af23dbef67e4aadf4e6d21df1e58f
2013-04-17 11:51:14 +02:00
463ca2cb29 -Werror=shadow (MinGW, extensions)
...and aStr, aStr2 are not necessary, anyway.

Change-Id: I04fbd1fb3c7375015168e866e8b77eebfb62f648
2013-04-17 11:51:13 +02:00
a394a6f912 -Werror=unknown-pragmas (MinGW, extensions)
Change-Id: I3eeb8864ddf931361f6504c04b8bfa787115cfd1
2013-04-17 11:51:13 +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
34173da08a remove unnecessary tools/fsys.hxx header
Change-Id: I91b457430055f45c80b9f908d7c1f70349c528ae
2013-03-25 07:04:13 -07:00
5bb4a2ba1d further OUString cleanup
Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
2013-03-19 14:18:10 +01:00
a2454a42ad fdo#43460: use isEmpty()
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-09 20:32:39 +01:00
38bdcbbeeb cppCheck: Variable is reassigned a value before the old one has been used.
Change-Id: I42cfb06dd8b6b0ff7d4fec6e3b296fa61302c1c0
Signed-off-by: jailletc36 <christophe.jaillet@wanadoo.fr>
Reviewed-on: https://gerrit.libreoffice.org/2014
Tested-by: Tomáš Chvátal <tchvatal@suse.cz>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-02-06 12:50:15 +00:00
f6f5bde055 Some cppcheck cleaning
Change-Id: I57baea223b0f0a78346d9872665ab85c00c8fc51
2013-01-31 23:01:32 +01:00
deb098d972 oops. mixed-up OString and OUString
Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7
2012-11-28 04:09:28 -06:00
9865cc0aee fix misuse of toAscii(Lower|Upper)Case
OUString are immutable so these api, contrary to what happen
with String, do not change the object but create a new copy

Change-Id: Ib48a8d11e485d4b8556f4427880aaaca32d4e82c
2012-11-28 01:32:06 -06:00
601500f8a8 targeted string re-work
Change-Id: I6ce76c22118586b213161a0e307a53b22b318004
2012-05-29 19:30:23 -05:00
8f46815969 extensions: plugin: try to fix Mac build:
Move everything that requires ObjectiveC stuff to the ObjC++ files in
the aqua subdirectory, where it belongs.
2012-01-09 18:53:18 +01:00
a80a5ab4f6 extensions: convert plugin to gbuild 2011-12-17 22:11:57 +01:00
0a96c1f4f4 remove include of pch header in extensions 2011-11-27 13:08:28 -06:00
60de6b0fd2 Fix Windows build of extensions 2011-11-08 14:27:01 +01:00
5f962e4465 Fix Windows build of extensions 2011-03-29 21:59:45 +02:00
dbfe237fe2 Wholesale prewin.h/postwin.h removal 2011-03-25 18:47:11 +01:00
5ad6920963 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:12:11 +01:00
fdeb501678 Move DBG_ERROR to OSL_FAIL 2011-03-02 15:00:30 +01:00
02db199832 Remove "using namespace ::rtl" 2011-02-26 01:14:41 +01:00
58a194b337 Remove hard-coded debug stuff 2011-02-20 18:58:10 +01:00
d81f351b9c prewin.h already includes <windows.h> 2011-02-09 01:01:48 +02:00
b0c96965cf Adapt to move of prewin.h and postwin.h 2011-02-08 13:02:44 +02:00
4327ec0dee Clean up makefiles 2011-02-02 12:06:11 +01:00
bac4a610ff use RTL_CONSTASCII_USTRINGPARAM 2011-01-04 13:40:49 +00:00
0bdef7cec6 Revert one broken string initialisation change 2010-12-02 23:06:15 +02:00
0d11c11da5 RTL_CONSTASCII_USTRINGPARAM in components 7 2010-11-29 23:10:23 +01:00
7692bfc268 RTL_CONSTASCII_USTRINGPARAM in components 3 2010-11-28 18:33:53 +01:00
1231e74a6d RTL_CONSTASCII_USTRINGPARAM in components 2 (build problem in sal ?) 2010-11-27 17:20:30 +01:00
f357474191 RTL_CONSTASCII_USTRINGPARAM in components 1 2010-11-27 11:54:21 +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
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
f8cdf86559 CWS-TOOLING: integrate CWS vcl105
2009-09-07 Philipp Lohmann fix path issues
2009-09-07 hdu #i104525# Aqua: workaround OSX problem in RecentlyUsed list
2009-09-07 Philipp Lohmann add missing dollar sign
2009-09-07 Philipp Lohmann remove warnings
2009-09-07 hdu #i104011# need to use real-vals in cff-subsetter for some fonts
2009-09-05 Philipp Lohmann #i103674# less noise
2009-09-05 Philipp Lohmann #i103674# add garmin communicator to list of crashing plugins
2009-09-05 Philipp Lohmann #i103674# confiuration option to disable plugin support
2009-09-05 Philipp Lohmann merge #i102735#
2009-09-05 Philipp Lohmann #i88802# enable transparency resolution for PDF/A
2009-09-04 Philipp Lohmann rebase to DEV300m57
2009-09-03 Philipp Lohmann #i90083# fix a typo
2009-09-03 Philipp Lohmann merge
2009-09-03 Philipp Lohmann #i90083# workaround for application frame switching
2009-09-03 hdu #i104720# better description for --without-fonts configure option
2009-09-02 hdu #i104723# update third-party fonts
2009-09-02 hdu #i104723# update default-installed Liberation fonts from 1.04->1.05.1.20090721
2009-09-02 hdu #i104720# update default-installed DejaVu fonts from 2.21->2.30
2009-09-02 hdu #i89682# add Gentium fonts to default installation
2009-09-02 hdu #i89682# add Gentium fonts to default installation
2009-09-01 hdu #i104011# fix vertical offset in PDF-export of USP-layouted text
2009-08-27 Philipp Lohmann #i102033# ignore transients
2009-08-27 Philipp Lohmann merge
2009-08-27 Philipp Lohmann fix warning, remove crappy early exits
2009-08-26 Philipp Lohmann #i63494# user event time for generic plugin always regotten to work around metacity
2009-08-26 Philipp Lohmann merge
2009-08-26 Philipp Lohmann #i104526# fix string conversion
2009-08-25 Philipp Lohmann #b6855541# show newly added driver, repair remove driver
2009-08-25 Philipp Lohmann #i104469# maximizing issue (thanks haggai)
2009-09-17 16:34:35 +00:00
bfaf0a0ed0 CWS-TOOLING: integrate CWS swffixes_DEV300 2008-11-20 13:15:41 +00:00
a05c5d6839 INTEGRATION: CWS changefileheader (1.15.48); FILE MERGED
2008/03/31 12:31:38 rt 1.15.48.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:31:37 +00:00
bd969d48b0 INTEGRATION: CWS changefileheader (1.8.48); FILE MERGED
2008/03/31 12:31:38 rt 1.8.48.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:31:06 +00:00
c7d73b87a2 INTEGRATION: CWS changefileheader (1.8.332); FILE MERGED
2008/03/31 12:31:38 rt 1.8.332.1: #i87441# Change license header to LPGL v3.
2008-04-11 09:30:36 +00:00
a422be7f39 INTEGRATION: CWS wae4extensions (1.14.188); FILE MERGED
2007/09/27 10:20:01 fs 1.14.188.1: #i81612# warning-free code
2008-01-14 13:54:54 +00:00
3f23cfb6c8 INTEGRATION: CWS wae4extensions (1.7.192); FILE MERGED
2007/09/27 10:20:01 fs 1.7.192.1: #i81612# warning-free code
2008-01-14 13:54:40 +00:00
a72a548158 INTEGRATION: CWS obo05 (1.12.116); FILE MERGED
2006/08/25 07:59:57 obo 1.12.116.1: #i53611# type declaration missing
2006-09-25 11:45:44 +00:00
7f77317267 INTEGRATION: CWS pchfix02 (1.12.112); FILE MERGED
2006/09/01 17:26:37 kaib 1.12.112.1: #i68856# Added header markers and pch files
2006-09-16 12:11:44 +00:00
a9e331c894 INTEGRATION: CWS pchfix02 (1.6.186); FILE MERGED
2006/09/01 17:26:37 kaib 1.6.186.1: #i68856# Added header markers and pch files
2006-09-16 12:11:29 +00:00