summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-03-30sal_uInt16 to sal_Int32Matteo Casalin1-2/+2
Change-Id: I7c658f74c70daeece6343e69bd89313d22620a60
2014-03-30sal_uInt16 to sal_Int32/size_tMatteo Casalin1-9/+10
Change-Id: I1c6a0aff1515e8e4fe86f2027f405a9a7c7aa579
2014-03-30ConstifyMatteo Casalin1-29/+23
Change-Id: I8d215b0cea56cda55d8e991da1649fca765d149b
2014-03-30Apply ROUND to floats and let it return longsMatteo Casalin1-17/+17
Change-Id: I88476c1ca2eff0898d31ab48d7d5a36301297bb9
2014-03-30Convert to proper integer typeMatteo Casalin1-2/+2
Change-Id: I1a310dfbc65233098f583840780ff9b020e1c856
2014-03-30No need to store these OUStrings in class objectMatteo Casalin2-8/+4
Change-Id: I96ff3ff8eda5ffb96432c519a9584d7d1d82b332
2014-03-30Use sal_Int32 as index for a SequenceMatteo Casalin1-1/+1
Change-Id: Ib692af0f1ab9b2cbe67e6113257f9186d0c1f102
2014-03-30Avoid unneeded OUString conversions and concatenated appendsMatteo Casalin1-12/+12
Change-Id: Ied9fded44e1deee17be4c02f10261a459f88e530
2014-03-30sal_uInt16 to sal_Int32 and USHRT_MAX to -1Matteo Casalin1-4/+4
The original code seems to use USHRT_MAX to perform no selection in the default case, but USHRT_MAX can be a valid position for ListBox. Use a negative value instead, so to have the desired behaviour. Change-Id: I050940f6779fb6592c788000e95d1095e571667d
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl6-9/+9
Change-Id: I985216d7bade6cbb3a037b07fe44438543d63ba0
2014-03-30kde4: loplugin:saloverrideMichael Stahl1-1/+1
Change-Id: I3d299a5dc98ff2775d36c839363461b727a512d9
2014-03-30sot: convert that to SAL_INFOMichael Stahl2-1/+6
Change-Id: Iaf2de623c0893b0f500d54ce6558bf40af6e655b
2014-03-30tools, sc: fix GCC -Werror=type-limits (comparison is always true)Michael Stahl2-2/+0
... 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 Stahl7-0/+21
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 Stahl1-4/+1
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 McNamara1-2/+3
Change-Id: I397765007afb9bc8fdb7cd224c31fdcda924de17
2014-03-30coverity#1194904 Explicit null dereferencedCaolán McNamara1-0/+2
Change-Id: I50c6547206a33d3f8e06688c99ccf7bffbc75bfc
2014-03-30coverity#1194929 String not null terminatedCaolán McNamara1-1/+1
Change-Id: I749f4cb8340b4642040baed7f3363e2f1e4b65ad
2014-03-30coverity#1194922 Overflowed return valueCaolán McNamara2-6/+6
Change-Id: Id00dc5b37685ac81125e5ed075680c4dab2426c9
2014-03-30coverity#1194921 Overflowed return valueCaolán McNamara5-19/+15
Change-Id: I872835c3a20eda807d571fa27794dbe2bf858e7a
2014-03-30coverity#1194919 Overflowed return valueCaolán McNamara1-1/+1
Change-Id: I57c8bdba2762e512104346c02d1e7d7d26423bd0
2014-03-30coverity#1194917 Overflowed return valueCaolán McNamara1-1/+1
Change-Id: I87a8b8ec70a11f88dc225392964707f582905805
2014-03-30coverity#1194916 Overflowed return valueCaolán McNamara1-1/+1
Change-Id: I26614f6d95276ec2b3b57301bd38ac53ea8f225d
2014-03-30coverity#1194913 Overflowed return valueCaolán McNamara4-8/+8
Change-Id: I4fc25ec677167a064c349d250352576490fcedcd
2014-03-30coverity#1194912 Overflowed return valueCaolán McNamara1-1/+1
Change-Id: Ia32931ddb122e31bcd1cb18ecca694ae562d5d7f
2014-03-30coverity#1194908 Explicit null dereferencedCaolán McNamara1-1/+1
Change-Id: I404d9990a060ef38915af126bf239136a9d00af2
2014-03-30coverity#1194915 Integer overflowed argumentCaolán McNamara1-1/+1
Change-Id: I6c05a1094fcf3dd51079a6b67ee02b31cc2c6a6c
2014-03-30coverity#1194897 Logically dead codeCaolán McNamara1-7/+0
Change-Id: I4cf8d63822c4a68b7cdc126a8d76c1ce7b064655
2014-03-30coverity#1194894 Logically dead codeCaolán McNamara1-2/+2
Change-Id: Ib55520d0cf5b4c37e8358aa0b4a1ab68f7c3a0e5
2014-03-30coverity#1194893 mismerge (Logically dead code)Caolán McNamara1-9/+9
regression since 6e61ecd09679a66060f932835622821d39e92f01 mismerge of b635b4fa4e42053d30ab639643d2236a20243f62 Change-Id: Ib83ca9b8ce09abd1de22ca063f8263da7196d741
2014-03-30loplugin:saloverrideStephan Bergmann1-14/+14
Change-Id: I19d7a8eb9f53a7f5ab7acf9dc7b0ca0b90950ee5
2014-03-30update unusedcodeCaolán McNamara1-0/+2
Change-Id: Ia34424f3ad57ee1de23cd15d53c8a4f495bfb6fd
2014-03-30-Werror,-Wmismatched-tagsStephan Bergmann1-1/+1
Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27
2014-03-30TypoStephan Bergmann1-1/+1
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
2014-03-30loplugin:saloverrideStephan Bergmann1-10/+10
Change-Id: I028d6da250bad64cca2d85c8bbf4a3b5a1300f1b
2014-03-30Resolves: fdo#76802 error msg in Web Page Wizard dialogJulien Nabet1-1/+1
Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea
2014-03-30close the opened document correctlyDavid Tardon1-1/+40
Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e
2014-03-30sync cxx file names with class namesDavid Tardon6-3/+3
Change-Id: I97a6751520b90089caddd276a3a881908c47c67d
2014-03-30reduce the amount of copypastaDavid Tardon10-323/+281
Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598
2014-03-30move the writerperfect import tests to slowcheckDavid Tardon1-1/+4
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 Tardon21-0/+177
Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8
2014-03-30add a smoketest for wpftwriter import libraryDavid Tardon49-0/+2832
Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408
2014-03-30avoid out-of-bounds accessDavid Tardon1-0/+2
Change-Id: I85bdec3291ca8292b0797b694be605663de31755
2014-03-30remove one more merge markerMarkus Mohrhard1-1/+0
2014-03-30set first position and then size, fdo#75075Markus Mohrhard1-1/+1
Change-Id: Ica8a82619f492bd30929ce88198f621f7a1f88a2
2014-03-30add test for fdo#74619Markus Mohrhard2-0/+11
Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77
2014-03-30enable smoothed property export for line charts, fdo#74619Markus Mohrhard1-1/+2
Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1
2014-03-30adapt smooth import to OOXML and not to MSO 2007Markus Mohrhard2-8/+12
Change-Id: Id1dc62a89e2858f81dc9b6eb8a5f3d9996ba85ec
2014-03-30export smooth property correctly to OOXML, fdo#74619Markus Mohrhard1-5/+3
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 Mencken1-3/+11
(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>