summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resolves: tdf#73211 gtk checkboxes need erase afer togglinglibreoffice-4-3Caolán McNamara2015-05-012-1/+8
| | | | | | | | | | | | | | | because an unchecked checkbox can have a smaller paint area than a checked checkbox. This has always bugged me (cherry picked from commit d194074aa34e3724dd9b93fbc81bf2ba793cd37a) Conflicts: vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx Change-Id: Iac0f075089611b47c381863a9655445d732bfddc Reviewed-on: https://gerrit.libreoffice.org/15510 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* tdf#75019 bookmarks in exporting to mediawikiRobert Antoni Buj Gelonch2015-04-301-6/+50
| | | | | | | Change-Id: Ieb066d37196a22e67226d59e12c7869c1fc8cc8a Reviewed-on: https://gerrit.libreoffice.org/15509 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#75360 tdf#90474 line breaks in exporting to mediawikiRobert Antoni Buj Gelonch2015-04-301-4/+7
| | | | | | | Change-Id: I7b6c9c76102fe22fdae6e62472b717358bfcee8b Reviewed-on: https://gerrit.libreoffice.org/15497 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Fix build with boost-1.56.0.Jörg Sonnenberger2015-04-2011-15/+23
| | | | | | | | | Change-Id: I61686bf61ff1e0561c385492c563e4495456ca47 Signed-off-by: Thomas Klausner <wiz@NetBSD.org> (cherry picked from commit 45dfbdca6a9afba1a6aef21623ec025ded635a4d) Reviewed-on: https://gerrit.libreoffice.org/15446 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* fix crash on export of fdo68639-2.ods to xls with invalid mnLastIdxCaolán McNamara2015-04-201-4/+8
| | | | | | | | | | | | | mnLastIdx doesn't get reset when the color list is reset, the code already acknowledges that mnLastIdx is the last set index but that it may not be a valid position, so only set rnIndex if mnLastIdx is valid and the data at that pos is the desired data. Change-Id: I57ce32fd1a13bfe9049ed94be34229c8c2808b8e (cherry picked from commit 6c3b1361a97f5219f90bf2f09f3c3f2b70b8e30e) Reviewed-on: https://gerrit.libreoffice.org/15319 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* fix col limit crash on export of ooo103315-1.ods to xlsCaolán McNamara2015-04-201-1/+2
| | | | | | | | Change-Id: Ic68ddc56d9cf9dd410c1f073ba83bfeea8220bf0 (cherry picked from commit cee6eb254fae1012bc6ffe1b2e440fe58fedac1b) Reviewed-on: https://gerrit.libreoffice.org/15317 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* tdf#89597: Resize formula buffers after adding a dummy sheetKatarina Behrens2015-04-205-0/+21
| | | | | | | | | | | | | | | | | | | for pivot table cache records. Regression from commit d17a83fa549f828f29e6939. On loading pivot table cache records, a dummy sheet is created to store them. Formula buffers are now vectors, not maps and need to be resized in such case. + add a const version of getDocImport method, need to use it in the new getAllSheetCount method Change-Id: I5d57a822da5fe5a97029b83406e8ff877a5dbd7c Reviewed-on: https://gerrit.libreoffice.org/15030 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> Reviewed-on: https://gerrit.libreoffice.org/15325 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* tdf#86793: vcl: speed up OutputDevice::GetEllipsisString()Michael Stahl2015-04-201-1/+2
| | | | | | | | | | | | | | The ridiculous algrorithm used for TEXT_DRAW_CENTERELLIPSIS will go faster if we cut out most of the text at the beginning instead of one at a time. (regression from 912ecaf565e68d2ca3fb9584712313e712749f75) (cherry picked from commit c6ec3e4cee8c7c22380780f2661ac23946cdb050) Change-Id: I9310dda1847222215bafe372e3efef9d365e1ad9 Reviewed-on: https://gerrit.libreoffice.org/15356 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* tdf#82784: cui: Area tab page: do not override imported bitmapsMichael Stahl2015-04-201-18/+28
| | | | | | | | | | | | | | | | | | | | | | Check that we don't clobber a custom bitmap in the dialog. The (non-obvious) trick is that the name of these is non-empty, so we can check that to filter out pool default items that Draw likes to put into item sets (?), as well as just plain weird items that Draw likes to put into item sets, while avoiding relying on the surprisingly implemented ImpGraphic::operator==(). (regression from 38d0047da7f964c862360b48d88cc869ad376b6b) (cherry picked from commit 171fb61c6526daf83d6948a543a1614215590946) Conflicts: cui/source/tabpages/tparea.cxx Change-Id: I0b94e49ef3a9a32c188c3b117a57f780f55e1584 Reviewed-on: https://gerrit.libreoffice.org/15372 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* update creditsChristian Lohmaier2015-04-191-1843/+2124
| | | | Change-Id: I03bf40a3be5e5485617e2a22f56c266bcb1a9984
* tdf#82430: gcc-wrappers: command line *must* start with a spaceMichael Stahl2015-04-191-0/+5
| | | | | | | | | | | Yes, you read that right, if there's no space in front of the first argument, cl.exe will *ignore* it. Change-Id: I73d9bf026705538e53b5d91091a4c96eb15739b2 (cherry picked from commit c4a267215c10647ff281e9e629faa0a8a201f4b4) Reviewed-on: https://gerrit.libreoffice.org/15382 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* fix crash on export of fdo60365-2.ods to xlsxCaolán McNamara2015-04-171-2/+2
| | | | | | | | Change-Id: I1a281b096e4d1831bcf67ca03180afff043fbcfd (cherry picked from commit 135907f2061550624ee1859745d94eee01849070) Reviewed-on: https://gerrit.libreoffice.org/15321 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* tdf#84294: vcl: fix PDF export of transparent Writer frames in LO 4.3Michael Stahl2015-04-161-0/+1
| | | | | | | | | | | | | | | | | The transparent frame background is painted opaque because OutputDevice::DrawTransparent() records a MetaTransparentAction instead of returning early. Note that master and 4.4 use drawinglayer to paint backgrounds so the problem is only visible in 4.3. (regression from 36b59f2efc2bfb2c9256c39eb5687808deb) Change-Id: Ide7a076b72123097a9fe099b96d36cda7f7bb082 (cherry picked from commit 581314958f0ddd6c3a0536ce2d7e7e6f0c53a8ec) Reviewed-on: https://gerrit.libreoffice.org/15343 Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* fix crash on re-export of fdo50057-2.odt to odtCaolán McNamara2015-04-152-7/+15
| | | | | | | | | | | | (cherry picked from commit 66c9aec156d974b939b680dccbb27e18fb153a23) Conflicts: sfx2/source/appl/fileobj.hxx Change-Id: Ice7a754dd4f42b5cf62ae2038b63d893b8a92fd8 Reviewed-on: https://gerrit.libreoffice.org/15326 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Resolves: tdf#90583 3D pie-chart missing guide handlesCaolán McNamara2015-04-141-8/+1
| | | | | | | | | | | | | | | | | | | | partial revert of commit db1d2af02861b49e4f53d726d59cd71c20cee9b1 Author: Armin Le Grand <alg@apache.org> Date: Tue Feb 18 21:18:13 2014 +0000 Resolves: #i123539# some optimizations for 3D chart... geometry creation using UNO API (cherry picked from commit bbe35be767d76d08891c4f3d3600d80e0e6805f2) Change-Id: If35f05fb62230e90cfc43a0beac053e8a87820d4 (cherry picked from commit bca8d8985666d3fd22b91eb280f9baaeb933c2d0) Reviewed-on: https://gerrit.libreoffice.org/15284 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* Related: tdf#74018 fix int wraparound + crash on exportCaolán McNamara2015-04-141-18/+19
| | | | | | | | | | | | | | | of fdo74018-2.docx to doc nPoints is 16bit and accumulated value wraps around, so use a 32bit nTotalPoints instead and move 16bit declarations to use points to confirm no other wraparounds (cherry picked from commit ce705ac56a8709970356d634abb964adef105594) Change-Id: If97ccb46ed8eb7f4305cdfe328ae83bc2b0c778c Reviewed-on: https://gerrit.libreoffice.org/15281 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* fix export of ooo120353-1.odp to pptx, mismatch of start and end elementCaolán McNamara2015-04-141-1/+1
| | | | | | | | | | cut and paste error I guess from the block above it Change-Id: I121e1d1a9f08ea3731bb7f65c385f264b3c2d2f4 (cherry picked from commit 1d4e66a79453f7b020a3dcea328c03637407add9) Reviewed-on: https://gerrit.libreoffice.org/15309 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* fix assert on re-export of ooo48994-1.ppt to pptCaolán McNamara2015-04-141-1/+1
| | | | | | | | Change-Id: Ic8274e7d060f315d7891f8f5cf576f834ca89117 (cherry picked from commit eece059c1f728059b536763bffd2d4fc3537833e) Reviewed-on: https://gerrit.libreoffice.org/15314 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
* rhbz#1134285: Access dav, davs URLs via GVFSStephan Bergmann2015-04-143-2/+8
| | | | | | | | | | | | | | | | | | | | | | ...so that LO shares the credentials with Nautilus once the connection has been set up in Nautilus. The reason the (non-standard) dav, davs URLs used by GNOME's old GnomeVFS and successor GVFS/GIO were handled via LO's webdav UCP rather than the GNOME- specific gnomevfs resp. gio UCP since b07a5fcc600ad564315d36fbd18495184fdf69cf "INTEGRATION: CWS tkr10: i84676 neon and gnome-vfs2" is discussed at <https://bz.apache.org/ooo/show_bug.cgi?id=84676> "mixing neon and the hidden embedded contents old [sic] another neon inside libhttp.so of gnome-vfs2 is unreliable" and only pertains to the legacy gnomevfs UCP, not the new gio one. So keep handling dav, davs URLs via LO's internal webdav UCP under legacy --enable-gnome-vfs, but handle them via the GNOME-specific gio UCP under the default --enable-gio. Change-Id: Ib132168701a7ae0a7dcabdead6a299eda0cd4594 (cherry picked from commit 51e0d789c344547956764c3b5f0ef5a304f4e0aa) Reviewed-on: https://gerrit.libreoffice.org/15296 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* string access out of boundsEike Rathke2015-04-131-9/+14
| | | | | | | | | | Another UniString to OUString conversion fallout. Change-Id: I5e62b049da3e7f8b5a892ea6aae7110a33564a46 (cherry picked from commit 9f52efa43b2d65c0b6c92790cc2859e752bf975f) Reviewed-on: https://gerrit.libreoffice.org/15287 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* tdf#75614 RTF import: fix missing text after footnoteMiklos Vajna2015-04-133-1/+29
| | | | | | | | | | | | (cherry picked from commit cec5f2eab25578a9859134d697c200089c597faa) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx Change-Id: I5901094cb603c35a1cd8ac718fd434a9dd55729b Reviewed-on: https://gerrit.libreoffice.org/15271 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* some compiler do not like >> but prefer > > in template syntaxNorbert Thiebaud2015-04-111-2/+2
| | | | | | | | | | | ebdaab9d4a042f1338f97628cf0c0f294d7dc059 introduced cppu::UnoType<uno::Sequence<OUString>>::get()); which made some compiler unhappy. Change-Id: I78b4f4a496b7c40d7b2dad46ad58d3500fd93aed Reviewed-on: https://gerrit.libreoffice.org/15250 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* openssl build breakage on MacOSX 10.6Norbert Thiebaud2015-04-111-1/+1
| | | | | | | | | | | | 3217bae01e58e7fe6f075514cf8d2baf89e76afe changed the apply of openssllnx.patch to make it unconditinal which introduce a -Wa, option that is not supported by the 10.6SDK Change-Id: Ic9f68bad5c7d0694d206bc4d6899ab01009942c0 Reviewed-on: https://gerrit.libreoffice.org/15252 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* rhbz#1197614: Fix calculation of m_bHasActive when removing active elementStephan Bergmann2015-04-101-7/+14
| | | | | | | | | | | | | | | Assume m_vEntries.size() == 2; assume first element (nPos == 0) is m_bActive, gets removed, so m_nActive would have stayed at 0 and m_bHasActive at true; then assume second element (again nPos == 0, due to the removed element) is m_bNew, so nPos <= m_nActive is true and m_nActive gets updated to 1 (and m_bHasActive remains true); then selectEntry(nNewPos) (nNewPos == 0) would have tried to reset m_vEntries[1]->m_bActive but now m_vEntries.size() == 1. Change-Id: I31d3bbe97ca99f880aa99bdea015f7c0457f8331 (cherry picked from commit 97d4c1a8100c63091401736c93d6bbbb371d5b37) Reviewed-on: https://gerrit.libreoffice.org/15232 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* bump product version to 4.3.8.0.0+Christian Lohmaier2015-04-101-1/+1
| | | | Change-Id: If6517e7e757c227a7220d705a7358cc849017e03
* upgrade to openssl-1.0.2aCaolán McNamara2015-04-109-128/+196
| | | | | | | | | | | | | | | | | | | | | | | | and de-ifdef-per-platform the patch makefile so an upgrade attempt on one platform tests the patchs applying on all platforms ubsan.patch.0 was effectively applied upstream while need to add http://rt.openssl.org/Ticket/Display.html?id=3650 to build under windows Reviewed-on: https://gerrit.libreoffice.org/15183 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 04a98015101b8fea3b200e0bf3a2469d8c75fdf7) Conflicts: external/openssl/UnpackedTarball_openssl.mk external/openssl/opensslosxppc.patch Change-Id: Ieffd9bc3dd861a94a083d8b6b8d4117bba7f527c Reviewed-on: https://gerrit.libreoffice.org/15222 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* Related: tdf#90472 initial load of bibliography doesn't...Caolán McNamara2015-04-106-178/+181
| | | | | | | | | | | | | | | | | | | | | set bibliography type moving to a new row will set the new type, but initially its not set because the ListStore property was set after the model is connected to the database so at the initial connection time there isn't a available set of values to map the row to. So move that connection code from general.cxx to datman.cxx and put it before the connection is established we can then remove the intermediate aBibTypeArr list and those resources then need to be global bib ones. Change-Id: I12276c3df9955ec399e1b5de6d0836c69ebb1ebb Reviewed-on: https://gerrit.libreoffice.org/15220 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* tdf#90404 OOXML chart legend import improvementAndras Timar2015-04-091-2/+2
| | | | | | | | | | | | | | | | In the bugdoc, the chart legend had 6 entries in PowerPoint, but only 5 in Impress. I played a lot with padding and offset parameters in layout algorithm without success. Finally I introduced this 1mm tolerance, so the fixed legend frame can expand up to 1mm, if necessary. Change-Id: Id1ad1df67aab41d942133cea8d16fccf0f215167 Reviewed-on: https://gerrit.libreoffice.org/15149 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 6220362e844ad0e50a38c1627ddd05a082882009) Reviewed-on: https://gerrit.libreoffice.org/15154 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* tdf#90403 PPTX import: use real table sizeAndras Timar2015-04-094-0/+22
| | | | | | | | | | | | | | | | | | | | | | | PowerPoint ignores a:ext cx and cy value of p:xfrm, and uses real table width and height. PowerPoint 2010 saves files where cx and cy contains good values, but I found files in the wild whose cx and cy values did not match to actual table width and height, and there was a visible difference between rendering of Impress and PowerPoint. Reviewed-on: https://gerrit.libreoffice.org/15123 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 037fe3671cbdad51f52d2f69f72f47f463dba7c2) Conflicts: oox/source/drawingml/shape.cxx sd/qa/unit/import-tests.cxx Change-Id: I3f80c0cea4cac46763d449f918bb78dca1a6562d Reviewed-on: https://gerrit.libreoffice.org/15133 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* tdf#88847: Fields of query design can be moved to the left onlyJulien Nabet2015-04-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of code 1299 ImplHeadItemList::iterator it = mpItemList->begin(); 1300 ::std::advance( it, nPos ); 1301 ImplHeadItem* pItem = *it; 1302 mpItemList->erase( it ); 1303 if ( nNewPos < nPos ) <-- case move to left 1304 nPos = nNewPos; 1305 it = mpItemList->begin(); 1306 ::std::advance( it, nPos ); 1307 mpItemList->insert( it, pItem ); So in move to right case, we erase and insert pItem at the same place We just have to use nNewPos in all cases regression from bd24a310be1459510b760b812838cb87923853c5 Also add back "ImplUpdate" call erroneously removed in merge commit 67d2af6fac2d9bad52a6b1f6e0cbd1229eb88a42 (there is an ImplUpdate call in each parent of that merge commit) Change-Id: I100b0c6874b366f777c5d38470fcee7a9a7326df (cherry picked from commit 63050dccbc50f148cd788730faa53d822d37e54f) Reviewed-on: https://gerrit.libreoffice.org/14787 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
* Updated coreChristian Lohmaier2015-04-091-0/+0
| | | | | Project: translations c93415da868b59df900ce470baa99071c26bd851
* Resolves: tdf#86399 don't clobber cluster start caret posCaolán McNamara2015-04-081-6/+7
| | | | | | | | | | | | | | with other cluster element bounds (cherry picked from commit b1030f75d3e47719ca63ec518f1da75196bead1a) Conflicts: vcl/source/gdi/sallayout.cxx Change-Id: I2cc976eb6a0ef42a2678be80637c7220e2247921 Reviewed-on: https://gerrit.libreoffice.org/15121 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: tdf#87548 don't create a new list for each multiselection portionCaolán McNamara2015-04-083-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | create one list and share it among all the subsections possibly a regression from/triggered by author Oliver-Rainer Wittmann <orw@apache.org> 2014-03-18 14:33:39 (GMT) Resolves: #i124371# When changing the numbering or bullet styling... of a set of paragraph which have more than one different List Style applied create a new List Style and put the paragraphs into a new list. (cherry picked from commit 0087ca89e3905009ed947c651f3dc70f3d61ea93) (cherry picked from commit db41e274747e6f1d3eee2bd5efb3321cfcbd6b75) Conflicts: sw/source/core/doc/docnum.cxx Change-Id: I9416b97d6afe323ac99150fdcc23f71ecea98a58 Reviewed-on: https://gerrit.libreoffice.org/15139 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: tdf#90138 don't try to save a marks OtherPos if it doesn't have oneCaolán McNamara2015-04-081-1/+1
| | | | | | | | Change-Id: I522a236015c91c0744b3018d3d4e4d6c65ea19ab (cherry picked from commit 4fe5b44b15647542b1550deaeee43ec3d1e57591) Reviewed-on: https://gerrit.libreoffice.org/15141 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* Resolves: tdf#83977 Push/Pop before/after messing with the cursorCaolán McNamara2015-04-081-2/+2
| | | | | | | | | | otherwise we lose our selection with multi-page tables Change-Id: I4f52d3cfb7a6d3c2cc1dbb68bbd5ce5c0005b1c3 (cherry picked from commit 4c4a9767f7fb0c7891f1dd96cbe38a9c35e46083) Reviewed-on: https://gerrit.libreoffice.org/15143 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
* fix crash on re-export of fdo64646-4.xls back to xlsCaolán McNamara2015-04-081-5/+7
| | | | | | | | Change-Id: Ic6d6e7d7d8d42af0fc739d964a1190d40f9dba2e (cherry picked from commit b56b5d449fc74809fddc9b9bbd1d9f8d244a0d10) Reviewed-on: https://gerrit.libreoffice.org/15188 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Updated coreAndras Timar2015-04-081-0/+0
| | | | | | | | | | | | | Project: dictionaries b61b40bae9f1466d71960344096f7c196672db27 Update Portuguese dictionary to version 15.4.4.1 Change-Id: Iee435bb01c8111612d0ee773c6ee4863a51db252 (cherry picked from commit 7991db3dd76ae9fe15faadbd25efb9bceed44e63) Reviewed-on: https://gerrit.libreoffice.org/15202 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
* Missing @since tagStephan Bergmann2015-04-071-0/+1
| | | | | | | | cf. dd9c9a69da7b22c4166391df082ac23878312a01 "Add the 'quoteright' key to the list of available keyboard shortcuts." Change-Id: Ia064782505e317ee3d1c3622c273eb892e477b5e (cherry picked from commit 1856a9df67d12b2e829445274d2969d10845a820)
* Resolves: tdf#88672 add missing return if error to not crashEike Rathke2015-04-031-0/+1
| | | | | | | | Change-Id: Iae73c46d6ae5b141c3f5680b2623ee06205c22d2 (cherry picked from commit 3cae8ee10f297e42adf9f3b33809b4e7e3af2840) Reviewed-on: https://gerrit.libreoffice.org/15112 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* fix hang with ooo71962-1.odtCaolán McNamara2015-04-021-1/+3
| | | | | | | | | | | script run ends after chunk we are rendering (cherry picked from commit 00bf3a4259c1f960eff05b17649cc734c275950f) Change-Id: Idbfe11c385db72a80d3d204f8638d67395580d1b Reviewed-on: https://gerrit.libreoffice.org/15116 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Resolves: tdf#42481 propagate errors as errors in matrix calculationsEike Rathke2015-04-011-8/+13
| | | | | | | | | | | ... instead of setting an error string with an unwanted side effect that may lead to wrong results instead of error. Change-Id: I42ade52e86520535c879e9bd68156873d706f33c (cherry picked from commit 836d05d32e36aafc00de59ca51878f47f7ce816a) Reviewed-on: https://gerrit.libreoffice.org/15073 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* bnc#910045 wrong cell fill color defined by table styleZolnai Tamás2015-03-313-0/+34
| | | | | | | | | | | | | | | | Problems were with those table styles which used color themes to define cell fill color. Reviewed-on: https://gerrit.libreoffice.org/15089 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit debf3ffb87d607704ddea97f6710c3ceaa9a243d) Signed-off-by: Andras Timar <andras.timar@collabora.com> Conflicts: sd/qa/unit/import-tests.cxx Change-Id: Ibde90df81ff253ba65618dde4038093d1caabfe8
* bnc#902652 OOXML: fix import of insets when shape and/or shape text is rotatedAndras Timar2015-03-316-6/+316
| | | | | | | | | | | | | | | | | | | | 5ac575ee3e109 did not get it right, the vert attribute (i.e. the rotation of text) is relevant, not the rotation of the shape. In that case both text and shape rotation were 270 degrees. I checked that the bugdoc of bnc#773048 looked good after this. Reviewed-on: https://gerrit.libreoffice.org/15076 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit af686aa8694903bde5952656cd69993c8c8393d7) Conflicts: sd/qa/unit/import-tests.cxx Change-Id: I6e0401cd138a82040df82d7da1a47311db7771e4 Reviewed-on: https://gerrit.libreoffice.org/15085 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* RotateAngle of UNO type longStephan Bergmann2015-03-311-1/+1
| | | | | Change-Id: Id3aec16d17b55366c2a35810b21b0a1c73439741 (cherry picked from commit 44b2fb6d0ba8c3fc8aa6edb4e539c484e21b7fc5)
* fdo#87488 Wrong text rotation inside a preset shape from docxGary Houston2015-03-315-8/+35
| | | | | | | | | | | | | | Preset shape text rotation values are read in a few places and stored in moRotation. With these changes, moRotation is always read unchanged, but multiplied by -1 when it's used. Change-Id: I633d665c21daa69e15fa828a43300f10d2bf2054 Reviewed-on: https://gerrit.libreoffice.org/13561 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 921cea89da8adbe714ea8f71169dd6afc42354c4) Signed-off-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/15084
* Resolves: tdf#90301 string access out of boundsEike Rathke2015-03-311-1/+3
| | | | | | | | | | | | | | | | | | Apparently yet another leftover of UniString to OUString conversion where with UniString out-of-bounds accesses didn't harm and returned NIL. (cherry picked from commit eed393039a9067f7a1a318934ff1c5ff90bfe443) Include <algorithm> for std::min() (cherry picked from commit 3394ac816a573030feda145dbdabd2a1eabd78c4) Change-Id: Id88456a52df3fc8cdaf90d9d509e327b96269808 13ed47d23ed4b94501d9445555d99ce08af94698 Reviewed-on: https://gerrit.libreoffice.org/15075 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* coverity#1267678 this is surely backwards (gold)Caolán McNamara2015-03-271-2/+2
| | | | | | | | | | | | | | surely we clone from the source and return the newly created entry. Presumably this doesn't break all the time because aCloneLink is generally set ? coverity#1267678 Resource leak Change-Id: I3e02dfaef371e006f1510b186cdd881c991ef2cf (cherry picked from commit 9f1ecd3ac35f06746fe2a12ca52899f664679de5) Reviewed-on: https://gerrit.libreoffice.org/15023 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
* tdf#89774 oox: TotalTime is in minutesMiklos Vajna2015-03-261-1/+2
| | | | | | | | | | | | (cherry picked from commit 302f413eec4da8c8572911d08e939186c5ac57cf) Conflicts: sw/qa/extras/ooxmlexport/ooxmlexport5.cxx Change-Id: Ie65a8adbd077997f4a13914dd8e0ba4d55afd7b7 Reviewed-on: https://gerrit.libreoffice.org/15017 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* tdf#89437 Ordinal suffix should never be superscript in some languagesNiklas Johansson2015-03-231-49/+59
| | | | | | | | | | | | | Printing ordinal suffixes as superscript is just not done in Swedish and likely a few other languages but this change only cares for Swedish at the moment. Change-Id: Ib7600ceb0534793d900f13b2740e63c1f7f34ba9 Reviewed-on: https://gerrit.libreoffice.org/14913 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 307c25fe460857c52f0b9c2078e83f6d12f8bdc9) Reviewed-on: https://gerrit.libreoffice.org/14967
* fix double delete on loading ooo123605-1.odtCaolán McNamara2015-03-221-0/+2
| | | | | | | | | | | | if there are no listeners to send the event to then don't acquire and release the Source in the temporary used by forEach and so avoid double-releasing on loading ooo123605-1.odt Change-Id: I6843042d7cf8c0ffee01c7d519299fcb05b29a4e (cherry picked from commit 9527eeec237f5d797a6420371c76f95246adeb84) Reviewed-on: https://gerrit.libreoffice.org/14927 Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>