- 07 Eki, 2014 12 kayıt (commit)
-
-
Noel Grandin yazdı
that only call their superclass method Change-Id: I9be2f69be132eec7918964f504c50df0ae8401a2
-
Noel Grandin yazdı
Change-Id: I635d1f99aa104909bd53a49c18efd433b9b9cb98
-
Miklos Vajna yazdı
Change-Id: Ic96b85c5c4995f47781eceb6a426a29d8b7679ea
-
Stephan Bergmann yazdı
Change-Id: Ic029d0d174a00af783fd276852231523aae59866
-
Michael Meeks yazdı
It was intended to disable sdremote by default when it exited experimental mode. This reverts commit 576943b9. Change-Id: I2c1b5443e334021bd9574316167f48b1af6200e5
-
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 28 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
-