- 15 Şub, 2016 12 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I92f41cde892d47abcd31e2b85ace7d228cbfd9fe
-
Noel Grandin yazdı
Change-Id: I6427bc26d77e4ace2a827b9ae81716d62b5050ba
-
Stephan Bergmann yazdı
...which is hard-coded to fail with echo '--should-not-have-used-/usr/bin/xml2-config' exit 1 Change-Id: Ic358e7d494f01f67c1469c4add080d775525ebb6
-
Miklos Vajna yazdı
Previously it got a PROV_RSA_FULL provider, but SHA-256 needs PROV_RSA_AES. Change-Id: I6c689a4c5943920ce656c09d9d7d5e194ff47eb6 Reviewed-on: https://gerrit.libreoffice.org/22364Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Miklos Vajna yazdı
Change-Id: Ibdb99942ee6c022abad74df93ebfb99c4ce6567f
-
Pranav Kant yazdı
For some reason, maDisplayName is not initialized always. Use GetDisplayName() that handles such a case gracefully. Change-Id: Ib62d4f03dcd3b5571749b540e5af7f90299e2067 Reviewed-on: https://gerrit.libreoffice.org/22348Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Pranav Kant yazdı
Change-Id: I2119713600703e3aa18f673979c7cd84c38177d7 Reviewed-on: https://gerrit.libreoffice.org/22349Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Arnold Dumas yazdı
Change-Id: Ic76cf0130ebec4cf723b83d82f59ae45bfcb3ea1 Reviewed-on: https://gerrit.libreoffice.org/22350Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tor Lillqvist yazdı
Change-Id: Ida79aa0d5a519a2c124d20a1cd908411d01799de
-
Martin Hosken yazdı
Change-Id: I1efafbd64539ac6d71de0be41ecaa71533143590 Reviewed-on: https://gerrit.libreoffice.org/22362Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Martin Hosken <martin_hosken@sil.org>
-
Markus Mohrhard yazdı
The old code set called the outline visibility code for each row. Now we are just calling it once at the end of the import. Change-Id: Ie19f8bd538495cb50a7618156aed8de832885c2a Reviewed-on: https://gerrit.libreoffice.org/22239Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
kadertarlan yazdı
Change-Id: Ia4eedef6a6cb060d756ee83b3fb82afa68ac2c5a Reviewed-on: https://gerrit.libreoffice.org/22276Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 14 Şub, 2016 13 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I700168b0484e86caa8df4a579ef51bcd40b6f66f
-
Caolán McNamara yazdı
and coverity#1352322 Dereference null return value Change-Id: I0482ed95e8fbce5d7f9a827588a66ebd0f9d69c7
-
Caolán McNamara yazdı
and coverity#1352307 Unchecked dynamic_cast Change-Id: I0b072e432fe5d510a2a55ad33628ec93b706c860
-
Caolán McNamara yazdı
and coverity#1352452 Uncaught exception coverity#1352453 Uncaught exception Change-Id: I100aa7ebf729bfe2e379e28891f5cd217d4187cc
-
Chris Sherlock yazdı
JPEG values are currently hardcoded to 96PPI when we export JPEGs. The Graphic class doesn't have an easy way to get the PPI, but this can actually be calculated from the pref size and pref map mode (no idea why it is called "Pref"). Interestingly, you need to get a multiplier to work this out, relative to units of 100th mm. The EPS filter code had a function that does exactly this, but it's entirely based on MapMode units so it was really implemented in the wrong class IMO. I have thus moved it out of PSWriter and into MapMode. This also fixes tdf#65695, which was partially fixed, but had the JPEG PPI hardcoded to 96dpi. Also fixes tdf#97481. Change-Id: Iedb674141dd4e22fcbfb7be357dc777f732aa3aa Reviewed-on: https://gerrit.libreoffice.org/22339Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ia4ca58ca67936a558b3157daae6a663ef81a81bf
-
Pranav Kant yazdı
Change-Id: I891519d54212ecd99273a54aca2a44e2d54c1933
-
Pranav Kant yazdı
--enable-icecream option mentions this in its documentation, but it had been missing till now. This option is also necessary when operating systems installs icecc wrappers in locations other than /usr/lib/icecc, /opt/icecream, which is what GCC_HOME gets set to by default with --enable-icecream. Change-Id: Ib2b6ec010271467949e7ac9f1d01624cb360c5a5 Reviewed-on: https://gerrit.libreoffice.org/21551Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Olivier Hallot yazdı
Project: help f9a4ba48ebcb885f1d025aa72e674a3b69c4e576 tdf#97813 optional/required param in ACCRINT* Optional Parameter par is not noted as optional Change-Id: I1424d723334db8cbfa394f5d402e9a84b61e7b00 Reviewed-on: https://gerrit.libreoffice.org/22342Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Adolfo Jayme Barrientos yazdı
Thanks Eike for the feedback! Change-Id: I4840ddf0cb897fd2138fe4607040a3b5a5b60357
-
Adolfo Jayme Barrientos yazdı
Change-Id: Icbc4d4c25987c400ed30739826155e28b938735e
-
Mike Kaganski yazdı
Commit ca80f73c made it possible for one of dimensions to be zero. This commit goes further, allowing opening real-life documents with graphics having both width and height equal to 0. Thanks to libreoffice@arbruijn.dds.nl for debugging and initial patch! Change-Id: I96a13b776adfd9fe46fc2c7691eb7904400c20a1 Reviewed-on: https://gerrit.libreoffice.org/21287Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
Pranav Kant yazdı
Change-Id: I1017a7ba058779fbde6fd03e6e280b814197fdee Reviewed-on: https://gerrit.libreoffice.org/22347Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Chris Sherlock <chris.sherlock79@gmail.com>
-
- 13 Şub, 2016 10 kayıt (commit)
-
-
Olivier Hallot yazdı
Project: help cc779bfd2a3c8f89e31ef7927fd0cd14f38f0461 tdf#97820 EOMONTH with strange boldface Remove EOMONTH function extra bold characters in description. Change-Id: If5dc6075a443cf4a66901caa1392b9d3db84b2c4 Reviewed-on: https://gerrit.libreoffice.org/22340Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Pranav Kant yazdı
Change-Id: Id6cf77ee7597fb992a306649c2f2a3639bf6dad8
-
Mark Hung yazdı
1. Export pStyle because writerfilter regard a list as an outline only if associated pStyle is set to "Heading N". 2. Export English style name to ensure style names created by LO with non-English UI is always recognized. Change-Id: I88c590e4bae6cf30e78ebc1011023461eac4e883 Reviewed-on: https://gerrit.libreoffice.org/22086Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Hung <marklh9@gmail.com>
-
Xisco Fauli yazdı
Change-Id: Icbf3796cdc95f91d298a5ca52d44931b3985eac6 Reviewed-on: https://gerrit.libreoffice.org/22303Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Chris Sherlock yazdı
Change-Id: Ib142aa42999557e77520eb4e0ec6602e12782433
-
Chris Sherlock yazdı
Change-Id: I6e936d18e51e386592721ac823d4dca4ac8fa53c
-
Chris Sherlock yazdı
Change-Id: I6b77e25201291993b84587d84537dbe3a35f362f
-
Mark Hung yazdı
1. Allow character entity ( &#nnnn; ) to exceed 0xffff in HTMLParser::ScanText() 2. Return a character as sal_uInt32 ( utf32 ) instead of sal_Unicode ( utf16 ) from SvParser::GetNextChar(). Conflicts: sw/qa/extras/htmlexport/htmlexport.cxx Change-Id: Ida455040970fae800f0f11471b27f53461fb78e4 Reviewed-on: https://gerrit.libreoffice.org/21152Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Hung <marklh9@gmail.com>
-
Mark Hung yazdı
Change-Id: Ib9d8386b47f8fa7b8afabb94f94085c7fb2fc0bb Reviewed-on: https://gerrit.libreoffice.org/22158Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Hung <marklh9@gmail.com>
-
Martin Hosken yazdı
Change-Id: If5175fd489e835dbf9d37a45fd266c6ce44eae1a Reviewed-on: https://gerrit.libreoffice.org/22280Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Martin Hosken <martin_hosken@sil.org>
-
- 12 Şub, 2016 5 kayıt (commit)
-
-
Michael Stahl yazdı
For OLE objects MoveObjectIfActive() ends up calling SwSortedObjs::Update() which removes and re-inserts objects, thus invalidating the pSortedObj iterator. (regression from 04783fd9) Change-Id: I2628f1b4ecd1c20ebbc4e9dda4e4befc9fad4644
-
Caolán McNamara yazdı
Change-Id: I23a9907fa0ec3258afdb69285f31b6ce5a3521a0
-
Caolán McNamara yazdı
Change-Id: Ie43eb3b2c449891fef1031e7df3f381cecb4b4f9
-
Caolán McNamara yazdı
Change-Id: I4d350aa5d791febde3fea824e3e7b4ab6b6c06e8
-
Caolán McNamara yazdı
Change-Id: I0dc1ac4748dc81e16cf1d68e5f1bd8eb407bb9cf
-