df-libreoffice:libreoffice-6-0-3

Last commit made on 2018-03-29
Get this branch:
git clone -b libreoffice-6-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-6-0-3
Repository:
lp:df-libreoffice

Recent commits

e2ccc10... by Christian Lohmaier <email address hidden>

bump product version to 6.0.3.2.0+

Change-Id: If590ad23721bab1a9fc7cfce75f2423f96e7ba1d

3881355... by Christian Lohmaier <email address hidden>

update credits

Change-Id: I8973bbbfd0b51106b528c1def872e1018a9c2159
(cherry picked from commit 14a8dfcfae560d8bb8592af64f2d133683decfc2)
(cherry picked from commit 1a96483c413c7fd61f896ccb879b39b65d42749c)

d91a821... by Christian Lohmaier <email address hidden>

update emoji autocorrect files from po-files

Change-Id: I3247b2deb2c44ca2babc495d1fb1777bd6894c3e
(cherry picked from commit 5fec56c7e472cdd5484936f71e1ae2e1b13d5e1c)

27c12dd... by Christian Lohmaier <email address hidden>

Updated core
Project: translations ca53eb168dd114836777fe715c4c74e252de546f

update translations for 6.0.3 rc2

and force-fix errors using pocheck

Change-Id: I5f641c7162f8044ed54531b317a28cdd918d3ba3
(cherry picked from commit ef1d018c8b016c29186b0391a830ce83e8d9198b)

084e029... by Eike Rathke

Resolves: tdf#116468 do not check array/matrix context for reportdesign

It doesn't have any, and worse, there's no currently active OpCode
symbol map that could be used to create strings from tokens.

Regression from

    commit bf1ffc64128f5b96d7c2fcc7adc81cbc25e232fd
    Date: Sun Jul 16 15:18:09 2017 +0200

        FormulaDlg_Impl::UpdateValues: evaluate in force-array context if present

Change-Id: I77c2035fdd0926f67fcc85e7090f30485b4e312c
(cherry picked from commit 3a3a61bce913b564c7b7a98c56b55cbc11ea273a)
Reviewed-on: https://gerrit.libreoffice.org/51643
Reviewed-by: Lionel Elie Mamane <email address hidden>
Reviewed-by: Mike Kaganski <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

dbe02ba... by Eike Rathke

Resolves: tdf#116242 handle negated diacritics correctly and show checkbox

 This is a combination of 2 commits.

Resolves: tdf#116242 handle negated diacritics correctly and show checkbox

The "ignore diacritics" implementation is not only about CTL,
whatever its names suggest. It uses an ICU
"NFD; [:M:] Remove; NFC" transliteration that decomposes and
removes *any* diacritic.

Thus treat it as such and don't hide the checkbox if CTL is not
enabled, but more important preset the sensitive values, and
handle the UI vs implementation oddity correctly; UI "sensitive" /
code "include" means to *not* *ignore*, obtain the proper negated
value from the checkbox.

Unfortunately the setting is stored in the configuration, so an
update will still present the user with an unchecked
Diacritics-sensitive box s/he has to enable once.

The actual failure (diacritics always ignored) is a fallout from

    commit d4064927a2e83c974d4ee9538081e8a4fcdb1e34
    AuthorDate: Tue Oct 3 10:26:28 2017 -0800
    CommitDate: Thu Oct 26 17:24:26 2017 +0200

        tdf#111846 Find & Replace: Rename diacritics and kashida options

(cherry picked from commit d99ae18b68d3889c999b59485006f85f7faa201c)

Change IsIgnoreDiacritics_CTL default to false, tdf#116242 follow-up

And adapt description to reality.

(cherry picked from commit a8959a26e18237c458a853f2ca7524e875d4c1b6)

ab35b74f4cbe7dc91fd0570adcc634faba96b5de

Change-Id: I65f2a23b66370fdfe2d170c17c7736a3b4177192
Reviewed-on: https://gerrit.libreoffice.org/51382
Reviewed-by: Miklos Vajna <email address hidden>
Reviewed-by: Adolfo Jayme Barrientos <email address hidden>
Reviewed-by: Mike Kaganski <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

e621e10... by László Németh

tdf#116586 fix LibreOffice crash by Hungarian personal dictionary

"AkH. 11. (old orthography)", caused by bad handling of forbidden words
of alias compressed dictionaries during run-time dictionary extension.

Note: accepting also all – previously forbidden – affixed
forms of the modified stem is a removed function: "Grammar by" spell
checking (for example, in LibreOffice via SPELLML interface of Hunspell)
supports user words with affixation and compounding.

The original idea was to add substandard or interfering words
as forbidden words – but with flags – to the dictionary, and adding
the stem to the personal dictionary could “switch on” the affixed
forms of the word, too. Now the suggested method is using
"Grammar by" personal dictionaries, as in LibreOffice:

https://wiki.documentfoundation.org/ReleaseNotes/6.0#.E2.80.9CGrammar_By.E2.80.9D_spell_checking

Change-Id: I8160d3f49a73cb2481d51c336115b6c27e7c9f1d
Reviewed-on: https://gerrit.libreoffice.org/51918
Tested-by: Jenkins <email address hidden>
Reviewed-by: Andras Timar <email address hidden>
(cherry picked from commit cb717d293f31ac98d2fd214f792ac5c1441aa444)
Reviewed-on: https://gerrit.libreoffice.org/51936
Reviewed-by: Aron Budea <email address hidden>
Reviewed-by: Eike Rathke <email address hidden>
Reviewed-by: Miklos Vajna <email address hidden>
Reviewed-by: Caolán McNamara <email address hidden>
Tested-by: Caolán McNamara <email address hidden>

3f0705b... by Eike Rathke

Resolves: tdf#116100 fewer array of references cases, tdf#58874 related

In particular if in any ForceArray context use the matrix result
instead of the array of references list.

(cherry picked from commit cfc6cf5177f8df23af35c4509c0276a19de56cce)

Change-Id: I72328a690760637f6d31fadba447641c64711a67
Reviewed-on: https://gerrit.libreoffice.org/51380
Reviewed-by: Kohei Yoshida <email address hidden>
Reviewed-by: Markus Mohrhard <email address hidden>
Tested-by: Markus Mohrhard <email address hidden>

5116f74... by Eike Rathke

Resolves: tdf#116215 separate column sums and row sums, tdf#71339 related

Change-Id: Ifc7ab0c460f521ad3be4aa2785d54a1e4ed304e5
(cherry picked from commit 9d8dcec608dde63c68b34450a95a3b168121e289)
Reviewed-on: https://gerrit.libreoffice.org/51381
Reviewed-by: Kohei Yoshida <email address hidden>
Reviewed-by: Markus Mohrhard <email address hidden>
Tested-by: Markus Mohrhard <email address hidden>

828e41a... by Eike Rathke

Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warning

 This is a combination of 2 commits.

Resolves: tdf#114555 check .xlsx col/row/tab overflow and display warning

Cherry-picked from 66564dac88ffcc781b4fade7ca0f4f72af6b8bca and
backported / un-weld-ed by using the original patch set
https://gerrit.libreoffice.org/#/c/50541/1 before weld-ing, and
getRID_ERRCTX() instead of RID_ERRCTX.

Related: tdf#114555 cater for lastcolumn+1 oddity if last is last possible

Else our own saved .xlsx files raise the excess columns warning.

(cherry picked from commit ccc977ba10b61108a56e00a79c0f7a1517e026cc)

e1791dd026d9faf4b391ad34da43ec0c70c8de83

Change-Id: I3091a890b6d4a3f27d9284fc5c0e2df3bc8ce527
Reviewed-on: https://gerrit.libreoffice.org/50570
Tested-by: Jenkins <email address hidden>
Reviewed-by: Bartosz Kosiorek <email address hidden>
(cherry picked from commit 621634923ab7c11ceef9757c481f92977ef863f6)
Reviewed-on: https://gerrit.libreoffice.org/51384
Reviewed-by: Kohei Yoshida <email address hidden>
Reviewed-by: Markus Mohrhard <email address hidden>
Tested-by: Markus Mohrhard <email address hidden>