- 15 Ara, 2014 14 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I55ee581c9d3fc0a17639833a6a034e2addf768d1
-
Stephan Bergmann yazdı
Change-Id: I4e6b8077fd564be9508e5a08f2eb66032f5f3f40
-
Stephan Bergmann yazdı
Change-Id: Icbb91dbfcce1f16f77e8238cbb86ff9eba2d5784
-
Stephan Bergmann yazdı
Change-Id: I196e847e2f63d1bac6ed0f520cba67508aec1a5d
-
Stephan Bergmann yazdı
Change-Id: I4b1c365bb2ff80b30748630d2c6296bf4ed6fd53
-
Stephan Bergmann yazdı
Change-Id: Iea28ad5e1a469830e002471517197365fd6de3ee
-
Stephan Bergmann yazdı
Change-Id: Ia5a340049f787d7173140482853730a00d5d12df
-
Stephan Bergmann yazdı
Change-Id: I3140945b57decf8ea605c35b11e18d063a5a5c83
-
Noel Grandin yazdı
Change-Id: Icbf6fa0ef02d7d8329839d7967e7e45d3e9f2b77
-
Miklos Vajna yazdı
Change-Id: I84e475a64cf09e4eeea524b73f8febf7f0a1a46b
-
Miklos Vajna yazdı
Change-Id: I893d358f8a842e19248cfeb151170ed2872c3dae
-
Noel Grandin yazdı
check the visibility of construction method at load time for Java UNO components. This means that we get more informative errors at startup, instead of failures much later on when we actually create the component. Change-Id: I08cd16875cf53cfeeef7e8954ecd0d3177d70eb5 Reviewed-on: https://gerrit.libreoffice.org/13446Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tobias Madl yazdı
Change-Id: I4110fab17f42a747ec55b27445f28bdef873ef86 Reviewed-on: https://gerrit.libreoffice.org/13447Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I026999d6e995185c42df6770a1a700094540d08a Reviewed-on: https://gerrit.libreoffice.org/13454Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
- 14 Ara, 2014 9 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: Ia58bed9c4a0be4b909789e8bdcd64f06230c0f43
-
Markus Mohrhard yazdı
Change-Id: I7a06920cfc170a06ab5bbb69480a4bdcb3ab5c9f Reviewed-on: https://gerrit.libreoffice.org/13473Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Michael Weghorn yazdı
addresses the following cppcheck "redundantCondition" warning: "Redundant condition: If n > 0, the comparison n != -1 is always true." Change-Id: I879b1e3a07b56560dd635a399b6079f9bd2f9590 Reviewed-on: https://gerrit.libreoffice.org/13461Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses 3 cppcheck "unusedVariable" warnings. Change-Id: I2bf566458b84f34422cee08a3814ad5b04955e50 Reviewed-on: https://gerrit.libreoffice.org/13460Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
Change-Id: I90deb0877940167c9d5e3ba630528e575af6dd66 Reviewed-on: https://gerrit.libreoffice.org/13459Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. in addition: simplified some simple bool checks: "if (!bVar)" instead of "if(bVar == false)" Change-Id: I609b4a3ee7d43bbeeb91ba141af2c90511d0c8d7 Reviewed-on: https://gerrit.libreoffice.org/13455Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Michael Weghorn yazdı
This addresses some cppcheck warnings. Change-Id: I09fa7d6f87a73a2ecee9b84e792d5df82ca5b420 Reviewed-on: https://gerrit.libreoffice.org/13457Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Regression from 01a32b7d (fdo#85179 RTF filter: import image border, 2014-10-23), there were a number of problems here: - CppunitTest_sw_htmlexport: revert back to the old behavior, where in case there is no border, we don't set the color of it. - The testcase of the above commit omitted fLine=1 shape property, which is present in the original bugdoc, and only with that should we put a border around the shape. - Let fLine=1 explicitly change the line style from NONE. - dmapper: if line style is NONE, then don't bother setting the border color and width. Change-Id: Iffee41066d42822b699c478821645b9742df3f58
-
Tor Lillqvist yazdı
Change-Id: Ib81c4de359f2940933d500f8d9f1b4faa92625cb
-
- 13 Ara, 2014 8 kayıt (commit)
-
-
Matúš Kukan yazdı
ZipPackageBuffer was holding the whole compressed data stream in one uno::Sequence which seems to be a lot for big documents in some cases. Change-Id: Ib10d00ac54df9674231f4bbf047fab7e9b0a7d45
-
Matúš Kukan yazdı
Otherwise write directly to the resulting zip file. Change-Id: I75097969f0cccf0b45da591c71221e5ae18668cb
-
Miklos Vajna yazdı
Change-Id: Ic8c691c4185ec8b808e75885f9354c35d68be58c
-
Miklos Vajna yazdı
Change-Id: I9508938754cf353ecc210eb13d7063ac7ef437bf
-
Miklos Vajna yazdı
Change-Id: I1ae598269b81095dc7d6ad83044f228d1297bfb8
-
Miklos Vajna yazdı
Change-Id: I8053676f9aec8f20dc9753c5651a072c5d80c1f2
-
Tor Lillqvist yazdı
Change-Id: Ib2c1d439866764a5c3510f0796efe6bc0d8d2a1e
-
Yousuf Philips yazdı
Change-Id: I2af37e19f5f54557415b80d9aad2bba38d381a87 Reviewed-on: https://gerrit.libreoffice.org/13462Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
- 12 Ara, 2014 9 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Ib44177a27b58e1f11fc98bfe0852f381251e436e
-
Radu Ioan yazdı
Removed XHatchStyle Change-Id: I89e7edadc4f408e5a50840aaa1a13965b8503afb Reviewed-on: https://gerrit.libreoffice.org/13442Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Tor Lillqvist yazdı
Change-Id: Ie81075e1e392facfd281acdd652f6fcc6076c70e
-
Lionel Elie Mamane yazdı
don't emit string-value attribute Change-Id: I3668b88437451523f2b6bb3c2c82e1929f7ba3d8 Reviewed-on: https://gerrit.libreoffice.org/5371Tested-by:
Miklos Vajna <vmiklos@suse.cz> Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> (cherry picked from commit 76408b0f)
-
Michael Stahl yazdı
... for formattedtext in header/footer" This reverts commit b0e3c6b8. This reverts commit fc92c1ab. The other fix from the libreoffice-4-1 branch seems to work better. Change-Id: Idc5d7543c11dff74977729dab5afd978197dab6a
-
Michael Stahl yazdı
Change-Id: Ia0a8b8ec3b4684ad6766467c8e3413f91dc8bf67
-
Michael Stahl yazdı
... from XMLAutoStylePoolProperties that happens when opening bugdoc from fdo#87044. Change-Id: I7002cf5176cd326f57b50fb6030ffb89160c237b
-
Stephan Bergmann yazdı
Change-Id: I6839e032c981fcff472f29c51c84503d6370fd1c
-
Stephan Bergmann yazdı
Change-Id: Ia012f2bec767cd7e7d2be9502062bea0b085fea0
-