Age | Commit message (Collapse) | Author |
|
Change-Id: I3d299a5dc98ff2775d36c839363461b727a512d9
|
|
Change-Id: Iaf2de623c0893b0f500d54ce6558bf40af6e655b
|
|
... on 32 bit platforms. These asserts appear to be impossible anyway.
Change-Id: I6bd332ca49e9992740315e0f6c58e98ac337817c
|
|
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
|
|
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
|
|
Change-Id: I397765007afb9bc8fdb7cd224c31fdcda924de17
|
|
Change-Id: I50c6547206a33d3f8e06688c99ccf7bffbc75bfc
|
|
Change-Id: I749f4cb8340b4642040baed7f3363e2f1e4b65ad
|
|
Change-Id: Id00dc5b37685ac81125e5ed075680c4dab2426c9
|
|
Change-Id: I872835c3a20eda807d571fa27794dbe2bf858e7a
|
|
Change-Id: I57c8bdba2762e512104346c02d1e7d7d26423bd0
|
|
Change-Id: I87a8b8ec70a11f88dc225392964707f582905805
|
|
Change-Id: I26614f6d95276ec2b3b57301bd38ac53ea8f225d
|
|
Change-Id: I4fc25ec677167a064c349d250352576490fcedcd
|
|
Change-Id: Ia32931ddb122e31bcd1cb18ecca694ae562d5d7f
|
|
Change-Id: I404d9990a060ef38915af126bf239136a9d00af2
|
|
Change-Id: I6c05a1094fcf3dd51079a6b67ee02b31cc2c6a6c
|
|
Change-Id: I4cf8d63822c4a68b7cdc126a8d76c1ce7b064655
|
|
Change-Id: Ib55520d0cf5b4c37e8358aa0b4a1ab68f7c3a0e5
|
|
regression since 6e61ecd09679a66060f932835622821d39e92f01
mismerge of b635b4fa4e42053d30ab639643d2236a20243f62
Change-Id: Ib83ca9b8ce09abd1de22ca063f8263da7196d741
|
|
Change-Id: I19d7a8eb9f53a7f5ab7acf9dc7b0ca0b90950ee5
|
|
Change-Id: Ia34424f3ad57ee1de23cd15d53c8a4f495bfb6fd
|
|
Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27
|
|
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
|
|
Change-Id: I028d6da250bad64cca2d85c8bbf4a3b5a1300f1b
|
|
Change-Id: I0fa0537a8726bbda182dea8c3a9014d77973edea
|
|
Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e
|
|
Change-Id: I97a6751520b90089caddd276a3a881908c47c67d
|
|
Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598
|
|
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
|
|
Change-Id: I8433345edb51974856b30acbdb29da29a4ba01b8
|
|
Change-Id: Id547964bb5e205ae8a42ad0b033bbcd1b9836408
|
|
Change-Id: I85bdec3291ca8292b0797b694be605663de31755
|
|
|
|
Change-Id: Ica8a82619f492bd30929ce88198f621f7a1f88a2
|
|
Change-Id: I94ed07b730b976f32ce8572f1ccefa96be0a6e77
|
|
Change-Id: I1b9796411a6f688f2bc7c53212fb4245c55ab3e1
|
|
Change-Id: Id1dc62a89e2858f81dc9b6eb8a5f3d9996ba85ec
|
|
MSO 2007 and later have different behavior for the default value.
Be explicit and always export the element.
Change-Id: Ic8cad67db8c882d3642a6662bf710be2088335b7
|
|
(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>
|
|
Change-Id: Id508e771b0f117437671f40060c68122a408e386
|
|
Change-Id: Ic5acb9afd69dda3fc630a438324ef692950ff2de
|
|
Change-Id: Id6729de5105bb6cd4119a2ac8cf1fead6f8bb4ff
|
|
Change-Id: I0b854237f52320d8ec98d9278a5552a375aad463
|
|
Change-Id: Ic5a86644dc0215da5c48c795abb51ee664298d57
|
|
Change-Id: Ia329afd86f4435122d487bd1146c1b9b52e11144
|
|
Change-Id: I7e3d2b1afe2c16e9d110b3d83d854de113bc5849
|
|
Change-Id: I58efa026e1a14ca1f0cf9c9cc3bc5aa3eeb350a2
|
|
Change-Id: Id90d02bab3c3a3b3e2e59097fdf741e2de2b331c
|
|
Change-Id: I6ea41796bd42ba47e0070aa172323c7c866c0e16
|