summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-22Version 4.4.0.3, tag libreoffice-4.4.0.3libreoffice-4.4.0.3Christian Lohmaier
Change-Id: I09b67873b7765c69358641b77b597dada615ac4f
2015-01-22bump product version to 4.4.0.3Christian Lohmaier
Change-Id: Idecfa8076d6f36a4ef381cba941af3a5eaf129d3
2015-01-22fdo#88475 RowSetBase: reposition cache before interrogating itLionel Elie Mamane
This partially reverts: commit d20232a77565f46fedc0b556f4d50addff4d3559 Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Thu Dec 6 13:22:06 2012 +0100 Don't force refresh when higher up code did not request it Change-Id: I0f415c96fc05c1d776d14885751aef020c42f4ae which did not take into account that the cache is shared with the clones. This is not a cherry-pick from master, but a more conservative version of commit d7c9a1d9d65fe8b1a56c5c280d2ca6640a549d2f. Change-Id: I1fa5c3169806760d35dd07e1fc1b8d5522dd3641 Reviewed-on: https://gerrit.libreoffice.org/14103 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-01-22font cache gets broken on adding an embedded fontCaolán McNamara
Change-Id: I665cde5d4c89443238efb283c86277dedf621197 (cherry picked from commit 20142afafc809890d5e8dcfd4103c46319a488df) Reviewed-on: https://gerrit.libreoffice.org/14046 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-01-22Resolves: fdo#87601 specific html doc hangs on loadCaolán McNamara
Change-Id: I67f472d72efe123b533d4d94be0084986c0e8349 (cherry picked from commit 6acd5c45c764d81aea1539e66adbfadb51df0aa3) Reviewed-on: https://gerrit.libreoffice.org/14080 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2015-01-22Resolves: fdo#88455 delete in empty data field crashesCaolán McNamara
Change-Id: I399bf576fe89283f839842959f06b8fe83f13b2b (cherry picked from commit 66df4d7d309ce237e4979d57b1069659ece1e3a5) Reviewed-on: https://gerrit.libreoffice.org/14108 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-01-22update creditsChristian Lohmaier
Change-Id: I591f1bd1e4daa08ebe2f62dcb4eb294962a22faa
2015-01-22Updated coreChristian Lohmaier
Project: translations 4789d68191d7fcfa8b8023aa21f344cc00e35163
2015-01-22fdo#84336 Fix swf renderingMatthew Francis
Commit d83dfeb5e59c8f3de12d673b001a44001f644e7d accidentally inverted a test, causing at least the presentation linked on the above bug to render all black Change-Id: I2267ef43023b735587d6921f17aa7207f70dbd7b Reviewed-on: https://gerrit.libreoffice.org/14084 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit eb4c29f4d10ae4be0e6be15a4c7c8c5bfb1edcc3) Reviewed-on: https://gerrit.libreoffice.org/14086 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-22Related fdo#85190: Don't dress arbitrary Java Throwables as UNO Any valuesStephan Bergmann
Regression introduced with 9341bf3dc38b2cc117ffbe12ff057511ed6e046d "java: when rethrowing, store the original exception," but these two appear to be the only two cases related to com.sun.star.lang.WrappedTarget[Runtime]Exception in that patch that would now create bad UNO Any values. Happily reverted to the original but oddly inconsistent setting of the WrappedTargetException's TargetException member... Change-Id: I9421da721d5a111d0d89ee0601238a2c01cfc12c (cherry picked from commit 01fb1701c8a59dd023604492a117ea1a6cffcee9) Reviewed-on: https://gerrit.libreoffice.org/14090 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2015-01-22fdo#88398: Handle group listeners correctly when splitting formula group.Kohei Yoshida
It's basically the same thing we do in ScDocument::DeleteArea(), implemented in ScDocument::SetValue() and SetString(). Change-Id: Ifcae31aaef0e00ed8659aa5e2b9b8e206dc1a099 (cherry picked from commit 4c93c341be1425401112eed3581e8b8a6308880d) Reviewed-on: https://gerrit.libreoffice.org/13946 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 6240e598f29ee5e95c56e5885f539ce470d9afd6) Reviewed-on: https://gerrit.libreoffice.org/13958 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-01-21classic draw rectangles "fit to contour" utterly brokenCaolán McNamara
regression from commit 3cbfcee36dd16e451d76c561eaaaee0ff29b01a5 Date: Sun Feb 2 22:16:48 2014 -0600 xub_StrLen and tools/string.hxx final straw There is still some 0xffff limit left and possibly some less than gracefully handled overflow/error cases Change-Id: I82bdcb6951c42fdcaa68808a251f9b2f76f8ed0b (cherry picked from commit 9977cbba8a36d3e6365cf886630d213ec7c1240c) Reviewed-on: https://gerrit.libreoffice.org/13905 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2015-01-21Resolves: fdo#88417 Dropdown for ruler settings should show radio buttonsCaolán McNamara
This reverts commit 9995222d1141b326197a387cc7897b3971ce9e9a and additionally converts the ruler settings to radio buttons and not checkboxes Conflicts: vcl/source/control/tabctrl.cxx Change-Id: Ie0eac5f07729447942065b7f415398165fbf067c (cherry picked from commit 251737f0dd186b0f169f5ba237e1e8c28a320e00) Reviewed-on: https://gerrit.libreoffice.org/14017 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com> (cherry picked from commit 83cb667fe9ad08ccbb3621b982edcb6fa8e4ab38) Reviewed-on: https://gerrit.libreoffice.org/14038 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-21don't access empty range list, could be rhbz#1180312Eike Rathke
ScRangeList::DeleteArea() may remove an entire range, if it was the last range a subsequent call to ScConditionalFormat::DeleteArea() would attempt to access an invalid first element. Change-Id: I8d68c27963dc8561d61a94980093c271bd3aaffb (cherry picked from commit 9af8e14e67d354bb7736271a76a3dd8b6da78fd9) Reviewed-on: https://gerrit.libreoffice.org/13964 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-21fdo#86844 - CONTEXT MENU: Remove hyperlink not accessibleNiklas Johansson
At the moment Remove hyperlink is only shown when text is selected together with a hyperlink but not when you right click directly on a link. Let's reuse the logic from when edit hyperlink should be shown and append it to the currently working case where text and link is selected. Change-Id: I2524f1c3037f3101d24e592eadf2e7d5d66ab4f9 Reviewed-on: https://gerrit.libreoffice.org/13926 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 4f4dcd527ee4ef7365389b5a70d0f199263628e7) Reviewed-on: https://gerrit.libreoffice.org/13959 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2015-01-20fdo#88339 Fixed Calc constrained image movementTrent MacAlpine
fixed on master by commit# 7a4a68e2515fa54e041004cf63042c1ead00d576 Change-Id: Id4143e0a8410e6a9589f941c2bda83074eaf4844 Reviewed-on: https://gerrit.libreoffice.org/14022 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit fdff4b60b6d4beabadab15a4fceb60cb84e542d8) Reviewed-on: https://gerrit.libreoffice.org/14024 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-20fdo#88475 BrowseBox/grid: reposition data cursor to current row after paintLionel Elie Mamane
Squash with (from master): fixup previous commit: OSL_ENSURE does not execute in non-debug builds (and is deprecated). Do not try to seek back if paint did not seek. This happens in particular when there is no data source attached (and thus trying to seek fails). Change-Id: I3f4908c4dcae2bb120bf58c1218e3386c40d5721 Change-Id: I0deee2c3cfdb111b178c4254d7b0544c4ce5c966 Reviewed-on: https://gerrit.libreoffice.org/13954 Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-19Resolves: rhbz#SwDataChanged dtor accesses deleted PaMCaolán McNamara
an old bug that I finally hit on by typing one paragraph of three lines consisting of repeated "Apple " and the cursor at position 0 and click the bullet icon Change-Id: I90e998561f2645ebfa51423bcaab9a4195144338 (cherry picked from commit 3cb3396e4a4b36e5a05892da16b076feaef6b2b1) Reviewed-on: https://gerrit.libreoffice.org/13931 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-01-19sw: fdo#88005: fix check in SwWW8ImplReader::StopApo()Michael Stahl
404f16e97f1c2fcd8f9a1297bdfa46cba970467e is embarrassing crap; the real problem there is that the paragraph that should be removed is _inside_ the frame, but in sf_68e4f217c107f6eada21adfe6e3c9c57-82055-minimized.doc the MoveInsideFly() is not called so a non-empty body paragraph was removed. Change-Id: I5d4443804c52a5fa30ddb51609ccbbee07abc5aa (cherry picked from commit e71668c4e642cc497206bfbe7191f64bddf31db0) Reviewed-on: https://gerrit.libreoffice.org/13884 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 45722714be0abfb3ccb0b4dcbecaaaed98094343) Reviewed-on: https://gerrit.libreoffice.org/14002 Reviewed-by: David Tardon <dtardon@redhat.com>
2015-01-19fdo#75256 Improve Sifr Icon ThemeMatthias Freund
Two new icons. Linecolor and pilotrun, hope these are those in the toolbar in impress. Change-Id: I8d1c9fca4d6135da908199b088b1ab6221251245 Reviewed-on: https://gerrit.libreoffice.org/13977 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 6271e6400ac9f78a323e959a6a295625f08b87cc) Reviewed-on: https://gerrit.libreoffice.org/13991 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-19fdo#75256 Improve Sifr Icon ThemeMatthias Freund
Additional icons for the sidebar. Change-Id: I27f9abde47c69618c00cf1958dd597db841fe151 Reviewed-on: https://gerrit.libreoffice.org/13970 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 07b6d618c8f541e02b8216fcf35a88e0b788da84) Reviewed-on: https://gerrit.libreoffice.org/13989 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-19rhbz#1180114: writerfilter: don't crash on w:customXmlDelRangeStart etc.Michael Stahl
We can't do anything sensible with these CustomXML elements but now we have to handle them because. (regression from 9dbf817fe5c5253fba0831aefa17575ae0ba3af1) Change-Id: If4247890ff9961a77434587802670d28608a7922 (cherry picked from commit f22964e0e622af1168e241f933e5cf98e093ec2b) Reviewed-on: https://gerrit.libreoffice.org/13913 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 42c261a9e459408653dd5dae548dcc5ba619cef1) Reviewed-on: https://gerrit.libreoffice.org/13998 Reviewed-by: David Tardon <dtardon@redhat.com>
2015-01-19fdo#87845: sw: fix crash in navigator dialog when view is closedMichael Stahl
Since we have a SwContentTree::Notify() now, might as well clear our pointers to recently deceased SwWrtShells when the obituary arrives. (regression from b5c1f352522c34a744ad0226e73904ce5af81b11) Change-Id: I44282658468f1b758038fbf1c7fc13dfe1b4b8ed (cherry picked from commit 90d8f4fca566e46171b260ee3aadc655871c92ba) Reviewed-on: https://gerrit.libreoffice.org/13870 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit bfc20246a88b19461d4bc95df47095186200ca77) Reviewed-on: https://gerrit.libreoffice.org/14001 Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-01-19no need to do that for all contextsMarkus Mohrhard
This fixes a crash as we would need to make each context current before calling ReleaseFramebuffers. However this is totally unnecessary as only the current context can have bound framebuffers. Change-Id: I8b1496bb890982742b3d2ebf60fdce47db642d70 Reviewed-on: https://gerrit.libreoffice.org/13974 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-19Updated coreAndras Timar
Project: translations c8740ce11b9f6034ca86f1926679909bb2e9887e
2015-01-16PostgreSQL statement: deliver promised XMultipleResults interfaceLionel Elie Mamane
Change-Id: I0bb6df332a6666a0ae96bba38626b2626f880490 Reviewed-on: https://gerrit.libreoffice.org/13924 Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-16fdo#87923: Don't hide the rulers completely - show the horizontal one.Jan Holesovsky
Turns out this is still useful to have, let's not be that aggressive :-) Change-Id: Ie9eb8b241594ce470238aa0b769a0afd2418e498 Reviewed-on: https://gerrit.libreoffice.org/13928 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 3502b604f383d630878441cc628000c9400f4ed4) Reviewed-on: https://gerrit.libreoffice.org/13932 Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-01-16fdo#87551 Category tree is too thin since conversion to .uiCaolán McNamara
Measure in approx chars and not pixels. Change-Id: Ibf34083d99e0aceee2855ed10939ad3b60b8abae Reviewed-on: https://gerrit.libreoffice.org/13948 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit d2ad3d8af0f8217ba7d472630a297812d8a62b67) Reviewed-on: https://gerrit.libreoffice.org/13949 Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-01-15Add three sidebar sifr icons. (4.4.0)Matthias Freund
Change-Id: I56c943d57cfa4e6da8d0ab866f66bb3c451186bb Reviewed-on: https://gerrit.libreoffice.org/13912 Tested-by: Yousuf Philips <philipz85@hotmail.com> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit c21f063159ad64a0659d534ff97aa90f41f7aab2) Reviewed-on: https://gerrit.libreoffice.org/13916 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-13only delete cell content for CELLTYPE_NONE, fdo#88200Markus Mohrhard
Change-Id: I43463b56cabfea4c9ee2b98445f7fb522221197d Reviewed-on: https://gerrit.libreoffice.org/13842 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 4b6c9a6918238441f63222d4fc9e9db94bed6f0d) Reviewed-on: https://gerrit.libreoffice.org/13886 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-13handle index based external refs in formulas in ooxml import, fdo#85617Markus Mohrhard
(cherry picked from commit 18cccd62fb5b730319878df6fac748d5cdf73f1f) return after finding the reference (cherry picked from commit cef36587674b6472471478524e87b1add4109507) that method is the same as in the base class (cherry picked from commit 02caf8f2eef75d8b5acb6a4ec40277355c3c6c6e) remove copy&paste code (cherry picked from commit 757ce63f7346aea132f11c3d9a328b0a1a776403) a22b97b0a45d8d840095737638c2ccf68373e27a 8cb6f59795d9461c0e02ab70d7edd60af1410c1f 5710856fdb9fb91573de89eeb5a29d3d106ad7a6 Change-Id: Ie4f43f041f5d614b9c2826c74574c854af05c266 Reviewed-on: https://gerrit.libreoffice.org/13837 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-13Resolves: fdo#85617 always store fully encoded external document nameEike Rathke
Also OOXML calls these API functions, this is the central place to handle it. (cherry picked from commit 97a8b3ed5e5bd42e213d3230fa764b0f5d10f0f2) write externalLink Relationship Target IURI encoded, fdo#85617 related (cherry picked from commit 7eb5e135422f1a5830a44d129300bc3fafb4627d) do not drop entire external reference, fdo#85617 related If there are no matching tab names for a FileId, preserve at least the known reference parts. In case of 2D references the sheet name is in the token if for example read from .xlsx, only for 3D references the second sheet name would be needed. The underlying makeExternalRefStr() and its subroutines handle the missing tabname elements gracefully. Still this situation is worth an assertion. (cherry picked from commit b6339617b1cc3136f9e527acd0746d712cd21643) Change-Id: I3df065af8e4ef44734f468fd455c3b7c93d7fbc6 Reviewed-on: https://gerrit.libreoffice.org/13838 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-01-08bump product version to 4.4.0.2.0+Christian Lohmaier
Change-Id: I648aa21bd6b831c77f77675e4672db70e9ea9fb9
2015-01-08Branch libreoffice-4-4-0Christian Lohmaier
This is 'libreoffice-4-4-0' - the stable branch for the 4.4.0 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 4.4.x release, please use the 'libreoffice-4-4' branch. If you want to build something cool, unstable, and risky, use master. Change-Id: I34cad9bc9d5196f14a7a58cddc481e7b6d103f89
2015-01-08update creditsChristian Lohmaier
Change-Id: I3bdfd178f62e8e68c5dbce7341a07277d49a29fc
2015-01-08Updated coreChristian Lohmaier
Project: translations 2ef79455b8f8a5a8bc2161117261814887197242
2015-01-08improve performance of some matrix operations, related fdo#83187Markus Mohrhard
I0e6816a7f0d2dc051dff6a462724cb4a3c155289 fix error in last commit Icafbe6e5daab64e7431d80c8956143341eb2ef0b fix a few problems with my matrix commit I6e3fdf4bd26c952a59ad130dc6e5c9d1f3ff5f07 coverity#1260446 Uninitialized scalar field and coverity#1260447 Uninitialized scalar field I3aa5a1caf776fddc8b6029e96c24aa86b21de880 iterator::operator*() should return a reference Change-Id: Id09f555c5ece9e5cb60a2ae7bc2456d4343744f5 Reviewed-on: https://gerrit.libreoffice.org/13676 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07Include the new templates in the installation.Jan Holesovsky
All the templates are result of the Templates contest for 4.4, and were contributed under CC0. The templates were contributed by the following people: * Alexander Wilms <f.alexander.wilms@gmail.com> * Edmund Laugasson <edmund.laugasson@gmail.com> * Jun NOGATA <nogajun@gmail.com> * Michael Kovarik <fractalsandflowers@gmail.com> * Péter Szathmáry <mi84aa@gmail.com> * Zirk <showeet@ymail.com> Thank you (and all the other participants) for your contributions! install the new templates too (cherry picked from commit 9da59f23a0b100454bdc4c663db82a61f1d7ec30) Change-Id: I9fa578fafa5e350a186a77b3e023474b289e0fb8 Reviewed-on: https://gerrit.libreoffice.org/13806 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07handle relative refs correctly in xls import, fdo#80091Markus Mohrhard
Change-Id: Ia70f96e1d31e71c56f03c828be0a4e49fff4b198 Reviewed-on: https://gerrit.libreoffice.org/13687 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2015-01-07fdo#87185 reorganize the image context menu (4.4)Yousuf Philips
Change-Id: I31e8f713f65b05e0a17fa79785bed6834dc973b4 Reviewed-on: https://gerrit.libreoffice.org/13570 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 29bb99c5e735aa1d23e15816bb44f56e79e9bbc7) Reviewed-on: https://gerrit.libreoffice.org/13611 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-01-07add newly supported mime typesDavid Tardon
Change-Id: Ib80b2913ce14895a4b8aec5d0d7ce07d50a507c1 (cherry picked from commit c0b938b0a1afe3313b2b5f15484debcf35a980b7) Reviewed-on: https://gerrit.libreoffice.org/13805 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2015-01-07relative refs wrap around in xls, fdo#84556Markus Mohrhard
Change-Id: If84d468d4bd55ed55ccd517d0b078d283a1a9c38 Reviewed-on: https://gerrit.libreoffice.org/13694 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Small tweaks to printing UIAdolfo Jayme Barrientos
Change-Id: I600e7dd96bcf1e173398a51f63efd66300853fb0 Reviewed-on: https://gerrit.libreoffice.org/12492 Reviewed-by: Katarina Behrens <bubli@bubli.org> Tested-by: Katarina Behrens <bubli@bubli.org> (cherry picked from commit 3aa96e9f478a7549e04658dc4db234bde63603ea) Reviewed-on: https://gerrit.libreoffice.org/13522 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Assume that as long as the model is the same, the shape doesn't change.Lionel Elie Mamane
Even if it is moved from not a page to a page or vice-versa. This allows assumptions made in the Base Form wizard to hold, namely that if one: 1) Creates controls (and their associated shapes) 2) Groups the shapes (in a GroupShape) Then all the shapes still remember their associated control and vice-versa. Change-Id: I31975970e7ea2f7978aea7f753de88ecd8e55234 Reviewed-on: https://gerrit.libreoffice.org/13559 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07protect against division by zeroLionel Elie Mamane
Change-Id: Ib91120e626f772bb52531c4a35fc70f04cc5c48f Reviewed-on: https://gerrit.libreoffice.org/13558 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Keep as xShapes the newly created GroupShapeLionel Elie Mamane
That's what we should refer to later, not the temporary collection we made! Change-Id: Ie288222c6aefa0f50a0b0878ad83b78909ee56d1 Reviewed-on: https://gerrit.libreoffice.org/13557 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07detect groupShapes (TimestampFields) in forms, tooLionel Elie Mamane
as a consequence, successfully delete them Change-Id: I5dd7b329708dd13f8bfe4a38974c5f6f1202b392 Reviewed-on: https://gerrit.libreoffice.org/13556 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07xShapeGroup *is* the control's global xShape, so use it as suchLionel Elie Mamane
this allows the rest of the code to automagically do the right stuff: - get&set position - group this control with its label - set the label property to the label control - ... Conflicts: wizards/com/sun/star/wizards/document/TimeStampControl.java Change-Id: Ibf3cb0ae82ba5c8a23fde05f6466f8eec8308186 Reviewed-on: https://gerrit.libreoffice.org/13555 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07set *content* control to multiline, not label(!)Lionel Elie Mamane
Change-Id: Iebf7fa5b2335e5c6d71fdba791e49a6378db8a31 Reviewed-on: https://gerrit.libreoffice.org/13552 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2015-01-07Resolves: fdo#82219 color graphics as black and whiteCaolán McNamara
i.e. revert commit bb5c7d6a79309236d4f19bb2498f2e850f735a2f Date: Sun Apr 13 01:42:27 2014 +1000 fdo#38844 Reduce XOR clipping for gradients Removed XOR clipping version of ClipAndDrawGradientMetafile. Because it has been removed, the other version isn't really needed in it's own function so I've moved it back into DrawGradient. Change-Id: Ib1519a019061c8c71183db63e5c11681bcad4cc4 Change-Id: Iff1cb48cb8fa6d29937cf228a57aea9e8072110c (cherry picked from commit e2883ca86f747eb62d1fe9e9b8d115c689e3abd7) Reviewed-on: https://gerrit.libreoffice.org/13773 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>