- 02 Şub, 2015 5 kayıt (commit)
-
-
Kishor Bhat yazdı
Assigned Ctrl+Shift+F8 to .uno:BasicStepOut Change-Id: I2fe2b125bf859cb8179f8fb797a13841c5207b81 Reviewed-on: https://gerrit.libreoffice.org/14230Reviewed-by:
Katarina Behrens <bubli@bubli.org> Tested-by:
Katarina Behrens <bubli@bubli.org>
-
Vasily Melenchuk yazdı
INetURLObject class is used to create correctly encoded URL Change-Id: Icc9e71e848fd8a0b487f74232b9ad3e7ddde50b4 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Iab7b4941e9b41249f2a30fa6139313239a98c501 Reviewed-on: https://gerrit.libreoffice.org/14276Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Noel Grandin yazdı
and fix a bug where SalObject::Enabled(bool) should be virtual, introduced by my commit b44cbb26 "new loplugin: change virtual methods to non-virtual" Change-Id: I08cdddb36eed887ea7bd01f6260fa5fd89d12429 Reviewed-on: https://gerrit.libreoffice.org/14273Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I8f0cc916fc09af68436e7daafce9288097fe3be2
-
- 01 Şub, 2015 22 kayıt (commit)
-
-
Tsutomu Uchino yazdı
if failed to detect the control-implementation (cherry picked from commit 23e16b91) Conflicts: xmloff/source/forms/elementimport.cxx xmloff/source/forms/elementimport.hxx Change-Id: I0ab4f9ff909ceba18a74d38488f6d0bdb3126110
-
Caolán McNamara yazdı
Change-Id: I75b8cdffd965c6d99fd3693a6297c023279df76e
-
Caolán McNamara yazdı
surely we clone from the source and return the newly created entry. Presumably this doesn't break all the time because aCloneLink is generally set ? coverity#1267678 Resource leak Change-Id: I3e02dfaef371e006f1510b186cdd881c991ef2cf
-
Caolán McNamara yazdı
Change-Id: Ia7abc084acb0f9e8a25e93fa86bf254eee7cda21
-
Caolán McNamara yazdı
Change-Id: Ib72c0daf8573314d601d7acea3a1fbb3183b4bb6
-
Caolán McNamara yazdı
Change-Id: Ib58f88c0756bdcedeb1f478364e0d89640fd3d11
-
Caolán McNamara yazdı
Change-Id: Icaa71c9f5a7766ea2297d63b19ceff36913a3d0b
-
Caolán McNamara yazdı
Change-Id: If7af42b345c876d29d750a29c1a406e862788b06
-
Caolán McNamara yazdı
Change-Id: Ia4728352f86a8c1ac2007918708430b5221ea9fe
-
Caolán McNamara yazdı
Change-Id: I6b8b447763cc61e9dfef6d4ba122384482078d84
-
Caolán McNamara yazdı
Change-Id: Id6ed00e9c23cf0cd48ead203e772450680687762
-
Caolán McNamara yazdı
Change-Id: Iab9067590cd15b3b60cfa2a98ee6be30d2fdf13d
-
Stephan Bergmann yazdı
Change-Id: I32479fd238e720b9ba0fa0af55e8377ebd972a20
-
Stephan Bergmann yazdı
Change-Id: I25213abc84c3e512fa620aa7c08e0c2e1bc0159a
-
Stephan Bergmann yazdı
Change-Id: Icfef034a7838e0a7139d3802491cff3b77fd5d9e
-
Stephan Bergmann yazdı
Change-Id: Iaf75d9570c2091365a16e13119e4515957a86551
-
David Tardon yazdı
Change-Id: I1ec18ded65b3359b71d97a733aab7f8b2a27e699
-
Miklos Vajna yazdı
Change-Id: Ic031b63641e0fd0fbd1524657082188d9ce78fcf
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
We don't want the silly 'unaligned' apk to end up being uploaded.
-
Miklos Vajna yazdı
Should fix Windows werror build. Change-Id: I9e71bc9042e86e3208cc23f804034957deeb0f81 Reviewed-on: https://gerrit.libreoffice.org/14269Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
In theory this is to be in sync with the ODF import. In practice the old UNO property seems not to have a proper fallback to populate the doc model with the fillattributes, so without this even if the import result is visible, it would be lost on ODF export. Additionally, this detected a bug in SwUnoCursorHelper::makeRedline(), where paragraph format redline tried to use the map of a text portion instead of a paragraph. Change-Id: I026e38e1990ed2a460624a8d967a16ae3fb6c512
-
- 31 Ock, 2015 9 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4a7e8751a5a6a93bd0cb8208a06a7c4fd30ef1b4
-
Caolán McNamara yazdı
and coverity#1267699 Division or modulo by float zero Change-Id: If31037712208673438155b30369ebe1068387cba
-
Caolán McNamara yazdı
Change-Id: I735e95a25b32d11b58ab3b187bfaac41b2f91e10
-
Caolán McNamara yazdı
Change-Id: I04a96e13eb4f17a6fa91435eff104fd95a902cf2
-
Miklos Vajna yazdı
Change-Id: I7ec2071150c03b61f3f681dbd26968ae3c535742
-
Lionel Elie Mamane yazdı
Change-Id: I1a39378d521f128e6b8f35a0bce781435f94e5a8
-
Jean-Pierre Ledure yazdı
Removing last item of a Listbox produces an "Index out of rande" run-time error Bug reported in user forum https://forum.openoffice.org/en/forum/viewtopic.php?f=47&t=75008 Change-Id: I4bf790f8fee1f88def580dee7bac708b5620fbed
-
Miklos Vajna yazdı
Regression from 7d9bb549 (Related: i#124638 Second step of DrawingLayer FillAttributes..., 2014-06-02), the problem was that exporters still expect an SvxBrushItem for the para background color, while doc model was changed to have an XFillStyleItem / XFillColorItem pair instead. Change-Id: Ib94fda103ec35a6f087307aafdd890183d9d935f
-
Arnaud Versini yazdı
Change-Id: I1296541ac1a6a65a613818a1264c2b7482915e64 Reviewed-on: https://gerrit.libreoffice.org/14170Reviewed-by:
Arnaud Versini <arnaud.versini@libreoffice.org> Tested-by:
Arnaud Versini <arnaud.versini@libreoffice.org>
-
- 30 Ock, 2015 4 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ic3487f204a0a3f826cf6a2441b5c410a8fc1b0b6
-
Caolán McNamara yazdı
Change-Id: Id9d2176742e4c8f6561ba8e1ab4356852bbb2e8d
-
Caolán McNamara yazdı
Change-Id: Ic5cda0155d54aed7fa89df0fddd6407417b2e133
-
Caolán McNamara yazdı
Change-Id: I48fe04973732807eca43eaeeba716622318abf6d
-