- 07 Eki, 2014 7 kayıt (commit)
-
-
Change-Id: Ia835139496ab8e5230a09df2caf23637a5559ba4 Reviewed-on: https://gerrit.libreoffice.org/11836Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Yousuf Philips yazdı
Change-Id: I0d65c96d8d0447ab2191c441acfd5bd9ce8015b8 Reviewed-on: https://gerrit.libreoffice.org/11817Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Tor Lillqvist yazdı
Stephan dislikes "defensive programming" and I trust him. Change-Id: Ic4864de98a5155129179eb89873f3ffdc8921614
-
Tor Lillqvist yazdı
Change-Id: I95a3ac8da83e02001de13af8d31a04fe0d654dc0
-
Tor Lillqvist yazdı
uniform_real_distribution(a,b) should be called with a < b, otherwise the result is undefined. Currently, when called with both zero, it gets stuck in a loop. Not sure if a blunt assert() would be the right thing here, so I just return a if a >= b. Change-Id: I769688c7192bd02bad24ad597948984db56dd4fc
-
Miklos Vajna yazdı
No need to adapt dmapper/rtftok for this one, as those do not handle <w:em> ATM. Change-Id: I88da1d0dae804e3d054b7d4158a81cb64cc4b600
-
Stephan Bergmann yazdı
Change-Id: I91333f5290c84c6317b85572824be065da9cf64b
-
- 06 Eki, 2014 33 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I76582bb6a1a8dee56611f1463d3e63246eefb310
-
Michael Stahl yazdı
The URL is dispatched in MouseButtonUp(), but this relies on MouseButtonDown() not selecting the drawing object when the cursor is over an URL field. (probably regression from commit 7e2f98d0 and commit 5ed14025) Change-Id: Ib1504baff5d1fffd6ce53b41d3ff726d8e4d5c9d
-
Stephan Bergmann yazdı
Change-Id: I8fa5c345760185baf1f0fa83c94898b2a5a86719
-
Tor Lillqvist yazdı
Nobody knows any more what such a metacomment was supposed to mean, if it had any deeper meaning at all. Change-Id: Iefb4fedc7b833c09ee0e39b3eb28202229323ef2
-
David Tardon yazdı
Change-Id: If5977b280fed8d8b053f59852d3984a59ce61a69
-
Lionel Elie Mamane yazdı
This reverts commit 220deb0a.
-
Lionel Elie Mamane yazdı
This reverts commit fa8f2fdf. Change-Id: I252e29648fb59a15379ba2f3b63d6914a7fc3a93
-
Lionel Elie Mamane yazdı
Change-Id: Ibae309ffbb7b2500c9113a95ca3fc508de378976
-
Lionel Elie Mamane yazdı
Change-Id: I8ab2e2691ecf35e00283bd3144b2f4c8203adc3a
-
Lionel Elie Mamane yazdı
Change-Id: I39020452e8ff4b17b0c1cfb9ff54bf650ab97fc3
-
Lionel Elie Mamane yazdı
Change-Id: I6234974cfc1b7650a35b8f7b9a4132acf797c91b
-
Stephan Bergmann yazdı
Change-Id: I526e68b93f9665db25a824cc44ff231bcef29277
-
Stephan Bergmann yazdı
Change-Id: I00240e0d17e40e187b82875bbd25a0630120c4d7
-
Caolán McNamara yazdı
use name CVE-pseudo-2009-0238-1.rtf to record its detected as Virus:Trojan.Mdropper and pseudo because its just a fuzzed file from some random .rtf and not an original reproducer for CVE-2009-0238 Change-Id: I85f6a72e0d32c14ea27cbe03bc4da3c2306fd1f5
-
Caolán McNamara yazdı
Change-Id: I4d5438292d9a5c49f1336304ebd3dc4e155dd212
-
Caolán McNamara yazdı
Change-Id: I5bb44dc94041c3b3cd9d80ba125594a48c9c921f
-
Caolán McNamara yazdı
Change-Id: I93cb374bd9743c45c4f3a98799a5f448dbb46fd8
-
Caolán McNamara yazdı
to supportsFullDrawingLayerFillAttributeSet so as to rename our equivalent solution of d3de12fc "Resolves: fdo#81277 missing table cell background color in doc/html import" with that of 36cc153d "i125163 Corrected FillStyle handling for tables in Writer" Change-Id: If8ecbc712e01d823d034ff3771bf38a4df16368d
-
Miklos Vajna yazdı
Use cases: 1) User of the XTextAppend API's uses appendTextPortion(), then appendTextContent(), then appendTextPortion() again. It's expected that the text content will be in the middle of the paragraph, but before, it was at the end of it. It's possible to work this around by inserting the text contents only at the end of the paragraph (like it's done for ODF import in XMLParaContext::~XMLParaContext()), but probably it's not a good idea to copy&paste this workaround in all the import filters. 2) User types some characters in a new document, then inserts a picture, and sets anchor type to at-char. Now the anchor point is set to the end of the paragraph, but it's impossible to type anything after that character. To be fair, now it's not possible to type something *before* the anchor point, if it's at the first character, but hopefully that's less of an issue, since setting the anchor type to at-char sets it to the end of the paragraph, not at the start of it. Change-Id: Ia8b33e8880aae86f62fae09cd5ac1cf82c83320f
-
Stephan Bergmann yazdı
Change-Id: I47ddb95018109e5e771324b699dfdc10f529dfc4
-
Caolán McNamara yazdı
Change-Id: I570ee54e15a4cd4b11da26004164d9e6a1d8cdb9
-
Caolán McNamara yazdı
Change-Id: If8cd3632d69f6456b0e1351efac0e428e0093e3b
-
Matthew J. Francis yazdı
This is to clear the way for following bugfixes which will add to / amend these tests Change-Id: Ie97aba72f1a4c7b1be37577b9bcab2b2f0750d17 Reviewed-on: https://gerrit.libreoffice.org/11808Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Change-Id: Ib1a8d7e4bdaad2f4eae822d9af280fd5b6f9dd7b Reviewed-on: https://gerrit.libreoffice.org/11794Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Takeshi Abe yazdı
from PptSlidePersistList. This also puts in assertions that every entry in a PptSlidePersistList is non-null. Cf. 9536a28e Change-Id: Iea35532ed668e58a3f02d3f3433a66c2d4e1fe2a Reviewed-on: https://gerrit.libreoffice.org/11807Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Justin Luth yazdı
Change-Id: I86606646206ec26e2822a6e27888537d44351b7b Reviewed-on: https://gerrit.libreoffice.org/11725Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I44d5dacb21870f77ca993b24f3a31433edb17c6d
-
Caolán McNamara yazdı
Change-Id: I09b387606dee76605ad60dcf8cfb3fc68057d7be
-
Caolán McNamara yazdı
and automatically seed from time on first use coverity#1242393 Don't call rand coverity#1242404 Don't call rand coverity#1242410 Don't call rand and additionally allow 0xFF as a value coverity#1242409 Don't call rand coverity#1242399 Don't call rand coverity#1242372 Don't call rand coverity#1242377 Don't call rand coverity#1242378 Don't call rand coverity#1242379 Don't call rand coverity#1242382 Don't call rand coverity#1242383 Don't call rand coverity#1242402 Don't call rand coverity#1242397 Don't call rand coverity#1242390 Don't call rand coverity#1242389 Don't call rand coverity#1242388 Don't call rand coverity#1242386 Don't call rand coverity#1242384 Don't call rand coverity#1242394 Don't call rand Change-Id: I241feab9cb370e091fd6ccaba2af941eb95bc7cf
-
Caolán McNamara yazdı
surely this should be IsLess not IsEqual, i.e. see commit 86a3fe47 Date: Sat Oct 4 21:36:27 2014 -0500 coverity#704049 Unchecked return value and commit 3edb1dcd Date: Wed Jun 26 08:32:38 2002 +0000 #99877# Phonetic sorting for Asian languages Change-Id: I6c78e388e986577c34b37643a877ab7f5c17b173
-
Caolán McNamara yazdı
Change-Id: I0328ca6594b3809210ea124dcb744bad3b5eb92e
-
Michael Stahl yazdı
It was disabled globally at a time when GCC did not yet support #pragma GCC diagnostic. Change-Id: I062f6b437e6119203f2b0824a25238b45b4f4e79
-
Michael Stahl yazdı
... is obsolete, remove that. Change-Id: I541de32ac4389d8049c25c98b63a69d084d1594d
-