- 21 Eki, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I8b68b78042a980850d71a0f67ec520986d6085e4
-
Stephan Bergmann yazdı
Change-Id: I2b725ad476cbd9552a7e57a550945a1f227fc823
-
Tor Lillqvist yazdı
It was just somethinbg I did while I was working on the LIBO_ONEWAY_STABLE_ODF_EXPORT code, to afterwards then compare the output from several conversions. Change-Id: I23ec42520b9802a520160d5c8cb01d46712c9183
-
Jan Holesovsky yazdı
Change-Id: I022ca7c6bc7a9efd874bd04eaf78836afcee21c6
-
Caolán McNamara yazdı
Change-Id: I43ab83e478deb417fef679c236d885180eb71bbd
-
Caolán McNamara yazdı
Change-Id: I264bdfc3453e2b6a17397ffb27154a29394c8c1b
-
Armin Le Grand yazdı
(cherry picked from commit dd1cb9aa) Change-Id: I7a63835d1e93f4cebc0f908d01873ea3ff91fe66
-
Caolán McNamara yazdı
Change-Id: I5d19eadc3dc24b0aeeb61c677f440eef83af78c2
-
Caolán McNamara yazdı
Change-Id: I8ed341aeef90584dfc545a794f999e3adc08dd72
-
Caolán McNamara yazdı
Change-Id: Icdc36b4b24d2f399f481065df3200feb98025135
-
Caolán McNamara yazdı
Change-Id: Ia160d7cbaa2ee71773483c3f91306f89cdad5947
-
Caolán McNamara yazdı
Change-Id: I82ffba3befc4d2153c0f9015323bb5e6f1939fe8
-
Jan Holesovsky yazdı
Change-Id: I465dcadf14935bce4f610376b41b9a66963e2cf8
-
Caolán McNamara yazdı
Change-Id: Id7e67d7e7bd4be6600a296a846512e9076c9df23
-
Thomas Arnhold yazdı
WaE: enumeration values 'USCRIPT_CAUCASIAN_ALBANIAN' and 'USCRIPT_MAHAJANI' not handled in switch [-Wswitch] With ICU 4.9 there is no major/minor anymore, it's only ICU 49 or ICU 52. So adapt the previous check, too. Change-Id: Id938937b305165d407ced473ea1725e97efe9124 See: http://icu-project.org/apiref/icu4c-latest/uscript_8h.html Reviewed-on: https://gerrit.libreoffice.org/6365Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iec7a797581ab899e93ad6cebb06c3622ca2360b9
-
Caolán McNamara yazdı
Change-Id: If41503f382115affb42068d9a441241543197147
-
Caolán McNamara yazdı
Change-Id: I5ae90b02e7ae5ddd19495fd0847b7e9dfc4419e8
-
Thomas Arnhold yazdı
Change-Id: I9d25a58f22095689eccc0ac444c163d1e9bee69f Reviewed-on: https://gerrit.libreoffice.org/6364Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
abdulmajeed ahmed yazdı
Change-Id: I5377f643f2ea6712724fdbf619f0b60bf78d619d
-
Tor Lillqvist yazdı
The ImplKernPairData struct was used now only by the VCL Windows code, and was apparently supposed to be identical to the Win32 KERNINGPAIR struct anyway. GetKernPairs() was called just once with zero and NULL parameters anyway, so it can be simplified. Change-Id: Iaa288868d1e590e0385377abc5b9d9d331d39d97
-
Caolán McNamara yazdı
Change-Id: I37e35b5a16d37b1fccc6aa47f5027ff406c67d98
-
Caolán McNamara yazdı
Change-Id: I6f90e9a06acaa5af88cd011015938dba2059ee0e
-
Caolán McNamara yazdı
Change-Id: I64711aa3e6580eff7c64a92243e3161ef2d7cb9e
-
Caolán McNamara yazdı
Change-Id: I0c60becfd3a61cffb46c76e6f1488528c59b46e9
-
Caolán McNamara yazdı
Change-Id: I427bb7b8e32d8a0040dbca1d0d0c765f526ba62f
-
Caolán McNamara yazdı
Change-Id: I084ce5c4833964018849617632a1308dc74adda3
-
Andras Timar yazdı
Change-Id: I3656c005a23d291bc7cde2bc461e584df342babf
-
Tor Lillqvist yazdı
Change-Id: I721266ee242704eb9bfef0d4ef0bbde255ab2020
-
Miklos Vajna yazdı
Pictures typically have a single RTF group, so we imported them at the end of that group. Though multiple inner groups are also allowed, so make sure we only do the import at the very end, instead of at the end of all inner groups as well, resulting in multiple (fake) pictures. Regression from 13c00ce3 (Enable the writerfilter-based RTF import in non-experimental mode, 2011-08-18). Change-Id: Id895b2c6d3b824d09d89bfa01ce59aba76c55d42
-
Tor Lillqvist yazdı
Change-Id: I70ed11c576b75bc21ca1c9a021f0d3bf33073679
-
Khaled Hosny yazdı
I left only the Windows one because it being called (as GetKernPairs(0, NULL), but may be it does something, who knows). Change-Id: Iec05d61c8f0cd311a1158bb1cb07e4ee977f32fe Reviewed-on: https://gerrit.libreoffice.org/6260Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Khaled Hosny yazdı
Kerning is just another font feature and is already handled by the layout engine, there is nothing special about it. Non of this seems to be used anywhere, anyway. Change-Id: Ia40c66ec186d11ab46d5d5256b09307a319318c0 Reviewed-on: https://gerrit.libreoffice.org/6259Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
Khaled Hosny yazdı
They fell out of use before I had my first computer. This has no relation to the input text encoding being used. Change-Id: Ie1fde3c3578c80d77ebd63531e74c13931d46bbc Reviewed-on: https://gerrit.libreoffice.org/6258Reviewed-by:
Tor Lillqvist <tml@collabora.com> Tested-by:
Tor Lillqvist <tml@collabora.com>
-
David Tardon yazdı
Change-Id: I2789e457160912e5509102b68780947d2edbe424
-
Tor Lillqvist yazdı
Change-Id: I9783f03e656049b4f3b7f0a26a7ae626db5a13f6
-
David Tardon yazdı
Change-Id: I1a4d8f38dc0279bb427e07f97b96547c9d7d350f
-
David Tardon yazdı
Wrong! It is. This reverts commit 7369a8ca.
-
Takeshi Abe yazdı
Change-Id: I037a4f9fab0bcf7a613217e6be4c75dcdd05f231
-
Thomas Arnhold yazdı
Change-Id: I9747817edc76973af4a4ffdbf542b8d1467d7f08
-