summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-24Version 3.5.3.2, tag libreoffice-3.5.3.2 (3.5.3-rc2)libreoffice-3.5.3.2Petr Mladek0-0/+0
2012-04-24bump product version to 3.5.3-rc2, release number to 2Petr Mladek2-17/+17
2012-04-24default to Office 2007/2010 filter for ooxml export, fdo#48941Markus Mohrhard1-3/+3
(cherry picked from commit f3d7d6ece96d74e55dc92babfd12812dfe1a4793) Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Lubos Lunak <l.lunak@suse.cz> Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-24fdo#45562: paint borders in SwFlyFrm::Paint:Michael Stahl1-2/+18
Painting borders of Flys in the heaven layer cannot be done correctly in SwRootFrm::Paint, because delaying until then paints over other drawing objects that are on top of the frame, so do it in SwFlyFrm::Paint, like the old border painting code used to. (regression from 804d0a896731629397c5328c13c04a45bc55f459) (cherry picked from commit 5913506b2193e93ca2767ab7365ab2e76ed7848f) Signed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off by: Miklos Vajna <vmiklos@suse.cz> Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
2012-04-24fdo#42750 fdo#45562 fdo#47717: border paint ordering:Michael Stahl1-10/+17
Paint borders after subsidiary lines and hell layer, but before heaven layer. (cherry picked from commit 1024c172a5bfb3d85a86fcf7a046aa2b03950edd) Signed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Signed-off-by: Cédric Bosdonnat <cedric.bosdonnat@free.fr>
2012-04-24update internal openssl to version 0.9.8vPetr Mladek9-67/+67
including important bug fixes Signed-off-by: Fridrich Strba <fridrich.strba@graduateinstitute.ch> (cherry picked from commit 696bd00021e3e959ed8b4854611799cda96f187d) Signed-off-by: Caolán McNamara <caolanm@redhat.com>
2012-04-24fail earlier on oversized imagesCaolán McNamara1-8/+19
Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
2012-04-23fdo#46687 - fix find toolbar X error handlingMichael Meeks1-0/+4
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> (cherry picked from commit 9eed733f85e8003696271e63a3fcfc660511b7ef) Sigbed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-04-23Fix fdo#45848Korrawit Pruegsanusak1-1/+1
regression from 5dd4f9ecb2f50cf76b44472e4438297b6c65184c The change: - if(m_GlyphsList.size()>1) + if(!m_GlyphsList.empty()) is incorrect, so change it back. (cherry picked from commit bcb4defef7c9147a94ef19a51a18715449d3572d) Signed-off-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit fc0c85e8628bf90afd4a47c20b3d1bc2a9c01b36) Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Michael Meeks <michael.meeks@suse.com> Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-04-23Minor backporting fixFridrich Štrba1-1/+1
Signed-off-by: Michael Stahl <mstahl@redhat.com> Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Signed-off-by: David Tardon <dtardon@redhat.com>
2012-04-23fdo#48969: add unit test for Converter::convertDoubleMichael Stahl1-0/+72
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Signed-off-by: David Tardon <dtardon@redhat.com>
2012-04-23fdo#48969: GetConversionFactor: add inch as source unitMichael Stahl1-10/+142
Also, add whole bunch of missing cases while at it. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Signed-off-by: David Tardon <dtardon@redhat.com>
2012-04-23fdo#48969: switch units in Converter::convertDoubleMichael Stahl2-2/+3
The factor here is used to divide, so the parameters have to be switched; this has always been broken but probably before 3ca2bef76886450058d1667703aeafe4c2e456c3 nothing called this. This also reverts 7bf1fa3757133f12cf6ca624f8cee6ba5363e7d8 because that was a workaround for the problem in the wrong place. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch> Signed-off-by: Miklos Vajna <vmiklos@suse.cz> Signed-off-by: David Tardon <dtardon@redhat.com>
2012-04-23fdo#48356 fix RTF import of special unicode charactersMiklos Vajna1-1/+1
The \'0d string should not be an exception when ignoring characters after the \u control word. Signed-off-by: Andras Timar <atimar@suse.com> Signed-off-by: Caolán McNamara <caolanm@redhat.com> Signed-off-by: David Tardon <dtardon@redhat.com>
2012-04-20resolved fdo#48856 update sheet-local named expressions correctlyEike Rathke5-43/+42
This combines from master: 44481da569df85aa91455fdc2892a4e0c5818e6c Author: Markus Mohrhard <markus.mohrhard@googlemail.com> update relative local range names, fdo#48856 Signed-off-by: Eike Rathke <erack@redhat.com> 409f11ae387c859dcf9275c08093649a676e1f9e Author: Eike Rathke <erack@redhat.com> fdo#48856 update sheet-local named expressions correctly * Named expression must be updated before any formulas that would access them. * Handle all ocName tokens differentiating between global and sheet-local names. Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com> Signed-off-by: Noel Power <nopower@suse.com>
2012-04-20fdo#46074 Ignore corrupted items in Recent DocumentsStephan Bergmann1-10/+28
Signed-off-by: Tor Lillqvist <tlillqvist@suse.com> (cherry picked from commit 488b766836ef41c51670175fc2eeff7c9640e86c) Signed-off-by: Noel Power <noel.power@novell.com> Signed-off-by: Michael Stahl <mstahl@redhat.com>
2012-04-18bump product version to 3.5.3-rc1+, release number to 1Petr Mladek2-17/+17
2012-04-18Branch libreoffice-3-5-3Petr Mladek0-0/+0
This is 'libreoffice-3-5-3' - the stable branch for the 3.5.3 release. Only very safe changes, reviewed by three people are allowed. If you want to commit more complicated fix for the next 3.5.x release, please use the 'libreoffice-3-5' branch. If you want to build something cool, unstable, and risky, use master.
2012-04-18optimize: traverse children with WINDOW_FIRSTCHILD/WINDOW_NEXTCaolán McNamara1-14/+18
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-18avoid using the new rdb reading logic for empty/non-existent directoriesMichael Meeks1-1/+1
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-04-18add 5.3 into the db check for-loopRene Engelhard1-1/+1
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-18fdo#38635: sw: fix border corner gaps:Michael Stahl1-4/+16
The start and end points of the vertical and adjacent horizontal borders were apart by 1.5 to 3 twips, leading to small visible gaps in the corners. This is fixed by using lcl_AlignWidth/lcl_AlignHeight on the border widths, and by always computing the start/end positions from the outer edge, which makes the horizontal and vertical start/end points match. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2) (cherry picked from commit b08e9f3023e9ea1ca0926334becac939ca8fdfac) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-04-18sw: create horizontal border lines with start left and end rightMichael Stahl1-10/+10
(cherry picked from commit 1d5e263a129c56e561ce145bad9749027c583a75) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-04-18fdo#44861 make "Replace All" work with REsDavid Tardon1-2/+2
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke2-10/+19
i.e. if more than one document open and dialog invoked on any but the first document. Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-04-17fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe1-1/+1
this fixed a regression slipped into 8808d77f199720be596a09084fbc36569ed2f1f1 Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-04-17Update OxygenOffice's configKalman Szalai - KAMI1-11/+23
2012-04-17png parsing regression testCaolán McNamara12-11/+40
Signed-off-by: Petr Mladek <pmladek@suse.cz> Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-17OfficeConnection: kill soffice process when Java bridge is disposedMichael Stahl1-15/+24
In the rare case that the soffice process outlives the Java side UNO bridge, ensure that soffice.bin doesn't continue running. Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-17OfficeConnection.java: don't wait forever if terminate() failsMichael Stahl1-1/+6
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-17oosplash: handle SIGTERM by killing soffice.binMichael Stahl1-0/+16
Conflicts: desktop/unx/source/start.c Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-17ExecuteQuerySaveDocument: return NO when headless instead of CANCELMichael Stahl1-0/+5
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-17cppcanvas: processEMFPlus: fix valgrind warning:Michael Stahl2-4/+4
When reading EmfPlusRecordTypeDrawImagePoints, handle the variant where points are stored as 16-bit integers instead of floats correctly. Found via valgrind on loading bugdoc from fdo#42252. Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-04-17Fix fdo#47484 - use older ODF encryption by defaultThorsten Behrens1-4/+4
As recently discussed, 3.5.x will use the older, more backwards- compatible encryption methods, as a way to transition people over. Starting with 3.6, the stronger AES will be the default. In all versions, this is configurable though. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17fdo#42537: fix RTL menu rendering on WindowsIvan Timofeev2-9/+29
Signed-off-by: Andras Timar <atimar@suse.com>
2012-04-17ClrContourCache for SwAnchoredDrawObjects (fdo#45376)Andreas Schierl1-0/+5
call it only for contour wrapped drawing objects Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17Fix fdo#33591 - edge-case trans gradients came out emptyThorsten Behrens1-0/+2
Gradients with start==end got us zero steps, thus no fill at all. Funnily this was wrong since pre-3.0 or somesuch. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17to find the headers and (static) library of our internal opensslLaurent Godard1-0/+7
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17fdo#48431: More reliable way to check for RTL text.Kohei Yoshida2-26/+35
This is probably more reliable way to fix fdo#32530 such that it won't cause the regression in rendering Thai texts as reported in fdo#48431. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17allow to download main source tarballs againPetr Mladek3-14/+14
The file "core.ver" was removed in configure together with other "core.*" files. It was ugly name. Better to use "sources.ver" and the variable "lo_sources_ver=..." The source version is not used in "unpack-sources", so do not source the .ver file at all. The source tarballs are put into "major.minor.micro" version subdirectory on the download site now. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-04-17unpack-sources, download: update for .xz source tarballsPetr Mladek2-15/+16
Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
2012-04-17fdo#33914 do not play sound in presenter consoleDavid Tardon2-13/+19
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17re-open output file on save to fsync to improve first-start performanceMichael Meeks2-5/+12
(cherry picked from commit a0b5ba2e821091b8053bfc1d2f9c99aca7431907) Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
2012-04-17fdo#38635: fix border printing:Michael Stahl1-67/+0
Apparently this special case in lcl_PaintLeftRightLine for printer output devices is no longer necessary with the new drawing layer borders and causes the vertical border lines to be far too short, leading to visible gaps in the PDF. (regression from 0f0896c26fb260d1bbf31d7a886df3f61837f0f2) (cherry picked from commit 502c93143ef29989692ca3e63e3e6abc255fd53f) Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
2012-04-16method should be publicCaolán McNamara1-1/+1
2012-04-16fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna1-1/+5
We already ignore textframes inside tables, the same should be done with textboxes till they can be handled properly. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-16configure.in: fix Qt detection in Debian/Ubuntu multiarchRene Engelhard1-0/+13
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-16merge armhf bridge fixes from masterRene Engelhard9-52/+197
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2012-04-16Uploading new release of libvisio (0.0.16)Fridrich Štrba4-17/+6
Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2012-04-16stoc: accelerate opening of multiple XML .rdb files in a directoryMichael Meeks4-26/+146
Instead of nesting these, we aggregate them into a single non-nested registry, which saves lots of CPU at startup, sadly we can only do that for the new-style XML registries, so we have to sniff files, nevertheless this is still far faster. The merged xml files also break the XSimpleRegistry::getURL() method - but it appears not to get called. Signed-off-by: Stephan Bergmann <sbergman@redhat.com>