summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-25tdf#126021 speed up saving xls with lots of stylesNoel Grandin
extend the find-map so we can do partial-match searching. Makes it 10x faster for me. Change-Id: I1952a221a919707af078fac9fd1eb63781d9188d Reviewed-on: https://gerrit.libreoffice.org/81488 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-25lok: Bullets and Numbering → disable Graphic selection in CustomizeHenry Castro
Change-Id: If0f7b953a40ca1d5f469087cb8f362a949c39b37 Reviewed-on: https://gerrit.libreoffice.org/67499 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/79810 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/79811 Tested-by: Jenkins Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2019-10-25tdf#42949 Fix IWYU warnings in vcl/unx/gtk3 and gtk3_kde5/Gabor Kelemen
Also recheck vcl/source after recent reworks and f-u-i updates. Some new blacklist entries were needed for keeping existing fw declarations in headers. Add blacklist entries for removals causing no-pch build failures that were reverted in: a3b03ba1316b1ec0a9b0a3b45b96dc0a49aa9f1f 75d924db95559cff5f699bad8fe34bb0aeac0ff6 b57052ec2bbe548ca495a32b4bfce1d1c71caf33 Found with bin/find-unneeded-includes Only removal proposals are dealt with here. Change-Id: I71227806288b68ef2a2cd56244899fd56bd0db8d Reviewed-on: https://gerrit.libreoffice.org/81163 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-25compilerplugins: fix -Werror,-Wunused-lambda-captureMiklos Vajna
Change-Id: I2a1374a1e79401c2107d003102ab797fac9a3d66
2019-10-25xmloff: create XMLDrawMetaExportOasis instances with an uno constructorMiklos Vajna
See tdf#74608 for motivation. Change-Id: I6dc4fcd75517c137c1bd4de766f67b73eaff1788 Reviewed-on: https://gerrit.libreoffice.org/81480 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-25tdf#128251 EPUB Export Dialog updateandreas kainz
Change-Id: Ib72cab83673c531fed0002395c373cb946cfb028 Reviewed-on: https://gerrit.libreoffice.org/81131 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-10-25Goalseek Dialog cleaningandreas kainz
Change-Id: I518447e0e1f5a16ac3438bcd79fa294c922157ec Reviewed-on: https://gerrit.libreoffice.org/81269 Tested-by: Jenkins Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-10-25lok: ensure that the paper size list box control has selected items inHenry Castro
the slide background panel. When a client side request the property tree data on the background panel the paper size list control has no selected items yet. I was tempted to force update the selected item in "Slide Background:: Initialize", however, I am not sure why it is not initialized the list box. This is done after an asynchronous update, maybe it is because the impress document is not initialized yet. anybody knows?. I prefer not to have side effects, so let's force initialization on in the tiled rendering case when the function SlideBackground::DumpAsPropertyTree is called. Change-Id: I596b75da46f2180342cb50bde03ee0ff1d414f05 Reviewed-on: https://gerrit.libreoffice.org/81483 Tested-by: Jenkins Reviewed-by: Henry Castro <hcastro@collabora.com>
2019-10-24Make this SAL_INFO less elaborateStephan Bergmann
...but simpler code. (These SAL_INFOs here started with 2b6a84c8f699c9da115ce297ad19b8f480ab608f "We might need to handle form controls as properties for OLE clients after all", and look like they were likely just a temporary debuggin tool anyway?) Change-Id: Id8dce87de639cbc4a649a8e5478798fdcdedf1b5 Reviewed-on: https://gerrit.libreoffice.org/81467 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24Manually clean up some string concatenationStephan Bergmann
(that loplugin:stringadd didn't flag because of its conservative isSideEffectFree check) Change-Id: I109b1680a14540d8438eee82b45518e07611fdcd Reviewed-on: https://gerrit.libreoffice.org/81464 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Add screenshot for CTL option page Use kde5 breeze theme Change-Id: I531a4d6fece54edca2d4e3129fb2be838def30de Reviewed-on: https://gerrit.libreoffice.org/81479 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24adjust where the spacing between image and text is appliedCaolán McNamara
Change-Id: I9db12f5931667b8d0f5ccd63d62b2042be59d4b5 Reviewed-on: https://gerrit.libreoffice.org/81465 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Revert "Add screenshot for CTL option page" This reverts commit bfd227523efa33960c419622d8ece722bfcbb521. Change-Id: I0a319dca59a29af1cccd78da94e50738e101231d Reviewed-on: https://gerrit.libreoffice.org/81478 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Add screenshot for CTL option page Use kde5 Breeze theme Change-Id: I6421c8d68611413b003c159dcd0f0ffd67d50c83 Reviewed-on: https://gerrit.libreoffice.org/81476 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Add screenshot for Asian options Use kde5 breeze theme Change-Id: Ib4e1bb6c4fa1d015d12bb09be8aaaf7576b96dd8 Reviewed-on: https://gerrit.libreoffice.org/81475 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Add screenshot for Advanced Options page Use kde breeze theme Change-Id: If392c7da67395e599519baf875661997aa3ed26a Reviewed-on: https://gerrit.libreoffice.org/81474 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Removed executable bits on patch fileAndrea Gelmini
Change-Id: If4bed7d12570ff126bec8638480430796f0e89f8 Reviewed-on: https://gerrit.libreoffice.org/81462 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-10-24Fix typoAndrea Gelmini
Change-Id: I19d5ba10f5a9103bf96c19f8b3326e0bcc0a8686 Reviewed-on: https://gerrit.libreoffice.org/81463 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Update Filter Option page use kde5 breeze theme Change-Id: I1233d69614d23d04fe262acabb33396c6799441b Reviewed-on: https://gerrit.libreoffice.org/81472 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Update screenshots for View Option page Use kde5 breeze theme Change-Id: I9a5eb3d7c26a7e24a9dde6291ad31593677106c2 Reviewed-on: https://gerrit.libreoffice.org/81471 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Update screenshot for A11y Option page Use kde5 Breeze theme Change-Id: I8b263f065e6cd31e04830d1b287032fed125dd18 Reviewed-on: https://gerrit.libreoffice.org/81470 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Update screenshots for HTML option page Use kde5 breeze theme Change-Id: I41e7d6d892d174ac127323b37cfbe491900d23f5 Reviewed-on: https://gerrit.libreoffice.org/81469 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Update screenshots for Option save page Use Breeze theme Change-Id: I17b1372f91c4df99f6b46d5dea8c504c6f1d39a1 Reviewed-on: https://gerrit.libreoffice.org/81468 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24sw ContinuousEndnotes: fix moving them to the next pageMiklos Vajna
If you insert a page break at the start of the document, the endnotes on the old last page were not moved to the new last page. Fix this. Change-Id: I0d54cc4242648dfd9a268e6189a35c88a19069eb Reviewed-on: https://gerrit.libreoffice.org/81459 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2019-10-24Update git submodulesLibreOfficiant
* Update helpcontent2 from branch 'master' - Documenting how to call Python routines from Basic macros Change-Id: I904cafe91ad7c5e72d09209c68db401003dda556 Reviewed-on: https://gerrit.libreoffice.org/81412 Tested-by: Jenkins Reviewed-by: Jean-Pierre Ledure <jp@ledure.be> Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Introduce OStringCharStephan Bergmann
...similar to OUStringChar, to be used in string concatenation expressions. And enable the corresponding loplugin:stringadd check, and fix its findings. Change-Id: I35ebb2253ba82bda6c98ae6ebd2ad4f27cf9abf9 Reviewed-on: https://gerrit.libreoffice.org/81456 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24This probably wants to generate a "1".."10" string representationStephan Bergmann
...instead of picking the OString(char) overload. (Was introduced with f62efe43a25770b8bcbe9b7bc681284b9a006ea0 "weld ODbAdminDialog".) Change-Id: Ia5225bbc16aedc71aea74ce1d004b29696f46f94 Reviewed-on: https://gerrit.libreoffice.org/81455 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24ODF-imported textboxes identify themselves as suchKatarina Behrens
at least those that are created by SwTextBoxHelper::create Change-Id: I252ba397570eec2d3b240d0ac388f4391e1bb930 Reviewed-on: https://gerrit.libreoffice.org/77103 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-10-24gandalf is no longer using devtoolsetChristian Lohmaier
Change-Id: I3c9d48714994fe8c00da5a48ec2d05bba6b2ca2e
2019-10-24tdf#115967: fix windows buildXisco Fauli
Also fix a misleading comment Change-Id: Ide6096291c2fc6c43cfd7116af7798ae03069fab Reviewed-on: https://gerrit.libreoffice.org/81448 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2019-10-24need notify guard around SetCurEntryCaolán McNamara
Change-Id: I2c469af4b9469c788c51324543affbd031a758f8 Reviewed-on: https://gerrit.libreoffice.org/81445 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Add screenshot for Options Save Help page update screenshots with kde breeze theme Change-Id: Ia609306f67bcefc51fb98f1ea890c50d804d1e55 Reviewed-on: https://gerrit.libreoffice.org/81450 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Add screenshot to a11y options page Change-Id: I801cb6e3a2328230d592b4b9d81dafeade2957c7 Reviewed-on: https://gerrit.libreoffice.org/81441 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24sfx2: enable save againThorsten Behrens
This is a fixup for e37b70442ebf9e1628e7da16b7b6acf498897dee Change-Id: Ib360c196aa0571d035231cdf4410ab1db134480c Reviewed-on: https://gerrit.libreoffice.org/81454 Reviewed-by: Serge Krot (CIB) <Serge.Krot@cib.de> Tested-by: Serge Krot (CIB) <Serge.Krot@cib.de>
2019-10-24create a VclHPanedCaolán McNamara
Change-Id: Iec1076cdca03fe75ad832c0b9f8133ee4276dd6f Reviewed-on: https://gerrit.libreoffice.org/81444 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-24Update git submodulesMattia Rizzolo
* Update dictionaries from branch 'master' - tdf#128341 use python3 Change-Id: Ic8deb039da037bd270c39da03f8697a9ab034ff0 Signed-off-by: Mattia Rizzolo <mattia@mapreri.org> Reviewed-on: https://gerrit.libreoffice.org/81410 Reviewed-by: Michael Stahl <michael.stahl@cib.de> Tested-by: Michael Stahl <michael.stahl@cib.de>
2019-10-24tdf#97361: Removed getByIndex in calc and writerMayank Suman
Change-Id: I477e1129d7b8deb91920b3ffd715bc217e606d20 Reviewed-on: https://gerrit.libreoffice.org/80140 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>
2019-10-24replace some numbers with sprm idsCaolán McNamara
Change-Id: I85e6da89b18fe7cb76b3ae6d6d4871dce9d38fd4 Reviewed-on: https://gerrit.libreoffice.org/81443 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-24sc: rowcol: tdf#50916 convert column*Noel Grandin
Change-Id: I6ed03ba9c8e1ae9f6837730fd5579f83198dc7b1 Reviewed-on: https://gerrit.libreoffice.org/81440 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-24Update git submodulesOlivier Hallot
* Update helpcontent2 from branch 'master' - Give some space around images Change-Id: Ic7251bfa74c9ee1ac8b55edf8f6bed9791d42903 Reviewed-on: https://gerrit.libreoffice.org/81442 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24tdf#127411 improve sizing of status items in the status barNoel Grandin
Change-Id: I6ea3fbb893d0141010ee1abd1720d6cdad97b528 Reviewed-on: https://gerrit.libreoffice.org/80440 Tested-by: Xisco Faulí <xiscofauli@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-10-24Resolves: ofz#18414 drop apo anchor if it will be deletedCaolán McNamara
Change-Id: Ic9dc053582055cae717df6244873cee14f6e44c6 Reviewed-on: https://gerrit.libreoffice.org/81433 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-10-24Resolves tdf#128227 - Rename "Text Frame" to "FrameHeiko Tietze
Change-Id: I2158152acb64f458020e1375a8b93162117d11fb Reviewed-on: https://gerrit.libreoffice.org/81434 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2019-10-24jsdialogs: send associated uno commands for comboboxesSzymon Kłos
Change-Id: I170cad78b8c014e8ceab197b0ded03adc32940b1 Reviewed-on: https://gerrit.libreoffice.org/81431 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
2019-10-24Update git submodulesLibreOfficiant
* Update helpcontent2 from branch 'master' - UBound/LBound functions return a 'Long', help says 'Integer' Verified on Windows, GNU/Linux and MAC OS: Typename(Ubound(array)) and Typename(Lbound(array)) equal "Long" Inherited from aOO Change-Id: I389c2d70c10e374ffe674dd8ef40d787d55389cd Reviewed-on: https://gerrit.libreoffice.org/81416 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-10-24Only define ShutdownIcon::getShortcutName for _WIN32Stephan Bergmann
...where sfx2/Library_sfx.mk only defines ENABLE_QUICKSTART_APPLET for WNT and MACOSX anyway, and compiling ShutdownIcon::getShortcutName on any other platform would have lead to a non-void function without a return statement Change-Id: I78726fb50ba58571b5397e83a0c1b44f808b2d1e Reviewed-on: https://gerrit.libreoffice.org/81430 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24loplugin:classmemaccess (clang-cl)Stephan Bergmann
Change-Id: I4a403babbd24e7145aca4486230ae5b14b9eb581 Reviewed-on: https://gerrit.libreoffice.org/81428 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24This is fixed now on Clang trunkStephan Bergmann
...since <https://github.com/llvm/llvm-project/commit/ dc3957ec215dd17b8d293461f18696566637a6cd> "Include leading attributes in DeclStmt's SourceRange" Change-Id: I21859dfdcb454a9dd4444ce299548bf75043b1ab Reviewed-on: https://gerrit.libreoffice.org/81424 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2019-10-24tdf#115967: Revert "sw: Use primitive renderer for graphics"Xisco Fauli
This reverts commit 302af8c2da58719844d22483b65a9fe5b3674684 I would like to revert it until a better solution is proposed due to the number of duplicates already reported After the commit, Libo exports LTR formulas in RTL documents to PDF as RTL formulas it also introduced other problems like tdf#112513 and tdf#117560 Unittest added Change-Id: I097fb5801eb728bd258ae96bd981c6725e7aa06a Reviewed-on: https://gerrit.libreoffice.org/81262 Tested-by: Jenkins Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
2019-10-24sc: rowcol: tdf#50916 convert documen*Noel Grandin
Change-Id: I101ff537181058500d240c44114bfefedc03aee4 Reviewed-on: https://gerrit.libreoffice.org/81429 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>