- 18 May, 2015 40 kayıt (commit)
-
-
Andras Timar yazdı
Project: translations 625f07e0dc9a40453c54c4dc8ebfbc6062f54f86 Updated Slovenian translation Change-Id: I33160966ee0c7cf6fd0b62c4633766299b4ec906
-
Michael Stahl yazdı
(regression from d477ff4a) Change-Id: Ic49d2c14a27d2fb188a1ba5f9a7d8c0180b8de13
-
Markus Mohrhard yazdı
This helps with databars and color scales in merged cells. Change-Id: Ice2054a03d031012645a1f2537da1ea636cbbaef
-
Change-Id: I596bd1c8814efcf2070d3e6d2ff126c03c0ec168 Reviewed-on: https://gerrit.libreoffice.org/15785Tested-by:
David Tardon <dtardon@redhat.com> Reviewed-by:
David Tardon <dtardon@redhat.com>
-
Andras Timar yazdı
Change-Id: I140d6996c747d2ca8938d2072711041896044b18 Reviewed-on: https://gerrit.libreoffice.org/15790Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Jan Holesovsky yazdı
Uses a variable, not a virtual method, as any change would need a large re-compile. Change-Id: I103669b139a82137c5d346ab8c9459483d358f2b
-
Caolán McNamara yazdı
Change-Id: I3253f09d10cbe733fdf6387d90ab04d65ba9328e
-
Caolán McNamara yazdı
Change-Id: I3f3fcd13cbcf86eb431d499d3394a313dbdf7e47
-
Caolán McNamara yazdı
Change-Id: I9f4ef42eb35524714a170e9f4a4d5ef13e198efd
-
Caolán McNamara yazdı
Change-Id: Iaf1387ea236bf3a5db9b2165d5b827dbdcf95207
-
Katarina Behrens yazdı
Change-Id: I55725910c6882b9664c7490a865e9220fbb5c5d6
-
Stephan Bergmann yazdı
Change-Id: Ie225e9816a626e2581b8309f59519ab99e1af04a
-
Noel Grandin yazdı
Change-Id: I0e0b6086852c06df88e1b623d4631f364eb28b09 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ic2ff538a6125e6c8b6730257bd7b97c9e39eb3ac
-
Katarina Behrens yazdı
Implemented Regina's suggestions: * this is a text field, therefore it belongs to text namespace * page-name (evtl. slide-name) describes much better what this field really contains This (among other changes) reverts commit 6609de88 Change-Id: Idab3b7c291839a9137f80d325a7d3f5ef0ff2636
-
Caolán McNamara yazdı
the math object is broken in the original .odt so we can't export its contents as it doesn't have any Change-Id: I8226cafed65b9e16a4aca6f48a4f711a55532975
-
Caolán McNamara yazdı
If we want to close a cell of a table which encloses another table, then close that enclosed table first. These are pretty pathalogical old-school tables. For now assume this can only occur when the row of the enclosed table is cleanly closed and assert if that isn't the case. Change-Id: I28e4d40072cb8d92be361716e82574075b15dd89
-
Caolán McNamara yazdı
Change-Id: I77b21c85716083029ab8873094621e0f8eceb48f
-
Caolán McNamara yazdı
Change-Id: I43dd399368953c629916dad8104a296f837a6344
-
Miklos Vajna yazdı
Change-Id: Ic5d81aa1faca8f2190f87fc51eccdd7695d2c0ef
-
Tor Lillqvist yazdı
See a441d5fb for discussion. Change-Id: I456cb814ff032a06b0ae5fbc5717869f9845a1c4
-
Michael Meeks yazdı
This reverts commit 91b18146.
-
Michael Stahl yazdı
Change-Id: I5f6ceaa8726657cc6be43fbdb024e8d308c47171
-
Michael Stahl yazdı
Change-Id: Ibf3afcfb3f4dc400faa18a726ec47d58a230de65
-
Michael Stahl yazdı
Change-Id: I39146bc6005c43b034243d587dda17839b8e72e7
-
Michael Stahl yazdı
Change-Id: I9f21ad73a8a30e0b9d0d515713cc95b303f973f7
-
Michael Stahl yazdı
Change-Id: Ibff35f5c88d50f9e28c5e0c4e3dfb59f62d679a8
-
Michael Stahl yazdı
Change-Id: Ib9caf65f8cf1dc4ef9729f178fbe4ed032437be2
-
Michael Stahl yazdı
Change-Id: Ie4fb04d1c8d29eb5c7d9da4076c793a69954ab29
-
Michael Stahl yazdı
Change-Id: I852e6a6d805cc03920a467bf7f9739181b6c77d4
-
Katarina Behrens yazdı
+ adjust related code using the functionality Change-Id: I6fa4ad04137643009ee39522c36d6c9e6f3d2502
-
David Tardon yazdı
Change-Id: I97dbebbe7ecbfdc2d4ad37ac53d22026d5e67738
-
Tomaž Vajngerl yazdı
Change-Id: Ic881c7476fb7e64b7e13b64d3a5ba16403cc796e
-
Sujith Sudhakaran yazdı
Previously, the merged cells were not getting saved. Also it was leading to corruption if saved as pptx. While on opening the round-trip file of odf extension which has merged cells, merged cell properties not used to persist. In the current implementation XMergeableCell class was not having any property to identify the parent cell of a merged cell. This CL includes: - Fixed the above scenario for export of file - Now, the odf file with table merged cells persists its property - MS doesn't complain for any corruption after export an odf file as pptx TODO: Writing a UT seems to be tricky for this change. Need to analyze and will raise the UT in separate CL. Change-Id: I32f9daf77312a0ef3f291f36aef372671554c56d Reviewed-on: https://gerrit.libreoffice.org/15282Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
David Tardon yazdı
Change-Id: I2b091eb8c407f032f15674338c917bbe7e06d15b
-
Stephan Bergmann yazdı
Change-Id: Iff798bd2ae4fec97f0f1647ea33f6f6ff1f3b208
-
Andras Timar yazdı
Project: dictionaries ad516f720628c1af494733138ffc4a7b382599a6 tdf#87735 updated Danish dictionary Change-Id: I2eac7ea898ef6a5954af9bb99f44d8c59c91e3fd
-
Stephan Bergmann yazdı
...and remove unused aOldLink Change-Id: Ie1ff1db7c72e8efcfab3e61c31d03f5c9068275f
-
Stephan Bergmann yazdı
Change-Id: I646677611e46a7e33e977a5afeea9bf831b28733
-
Stephan Bergmann yazdı
Change-Id: I8ab9bc20ae293fc066239b81e80f4b62bafe9d35
-