- 12 May, 2015 31 kayıt (commit)
-
-
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
-
Julien Nabet yazdı
Conflicts: starmath/inc/toolbox.hxx starmath/source/toolbox.cxx Change-Id: Ie148d57dc14ed3f38566c24ee027f23e25987810 Reviewed-on: https://gerrit.libreoffice.org/15599Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
PriyankaGaikwad yazdı
Problem Description : XML Difference Original : <a:pPr marL="360000" indent="-456840"> After RT : <a:pPr> Solution : added support for marL and indent for paragraph and bullet. Change-Id: I1132d7b90ac1d7fc924f9a048f189e07e255e33b Reviewed-on: https://gerrit.libreoffice.org/15016Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Heena Gupta yazdı
Change-Id: I25390268da3b16261d054cd4c093b35a9ee3ce26 Reviewed-on: https://gerrit.libreoffice.org/15642Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Thorsten Behrens yazdı
Change-Id: I9a7afb28e09f7f8aa577e180f647839d67964bdf
-
Michael Meeks yazdı
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
-
Joren De Cuyper yazdı
The eColorMode and other graphic attributes were never checked due to this statement. This statement is last altered by 0f0a22ad This only fixes the import. Change-Id: I9ba7e745582faf37898f284600d638aa4806a362 Reviewed-on: https://gerrit.libreoffice.org/15710Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I1c0f16d4f68013f126a52976d4ff9f7dde9f3eaf
-
Noel Grandin yazdı
Change-Id: I1a2200782941b1c7b826fd9fb03193e009cce697 Reviewed-on: https://gerrit.libreoffice.org/15676Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I444c61d0073b12740b55e316b2bb6e34f59dfe21 Reviewed-on: https://gerrit.libreoffice.org/15675Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jan Holesovsky yazdı
Change-Id: Ie3e217574bc9363c45b54015e8e16042b65adb45
-
Tomaž Vajngerl yazdı
Change-Id: I55ccc084ca766460dd466e5ef9b725c13d851acc
-
Tomaž Vajngerl yazdı
Change-Id: I1c431dfa4867bad9bd62d5ac7ec4f6b48b960431
-
- 11 May, 2015 9 kayıt (commit)
-
-
Michael Stahl yazdı
It is redundant now with pLastCell, and the code updating it looks highly questionable. Furthermore ConvertCell() has a post-condition that the last paragraph in the cell is selected until the end (enforced by split if necessary). Change-Id: I4351dcd76089eb610808ee847809b58e59048b12
-
Michael Stahl yazdı
SwXText::convertToTable() is called with 8 cursors that all point to the same empty paragraph; that causes the paragraph to be split but the SwNodeIndex always point to the 2nd node after the split, so they all end up pointing to the last node. So adjust the last cell's SwNodeIndex after split. Change-Id: I0fdcb19baf2fae840177fd621666c10f4f6f2a62
-
Thorsten Behrens yazdı
I'd be surprised if the places given want globs and word splitting... Change-Id: I0eb9f2d39ac43479ee06a2477ba309a8e1944d20
-
Michael Meeks yazdı
Change-Id: I091662fed0ebe121d023a1bed1eda79e6eb5a09e
-
PriyankaGaikwad yazdı
Added pptx export support for bullet color. Change-Id: I0c7713a6d2161e1ecbe0d7f5778e78791e9759cd Reviewed-on: https://gerrit.libreoffice.org/15169Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
regression from commit 2fa44119 Author: Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> Date: Mon May 11 17:55:36 2015 +0900 refactor ValueSet to use RenderContext Change-Id: I3985804f8cfd1b6807bc02bef5af3e24e5cb3cbf don't know if the Invalidate that replaced this ImplInitScrollBar call is actually necessary of not. Change-Id: I6aff171af6b7294a28f3b68fe854f25f51b6b70a
-
yogesh.bharate001 yazdı
Problem Description: XML Difference: In sharedStrings.xml Original file : <r> <rPr> <sz val="11"/> <color rgb="FFFF0000"/> <rFont val="Calibri"/> <family val="2"/> <scheme val="minor"/> </rPr> <t>Red</t> </r> Roundtrip file: <r> <t>Red</t> </r> rPr is missing in roundtrip file. Conflicts: sc/qa/unit/subsequent_export-test.cxx Change-Id: I79efd0f8f1a735ef7e4ebd3fda220b3e339ea91c Reviewed-on: https://gerrit.libreoffice.org/15548Reviewed-by:
Joren De Cuyper <jorendc@libreoffice.org> Tested-by:
Joren De Cuyper <jorendc@libreoffice.org>
-
Caolán McNamara yazdı
Change-Id: I7d502571719e58d1436b6651eb9f01e4ef46aa6a
-
Caolán McNamara yazdı
Change-Id: Id4dd1d7540cca83edbfa17f7ae70bfd61dcdefe3
-