summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-28dbaccess OStatementBase: correctly check database metadataLionel Elie Mamane
the previous test didn't make any sense: * if xMeta.is(), then the test evaluated to false * if !xMeta.is(), then it called supportsMultipleResultSets (or supportsBatchUpdates, respectively) on a NULL pointer, which guaranteed a segfault / assert. Change-Id: I6d6b93350557936b924a286732ae6d4f5ab2ce56 (cherry picked from commit 66d7540bcf3f82de906a588f01d1fbedc3d2928c) Change-Id: Icb33a8d344cc5644fc4722e02aabfed6bbbc0e5d Reviewed-on: https://gerrit.libreoffice.org/47125 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org>
2017-12-28use right icons for the styles sidebar in breeze and elementaryandreas kainz
Change-Id: Idc2b686f754afe4708c15fefcda44b7c7742a2e9 Reviewed-on: https://gerrit.libreoffice.org/47097 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com> (cherry picked from commit 94ef490559d45ac0a077c0844760ee8bde6780a8) Reviewed-on: https://gerrit.libreoffice.org/47110
2017-12-27tdf#114088 tdf#113795 Improve Writer templatesLaurent BP
Main topic was to add Title in meta.xml to get names of templates localized Additionnal improvements: Businesscard-with-logo - set Title in meta.xml - remove configuration2 (update manifest.xml) - remove unused font - remove user defined styles - insert field Name instead of Name - remove language dependant information - links that need to be updated at the begining Modern business letter serif - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information Modern_business_letter_sans_serif - replace Open Sans font with Noto Sans - remove unused font - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information CV - set Title in meta.xml - remove unused font - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information Resume - remove unused font - remove configuration2 and settings.xml (update manifest.xml) - remove language dependant information - ODF validator does not accept 0in as first value of style:border-line-width-bottom, but seems valid in ODF 1.2 http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part1.html#property-style_border-line-width-bottom Default - set Title in meta.xml - add thumbnail.png (update manifest.xml) - remove language dependant information Modern - set Title in meta.xml - add thumbnail.png (update manifest.xml) - remove language dependant information Synchronize Templates names in strings.hxx Change-Id: I417c8398b0002a26e2f84d7efdaeddc0576f9a8c Reviewed-on: https://gerrit.libreoffice.org/46580 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> (cherry picked from commit de14f0487118d8ea15db54d94c44d7bd28833c82) Reviewed-on: https://gerrit.libreoffice.org/47008 Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-12-27tdf#103317 tdf#107027 tdf#113795 Impress TemplatesLaurent BP
Improve Impress templates: - remove settings.xml, picture, colortable and configuration2 (update manifest.xml) - restore preview in Notes - restore preview in Notes Master - remove english language tag to date - remove user defined styles - remove errors detected by ODF Validator - styles.xml: set draw:fit-to-size at "false" instead of "shrink-to-fit" and add style:shrink-to-fit="true" (suggested by Regina) - change font-weight="250" to font-weight="200" - replace Open Sans font with Noto Sans Regular (Impress.otp and Vivid.otp) - replace Open Sans bold font with Noto Sans Bold (Impress.otp) - remove declaration of unused fonts - add Title in meta.xml (to get template name translated tdf#89676) Change-Id: Ibab7ec8f4b3ad828cd85fc9d975acb8e87e7780e Reviewed-on: https://gerrit.libreoffice.org/45623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> Reviewed-by: Laurent BP <laurent.balland-poirier@laposte.net> (cherry picked from commit ebbcdd2416b02f2d796dc0dd24bc013be39575b3) Reviewed-on: https://gerrit.libreoffice.org/47007 Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-12-27tdf#107555 Apply 'Default Style' table style to newly inserted tablesJim Raykowski
Change-Id: Iac32542bdefc32b07c63cc41cf0f693cc2ca799d Reviewed-on: https://gerrit.libreoffice.org/44147 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 416f7578d6332b5b5a4445f26307d73925188e41) Reviewed-on: https://gerrit.libreoffice.org/46842 Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
2017-12-27tdf#114605 Allow line split buttons to work in the menusYousuf Philips
Change-Id: Ie6cb2b19c56cb5b38f1dca89dba775970f405748 Reviewed-on: https://gerrit.libreoffice.org/46905 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit eb5c30450e1966caf476dbbc63669b1593d5c5a7) Reviewed-on: https://gerrit.libreoffice.org/47014 Reviewed-by: Heiko Tietze <tietze.heiko@googlemail.com>
2017-12-27Fix labels for page-related group button entriesYousuf Philips
Change-Id: Ia6ed455cc7b5e41895950a22b8d75284c847ebee Reviewed-on: https://gerrit.libreoffice.org/46873 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit ca1bcb40ea27492c0f3a452c4a318b540a9ff09c) Reviewed-on: https://gerrit.libreoffice.org/46876 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Sophie Gautier <gautier.sophie@gmail.com>
2017-12-26Avoid crash without GPGTor Lillqvist
Change-Id: I5489012544fdf736784608b274359ea99f9ffe45 (cherry picked from commit 1b73ed91e1cce20b3b552a36d449fb96cc57bf4f) Reviewed-on: https://gerrit.libreoffice.org/46977 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-12-26Updated coreOlivier Hallot
Project: help cd872746d22ed4904b59c761855af5159d7eccb6 Fix <filename> root path The missing slash corrects the caculation of the <base> tag. Change-Id: I1d1affcaef8b69049452f67d5ec122f6722874c6 Reviewed-on: https://gerrit.libreoffice.org/47061 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit be3381c27d46e71df2d513e42c1d68f3e0a14bfb) Reviewed-on: https://gerrit.libreoffice.org/47063 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-12-23Correct impress slide pane popup Navigate labelYousuf Philips
Change-Id: Idd582e4559cd6bd1005de0d8158e57d40ddd3c98 Reviewed-on: https://gerrit.libreoffice.org/46903 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 86fc5440dd2b4634635202c09d1e6240909d68f7) Reviewed-on: https://gerrit.libreoffice.org/46917 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
2017-12-23tdf#103317 tdf#89676 clean-up Impress templatesLaurent BP
Blue_Curve - Remove unused fonts - Restore preview in Notes Master - Remove Autofit to outline of slide 2 - add Title in meta.xml Classy_Red - Remove unused fonts - Restore width in Notes Master 1 - add Title in meta.xml Forestbird - Remove unused fonts - Restore preview in Notes Master - add Title in meta.xml Lights - Remove unused fonts - Restore preview in Notes Master - add Title in meta.xml Lushgreen - Remove unused fonts - Restore preview in Notes - Restore preview in Notes Master - add Title in meta.xml Nature_Illustration - Remove unused fonts - add Title in meta.xml Piano - Remove unused fonts - Restore preview in Notes Master - add Title in meta.xml Change-Id: I7338332b6424161a7a11854b47dec6193b205b7c Reviewed-on: https://gerrit.libreoffice.org/45697 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Gabor Kelemen <kelemeng@ubuntu.com> Tested-by: Gabor Kelemen <kelemeng@ubuntu.com> (cherry picked from commit 39d1022967297524b852b5c82e78d815cf908b3d) Reviewed-on: https://gerrit.libreoffice.org/47006 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-12-22Elementary Breeze-icon theme fixesandreas kainz
Change-Id: Ieb154287f43e70dec747ecf4b5c7cd348883fe43 Reviewed-on: https://gerrit.libreoffice.org/46872 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: andreas_kainz <kainz.a@gmail.com> (cherry picked from commit 2c6d6c113177e25b9ae1674c1e8de0b3c8ae1327) Reviewed-on: https://gerrit.libreoffice.org/46920
2017-12-22lokdocview: Handle INVALIDATE_HEADER cbPranav Kant
With this calc gtktiledviewer or any other lok client shouldn't crash anymore when a new view is opened. And while at it, update documentation of callbacks. Change-Id: I436c3b424dd4e2e6b8c312b0d3ba43d7006e944b (cherry picked from commit 71cd37fad9792038279969c82e0cb209df06f024) Reviewed-on: https://gerrit.libreoffice.org/46950 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-12-22tdf#114306 fix unexpected page break in row-spanned tableManfred Blume
If a para gets moved off to another page, it never gets moved back. Make IsMoveable() more symmetric, add condition to MoveBwd to also claim table content back. Reviewed-on: https://gerrit.libreoffice.org/46021 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> (cherry picked from commit 18765b9fa739337d2d891513f6e2fb7c3ce23b50) Change-Id: I5366eb824f0ef7016599c777786cbdf42f65b9b5 Reviewed-on: https://gerrit.libreoffice.org/46942 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2017-12-22tdf#106781 Add icons for new numbering list stylesYousuf Philips
Change-Id: Idcf13b6479643fb256823a69aad99023de7f7624 Reviewed-on: https://gerrit.libreoffice.org/46943 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e62d00db505258ac788958e354b5f928a99d4cad) Reviewed-on: https://gerrit.libreoffice.org/46956 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-12-22Add UI config option to enable/disable threading.Dennis Francis
Clarify that this is experimental. Change-Id: I7a83d80c0db233a48026d1254021b926f28002f3 Reviewed-on: https://gerrit.libreoffice.org/46782 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-on: https://gerrit.libreoffice.org/46937 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-12-22rhbz#1527945 segv on failed open of password protected doc in gnome-documentsCaolán McNamara
Change-Id: I1bec502ae20d03214c673d8911792c89669c0fe9 Reviewed-on: https://gerrit.libreoffice.org/46922 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-12-22Invert logic, include only known good, tdf#114251 relatedEike Rathke
Change-Id: Ic362ad6c35f7f6374fc262029251e48e4f82d778 Reviewed-on: https://gerrit.libreoffice.org/46863 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit b366adcf5aca8bb22ccd0dd270ab08e9c8976b5b) Reviewed-on: https://gerrit.libreoffice.org/46877 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-12-22Exclude more special OpCode values from vectorizationEike Rathke
Namely those that have some reference assigned. Change-Id: Icd5f79612295f13d552a256233b8f1298e3e5359 (cherry picked from commit b34c0cd9ada297e9565b1a93fcaa2a96333e1881) Reviewed-on: https://gerrit.libreoffice.org/46859 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-12-21Revert the incomplete dialog tunneling, the API has changed completely.Jan Holesovsky
Change-Id: I50fb8c83365cefb8c8e76096fe257d31970a68b4 Reviewed-on: https://gerrit.libreoffice.org/46927 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-12-21Resolves: tdf#114592 mark geometry as provisionalCaolán McNamara
when we predict what it will be and use that flag to decide to forward notification of arrival of confirmation of geometry Change-Id: I4a7334d75eb7977c85aebcf2b652cc4b2d6b25bb Reviewed-on: https://gerrit.libreoffice.org/46912 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
2017-12-21tdf#103080 October 2017 update to Noto fontsYousuf Philips
In addition to updates to the already bundled fonts, Condensed and Light weights of English Noto Sans and Noto Serif have been added, as well as the addition of the Noto Sans Arabic Change-Id: I72bd7815d678fb4723692eb90d352d012ffe035e Reviewed-on: https://gerrit.libreoffice.org/46596 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e45e2c4897933f14c90a65fa74d0ad2a0b620ede) Reviewed-on: https://gerrit.libreoffice.org/46841 Reviewed-by: Eike Rathke <erack@redhat.com>
2017-12-21tdf#37697 Fix incorrect toolbar separatorYousuf Philips
Change-Id: I2b42fd785516f6f719ba3853e9694652ad03e850 Reviewed-on: https://gerrit.libreoffice.org/46880 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e07937bb4eccda742b03bfa9e7f0eb9d4e899e4e) Reviewed-on: https://gerrit.libreoffice.org/46918 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2017-12-21Updated coreOlivier Hallot
Project: help a033bdbf3aec12cb3d55fe5878bf3a30b59357c9 Fix XML tag <ahelp/> Change-Id: I0d2675b69675c26d9dcc1d2bee0abb745638b24e Reviewed-on: https://gerrit.libreoffice.org/46906 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit bb3fd71d51c84aa93df51c9e66d2dc0d1596d1a9) Reviewed-on: https://gerrit.libreoffice.org/46914
2017-12-21tdf#104229: properly switch to def sidebar deck on status changeAron Budea
regression since a64999511ae654131d997eec9a3d78478cfc1c75 Change-Id: Id1d0a76f89c41e88511f670f1aac4b866e4c15c6 Reviewed-on: https://gerrit.libreoffice.org/46840 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit f2f5ebcee462472b27b610f53abc7f9a6378462b) Reviewed-on: https://gerrit.libreoffice.org/46881
2017-12-21Updated coreAndras Timar
Project: translations 27c365ae0c967480ce4a6c37ebe0a953dca7ab9b Updated Slovenian translations Change-Id: I90ef315a56f3ee86f48750fa2165a6f33b0cf001
2017-12-20Updated coreAndras Timar
Project: translations 46ad5ef5969eaa0cb76b0c031068b97370e40f0f Updated Slovenian translation Change-Id: I8b96fdfc2d6248a51c1981122d6d3392e4505dc5
2017-12-20bump product version to 6.0.0.1.0+Christian Lohmaier
Change-Id: Ic7a87fdb4eb56490b189171908299e41a69a75b3
2017-12-20update creditsChristian Lohmaier
Change-Id: I86df8d4ff4e2241583e41bceb37dce61ed90acad (cherry picked from commit c6c1c7e6031f8b438cb8ad8b3eaf79abc2771ff6)
2017-12-20Updated coreChristian Lohmaier
Project: translations 8654a1943dfdf029b56c00373461fafbbd489a0f update translations for 6.0 rc1 Change-Id: I8421ed204e28c33dbe09d83f2f3882ba422391dd (cherry picked from commit b3a5620ad5ed08bdb77738d8cb2b8e08495606c7)
2017-12-20Updated coreAndras Timar
Project: translations 3f36de41a705801f0c061ecd3e311a72ff504abe Updated Slovenian translation Change-Id: Ic42d61061b9de8c3204385df2c2df8641a8708c5
2017-12-20tdf#113538 Add Hebrew fonts into default installationYousuf Philips
Includes these fonts * Alef * David CLM * David Libre * Frank Ruehl CLM * Frank Ruhl Hofshi * Miriam CLM * Miriam Libre * Miriam Mono CLM * Nachlieli CLM * Rubik Change-Id: Ib16a30c1f5b8fae372b3f9fc3f6de8a3be55bc85 Reviewed-on: https://gerrit.libreoffice.org/45101 Reviewed-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Yousuf Philips <philipz85@hotmail.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 4099b7628405e0ad16844eb59a916aa56ffa76ad) Reviewed-on: https://gerrit.libreoffice.org/46752 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-20tdf#91781 Round of improvements to Writer's menus for 6.0 (2)Yousuf Philips
Change-Id: I33a2ab28c27c9c2203c5f4ee66000af2cd357891 Reviewed-on: https://gerrit.libreoffice.org/46814 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-20Add emojis of Unicode 7, 8, 9 and 10László Németh
for translation of the new shortcodes, (also fixing a few older ones). Note: only translations are added to the autocorrection, so there won't be untranslated strings in a non-en-US autocorrection table. (cherry-picked from master from the commit 87ada8f, also removing the empty line added by mistake) Change-Id: Iff1c6f1d693b8e877a699c79fc3cf81d60dc6318 Reviewed-on: https://gerrit.libreoffice.org/46753 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: László Németh <nemeth@numbertext.org> Reviewed-on: https://gerrit.libreoffice.org/46780 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-20tdf#114545 Enabling/Disabling Ok button depending on correct formattagezi
Change-Id: Iab3c4363dda0260d16c7167946044c39c21b863a Reviewed-on: https://gerrit.libreoffice.org/46790 Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com> Tested-by: Jenkins <ci@libreoffice.org> (cherry picked from commit 7504af39686171ffb16e70f798d9ecf4ea98f1d3) Reviewed-on: https://gerrit.libreoffice.org/46823 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-20tdf#105517: overwrite existing scheme colors in vectorAron Budea
Theme overrides stopped working once ClrScheme::maClrScheme was changed to vector, and colors were always appended to it. Regression from f3121049828596b369e3ea844355d61666e49795. Change-Id: Iae850dcabf57b12d8a564e84acf38d9988cfe963 Reviewed-on: https://gerrit.libreoffice.org/44242 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 021081823aeebcfa395662d0c04535a243977c2e) Reviewed-on: https://gerrit.libreoffice.org/46828
2017-12-19Uncheck Engineering notation checkbox on Scientific selectionJim Raykowski
In Calc, the Engineering notation checkbox in the Sidebar Properties deck Number Format panel can show checked when the cell number format does not contain engineering notation. Change-Id: Ia26fc430aecd7af2e0f614bf9314d99f8408e690 Reviewed-on: https://gerrit.libreoffice.org/46650 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 9e7caee0173c5ec2d8b5cfa6aedfd1c9674d442b) Reviewed-on: https://gerrit.libreoffice.org/46826
2017-12-19tdf#113547 DOCX import: fix handling of stub numbering overridesMiklos Vajna
Regression from commit c72a1a74b5b1064fc9cdf9994b11fce26d866e26 (Related: tdf#112211 DOCX import: fix handling of missing first ind in <w:lvl>, 2017-09-19), now that a numbering level can have default properties, we need to differentiate between the case when the level has real properties or it has only default properties. Merging of properties is not necessary when the abstract numbering has properties, but the "override" has default properties only. (cherry picked from commit a0bf35f7c0eedbe04783285a4a7071e68baeb7fe) Change-Id: Idbcbd0f66932514612e11fe82377f2b68ac9e403 Reviewed-on: https://gerrit.libreoffice.org/46777 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-19ofz#4689 avoid recurse to deathCaolán McNamara
Change-Id: Ie578a767cd8646c4e67c302a67b46ce1f1637122 Reviewed-on: https://gerrit.libreoffice.org/46773 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-19don't export category info to bubble charts, tdf#103988Markus Mohrhard
Change-Id: Ic2ecd959841172db3f4016b4a1ba667238c6c508 Reviewed-on: https://gerrit.libreoffice.org/46749 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 1252f32496193e8ed532de744db31413768b8efa) Reviewed-on: https://gerrit.libreoffice.org/46803
2017-12-19Resolves: tdf#114539 only pop own parameters from stackEike Rathke
... and not another pending one.. Change-Id: Ief5c27ccfb0b4121f2ba019e0fb8770dabbf60cf (cherry picked from commit 4b444b4c1efc2be219e6975e30048ff616fdac0f) Reviewed-on: https://gerrit.libreoffice.org/46800 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-19Add emojis of Unicode 7, 8, 9 and 10 to en-US autocorrectionLászló Németh
also fixing some old shortcodes. Testing the new emojis in an en-US document: :dove: → 🕊 :popcorn: → 🍿 :spock: → 🖖 :unicorn: → 🦄 Note: only translations are added to the autocorrection, so there won't be untranslated strings in a non-en-US autocorrection table. (cherry-picked from the commit 481c67c) Change-Id: I2f519b52501dbeeff4de959e828387f2566bc54d Reviewed-on: https://gerrit.libreoffice.org/46754 Reviewed-by: László Németh <nemeth@numbertext.org> Tested-by: László Németh <nemeth@numbertext.org> Reviewed-on: https://gerrit.libreoffice.org/46781 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-19tdf#51188: notify that geometry has changed when dragging the connector.Mark Hung
Change-Id: I7b7cb7719c9c735eeb4f964b1ae6ce6819186aed Reviewed-on: https://gerrit.libreoffice.org/46319 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 98de1ed2e2c49ea52f398f666aef7480b60e4e3c) Reviewed-on: https://gerrit.libreoffice.org/46516 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-19disable and hide the data provider featureMarkus Mohrhard
It is not ready for the release yet. Change-Id: Ifa61a61a105d0850c3ca6fceadb4c02263ca163d Reviewed-on: https://gerrit.libreoffice.org/46802 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2017-12-19tdf#114479 : Use the SvNumberFormatter from ScInterpreterContextDennis Francis
This fixes one of the crash mentioned in the bug report, during loading of the bug document. The crash being the assert failure in ScDocument::GetFormatTable(). Change-Id: Iffb8ede1416f34f0cd9852fa3f8d1f199406c013 Reviewed-on: https://gerrit.libreoffice.org/46549 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit ced2f083483e2d60c077177b8a359d310e0976c3) Reviewed-on: https://gerrit.libreoffice.org/46792
2017-12-19Default to threaded calculation off for 6.0.Michael Meeks
Change-Id: I3aac6bc2514678236db7224b1ab68ff357f5f877 Reviewed-on: https://gerrit.libreoffice.org/46793 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2017-12-19fix validation error in lineChart export, related tdf#57832Markus Mohrhard
Change-Id: I282a6f476830d688837a9731234aaba37a13de16 Reviewed-on: https://gerrit.libreoffice.org/46673 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 70f9eb96ce3346e24d11ece1b2a75798cbb3c476) Reviewed-on: https://gerrit.libreoffice.org/46766 Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2017-12-19Updated coreOlivier Hallot
Project: help c31705b9387dd7c5a94717c7c9ab9ab86f6f5f28 tdf#92825 Update help pages for file menu for Writer and Draw Change-Id: I3af080fac087969129725360c41b75fff15f1856 Reviewed-on: https://gerrit.libreoffice.org/46755 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 9a20a71a42c6c3113b1e0c9d679565018474d2e4) Reviewed-on: https://gerrit.libreoffice.org/46786
2017-12-19Updated coreOlivier Hallot
Project: help 03d207a1e1b862d4613bdd9d7147b7b1ed046f92 tdf#92825 Update Help page for Math File menu Change-Id: Id6a7332f65d1b55b749a762dd17322e9b22f6978 Reviewed-on: https://gerrit.libreoffice.org/46742 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org> (cherry picked from commit 60281fff05e466a706c1d18ec67e38f130a2a26d) Reviewed-on: https://gerrit.libreoffice.org/46784
2017-12-19tdf#114212 sw: fix layout of as-char anchored text-frame of shapeMichael Stahl
Commit c79467ba954987f1d239c594c1e1b3af3f5515f6 changed the vertical orientation of the shape, and the effect on shapes with text-frames (or TextBox) is surprising: the shape itself, as imported from DOCX, now has the "top" vertical orientation, where it previously had "from-bottom", which was wrong, because it was different from Word. However the associated text-frame now is positioned wrongly, stacked on top of the shape; the problem is in SwFlyCntPortion::SetBase() where the text-frame is manually positioned depending on the shape's position; using "top" there does not actually result in the correct position because it disables the use of the computed vertical offset; fix the offset so it looks right. Change-Id: I2ff38577d0cae2e9f796402545503cc6351a9d2b (cherry picked from commit bdcbf601410f29642aa27e2b8fab312f929d569f) Reviewed-on: https://gerrit.libreoffice.org/46750 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>