df-libreoffice:libreoffice-4-0-3

Last commit made on 2013-05-03
Get this branch:
git clone -b libreoffice-4-0-3 https://git.launchpad.net/df-libreoffice
Members of The Document Foundation can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
libreoffice-4-0-3
Repository:
lp:df-libreoffice

Recent commits

6b18c58... by Petr Mladek <email address hidden>

bump product version to 4.0.3.3+, release number to 3

Change-Id: I1b9e9fecae53b5d8d36ee62227465e0f10770e0c

6216457... by Eike Rathke

resolved fdo#63779 case-insensitive non-regex search broken

Broken with 531538892795bec909bb8baff6bbf9e19baf809e

Change-Id: I0302baee0532ab8f10853c648bf695a58cfe273c
(cherry picked from commit db46a7336e330516f4df4e41f6895aa1afb03450)
Reviewed-on: https://gerrit.libreoffice.org/3742
Reviewed-by: Petr Mladek <email address hidden>
Tested-by: Petr Mladek <email address hidden>
Reviewed-by: Fridrich Strba <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

cc222e9... by Petr Mladek <email address hidden>

bump product version to 4.0.3.2+, release number to 2

Change-Id: I1f021ef565ce2923eb73b34fdd53a99b2f6fdff0

791a8f2... by Michael Meeks <email address hidden>

fdo#62815 - tolerate crazy / out-of-bound ScreenNumbers for FullScreen

Thus making the gtk+ backend more similar to the generic backend
in this regard; also be more strict about invalid monitors -> empty
screens.

Change-Id: Ia4f2e1205cb1d309fb1bb01f9631167339a3478e
Signed-off-by: Petr Mladek <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/3695
Reviewed-by: Fridrich Strba <email address hidden>
Tested-by: Caolán McNamara <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>

800b17f... by Miklos Vajna <email address hidden>

fdo#58949 EmbeddedObjectContainer: guard against embed::WrongStateException

The problem was that in case an exception was thrown, it was only caught
outside the loop, so in case any error occurred, we didn't even try to
export the remaining objects. At least in case of
embed::WrongStateException, this is safe to do.

(cherry picked from commit 6238cfe27f0a202f3fbf482cde2b0a3189adc86f)

Change-Id: I71a7abc45a89bebc667664bc001245bb886a8d83
Reviewed-on: https://gerrit.libreoffice.org/3624
Reviewed-by: Fridrich Strba <email address hidden>
Tested-by: Fridrich Strba <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/3658
Tested-by: Petr Mladek <email address hidden>
Reviewed-by: David Tardon <email address hidden>
Tested-by: David Tardon <email address hidden>
Reviewed-by: Petr Mladek <email address hidden>

c7027a0... by Eike Rathke

fixed out of bounds vector access

in ScColumn::FindNextVisibleRowWithContent() if starting from the
position all including the last present cell of a column are blank

Change-Id: I0270331444f1707b6ad413f6127ae4c2cf0b1984
(cherry picked from commit 3874bad70ea48deed91b9966b3d35782b5584f7d)
Reviewed-on: https://gerrit.libreoffice.org/3585
Reviewed-by: Fridrich Strba <email address hidden>
Reviewed-by: Markus Mohrhard <email address hidden>
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>
Tested-by: Petr Mladek <email address hidden>
Reviewed-by: Petr Mladek <email address hidden>

36a1868... by Fridrich

Uploading new fresh wonderful libvisio-0.0.26

The release fixes several instances of data loss during conversion:
  * Fix missing WMFs in some Visio files
  * Don't truncate end of the text
and some problems with text encoding and display:
  * Use ICU for text encoding conversions
  * Honour the "HideText" property

(cherry picked from commit 105bb26e53049a317a43c13ebd9f706df760f27f)

Conflicts:
 download.lst
 libvisio/ExternalProject_libvisio.mk

Reviewed-on: https://gerrit.libreoffice.org/3552
Reviewed-by: Michael Meeks <email address hidden>
Tested-by: Michael Meeks <email address hidden>
(cherry picked from commit 0deb04fb8613c8aaf1ca9154b5ac53c0e0889d40)

Change-Id: I00f18e64f60358f826720cc8d6af36c77a98a062
Reviewed-on: https://gerrit.libreoffice.org/3601
Reviewed-by: Tor Lillqvist <email address hidden>
Tested-by: Tor Lillqvist <email address hidden>
Reviewed-by: Petr Mladek <email address hidden>
Tested-by: Petr Mladek <email address hidden>

b92192c... by Andras Timar <email address hidden>

Updated core
Project: translations acec6a171fc07b4c18ad94981cd613ddd3f128f1

e8e94a0... by Jan Holesovsky <email address hidden>

fdo#59259: Suppress the expensive parts when we are only writing to metafile.

When we are launching the printing dialog, we first draw the page using
drawinglayer to a metafile, and then render the metafile. Unfortunately, here
we did the real operation of allocating large bitmaps, and destroying them
again; all that just to throw all that away at the end of the operation.

The preview sets the mbOutput to false correctly, so we can just skip the
expensive parts.

Change-Id: Ice77d83100eba339602bbdf374fec8546d4d1e12
Reviewed-on: https://gerrit.libreoffice.org/3597
Reviewed-by: Fridrich Strba <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

63397e1... by Michael Stahl <email address hidden>

fdo#60280: sw: restore anti-aliasing for all OLE objects

The OLE case in SwNoTxtFrm::PaintPicture() was mis-merged to modify the
anti-aliasing always but reset it only for Charts.

(regression from 44cfc7cb6533d827fd2d6e586d92c61d7d7f7a70)

Change-Id: I0d740e621c3fd71f308d980581edb3c16308c06e
(cherry picked from commit 954d695827431a5badd1a993d8f364c669ca9c9c)
Reviewed-on: https://gerrit.libreoffice.org/3589
Reviewed-by: Fridrich Strba <email address hidden>
Tested-by: Fridrich Strba <email address hidden>
(cherry picked from commit f3e8a9649ac653eafaf8c5fa57e20d3dbe90d82c)
Reviewed-on: https://gerrit.libreoffice.org/3594
Reviewed-by: Eike Rathke <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>