summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-30kde4: loplugin:saloverrideMichael Stahl
Change-Id: I3d299a5dc98ff2775d36c839363461b727a512d9
2014-03-30sot: convert that to SAL_INFOMichael Stahl
Change-Id: Iaf2de623c0893b0f500d54ce6558bf40af6e655b
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl
... on 32 bit platforms. These asserts appear to be impossible anyway. Change-Id: I6bd332ca49e9992740315e0f6c58e98ac337817c
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
Since STREAM_SEEK_TO_END is now 64 bits it could happen that some existing code uses it in some indirect manner and it gets truncated to 32 bits somewhere (on 32 bit platforms); try to detect that with asserts. Of course the checked value is now a valid stream position, so perhaps the checks should eventually be removed. Change-Id: I4248c00d758220bdc3ee94c7aa7a7bd4c86c57f0
2014-03-30sot: fix some bizarre resize code that creates 4G temp files on 32bitMichael Stahl
StgTmpStrm::SetSize(): the nEndOfData - 1 may underflow if nEndOfData=0 which happened to be the same value of STREAM_SEEK_TO_END before but not any more; also it's a mystery to me why the last byte in the buffer would need to be overwritten with 0 here. This also fixes the failure of ww8_export test. Change-Id: Iefe5a22c667ee83fbc315d772f357b913105ad93
2014-03-30coverity#1194905 Explicit null dereferencedCaolán McNamara
Change-Id: I397765007afb9bc8fdb7cd224c31fdcda924de17
2014-03-30coverity#1194904 Explicit null dereferencedCaolán McNamara
Change-Id: I50c6547206a33d3f8e06688c99ccf7bffbc75bfc
2014-03-30coverity#1194929 String not null terminatedCaolán McNamara
Change-Id: I749f4cb8340b4642040baed7f3363e2f1e4b65ad
2014-03-30coverity#1194922 Overflowed return valueCaolán McNamara
Change-Id: Id00dc5b37685ac81125e5ed075680c4dab2426c9
2014-03-30coverity#1194921 Overflowed return valueCaolán McNamara
Change-Id: I872835c3a20eda807d571fa27794dbe2bf858e7a
2014-03-30coverity#1194919 Overflowed return valueCaolán McNamara
Change-Id: I57c8bdba2762e512104346c02d1e7d7d26423bd0
2014-03-30coverity#1194917 Overflowed return valueCaolán McNamara
Change-Id: I87a8b8ec70a11f88dc225392964707f582905805
2014-03-30coverity#1194916 Overflowed return valueCaolán McNamara
Change-Id: I26614f6d95276ec2b3b57301bd38ac53ea8f225d
2014-03-30coverity#1194913 Overflowed return valueCaolán McNamara
Change-Id: I4fc25ec677167a064c349d250352576490fcedcd
2014-03-30coverity#1194912 Overflowed return valueCaolán McNamara
Change-Id: Ia32931ddb122e31bcd1cb18ecca694ae562d5d7f
2014-03-30coverity#1194908 Explicit null dereferencedCaolán McNamara
Change-Id: I404d9990a060ef38915af126bf239136a9d00af2
2014-03-30coverity#1194915 Integer overflowed argumentCaolán McNamara
Change-Id: I6c05a1094fcf3dd51079a6b67ee02b31cc2c6a6c
2014-03-30coverity#1194897 Logically dead codeCaolán McNamara
Change-Id: I4cf8d63822c4a68b7cdc126a8d76c1ce7b064655
2014-03-30coverity#1194894 Logically dead codeCaolán McNamara
Change-Id: Ib55520d0cf5b4c37e8358aa0b4a1ab68f7c3a0e5
2014-03-30coverity#1194893 mismerge (Logically dead code)Caolán McNamara
regression since 6e61ecd09679a66060f932835622821d39e92f01 mismerge of b635b4fa4e42053d30ab639643d2236a20243f62 Change-Id: Ib83ca9b8ce09abd1de22ca063f8263da7196d741
2014-03-30loplugin:saloverrideStephan Bergmann
Change-Id: I19d7a8eb9f53a7f5ab7acf9dc7b0ca0b90950ee5
2014-03-30update unusedcodeCaolán McNamara
Change-Id: Ia34424f3ad57ee1de23cd15d53c8a4f495bfb6fd
2014-03-30-Werror,-Wmismatched-tagsStephan Bergmann
Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27
2014-03-30TypoStephan Bergmann
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
2014-03-30loplugin:saloverrideStephan Bergmann
Change-Id: I028d6da250bad64cca2d85c8bbf4a3b5a1300f1b
2014-03-30Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet
Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea
2014-03-30close the opened document correctlyDavid Tardon
Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e
2014-03-30sync cxx file names with class namesDavid Tardon
Change-Id: I97a6751520b90089caddd276a3a881908c47c67d
2014-03-30reduce the amount of copypastaDavid Tardon
Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598
2014-03-30move the writerperfect import tests to slowcheckDavid Tardon
First, they really are slow (which is most likely a bug in the tests themselves); second, there is no need to run them for every small change. Change-Id: I6ffafb82e105ae1fe22846b23ac5b55a3c5fd755
2014-03-30add a smoketest for wpftdraw import libraryDavid Tardon
Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8
2014-03-30add a smoketest for wpftwriter import libraryDavid Tardon
Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408
2014-03-30avoid out-of-bounds accessDavid Tardon
Change-Id: I85bdec3291ca8292b0797b694be605663de31755
2014-03-30remove one more merge markerMarkus Mohrhard
2014-03-30set first position and then size, fdo#75075Markus Mohrhard
Change-Id: Ica8a82619f492bd30929ce88198f621f7a1f88a2
2014-03-30add test for fdo#74619Markus Mohrhard
Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77
2014-03-30enable smoothed property export for line charts, fdo#74619Markus Mohrhard
Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1
2014-03-30adapt smooth import to OOXML and not to MSO 2007Markus Mohrhard
Change-Id: Id1dc62a89e2858f81dc9b6eb8a5f3d9996ba85ec
2014-03-30export smooth property correctly to OOXML, fdo#74619Markus Mohrhard
MSO 2007 and later have different behavior for the default value. Be explicit and always export the element. Change-Id: Ic8cad67db8c882d3642a6662bf710be2088335b7
2014-03-30vcl-osx fix: 'NSEvent' may not respond to '-magnification'Douglas Mencken
(error: invalid operands of types 'float' and 'objc_object*' to binary 'operator+') Change-Id: Iade7acde31fad21d7dde1a8c20c8900d9cbbd446 Reviewed-on: https://gerrit.libreoffice.org/8792 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-03-30coverity#735942 Unchecked dynamic_castMiklos Vajna
Change-Id: Id508e771b0f117437671f40060c68122a408e386
2014-03-30coverity#735940 Unchecked dynamic_castMiklos Vajna
Change-Id: Ic5acb9afd69dda3fc630a438324ef692950ff2de
2014-03-30OUString: avoid temporaries and constifyMatteo Casalin
Change-Id: Id6729de5105bb6cd4119a2ac8cf1fead6f8bb4ff
2014-03-30sal_uInt16 to sal_uLongMatteo Casalin
Change-Id: I0b854237f52320d8ec98d9278a5552a375aad463
2014-03-30OUString: constify and avoid some temporariesMatteo Casalin
Change-Id: Ic5a86644dc0215da5c48c795abb51ee664298d57
2014-03-30Constify, reduce scope, use proper types and avoid some castsMatteo Casalin
Change-Id: Ia329afd86f4435122d487bd1146c1b9b52e11144
2014-03-30OUString: constify, avoid concatenated appends, use != or ==Matteo Casalin
Change-Id: I7e3d2b1afe2c16e9d110b3d83d854de113bc5849
2014-03-30Remove unneeded variablesMatteo Casalin
Change-Id: I58efa026e1a14ca1f0cf9c9cc3bc5aa3eeb350a2
2014-03-30Constify some OUStrings and avoid some appendsMatteo Casalin
Change-Id: Id90d02bab3c3a3b3e2e59097fdf741e2de2b331c
2014-03-30Use more consistent integer types, constify and reduce scopeMatteo Casalin
Change-Id: I6ea41796bd42ba47e0070aa172323c7c866c0e16