df-libreoffice:distro/lhm/libreoffice-5-2+backports

Last commit made on 2019-06-18
Get this branch:
git clone -b distro/lhm/libreoffice-5-2+backports 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:
distro/lhm/libreoffice-5-2+backports
Repository:
lp:df-libreoffice

Recent commits

940bd4b... by Sbergman

More uses of referer URL with SvxBrushItem

Reviewed-on: https://gerrit.libreoffice.org/73643
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <email address hidden>
(cherry picked from commit b518882de8213ef71a8003f95fbdf7689069c06d)
Conflicts:
 sw/source/core/text/porfld.cxx
 sw/source/core/unocore/unosett.cxx

Reviewed-on: https://gerrit.libreoffice.org/73860
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <email address hidden>
(cherry picked from commit 87c418a98650ab6e4a62a0b4b72e02fee358dced)

Change-Id: I04b524784df4ef453d8b1feec13b62f183a17e23
Reviewed-on: https://gerrit.libreoffice.org/74283
Reviewed-by: Michael Stahl <email address hidden>
Tested-by: Michael Stahl <email address hidden>

1704604... by =?utf-8?q?Caol=C3=A1n_McNamara?= <email address hidden>

explictly exclude LibreLogo from XScript usage

Change-Id: I567647f0e2f8b82e4ef2995c673abe82f4564228
Reviewed-on: https://gerrit.libreoffice.org/73659
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>
(cherry picked from commit cb0024e3668979dfdef44db5aa15ddfaf035e695)
Reviewed-on: https://gerrit.libreoffice.org/74282
Reviewed-by: Michael Stahl <email address hidden>
Tested-by: Michael Stahl <email address hidden>

3b490c0... by László Németh

sanitize LibreLogo calls

Change-Id: Ie4d9858e5b4b3e55ab08416fb9338d2df34ee5e1
Reviewed-on: https://gerrit.libreoffice.org/73627
Tested-by: Jenkins
Reviewed-by: László Németh <email address hidden>
(cherry picked from commit 1b63fa32bbd4a5b89d2ee3a53b28de4250c8dad3)
Reviewed-on: https://gerrit.libreoffice.org/74281
Reviewed-by: Michael Stahl <email address hidden>
Tested-by: Michael Stahl <email address hidden>

6a3c525... by Xisco Faulí Tarazona

mailmerge.py: Use strip in server name

Using spaces in the dialog might lead to incorrect server name
Reviewed-on: https://gerrit.libreoffice.org/44052
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

(cherry picked from commit 55ad93f29b1be106a7b475f92202ece3589584d8)

Change-Id: If057d0bf8dea55ccddfab8e0f21c8ef16d87dc92
Reviewed-on: https://gerrit.libreoffice.org/74187
Reviewed-by: Michael Weghorn <email address hidden>
Tested-by: Michael Weghorn <email address hidden>

6459ec8... by julien2412

tdf#103363: add unicodedata and import idna encoding for mailmerge

Thank you Moggi for your help on how to add unicodedata module to Python!

Reviewed-on: https://gerrit.libreoffice.org/32140
Reviewed-by: Julien Nabet <email address hidden>
Tested-by: Julien Nabet <email address hidden>
(cherry picked from commit 486efbfc74890582b16f858b8e937d4ae9b66f64)

Change-Id: I071e9279d1de4748f9443ac2d624fe925288e408
Reviewed-on: https://gerrit.libreoffice.org/74186
Reviewed-by: Michael Weghorn <email address hidden>
Tested-by: Michael Weghorn <email address hidden>

e8b99db... by Michael Stahl <email address hidden>

tdf#97630 xmloff: ODF extended draw:fit-to-size mess

The plan:

1. As Regina points out, there is already (in ODF 1.2, but not ODF 1.1)
   a style:shrink-to-fit attribute for shapes, so use this to represent
   the AUTOFIT value.

   The fallback from AUTOFIT to draw:fit-to-size="true" was a stupid
   idea anyway, probably "false" is less annoying in practice.

   There are 2 different shapes that implement TextFitToSize property:

   a) text shapes already interpret ALLLINES and PROPORTIONAL exactly
      the same
   b) fontwork custom shapes interpret ALLLINES but do nothing for
      PROPORTIONAL

   As Regina points out, there is no shape that needs to distinguish
   between ALLLINES and PROPORTIONAL, so we do a minor behavioral
   API CHANGE and from now on interpret PROPORTIONAL as ALLLINES
   on fontwork custom shapes. This obviates the need to distinguish
   the values in ODF and so we don't need a new attribute,
   just use draw:fit-to-size="true" for both.

   On import, use MID_FLAG_MERGE_PROPERTY to combine the 2 attributes
   into one value.

2. Restrict the export of draw:fit-to-size to only the standard
   values "true"/"false".

This implements step 1, the step 2 will be done in the future when
most users have the import of the style:shrink-to-fit.

Change-Id: I4a378aa110fdb82db7a99a839d7ff207248a73e7
Reviewed-on: https://gerrit.libreoffice.org/43521
Tested-by: Jenkins <email address hidden>
Reviewed-by: Michael Stahl <email address hidden>
(cherry picked from commit 33eb9fdb61033b3fd35d923900b1f5791f4b71c8)
Reviewed-on: https://gerrit.libreoffice.org/43596
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>
(cherry picked from commit 244dfe2f3fa874d99dacea191e2265a288457a98)
Reviewed-on: https://gerrit.libreoffice.org/73274
Tested-by: Michael Stahl <email address hidden>
Reviewed-by: Michael Weghorn <email address hidden>

d179d77... by Ilhan Yesil <email address hidden>

tdf#125103 Writer: input fields will be exported to docx

Changed the solution https://gerrit.libreoffice.org/#/c/70786/
of Vasily sligthly, so MS Office can recognize fields still
as fields.

ooxmlexport13 is not present in the 5.2 branch, so test case
is merged into ooxmlexport7.

Reviewed-on: https://gerrit.libreoffice.org/72868
Tested-by: Jenkins
Reviewed-by: Vasily Melenchuk <email address hidden>
(cherry picked from commit 62aaaad156ef0daccd2680161ef8b9b99d8a7bc0)

Change-Id: Id45330a96dfe002685c6ef3dc62e408c5f9f46c4
Reviewed-on: https://gerrit.libreoffice.org/73079
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>

5845eee... by Thorsten Behrens <email address hidden>

sc: fix WaE

Change-Id: I68aaeb638df6bb4858371adc81f80f4228be8ac9

3c2dfa6... by Michael Weghorn

tdf#123750 gtk3_kde5: Show removable devices in file dialog

Do the same for the gtk3_kde5 VCL plugin as commit
2c69c93fdb871809825fe8b9aff40b7afb093be8 does for the
kde5 one.

Change-Id: I6fc91d1dbe133bd905c033c9fce7d48c0b6464a0
Reviewed-on: https://gerrit.libreoffice.org/71384
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <email address hidden>
(cherry picked from commit c08f23b1470c0f49336c83c711d473584ce5c96f)
Reviewed-on: https://gerrit.libreoffice.org/72752
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>

5814680... by Vasily Melenchuk <email address hidden>

tdf#124565: calc: copy/paste manual row height

Row height being pasted is not sufficient without knowing
if it is auto height or was set manually.

Reviewed-on: https://gerrit.libreoffice.org/71706
Tested-by: Jenkins
Reviewed-by: Eike Rathke <email address hidden>
Reviewed-on: https://gerrit.libreoffice.org/71788
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>
(cherry picked from commit 5b32ac3e953d4ed92d4bec1a6ffbbee5b8af4f94)

Change-Id: I3c892fbe3ea5a54e7468fb23b993fa19370f85af
Reviewed-on: https://gerrit.libreoffice.org/72755
Reviewed-by: Thorsten Behrens <email address hidden>
Tested-by: Thorsten Behrens <email address hidden>