- 12 May, 2015 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I947b49cfb15f0e7d6ddfaae386656c70e4bd48ba
-
Adolfo Jayme Barrientos yazdı
Change-Id: I60bbc40e1b3c6369a10ad1241c310fc790329b11
-
Caolán McNamara yazdı
Change-Id: I2ba426168f861e69ef81850bb23576036b30fc76
-
Miklos Vajna yazdı
Change-Id: I6abcce4f526834648409ebce17c8b9f13bf956e2
-
Michael Stahl yazdı
Change-Id: I857ea5f37452e2b1242fc35e569191adfc5f90be Reviewed-on: https://gerrit.libreoffice.org/15719Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: I772d04cbc2ec02438c59024ed83d810557ad4da3
-
Jan Holesovsky yazdı
Change-Id: Ifbcd57a6ecbea67eefc89c2bbd72967b683362a3
-
Jan Holesovsky yazdı
Change-Id: I8d09d7f1a307cd5026fd007a2c82b21de925145e
-
Jan Holesovsky yazdı
Change-Id: I85eb5e9ca018afa25a06947eed5af1ab529dd65d
-
Philippe Jung yazdı
Change-Id: Ida3d792a6f3797a6173b31b86a49b72ad7353340 Reviewed-on: https://gerrit.libreoffice.org/15717Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
Change-Id: I06a5ff604e6782863c4a2d6e002c9d67d42912fb
-
Jan Holesovsky yazdı
Change-Id: I3d7bf8a5db4dcae4b5653fe5e033bc9e626b7bbf
-
Jan Holesovsky yazdı
Change-Id: I7f8d0d7285a95899484ec972ae38bdb8543ae2e1
-
Michael Stahl yazdı
Change-Id: Ie51eaa11e1ed1e811c9b671c1284f81e1459151d
-
Jan Holesovsky yazdı
Change-Id: I390b5da7c4d88de3f26c774bc525db823d1d5e96
-
Stephan Bergmann yazdı
Change-Id: I0cd65a88fba241725476a407143e2d4d03961dc5
-
Michael Stahl yazdı
... the stupid global variable GaDocBasicItems. Change-Id: Ib849e0e2b661e54005d00091f6d6fc474dc5549b
-
Jan Holesovsky yazdı
Change-Id: I5b7e0a9d9138dc6b14c74492b2beff70438a7998
-
Jan Holesovsky yazdı
Change-Id: I202f2fcab01ceb3dbc684a3eb7d7440d6d4ff451
-
Michael Meeks yazdı
Change-Id: I55c384495a0b1e0e128ac71ec3ae4afee6964fde
-
Michael Stahl yazdı
Change-Id: Ic7ddd39334c318ff2b966fe1ff04fb62aa3eed4b
-
Michael Stahl yazdı
Change-Id: I8f435c4a8bb8e2ad118abd001df56162a3996521
-
Michael Stahl yazdı
Change-Id: I4fe55ac856839c04d469fa5e9b3c0fb4191e4b19
-
Jan Holesovsky yazdı
Change-Id: I6cf30f74b8e6f32afed83fec1325ddf4d1f00ced
-
Mike Kaganski yazdı
RTF insert is made into an empty paragraph. To do that, two splits are made before the insert, but only one is reverted afterwards. This patch removes the second. Also fixes a memory leak from unreleased heap object The corresponding unit test is corrected. It was incorrect because \par doesn't begin new paragraph; it only ends paragraph. If a RTF is ended with \par } then no newline is added to its end. The old unit test only worked because of the bug fixed by this patch. Correct way of inserting new paragraph in the end of a RTF is \par \par} Change-Id: I63d50a940d7960beb35f7d774c833ed8499acbef
-
Miklos Vajna yazdı
sw core is not yet adapted, will be done in the next commit. Change-Id: If8da12427e0cdaced4c1c1776b9f0b8cbde5c57c
-
David Tardon yazdı
E.g., RHEL >= 7.1 uses ppc64le for reasons listed in https://bugs.openjdk.java.net/browse/JDK-8073139 . This is a follow-up to commit 7a66dbe9. Change-Id: I685f76d51e9775788a7fb225c6a5e2309a45ceb7
-
Ravindra_Vidhate yazdı
Problem Description : 1. When a cell doesn't has comment, the contextual menu shows menu item "Insert Comment". 2. Also when the cell has the comment, the contextual menu shows following menu items "Insert Comment" "Delete Comment" "Show Comment" In the second case mentioned above, the contextual menu should show the menu item "Edit Comment" instead of "Insert Comment" XML difference: None After RT : None Solution : In this patch, a new menu item "Edit Comment" have been added. So at the time of the display it checks whether cell has comment associated with it. If comments are present for cell, it will display "Edit Comment" in the contextual menu otherwise "Insert Comment" will be displayed. TODO: Writing a UT seems to be tricky for this change. Need to analyze and will raise the UT in separate CL. Change-Id: Ie0499d02157c4fd18894c5f203c363f64659f3b3 Reviewed-on: https://gerrit.libreoffice.org/15713Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Henry Castro yazdı
If you need to apply conditional formatting to a cell not shown presently on your screen you cannot scroll to the position you would like to use. Change-Id: I18549316d2c725ce032a65cffb969bed21b771c3 Reviewed-on: https://gerrit.libreoffice.org/14258Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
yogesh.bharate001 yazdı
Problem: - If the PPTX contains embedded table i.e copied from excel, when we open it in impress it row height increase due to this table format changes. - Table contents empty row i.e without text, then row height increase because text height is added also added for empty row. Solution: - Added check whether row contents text or not. Change-Id: I9f8a99aa407384505f0075168cf64fd51b8b4c7b Reviewed-on: https://gerrit.libreoffice.org/14925Tested-by:
Jenkins <ci@libreoffice.org> Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Arnaud Versini yazdı
Change-Id: I8b7755dbea56953a04cd7687181ec246fc680c43 Reviewed-on: https://gerrit.libreoffice.org/14691Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jan Holesovsky yazdı
Change-Id: I1b026273942d325eefdd53f0268e5ca5505ede04
-
Jan Holesovsky yazdı
Change-Id: Ic5c8e439de38a421e2ac056fc1c11c872cee34f7
-
Jan Holesovsky yazdı
Change-Id: I12a020f4912921761a8bc4f8913638b5b41a91b5
-
Jan Holesovsky yazdı
Change-Id: I3721174723eeff4a5a02bd40c3d037da2c3f5a5d
-
Jan Holesovsky yazdı
Change-Id: I2849aafc407e4fd0a24ea3d98043c399a9414ffe
-
Jan Holesovsky yazdı
Change-Id: I2c07a57e60f8eaf1b9d570f4d42dd2955574a85b
-
Jan Holesovsky yazdı
Change-Id: Id02f9bb3ba2d1530c842446d63138234b82d3f97
-
Caolán McNamara yazdı
Change-Id: I2afc99ec7b54f366044835a8d8e1ceeb1783ca2c
-
David Tardon yazdı
E.g., RHEL >= 7.1 uses ppc64le for reasons listed in https://bugs.openjdk.java.net/browse/JDK-8073139 . Change-Id: I982e65cdf99999e8a5ed23cf444ccb2aee764c4c
-